Update doc to reflect new non-nil value of redisplay-dont-pause.
[emacs.git] / doc / lispref / ChangeLog
blob43ae349cb4c1d1b2a9d41ca0e7d28da00b87cbed
1 2012-03-20  Chong Yidong  <cyd@gnu.org>
3         * display.texi (Forcing Redisplay): Various rewrites to reflect
4         new value of redisplay-dont-pause.
5         (Truncation): Copyedits.
7 2012-03-20  Glenn Morris  <rgm@gnu.org>
9         * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
10         Add summary table of some relevant command-line options.
12 2012-03-18  Chong Yidong  <cyd@gnu.org>
14         * internals.texi (Building Emacs, Garbage Collection): Copyedits.
15         (Writing Emacs Primitives): Re-organize discussion of functions
16         with variable Lisp arguments are handled.  Delete an obsolete
17         remark, previously tagged as FIXME.
19         * os.texi (Idle Timers): Minor clarification.
20         (Idle Timers): Link to Time of Day for description of time list.
22 2012-03-18  Glenn Morris  <rgm@gnu.org>
24         * os.texi (System Interface): Flow control was removed.
25         (Startup Summary): General update.
26         (Init File): Don't mention compiling it.
28 2012-03-17  Chong Yidong  <cyd@gnu.org>
30         * os.texi (Startup Summary): Mention package loading.
31         (Init File): Don't refer to .emacs in section title.  Copyedits.
32         (Terminal-Specific): Give a realistic example.
33         (Command-Line Arguments): Reference Entering Emacs instead of
34         repeating the spiel about not restarting Emacs.
35         (Time of Day): Discuss time representation at beginning of node.
36         (Sound Output): Copyedits.
38         * package.texi (Packaging Basics): Document package-initialize.
40 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
42         * frames.texi (Initial Parameters): Add an index entry for
43         minibuffer-only frame.
45 2012-03-16  Glenn Morris  <rgm@gnu.org>
47         * modes.texi (Major Mode Conventions): Mention the strange
48         relationship between View mode and special modes.  (Bug#10650)
50 2012-03-11  Chong Yidong  <cyd@gnu.org>
52         * windows.texi (Window Configurations): save-window-excursion is
53         now a macro.
55         * display.texi (Temporary Displays): with-output-to-temp-buffer is
56         now a macro.
58         * text.texi (Fields): Minor copyedit.
60 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
62         * strings.texi (String Basics):
63         * sequences.texi (Sequence Functions): Mention that `length' is
64         not appropriate for computing the string width on display; add a
65         cross-reference to the description of `string-width'.  (Bug#10978)
67         * eval.texi (Autoloading): Minor change of wording.
69 2012-03-10  Chong Yidong  <cyd@gnu.org>
71         * loading.texi (Autoload): Explicitly state which forms are
72         processed specially (Bug#7783).
74         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
75         non-default situation.  Describe one-submenu exception (Bug#7695).
77         * nonascii.texi (Character Properties): Copyedits.
79 2012-03-08  Chong Yidong  <cyd@gnu.org>
81         * text.texi (Mode-Specific Indent): Document new behavior of
82         indent-for-tab-command.  Document tab-always-indent.
83         (Special Properties): Copyedits.
84         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
85         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
86         libxml-parse-html-region.
88 2012-03-07  Glenn Morris  <rgm@gnu.org>
90         * markers.texi (The Region): Briefly mention use-empty-active-region
91         and region-active-p.
92         (Overview of Markers): Reword garbage collection, add cross-ref.
93         (The Mark): Tiny clarification re command loop and activate-mark-hook.
95 2012-03-07  Chong Yidong  <cyd@gnu.org>
97         * text.texi (Buffer Contents): Don't duplicate explanation of
98         region arguments from Text node.  Put doc of obsolete var
99         buffer-substring-filters back, since it is referred to.
100         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
101         selection by default.
103         * markers.texi (The Mark): Fix typo.
104         (The Region): Copyedits.
106 2012-03-07  Glenn Morris  <rgm@gnu.org>
108         * markers.texi (Overview of Markers): Copyedits.
109         (Creating Markers): Update approximate example buffer size.
110         (The Mark): Don't mention uninteresting return values.
112 2012-03-05  Chong Yidong  <cyd@gnu.org>
114         * positions.texi (Text Lines): Document count-words.
116 2012-03-04  Chong Yidong  <cyd@gnu.org>
118         * frames.texi (Frames): Remove little-used "terminal frame" and
119         "window frame" terminology.
120         (Frame Parameters, Font and Color Parameters, Initial Parameters)
121         (Size and Position, Visibility of Frames): Callers changed.
122         (Frames): Clarify which terminals in framep are graphical.
123         (Initial Parameters): --geometry is not the only option which adds
124         to initial-frame-alist.
125         (Position Parameters): Note that icon-left and icon-top are for
126         old window managers only.
127         (Size Parameters): Sizes are in characters even on graphical
128         displays.
129         (Management Parameters): Note that window-id and outer-window-id
130         can't really be changed, and that auto-raise isn't always obeyed.
131         (Cursor Parameters): Document cursor-type explicitly.
132         (Size and Position): The aliases set-screen-height and
133         set-screen-width have been deleted.
134         (Visibility of Frames): Mention "minimization".
136         * os.texi (Startup Summary): Minor clarifications.
137         (Startup Summary, Suspending Emacs): Standardize on "text
138         terminal" terminology.
140         * windows.texi (Basic Windows, Coordinates and Windows)
141         (Coordinates and Windows):
142         * display.texi (Refresh Screen, Line Height, Face Attributes)
143         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
145 2012-03-04  Glenn Morris  <rgm@gnu.org>
147         * abbrevs.texi: Small copyedits throughout.
148         (Abbrev Mode): Remove this section, folding it into the top-level.
149         (Abbrev Tables): Don't mention irrelevant return values.
150         (Abbrev Expansion): Add cross-ref for wrapper hooks.
151         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
152         (Abbrev Table Properties): Update nil :regexp description.
154 2012-03-03  Glenn Morris  <rgm@gnu.org>
156         * internals.texi: Change @appendix section commands to @section.
157         (Building Emacs): Say less about CANNOT_DUMP platforms.
158         Replace deleted eval-at-startup with custom-initialize-delay.
159         (Pure Storage): Small changes.
160         (Memory Usage): Copyedit.
161         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
162         example definitions. Give examples of things with non-nil
163         interactive args.  Mention eval_sub.  Remove old info about
164         strings and GCPRO.  Mention cus-start.el.
165         (Buffer Internals, Window Internals, Process Internals):
166         Misc small updates and fixes for fields.
168         * tips.texi: Copyedits.
169         (Coding Conventions): Mention autoloads.
170         Combine partially duplicated macro items.  Fix xref.
171         Refer to Library Headers for copyright notice.
172         (Programming Tips): edit-options is long-obsolete.
173         (Compilation Tips): Mention loading bytecomp for byte-compile props.
174         (Warning Tips): Mention declare-function.
175         (Documentation Tips): Remove old info.
176         (Comment Tips): Mention comment-dwim, not indent-for-comment.
177         (Library Headers): General update.
179 2012-03-02  Glenn Morris  <rgm@gnu.org>
181         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
182         and relocate entry.  Mention buffer-stale-function.
184         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
186         * hooks.texi (Standard Hooks): General update.
187         Put related hooks together.  Add and remove items.
188         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
189         * modes.texi (Hooks): Tweak cross-ref description.
191 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
193         * files.texi (Kinds of Files): The return value of file-equal-p is
194         unspecified, if FILE1 or FILE2 does not exist.
196 2012-03-01  Glenn Morris  <rgm@gnu.org>
198         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
200         * maps.texi (Standard Keymaps): General update.
201         Remove mode-specific maps, talk about the more general keymaps.
202         * help.texi (Help Functions): Add vindex for Helper-help-map.
203         * keymaps.texi (Active Keymaps): Minor rephrasing.
205 2012-02-29  Glenn Morris  <rgm@gnu.org>
207         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
209 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
211         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
212         Update changed behavior of file-subdir-of-p.
214 2012-02-28  Glenn Morris  <rgm@gnu.org>
216         * advice.texi, anti.texi, display.texi, elisp.texi:
217         * processes.texi, variables.texi, vol1.texi, vol2.texi:
218         Standardize possessive apostrophe usage.
220         * locals.texi: Remove file.
221         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
222         Remove menu entry.
223         * errors.texi, maps.texi: Adjust node pointers.
224         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
225         * makefile.w32-in (srcs):
226         * Makefile.in (srcs): Remove locals.texi.
228         * frames.texi (Mouse Position): Fix cross-ref.
230 2012-02-27  Chong Yidong  <cyd@gnu.org>
232         * buffers.texi (Creating Buffers): Clarify that
233         generate-new-buffer uses generate-new-buffer-names.
234         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
236         * files.texi (Directory Names): Index entry for file name abbreviations.
237         (Relative File Names, File Name Expansion): Refer to it.
238         (Locating Files): Move locate-user-emacs-file documentation to
239         Standard File Names.
240         (Standard File Names): Add locate-user-emacs-file; update examples.
242 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
244         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
246 2012-02-26  Chong Yidong  <cyd@gnu.org>
248         * files.texi (Kinds of Files): Improve documentation of
249         files-equal-p and file-subdir-of-p.
251 2012-02-26  Glenn Morris  <rgm@gnu.org>
253         * intro.texi (Acknowledgements): Small changes.
255 2012-02-25  Glenn Morris  <rgm@gnu.org>
257         * errors.texi: Don't try to list _all_ the error symbols.
258         Add circular-list, cl-assertion-failed, compression-error.
259         * elisp.texi, vol1.texi, vol2.texi:
260         * control.texi (Error Symbols): Tweak "Standard Errors" description.
262 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
264         * files.texi (files-equal-p, file-subdir-of-p): New,
265         add initial documentation.
267 2012-02-25  Chong Yidong  <cyd@gnu.org>
269         * files.texi (File Attributes): Document file-selinux-context.
270         (Changing Files): Link to it.
271         (Changing Files): Document set-file-selinux-context.
273         * backups.texi (Making Backups): Return value of backup-buffer is
274         changed.  Mention default value of backup-directory-alist.
275         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
276         (Auto-Saving): New minor mode behavior for auto-save-mode.
277         (Reverting): Add defvar for revert-buffer-in-progress-p.
279         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
281 2012-02-24  Glenn Morris  <rgm@gnu.org>
283         * errors.texi (Standard Errors): Mention dbus-error.
284         For arith-error sub-classes, just use one cross-ref.
286 2012-02-23  Alan Mackenzie  <acm@muc.de>
288         * modes.texi (Defining Minor Modes): Document the new keyword
289         :after-hook.
291 2012-02-21  Chong Yidong  <cyd@gnu.org>
293         * files.texi (Files): Mention magic file names as arguments.
294         (Reading from Files): Copyedits.
295         (File Attributes): Mention how to change file modes.
296         (Changing Files): Use standard "file permissions" terminology.
297         Add xref to File Attributes node.
298         (Locating Files): Document locate-user-emacs-file.
299         (Unique File Names): Recommend against using make-temp-name.
301 2012-02-19  Chong Yidong  <cyd@gnu.org>
303         * help.texi (Documentation, Documentation Basics, Help Functions):
304         Minor clarifications.
305         (Accessing Documentation): Clarify what documentation-property is
306         for.  Add xref to Keys in Documentation.
308         * tips.texi (Documentation Tips): Don't recommend using * in
309         docstrings.
311         * macros.texi (Defining Macros):
312         * modes.texi (Derived Modes): Say "documentation string" instead
313         of docstring.
315 2012-02-18  Chong Yidong  <cyd@gnu.org>
317         * modes.texi (Tabulated List Mode): New node.
318         (Basic Major Modes): Add xref to it.
320         * processes.texi (Process Information): Mention Process Menu mode.
322 2012-02-17  Chong Yidong  <cyd@gnu.org>
324         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
326 2012-02-17  Glenn Morris  <rgm@gnu.org>
328         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
330 2012-02-16  Chong Yidong  <cyd@gnu.org>
332         * syntax.texi (Syntax Tables, Syntax Descriptors)
333         (Syntax Table Functions): Copyedits.
334         (Syntax Basics): Don't repeat the material in the preceding node.
335         (Syntax Class Table): Use a table.
336         (Syntax Properties): Document syntax-propertize-function and
337         syntax-propertize-extend-region-functions.
338         (Motion via Parsing): Clarify scan-lists. Fix indentation.
339         (Parser State): Update for the new "c" comment style.  Fix
340         description of item 7 (comment style).
342         * modes.texi (Minor Modes): Update how mode commands should treat
343         arguments now.
344         (Mode Line Basics): Clarify force-mode-line-update.
345         (Mode Line Top): Note that the example is not realistic.
346         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
347         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
348         "mode line construct" instead of "mode line specification".
349         (Syntactic Font Lock): Remove mention of obsolete variable
350         font-lock-syntactic-keywords.
351         (Setting Syntax Properties): Node deleted.
352         (Font Lock Mode): Note that Font Lock mode is a minor mode.
353         (Font Lock Basics): Note that syntactic fontification falls back
354         on `syntax-table'.
355         (Search-based Fontification): Emphasize that font-lock-keywords
356         should not be set directly.
357         (Faces for Font Lock): Avoid some confusing terminology.
358         (Syntactic Font Lock): Minor clarifications.  Add xref to
359         Syntactic Font Lock node.
361 2012-02-15  Chong Yidong  <cyd@gnu.org>
363         * minibuf.texi (Basic Completion): Define "completion table".
364         Move completion-in-region to Completion in Buffers node.
365         (Completion Commands): Use "completion table" terminology.
366         (Completion in Buffers): New node.
368         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
369         (Setting Hooks): Update minor mode usage example.
370         (Major Mode Conventions): Note that completion-at-point-functions
371         should be altered locally.  Add xref to Completion in Buffers.
372         Remove duplicate tip about auto-mode-alist.
373         (Minor Modes): Rewrite introduction.
374         (Minor Mode Conventions): Copyedits.  Don't recommend
375         variable-only minor modes since few minor modes are like that.
377 2012-02-15  Glenn Morris  <rgm@gnu.org>
379         * processes.texi (Network): Document open-network-stream :parameters.
381 2012-02-14  Chong Yidong  <cyd@gnu.org>
383         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
384         was removed on 2009-09-10.  Update lisp-mode-map example.
385         (Inheritance and Keymaps): Minor clarification.
386         (Searching Keymaps): Remove out-of-place enumeration.
387         (Key Lookup): Remove unnecessary example (one was already given in
388         Format of Keymaps).
389         (Changing Key Bindings): Update suppress-keymap example.
390         (Menu Bar, Tool Bar): Copyedits.
391         (Tool Bar): Update tool-bar-map example.
393 2012-02-12  Chong Yidong  <cyd@gnu.org>
395         * debugging.texi (Debugger Commands): Continuing is now allowed
396         for errors.
398 2012-02-11  Chong Yidong  <cyd@gnu.org>
400         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
401         Move the list of standard bitmaps there.
402         (Fringe Cursors): Rewrite for clarity.
403         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
405         * commands.texi (Command Overview): Mention read-key.
406         (Using Interactive, Interactive Call): Minor clarifications.
407         (Function Keys, Click Events): Avoid "input stream" terminology.
408         (Click Events): Add xref to Window Sizes and Accessing Mouse.
409         Clarify column and row components.
410         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
411         (Special Events): Copyedits.
413         * streams.texi (Input Streams): De-document get-file-char.
414         (Output Variables): Don't refer to old backquote syntax.
416         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
417         (Error Debugging): Note that debug-ignored-errors overrides list
418         values of debug-on-error too.  Add xref to Signaling Errors.  Note
419         that debug-on-signal is not customizable.  Mention
420         condition-case-unless-debug.
421         (Compilation Errors): Node deleted.
423         * compile.texi (Compiler Errors): Move a paragraph here from
424         deleted node Compilation Errors.
426 2012-02-10  Leo Liu  <sdl.web@gmail.com>
428         * control.texi (Handling Errors): Change condition-case-no-debug
429         to condition-case-unless-debug.
431 2012-02-10  Chong Yidong  <cyd@gnu.org>
433         * advice.texi (Defining Advice): Clarify ad-unadvise.
434         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
435         is not abnormal.
436         (Advising Primitives): Node deleted; ad-define-subr-args has been
437         removed.
439         * compile.texi (Speed of Byte-Code): Use float-time in example.
440         (Compilation Functions): Note that the log uses Compilation mode.
441         Don't discuss the contents of byte-code function object here.
442         (Compilation Functions): De-document internal function byte-code.
443         (Docs and Compilation): Minor clarifications.
445         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
446         Objects.
448 2012-02-10  Glenn Morris  <rgm@gnu.org>
450         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
451         Mention secure-hash.
452         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
454 2012-02-10  Chong Yidong  <cyd@gnu.org>
456         * loading.texi (Loading): Don't emphasize "library" terminology.
457         (Library Search): load-path is not a user option.  Mention role of
458         -L option and packages.  Improve examples.
459         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
460         obsolete.
461         (Autoload): Minor clarifications.
463 2012-02-10  Glenn Morris  <rgm@gnu.org>
465         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
467         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
469 2012-02-08  Glenn Morris  <rgm@gnu.org>
471         * loading.texi (Named Features): Update the require example.
473 2012-02-07  Glenn Morris  <rgm@gnu.org>
475         * modes.texi (Defining Minor Modes):
476         Expand on args of defined minor modes.
478 2012-02-07  Chong Yidong  <cyd@gnu.org>
480         * variables.texi (Creating Buffer-Local): Minor clarification
481         to buffer-local-variables doc (Bug#10715).
483 2012-02-07  Glenn Morris  <rgm@gnu.org>
485         * display.texi (ImageMagick Images): General update.
486         Move most details of imagemagick-render-type to the variable's doc.
488 2012-02-06  Glenn Morris  <rgm@gnu.org>
490         * keymaps.texi (Tool Bar): Mention separators.
491         (Inheritance and Keymaps):
492         Mention make-composed-keymap and multiple inheritance.
494         * modes.texi (Running Hooks): Mention run-hook-wrapped.
496         * control.texi (Handling Errors):
497         Mention condition-case-no-debug and with-demoted-errors.
499 2012-02-05  Chong Yidong  <cyd@gnu.org>
501         * customize.texi (Common Keywords): Minor clarifications.
502         Document custom-unlispify-remove-prefixes.
503         (Variable Definitions): Backquotes in defcustom seem to work fine
504         now.  Various other copyedits.
505         (Simple Types): Copyedits.  Document color selector.
506         (Composite Types): Copyedits.
507         (Splicing into Lists): Clarifications.
509         * eval.texi (Backquote): Move from macros.texi.
511         * macros.texi (Expansion): Minor clarification.
512         (Backquote): Move node to eval.texi.
513         (Defining Macros): Move an example from Backquote node.
514         (Argument Evaluation): No need to mention Pascal.
515         (Indenting Macros): Add xref to Defining Macros.
517 2012-02-05  Glenn Morris  <rgm@gnu.org>
519         * debugging.texi (Error Debugging): Mention debug-on-event default.
521 2012-02-04  Glenn Morris  <rgm@gnu.org>
523         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
525         * debugging.texi (Error Debugging): Mention debug-on-event.
526         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
528         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
530         * text.texi (Buffer Contents):
531         Update filter-buffer-substring description.
533 2012-02-04  Chong Yidong  <cyd@gnu.org>
535         * functions.texi (What Is a Function): Add closures.  Mention
536         "return value" terminology.  Add xref for command-execute.  Remove
537         unused "keystroke command" terminology.
538         (Lambda Expressions): Give a different example than in the
539         following subsection.  Add xref to Anonymous Functions.
540         (Function Documentation): Remove gratuitous markup.
541         (Function Names): Move introductory text to `What Is a Function'.
542         (Defining Functions): Fix defun argument spec.
543         (Anonymous Functions): Document lambda macro explicitly.  Mention
544         effects on lexical binding.
545         (Function Cells): Downplay direct usage of fset.
546         (Closures): New node.
547         (Inline Functions): Remove "open-code" terminology.
548         (Declaring Functions): Minor tweak; .m is not C code.
550         * variables.texi (Variables): Don't refer to "global value".
551         (Local Variables, Void Variables): Copyedits.
552         (Lexical Binding): Minor clarification of example.
553         (File Local Variables): Mention :safe and :risky defcustom args.
554         (Lexical Binding): Add xref to Closures node.
556 2012-02-04  Glenn Morris  <rgm@gnu.org>
558         * minibuf.texi (High-Level Completion): Updates for read-color.
560 2012-02-03  Glenn Morris  <rgm@gnu.org>
562         * display.texi (GIF Images): Mention animation.
563         Remove commented-out old example of animation.
564         (Animated Images): New subsection.
565         * elisp.texi (Top):
566         * vol1.texi (Top):
567         * vol2.texi (Top): Add Animated Images menu entry.
569         * display.texi (Image Formats): Remove oddly specific information
570         on versions of image libraries.
571         (GIF Images, TIFF Images): Minor rephrasing.
573 2012-02-02  Glenn Morris  <rgm@gnu.org>
575         * processes.texi (Synchronous Processes):
576         Mention call-process's :file gets overwritten.
578         * commands.texi (Reading One Event):
579         * help.texi (Help Functions): Document read-char-choice.
581         * hooks.texi (Standard Hooks):
582         * modes.texi (Keymaps and Minor Modes):
583         * text.texi (Commands for Insertion): Document post-self-insert-hook.
585         * hooks.texi (Standard Hooks): Add prog-mode-hook.
587         * hooks.texi (Standard Hooks):
588         * modes.texi (Major Mode Conventions, Mode Hooks):
589         Document change-major-mode-after-body-hook.
591 2012-02-01  Glenn Morris  <rgm@gnu.org>
593         * modes.texi (Defining Minor Modes):
594         Mention disabling global minor modes on a per-major-mode basis.
596 2012-01-31  Chong Yidong  <cyd@gnu.org>
598         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
599         (Parser State): Remove unnecessary statement (Bug#10661).
601         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
603 2012-01-31  Glenn Morris  <rgm@gnu.org>
605         * modes.texi (Defining Minor Modes):
606         Document define-minor-mode's new :variable keyword.
608 2012-01-29  Chong Yidong  <cyd@gnu.org>
610         * syntax.texi (Syntax Class Table): Tweak description of newline
611         char syntax (Bug#9619).
613         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
614         description (Bug#10189).
616 2012-01-29  Glenn Morris  <rgm@gnu.org>
618         * files.texi (Changing Files): Document SELinux support.
620         * windows.texi (Window Sizes): Fix typo.
622 2012-01-28  Chong Yidong  <cyd@gnu.org>
624         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
625         doc (Bug#8568).
627         * frames.texi (Input Focus): Add NORECORD arg to
628         select-frame-set-input-focus.  Clarify its role in select-frame.
630         * text.texi (Transposition): We don't use transpose-region as an
631         internal subroutine (Bug#3249).
633         * modes.texi (Example Major Modes): Update Lisp example code to
634         current sources.  Delete the old non-derived-major-mode example,
635         which has diverged badly from current sources.
637 2012-01-27  Glenn Morris  <rgm@gnu.org>
639         * makefile.w32-in (texinputdir): Fix (presumed) typo.
640         (VERSION, manual): Remove, unused.
642 2012-01-27  Chong Yidong  <cyd@gnu.org>
644         * commands.texi (Command Overview): Minor clarification (Bug#10384).
646 2012-01-26  Chong Yidong  <cyd@gnu.org>
648         * searching.texi (String Search): Document negative repeat count
649         (Bug#10507).
651 2012-01-26  Glenn Morris  <rgm@gnu.org>
653         * variables.texi (Using Lexical Binding):
654         Mention that lexical-binding should be set in the first line.
656 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
658         * macros.texi (Defining Macros): Don't claim that `declare' only
659         affects Edebug and indentation.
661 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
663         * macros.texi (Defining Macros): Slight `declare' fixup.
665 2012-01-25  Glenn Morris  <rgm@gnu.org>
667         * makefile.w32-in (texinputdir):
668         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
670 2012-01-24  Chong Yidong  <cyd@gnu.org>
672         * variables.texi (Variables, Local Variables, Void Variables):
673         Edit to make the descriptions less specific to dynamic binding.
674         (Local Variables): Default max-specpdl-size is now 1300.
675         (Defining Variables): Edits for lexical scoping.  Delete
676         information about starting docstrings with *.  De-document
677         user-variable-p.
678         (Tips for Defining): Remove an unimportant discussion of quitting
679         in the middle of a load.
680         (Accessing Variables, Setting Variables): Discuss lexical binding.
681         (Variable Scoping): Rewrite.
682         (Scope, Extent, Impl of Scope): Nodes deleted.
683         (Dynamic Binding): New node, with material from Scope, Extent, and
684         Impl of Scope nodes.
685         (Dynamic Binding Tips): Rename from Using Scoping.
686         (Lexical Binding): Rewrite.
687         (Using Lexical Binding): Rename from Converting to Lexical
688         Binding.  Convert to subsection.
690         * customize.texi (Variable Definitions): Add custom-variable-p.
691         Move user-variable-p documentation here.
693 2012-01-23  Chong Yidong  <cyd@gnu.org>
695         * strings.texi (Text Comparison): Minor qualification.
697         * lists.texi (Cons Cells): Copyedits.
698         (List Elements): Mention push.
699         (List Variables): Mention pop.
700         (Rings): Move to sequences.texi.
702         * sequences.texi (Sequence Functions): Don't repeat the
703         introduction already given in the parent.
704         (Vectors): Copyedits.
705         (Rings): Move from lists.texi.  Note that this is specific to the
706         ring package.
708         * symbols.texi (Definitions, Symbol Components): Mention variable
709         scoping issues.
710         (Plists and Alists): Copyedits.
712         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
713         correctness with lexical scoping.
714         (Eval): Copyedits.
716 2012-01-21  Chong Yidong  <cyd@gnu.org>
718         * intro.texi (A Sample Function Description): Special notation
719         used for macros too.
721         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
722         (Symbol Type): Add xref for keyword symbols.
723         (Sequence Type): Clarify differences between sequence types.
724         (Cons Cell Type): Add "linked list" index entry.
725         (Non-ASCII in Strings): Copyedits.
726         (Equality Predicates): Symbols with same name need not be eq.
728         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
729         ldexp.  Move float-e and float-pi to Math Functions node.
731 2012-01-21  Glenn Morris  <rgm@gnu.org>
733         * modes.texi (Auto Major Mode):
734         * variables.texi (File Local Variables):
735         Mention inhibit-local-variables-regexps.
737 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
739         * windows.texi (Window Configurations): Rewrite references to
740         persistent window parameters.
741         (Window Parameters): Fix description of persistent window
742         parameters.
744 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
746         * windows.texi (Window Parameters): Use @pxref.
748 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
750         * windows.texi (Window Configurations, Window Parameters):
751         Describe persistent window parameters.
753 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
755         * variables.texi (Creating Buffer-Local): Warn against misuses of
756         make-variable-buffer-local (bug#10258).
758 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
762 2012-01-06  Chong Yidong  <cyd@gnu.org>
764         * variables.texi (Directory Local Variables): Document
765         hack-dir-local-variables-non-file-buffer.
767 2012-01-06  Glenn Morris  <rgm@gnu.org>
769         * maps.texi (Standard Keymaps): Refer to Info-edit by name
770         rather than by keybinding.
772 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
774         * frames.texi (Font and Color Parameters): Add @pxref.
776 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
778         * frames.texi (Font and Color Parameters):
779         Document w32 font backends (bug#10399).
781 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
783         * files.texi (File Attributes, Changing Files):
784         Use a more-natural notation for octal numbers.
786 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
788         * variables.texi (Variables with Restricted Values):
789         Change reference to variable (bug#10354).
791 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
793         * windows.texi (Splitting Windows): Use t instead of non-nil
794         when describing window-combination-resize.
796 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
798         * text.texi (Special Properties): Warn against `intangible' properties
799         (bug#10222).
801 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
803         * display.texi (Truncation):
804         * text.texi (Special Properties): Describe what a stretch-glyph is
805         instead of using that term without explanation.  Make the
806         cross-references more accurate.
808         * display.texi (Usual Display): Update the description,
809         cross-references, and indexing related to display of control
810         characters and raw bytes.
812 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
814         * windows.texi (Splitting Windows): Fix description of
815         window-combination-limit.  Suggested by Eli Zaretskii.
817 2011-11-23  Chong Yidong  <cyd@gnu.org>
819         * windows.texi (Window Sizes): Move window-top-line,
820         window-left-column, and window-*-pixel-edges to Coordinates and
821         Windows node.
822         (Coordinates and Windows): Restore window-edges doc.
824 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
826         * windows.texi (Windows and Frames, Splitting Windows):
827         Fix typos.
829 2011-11-21  Chong Yidong  <cyd@gnu.org>
831         * windows.texi (Splitting Windows): Fix error in documentation of
832         window-combination-limit.
833         (Cyclic Window Ordering): Minor fixes to next-window,
834         one-window-p, and get-lru-window docs.  Don't document
835         window-list-1.
836         (Buffers and Windows): Copyedits.
837         (Choosing Window): Document special handling of special-display-*.
838         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
839         Don't document even-window-heights, which is going away.
840         Clarify which options are obeyed by which action functions.
842 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
844         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
846 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
848         * windows.texi (Resizing Windows, Splitting Windows):
849         Remove term "status" when talking about combination limits.
851 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
853         * compile.texi (Compiler Errors):
854         * help.texi (Help Functions): Fix typos.
856 2011-11-19  Chong Yidong  <cyd@gnu.org>
858         * windows.texi (Splitting Windows): Clarify role of window
859         parameters in split-window.  Shorten the example.
860         (Deleting Windows): Rewrite intro to handle internal windows.
861         Fix delete-windows-on doc.
862         (Selecting Windows): Copyedits.
864 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
866         * windows.texi (Resizing Windows, Splitting Windows)
867         (Deleting Windows): Use term window-combination-resize instead
868         of window-splits.
870 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
872         * windows.texi (Resizing Windows, Splitting Windows):
873         Rename occurrences of window-nest to window-combination-limit.
875 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
877         * intro.texi (Lisp History): Fix typo.
879 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
881         * windows.texi (Splitting Windows, Deleting Windows):
882         Remove references to splits status of windows.
884 2011-11-10  Glenn Morris  <rgm@gnu.org>
886         * buffers.texi (Read Only Buffers): Expand a bit on why
887         toggle-read-only should only be used interactively.  (Bug#7292)
889 2011-11-09  Chong Yidong  <cyd@gnu.org>
891         * windows.texi (Window Sizes): Document window-pixel-edges,
892         window-inside-pixel-edges, window-absolute-pixel-edges, and
893         window-inside-absolute-pixel-edges.
894         (Resizing Windows): shrink-window-if-larger-than-buffer works on
895         non-full-width windows.
897 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
899         * windows.texi (Resizing Windows): Rewrite documentation of
900         window-resizable.
902 2011-11-09  Chong Yidong  <cyd@gnu.org>
904         * windows.texi (Splitting Windows): Simplify example.
906 2011-11-08  Chong Yidong  <cyd@gnu.org>
908         * windows.texi (Window Sizes): Copyedits.  Document
909         window-text-height.  Remove window-min-height and window-min-width
910         discussion, referring instead to Emacs manual.
911         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
912         (Resizing Windows): Simplify introduction.  Don't document
913         enlarge-window, shrink-window, enlarge-window-horizontally, and
914         shrink-window-horizontally; they are no longer preferred for
915         calling from Lisp, and are already documented in the Emacs manual.
917 2011-11-07  Glenn Morris  <rgm@gnu.org>
919         * windows.texi (Choosing Window): Fix keybinding typo.
921 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
923         * windows.texi (Resizing Windows, Splitting Windows)
924         (Window Configurations): Use "child window" instead of
925         "subwindow".
927 2011-11-06  Chong Yidong  <cyd@gnu.org>
929         * windows.texi (Basic Windows): Clarify various definitions.
930         Treat window-normalize-* as internal; don't document them.
931         (Windows and Frames): Various clarifications, e.g. non-live
932         windows also belong to frames.  Fix window-list description.
933         Simplify window nesting example.
934         (Splitting Windows, Window Configurations):
935         Use split-window-below.
937 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
939         * windows.texi (Window Sizes): Mention in the doc string that the
940         return values of `window-body-height' and `window-body-width' are
941         in frame's canonical units.  (Bug#9949)
943 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
945         * windows.texi (Windows and Frames): Remove "iso-" infix from
946         documentation of window-iso-combined-p.
948 2011-10-26  Chong Yidong  <cyd@gnu.org>
950         * modes.texi (Running Hooks): Document with-wrapper-hook.
952 2011-10-18  Chong Yidong  <cyd@gnu.org>
954         * display.texi (Glyphless Chars): New node.
956 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
958         * text.texi (Yanking): Document yank-excluded-properties.
960         * package.texi (Packaging Basics): The commentary should say how
961         to begin using the package.
963 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
965         * windows.texi (Deleting Windows): Mention which window gets
966         selected when deleting the selected window.
968 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
970         * buffers.texi (The Buffer List): Describe how bury-buffer deals
971         with the selected window.
972         * windows.texi (Buffers and Windows): Reformulate text on how
973         replace-buffer-in-windows deals with a window.
974         (Quitting Windows): Describe how quit-window deals with a
975         standalone frame.  Describe new option frame-auto-hide-function.
977 2011-10-08  Glenn Morris  <rgm@gnu.org>
979         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
981         * positions.texi (Excursions): Update warning message.
983 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
985         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
986         Fix Emacs manual xref (Bug#9675).
988 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
990         * windows.texi (Textual Scrolling): Document scroll-up-command,
991         scroll-down-command, scroll-error-top-bottom, and the
992         scroll-command symbol property.
993         (Display Action Functions): Fix description of
994         display-buffer-pop-up-window.
996 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
998         * windows.texi (Splitting Windows): Fix typos.
1000 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
1002         * windows.texi (Windows and Frames, Display Action Functions)
1003         (Switching Buffers): Fix some typos.
1004         (Buffers and Windows): Remove reference to window-auto-delete.
1005         Reword description of replace-buffer-in-windows.
1006         (Window History): Fix some typos and refer to frame local buffer
1007         list.
1008         (Quitting Windows): New node.
1009         (Window Configurations): Add descriptions of window-state-get
1010         and window-state-put.
1011         (Window Parameters): Describe variable ignore-window-parameters.
1012         Sketch some window parameters currently in use.
1013         * elisp.texi (Top): Update node listing.
1015 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
1017         * windows.texi (Display Action Functions)
1018         (Choosing Window Options): New nodes.
1020 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
1022         * windows.texi (Window History): New node.  Move text here from
1023         Buffers and Windows.
1024         (Switching Buffers): Rename from Displaying Buffers, since we
1025         don't document display-buffer here; callers changed.
1026         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
1027         switch-to-buffer-other-frame.  Delete duplicate
1028         replace-buffer-in-windows doc.
1029         (Choosing Window): Document display actions.
1031 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
1033         * display.texi (Forcing Redisplay): Update the description of
1034         redisplay-dont-pause due to change in the default value.
1036 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
1038         * frames.texi (Frames and Windows): Move section and rename to
1039         Windows and Frames in windows.texi.
1040         * windows.texi (Windows): Restructure.
1041         (Basic Windows): Rewrite.  Explain live and internal windows and
1042         normalization functions.
1043         (Windows and Frames): Move section here from frames.texi.
1044         Describe subwindows, window combinations, window tree, and
1045         corresponding functions including window-list here.
1046         (Window Sizes): Rename section from Size of Window and move it
1047         up in chapter.  Describe total and body sizes and the
1048         corresponding functions.  Explain new semantics of
1049         window-min-height/-width.
1050         (Resizing Windows): Move section up in chapter.  Describe new
1051         resize functions.
1052         (Splitting Windows): Describe new behavior of split-window,
1053         split-window-above-each-other and split-window-side-by-side.
1054         Provide examples.  Describe window-nest and window-splits
1055         options.
1056         (Deleting Windows): Minor rewrite.
1057         (Selecting Windows): Minor rewrite.
1058         Describe frame-selected-window and set-frame-selected-window here.
1059         (Cyclic Window Ordering): Minor rewrite.
1060         Describe window-list-1.
1061         (Buffers and Windows): Rewrite.  Explain a window's previous and
1062         next buffers and the corresponding functions.
1063         (Window Tree): Merge into Windows and Frames section.
1064         * elisp.texi (Top): Update node listings for frames and windows
1065         sections.
1067 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1071 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073         * errors.texi (Standard Errors): Remove apparent placeholder text
1074         (bug#9491).
1076 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
1078         * frames.texi (Management Parameters): Fix description of
1079         icon-type parameter.
1081 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
1083         * tips.texi (Key Binding Conventions): Don't bind a key sequence
1084         ending in C-g.  Suggested by Edward O'Connor.
1086 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
1088         * numbers.texi (Integer Basics): Add indexing for
1089         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
1091 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1093         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
1095 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
1097         * processes.texi (Network Servers): Clarify what the process
1098         buffer is used for (bug#9233).
1100 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1102         * lists.texi (Building Lists): Fix typo.
1104 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
1106         * display.texi (Basic Faces): New node.  Document new faces.
1108         * modes.texi (Major Mode Conventions): Move some text there.
1109         (Mode Help): Remove major-mode var, duplicated in Major Modes.
1111 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
1113         * modes.texi (Basic Major Modes): New node.  Callers updated.
1114         (Major Modes): Document fundamental-mode and major-mode.
1115         (Major Mode Basics): Node deleted; text moved to Major Modes.
1116         (Derived Modes): Document derived-mode-p.
1118 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1120         * files.texi (Changing Files, Create/Delete Dirs): Document new
1121         arguments for delete-file, delete-directory, and copy-directory.
1122         (Visiting Functions): Remove view-file; it is documented in the
1123         Emacs manual.
1125         * frames.texi (Layout Parameters): The defaults for the
1126         menu-bar-lines and tool-bar-lines parameters depend on the mode.
1128         * display.texi (Progress): Document spinner functionality.
1130         * os.texi (Killing Emacs): Note that kill-emacs can be called by
1131         operating system signals.  Refer to save-buffers-kill-terminal
1132         instead of save-buffers-kill-emacs.
1134         * objects.texi (Symbol Type): Document ## print representation.
1136 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
1138         * display.texi (Specified Space): Mention that `space' specs
1139         influence bidi reordering.
1140         (Bidirectional Display): Explain how to use `(space . PROPS)' for
1141         separating fields with bidirectional content.
1143 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
1145         * display.texi (Bidirectional Display): Document return value in
1146         buffers that are not bidi-reordered for display, and in unibyte
1147         buffers.
1149 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
1151         * nonascii.texi (Character Properties): Document the values for
1152         unassigned codepoints.
1154 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
1156         * nonascii.texi (Character Properties): Document use of
1157         `bidi-class' and `mirroring' properties as part of reordering.
1158         Provide cross-references to "Bidirectional Display".
1160         * display.texi (Bidirectional Display): Document the pitfalls of
1161         concatenating strings with bidirectional content, with possible
1162         solutions.  Document bidi-string-mark-left-to-right.
1163         Mention paragraph direction in modes that inherit from prog-mode.
1164         Document use of `bidi-class' and `mirroring' properties as part of
1165         reordering.
1167 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
1169         * modes.texi (Major Mode Conventions): Improve the documentation
1170         of `mode-class' `special' modes.
1172         * nonascii.texi (Character Properties): Document the `mirroring'
1173         property.  Add index entries.
1175         * syntax.texi (Categories): Add an example of defining a new
1176         category and category table.
1178         * searching.texi (Regexp Backslash): Document how to display
1179         existing categories.  Mention the possibility of adding
1180         categories, and add an xref to where this is described.  Add an
1181         index entry.
1183 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
1185         * text.texi (Special Properties):
1186         * display.texi (Overlay Properties): Note that mouse-face cannot
1187         change the text size (Bug#8530).
1189 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
1191         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1192         using setenv instead.
1194 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
1196         * display.texi (Bidirectional Display): Document the fact that
1197         bidi-display-reordering is t by default.
1199 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
1201         * display.texi (Bidirectional Display): New section.
1203 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204             Tim Cross  <theophilusx@gmail.com>  (tiny change)
1205             Glenn Morris   <rgm@gnu.org>
1207         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
1209 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
1211         * help.texi (Keys in Documentation): Revert last change.
1213 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215         * help.texi (Keys in Documentation): Clarify that \= only quotes
1216         the next character, and doesn't affect longer sequences in
1217         particular (bug#8935).
1219         * debugging.texi (Using Debugger):
1220         Mention @code{eval-expression-debug-on-error} (bug#8549).
1222 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
1224         * display.texi (Other Display Specs): Document that `left-fringe'
1225         and `right-fringe' display specifications are of the "replacing"
1226         kind.
1228 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230         * help.texi (Documentation Basics): Add a link to the Function
1231         Documentation node (bug#6580).
1233 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235         * keymaps.texi (Menu Bar): Mention :visible and :enable
1236         (bug#6344).  Text by Drew Adams.
1238         * modes.texi (Running Hooks): Mention buffer-local hook variables
1239         (bug#6218).
1241         * objects.texi (General Escape Syntax): "a with grave accent" is
1242         ?xe0, not ?x8e0 (bug#5259).
1244 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1246         * display.texi (Face Attributes, Font Selection): Add references
1247         to the Fonts node in the Emacs manual (Bug#4178).
1249 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1251         * display.texi (Window Systems): `window-system' is
1252         terminal-local.
1254         * frames.texi (Frame Parameters, Parameter Access): Don't mention
1255         frame-local variables.
1257         * variables.texi (Buffer-Local Variables): Don't mention obsolete
1258         frame-local variables.
1259         (Frame-Local Variables): Node deleted.
1261         * elisp.texi (Top): Update node listing.
1263 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265         * elisp.texi: Change "inferiors" to "subnodes" in three places
1266         (bug#3523).
1268 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
1270         * frames.texi (Window System Selections): Discussion of
1271         x-select-enable-clipboard moved to Emacs manual.
1273 2011-07-11  Deniz Dogan  <deniz@dogan.se>
1275         * commands.texi (Prefix Command Arguments): Remove excessive
1276         apostrophe.
1278 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1281         description is a string (bug#3313).
1283         * frames.texi (Display Feature Testing): Try to explain what all
1284         the visual classes mean (bug#3042).
1286 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288         * modes.texi (Mode Line Variables): Document `mode-line-remote'
1289         and `mode-line-client' (bug#2974).
1291         * text.texi (Insertion): Clarify marker movements (bug#1651).
1292         Text from Drew Adams.
1294 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296         * text.texi (Special Properties): Clarify the format of `face'
1297         (bug#1375).
1299         * commands.texi (Interactive Call): Add a `call-interactively'
1300         example (bug#1010).
1302 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304         * functions.texi (Calling Functions): Link to the "Interactive
1305         Call" node (bug#1001).
1307 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
1309         * customize.texi (Composite Types): Move alist and plist to here
1310         from Simple Types (Bug#7545).
1312         * elisp.texi (Top): Update menu description.
1314         * display.texi (Face Attributes): Document negative line widths
1315         (Bug#6113).
1317 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1319         * searching.texi (Match Data): Note that match data can be
1320         overwritten by most functions (bug#2499).
1322 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1325         flags mean (bug#6659).
1327         * functions.texi (What Is a Function): Document the autoload
1328         object (bug#6496).
1330 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1333         is only used in the Customize user interface (bug#6089).
1335         * display.texi (Showing Images): Mention the point of sliced
1336         images (bug#7836).
1338 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
1340         * variables.texi (Defining Variables, Void Variables)
1341         (Constant Variables): Fix incorrect usage of @kindex.
1343 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345         * variables.texi (Defining Variables): Add an index entry for
1346         `set-variable' (bug#7262).
1347         (Defining Variables): Use @findex for functions.
1349         * frames.texi (Basic Parameters): Document the `explicit-name'
1350         parameter (bug#6951).
1352         * customize.texi (Type Keywords): Clarify that :value provides a
1353         default value for all types (bug#7386).
1355         * streams.texi (Output Functions): Document `pp'.
1357 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
1359         * keymaps.texi (Searching Keymaps):
1360         * display.texi (Overlay Properties): Fix errors in 2011-05-29
1361         change.  Suggested by Johan Bockgård.
1363 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
1365         * text.texi (Special Properties): Clarify role of font-lock-face.
1367 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369         * processes.texi (Process Information): Rename `process-alive-p'
1370         to `process-live-p' for consistency with other `-live-p' functions.
1372 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1374         Document wide integers better.
1375         * files.texi (File Attributes): Document ino_t values better.
1376         ino_t values no longer map to anything larger than a single cons.
1377         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1378         (Bitwise Operations):
1379         * objects.texi (Integer Type): Use a binary notation that is a bit easier
1380         to read, and that will port better if 62-bits becomes the default.
1381         Fix or remove incorrect examples.
1382         * os.texi (Time Conversion): Document time_t values better.
1384 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386         * processes.texi (Process Information):
1387         Document `process-alive-p'.
1389 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1391         * help.texi (Accessing Documentation):
1392         * display.texi (Pixel Specification):
1393         * processes.texi (Serial Ports, Serial Ports):
1394         * nonascii.texi (Character Properties, Default Coding Systems):
1395         * text.texi (Changing Properties, Special Properties):
1396         * windows.texi (Window Start and End):
1397         * modes.texi (SMIE Indentation Example, SMIE Tricks):
1398         * keymaps.texi (Searching Keymaps, Tool Bar):
1399         * minibuf.texi (Basic Completion):
1400         * compile.texi (Eval During Compile):
1401         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1402         7x9 paper in printed manual.
1404         * lists.texi (Sets And Lists): Fix misplaced text.
1406 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1408         * keymaps.texi (Remapping Commands): Emphasize that the keymap
1409         needs to be active (Bug#8350).
1411 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
1413         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1415         * tips.texi (Coding Conventions): Remove antediluvian filename
1416         limit recommendation (Bug#8538).
1418 2011-05-27  Glenn Morris  <rgm@gnu.org>
1420         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1422 2011-05-26  Glenn Morris  <rgm@gnu.org>
1424         * variables.texi (File Local Variables):
1425         Update hack-local-variables `mode-only' return value.
1426         Add some more details on what this function does in the other case.
1428 2011-05-19  Glenn Morris  <rgm@gnu.org>
1430         * lists.texi (Sets And Lists): Mention cl provides union etc.
1432 2011-05-19  Nix  <nix@esperi.org.uk>
1434         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1436         * text.texi (Parsing HTML): Update for function name changes.
1438         * syntax.texi (Syntax Flags): Small fix.
1440         * keymaps.texi (Active Keymaps): Typo fix.
1441         (Changing Key Bindings): Grammar fix.
1443         * frames.texi (Minibuffers and Frames): Grammar fix.
1444         (Window System Selections): x-select-enable-clipboard now defaults to t.
1446         * customize.texi (Common Keywords):
1447         * display.texi (Abstract Display):
1448         * modes.texi (Auto-Indentation):
1449         * nonascii.texi (Converting Representations): Typo fixes.
1451         * control.texi (Examples of Catch): Call it "goto" not "go to".
1453 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
1455         * nonascii.texi (Character Properties): Fix inconsistencies with
1456         implementation.
1458         * text.texi (Special Properties): Move @defvar's out of the
1459         @table.  (Bug#8652)
1461 2011-05-12  Glenn Morris  <rgm@gnu.org>
1463         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
1465 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1467         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1468         (Multiline Font Lock):
1469         * vol2.texi (Top):
1470         * vol1.texi (Top):
1471         * elisp.texi (Top): Update menu accordingly.
1473 2011-05-12  Drew Adams  <drew.adams@oracle.com>
1475         * modes.texi (Region to Fontify): Fix typo.
1477 2011-05-10  Jim Meyering  <meyering@redhat.com>
1479         * minibuf.texi: Fix typo "in in -> in".
1481 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1483         * numbers.texi (Integer Basics): Large integers are treated as floats.
1485 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487         * processes.texi (Synchronous Processes): Document the (:file
1488         "/file-name") syntax for `call-process'.
1490 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
1492         * windows.texi (Choosing Window): Fix typo.
1494 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
1496         * frames.texi (Layout Parameters): Note the difference between
1497         querying and setting parameters for left-fringe and right-fringe
1498         (Bug#6930).
1500 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1502         * minibuf.texi (Basic Completion): Be a bit more precise about the
1503         valid kinds of completion tables.
1504         (Programmed Completion): Remove obsolete text about lambda expressions
1505         not being valid completion tables.
1507 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1509         * positions.texi (Excursions): Explain the "save-excursion
1510         defeated by set-buffer" warning.
1512         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
1513         save-excursion.  Suggested by Uday S Reddy.
1515 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1517         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1518         (Lexical Binding): New sub-section.
1520         * eval.texi (Eval): Discourage the use of `eval'.
1521         Document its new `lexical' argument.
1523 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1525         * commands.texi (Command Overview): `post-command-hook' is not reset to
1526         nil any more.
1528 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1530         * strings.texi (String Conversion): Don't mention
1531         string-make-(uni|multi)byte (bug#8262).
1532         * nonascii.texi (Converting Representations): Fix up range.
1533         * keymaps.texi (Key Binding Commands): Update code point, avoid
1534         "unibyte character" and remove mention of unibyte bindings.
1536 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
1538         * modes.texi (Operator Precedence Grammars): Don't use characters
1539         outside ISO-8859-1.
1541 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
1543         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1545         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1547 2011-03-08  Glenn Morris  <rgm@gnu.org>
1549         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1550         * intro.texi (Acknowledgements): Names to UTF-8.
1551         * elisp.texi: Set documentencoding.
1553 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1555         * Version 23.3 released.
1557 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1559         * package.texi: Update index keywords.
1560         (Package Archives): New node contents.  Document package-x.el.
1562 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
1564         * makefile.w32-in (srcs): Add package.texi.
1566 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1568         * package.texi (Packaging, Packaging Basics, Simple Packages)
1569         (Multi-file Packages): Expand and clarify.
1570         (Package Archives): Temporary placeholder node.
1572         * elisp.texi (Top): Update node listing.
1574         * Makefile.in (srcs): Add package.texi.
1576 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
1578         * processes.texi (Synchronous Processes): Minor clarification
1579         (Bug#8149).
1581 2011-03-03  Glenn Morris  <rgm@gnu.org>
1583         * files.texi (Truenames): Minor clarification.  (Bug#2341)
1585 2011-03-01  Glenn Morris  <rgm@gnu.org>
1587         * variables.texi (Directory Local Variables):
1588         Mention `(subdirs . nil)' alist element.
1590 2011-02-28  Glenn Morris  <rgm@gnu.org>
1592         * variables.texi (Directory Local Variables): Mention the optional
1593         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
1595 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
1597         * minibuf.texi (Minibuffer History): Clarify discussion of
1598         minibuffer history lists (Bug#8085).
1600 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1602         * elisp.texi: Sync @dircategory with ../../info/dir.
1604         * files.texi (Visiting Functions): Document find-file-literally,
1605         both the command and the variable.
1607         * variables.texi (Creating Buffer-Local): Explain the meaning of
1608         permanent local variables.
1610         * files.texi (Visiting Functions): Document find-file-literally,
1611         both the command and the variable.
1613         * variables.texi (Creating Buffer-Local): Explain the meaning of
1614         permanent local variables.
1616 2011-02-19  Glenn Morris  <rgm@gnu.org>
1618         * keymaps.texi (Remapping Commands): Mention how to undo it.
1620 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
1622         * loading.texi (Hooks for Loading): Remove unnecessary advice
1623         about eval-after-load (Bug#7986).
1625 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
1627         * commands.texi (Accessing Mouse): Note that a header line is not
1628         included in the row of posn-col-row.
1630 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1632         * modes.texi (Major Mode Conventions): Add face guidelines.
1633         (Faces for Font Lock): List faces in order of prominence.
1635 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1637         format-time-string now supports subsecond time stamp resolution
1638         * os.texi (Time Parsing): Document %N.
1640 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1642         * vol1.texi (Top):
1643         * vol2.texi (Top):
1644         * elisp.texi (Top):
1645         * display.texi (Display Property): Shorten the menu description of
1646         the "Other Display Specs" node (Bug#7816).
1648         * keymaps.texi (Defining Menus): Add "menu item" and "extended
1649         menu item" concept index entries (Bug#7805).
1651 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1653         * makefile.w32-in (texinfodir): New variable.
1654         (usermanualdir): Remove as redundant with $(emacsdir).
1655         (MAKEINFO): Remove options, leave only program name.
1656         (MAKEINFO_OPTS): New variable.
1657         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1659 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1660             Richard Kim  <emacs18@gmail.com>
1662         * loading.texi (Library Search): Document list-load-path-shadows
1663         (Bug#7757).
1665 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1667         * searching.texi (Regexp Special): Remove outdated discussion of
1668         character sets (Bug#7780).
1670         * frames.texi (Pop-Up Menus): Document where menu title comes
1671         from (Bug#7684).
1673 2011-01-25  Glenn Morris  <rgm@gnu.org>
1675         * display.texi (Making Buttons): Mention limitation of text buttons.
1677 2011-01-23  Werner Lemberg  <wl@gnu.org>
1679         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1680         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1681         (ENVADD): New variable to control texi2dvi and texi2pdf.
1683 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1685         * files.texi (Directory Names): Move directory-abbrev-alist doc to
1686         Emacs manual.
1688 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1690         * files.texi (Directory Names): Explain why FROM in
1691         directory-abbrev-alist should begin with \`.  (Bug#7777)
1693 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1695         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1697 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1699         * modes.texi (Emulating Mode Line): Fix last change.
1701 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1703         * modes.texi (Emulating Mode Line): Update documentation of
1704         format-mode-line according to changes that fixed bug #7587.
1706 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1708         * modes.texi (Derived Modes): Mention prog-mode.
1710         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1711         of the key-binding-data cache since we don't use it any more.
1713 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1715         * processes.texi (Shell Arguments):
1716         * strings.texi (Creating Strings): Don't mention "shell commands";
1717         make it explicit that `split-string-and-unquote' and
1718         `combine-and-quote-strings' are mainly for working with arguments
1719         to call-process and start-process.
1721         * processes.texi (Shell Arguments): Fix documentation of
1722         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
1724 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1726         * modes.texi (Auto-Indentation): New section to document SMIE.
1727         (Major Mode Conventions):
1728         * text.texi (Mode-Specific Indent): Refer to it.
1730 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1732         * display.texi (Other Display Specs): Document left-fringe and
1733         right-fringe display specs.
1735 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1737         * backups.texi (Making Backups):
1738         * modes.texi (Example Major Modes): Use recommended coding style.
1739         (Major Mode Basics, Derived Modes): Encourge more strongly use of
1740         define-derived-mode.  Mention completion-at-point-functions.
1742 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1744         * nonascii.texi (Converting Representations):
1745         Document byte-to-string.
1747 2010-12-08  Glenn Morris  <rgm@gnu.org>
1749         * buffers.texi (Modification Time):
1750         verify-visited-file-modtime now defaults to the current buffer.
1752 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1754         * nonascii.texi (Converting Representations): Document byte-to-string.
1756         * strings.texi (Creating Strings): Don't mention semi-obsolete
1757         function char-to-string.
1758         (String Conversion): Shorten discussion of semi-obsolete function
1759         string-to-char.  Link to Converting Representations.
1761         * objects.texi (Symbol Type):
1762         * text.texi (Near Point):
1763         * help.texi (Help Functions):
1764         * functions.texi (Mapping Functions): Use string instead of
1765         char-to-string in examples.
1767 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1769         * text.texi (Kill Functions, Kill Functions)
1770         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1771         YANK-HANDLER args.
1773         * symbols.texi (Creating Symbols): Using unintern without an
1774         obarray arg is now obsolete.
1776         * numbers.texi (Float Basics): Document float-e and float-pi.
1778         * variables.texi (Defining Variables): Change "pi" example to
1779         "float-pi".
1781 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1783         * commands.texi (Click Events): Document the values of X, Y and
1784         COL, ROW in the event's position, when the click is on the header
1785         or mode line, on the fringes, or in the margins.
1787 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1789         * customize.texi (Composite Types): Lower-case index entry.
1791         * loading.texi (How Programs Do Loading):
1792         Document load-file-name.  (Bug#7346)
1794 2010-11-17  Glenn Morris  <rgm@gnu.org>
1796         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1798 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1800         * display.texi (Usual Display): Characters with no fonts are not
1801         necessarily displayed as empty boxes.
1803 2010-10-31  Glenn Morris  <rgm@gnu.org>
1805         * maps.texi (Standard Keymaps): Update File menu description.
1807 2010-10-28  Glenn Morris  <rgm@gnu.org>
1809         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1811 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
1813         * display.texi (Window Systems): Deprecate use of window-system as
1814         a predicate.
1816 2010-10-23  Glenn Morris  <rgm@gnu.org>
1818         * help.texi (Documentation Basics): Remove mentions of digest-doc and
1819         sorted-doc.
1821 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1823         * os.texi (Dynamic Libraries): New node, with slightly modified
1824         text deleted from "Image Formats".
1825         (System Interface): Add @menu entry for "Dynamic Libraries".
1827         * display.texi (Image Formats): Remove description of
1828         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1830 2010-10-12  Glenn Morris  <rgm@gnu.org>
1832         * book-spine.texinfo: Rename to book-spine.texi.
1834 2010-10-11  Glenn Morris  <rgm@gnu.org>
1836         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1838         * Makefile.in (DVIPS): New variable.
1839         (.PHONY): Add html, ps.
1840         (html, elisp.html, ps, elisp.ps): New targets.
1841         (clean): Delete html, ps files.
1842         ($(infodir)/elisp): Remove unnecessary includes.
1844 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1846         * makefile.w32-in (emacsdir): New variable.
1847         (srcs): Add emacsver.texi.
1848         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1850 2010-10-09  Glenn Morris  <rgm@gnu.org>
1852         * Makefile.in (VPATH): Remove.
1853         (infodir): Make it absolute.
1854         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1856         * Makefile.in (dist): Anchor regexps.
1858         * Makefile.in (srcs): Put elisp.texi first.
1859         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1861         * Makefile.in (infoclean): Remove harmless, long-standing error.
1863         * Makefile.in ($(infodir)): Delete rule.
1864         (mkinfodir): New.
1865         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1867         * Makefile.in (dist): Remove reference to emacsver.texi.in.
1868         Also copy emacsver.texi, and edit $emacsdir.
1870 2010-10-09  Glenn Morris  <rgm@gnu.org>
1872         * Makefile.in (emacsdir): New variable.
1873         (MAKEINFO): Add -I $emacsdir.
1874         (dist): Copy emacsver.texi.
1875         (srcs): Add emacsver.texi.
1877         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1878         Set EMACSVER by including emacsver.texi.
1880         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1882 2010-10-07  Glenn Morris  <rgm@gnu.org>
1884         * Makefile.in (version): New, set by configure.
1885         (clean): Delete dist tar file.
1886         (dist): Use version in tar name.
1888 2010-10-06  Glenn Morris  <rgm@gnu.org>
1890         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1891         (INSTALL_INFO): Remove unused variable.
1892         (mostlyclean, infoclean, dist): New rules.
1893         (clean): Delete dvi and pdf files.
1894         (maintainer-clean): Remove elisp.oaux, use infoclean.
1895         ($(infodir)): Add parallel build workaround.
1897 2010-10-04  Glenn Morris  <rgm@gnu.org>
1899         * Makefile.in (dvi, pdf, $(infodir)): New targets.
1900         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
1901         Fix -I typo.
1902         (clean): No 'make.out' or 'core' files.
1903         (.PHONY): Declare clean rules.
1904         (maintainer-clean): Delete pdf file.  Guard against cd failures.
1906 2010-10-03  Glenn Morris  <rgm@gnu.org>
1908         * files.texi (File Name Components): Remove ignored section about
1909         deleted variable directory-sep-char.
1911 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
1913         * files.texi (Magic File Names): New defopt
1914         remote-file-name-inhibit-cache.
1916 2010-10-02  Glenn Morris  <rgm@gnu.org>
1918         * os.texi (Killing Emacs): Hook now runs in batch mode.
1920 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1922         * text.texi (Special Properties): Clarify when modification-hooks run.
1924 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1926         * syntax.texi (Syntax Flags): Document new `c' flag.
1928 2010-09-09  Glenn Morris  <rgm@gnu.org>
1930         * display.texi (ImageMagick Images): General cleanup.
1932 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1934         * files.texi (Directory Names): Use \` rather than ^.
1936 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1938         * text.texi (Low-Level Kill Ring):
1939         * frames.texi (Window System Selections): Remove cut buffer
1940         documentation.
1942 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
1944         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1945         Parameters", where the default fringe width is described.
1947         * frames.texi (Window Frame Parameters, Basic Parameters)
1948         (Position Parameters, Layout Parameters, Management Parameters)
1949         (Cursor Parameters, Font and Color Parameters): Add indexing for
1950         frame parameters.  (Bug#6929)
1952 2010-08-25  Tom Tromey  <tromey@redhat.com>
1954         * vol2.texi (Top): Update.
1955         * vol1.texi (Top): Update.
1956         * tips.texi (Library Headers): Mention Package-Version and
1957         Package-Requires.
1958         * package.texi: New file.
1959         * os.texi (System Interface): Update pointers.
1960         * elisp.texi (Top): Link to new nodes.  Include package.texi.
1961         * anti.texi (Antinews): Update pointers.
1963 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
1965         * processes.texi (Filter Functions): Fix last change.
1967 2010-08-24  Markus Triska  <triska@gmx.at>
1969         * processes.texi (Filter Functions): Use `buffer-live-p' instead
1970         of `buffer-name' in the main text as well as in the example
1971         (Bug#3098).
1973 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1975         * nonascii.texi (Text Representations):
1976         * loading.texi (Loading Non-ASCII):
1977         * compile.texi (Byte Compilation): Don't mention obsolete
1978         --unibyte command-line argument.
1980 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1982         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1984 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1986         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1988 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1990         * commands.texi (Misc Events): Add cross-references to where
1991         POSITION of a mouse event is described in detail.
1993 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
1995         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
1997 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1999         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2000         Suggested by Štěpán Němec <stepnem@gmail.com>.
2002 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2004         * minibuf.texi (High-Level Completion): Document args of
2005         `read-buffer-function' (bug#5625).
2007 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2009         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2011 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2013         * processes.texi (Process Information): Explain process property
2014         `remote-tty'.
2016 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2018         * modes.texi (Defining Minor Modes): Use C-delete in examples,
2019         instead of "\C-\^?" (bug#6334).
2021         * text.texi (Special Properties): Fix typo.
2023 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
2025         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2026         calling sequences, which are now the standard.
2028 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
2030         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2032         * commands.texi (Command Overview): Mention undo-boundary call.
2034 2010-06-23  Glenn Morris  <rgm@gnu.org>
2036         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2037         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2038         * frames.texi, functions.texi, internals.texi, keymaps.texi:
2039         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2040         * searching.texi, sequences.texi, strings.texi, syntax.texi:
2041         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2042         Untabify Texinfo files.
2044 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
2046         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2048 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
2050         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2052 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
2054         * searching.texi (Regexp Special): Remove obsolete information
2055         about matching non-ASCII characters, and suggest using char
2056         classes (Bug#6283).
2058 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
2060         * minibuf.texi (Basic Completion): Add missing "@end defun".
2062 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2064         * minibuf.texi (Basic Completion): Document completion-boundaries.
2065         (Programmed Completion): Document the new fourth method for boundaries.
2067 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
2069         * display.texi (Image Cache): Update documentation about image caching.
2071 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2073         * windows.texi (Textual Scrolling):
2074         * tips.texi (Coding Conventions):
2075         * minibuf.texi (Minibuffer History):
2076         * maps.texi (Standard Keymaps):
2077         * loading.texi (Where Defined):
2078         * edebug.texi (Instrumenting): Fix typos.
2080 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2082         * keymaps.texi (Menu Bar): Document :advertised-binding property.
2084         * functions.texi (Obsolete Functions):
2085         Document set-advertised-calling-convention.
2087         * minibuf.texi (Basic Completion): Document completion-in-region.
2088         (Programmed Completion): Document completion-annotate-function.
2090         * commands.texi (Reading One Event): Document read-key.
2091         (Distinguish Interactive): Document KIND arg to
2092         called-interactively-p.  Delete obsolete interactive-p.
2094         * elisp.texi (Top): Update node description.
2096 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2098         * nonascii.texi (Character Properties):
2099         Document unicode-category-table.  Add an index entry for Unicode
2100         general category.
2102 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2104         * Version 23.2 released.
2106 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2108         * locals.texi (Standard Buffer-Local Variables):
2109         Remove @ignore'd reference to `direction-reversed'.
2111 2010-04-14  Juri Linkov  <juri@jurta.org>
2113         Fix @deffn without category.
2115         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2116         for `abbrev-insert'.
2118         * buffers.texi (Indirect Buffers): Add category `Command'
2119         to @deffn of `clone-indirect-buffer'.
2121         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2122         for `next-window' and `previous-window'.  Add category `Command'
2123         to @deffn of `pop-to-buffer'.
2125 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
2127         * nonascii.texi (Text Representations): Don't mark
2128         enable-multibyte-characters as a user option.
2130 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2132         * control.texi (Handling Errors): How to re-throw a signal caught
2133         by condition-case.
2135 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
2137         * loading.texi (Hooks for Loading): Document after-load-functions.
2138         Copyedits.
2140 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
2142         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
2144 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2146         * processes.texi (Network Processes): Document seqpacket type.
2148 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2150         * os.texi (System Environment): Do not mention lynxos.
2152 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2154         * Branch for 23.2.
2156 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2158         * objects.texi (Integer Type): Take note of the read syntax
2159         exception for numbers that cannot fit in the integer type.
2161 2010-03-03  Glenn Morris  <rgm@gnu.org>
2163         * numbers.texi (Integer Basics, Bitwise Operations):
2164         * objects.texi (Integer Type): Update for integers now being 30-bit.
2166 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2168         * display.texi (Low-Level Font): Document :otf font-spec property.
2170 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2172         * display.texi (Line Height): Avoid obsolete special default variables
2173         like default-major-mode.
2175 2010-01-28  Alan Mackenzie  <acm@muc.de>
2177         * display.texi (Auto Faces): Say fontification-functions is called
2178         whether or not Font Lock is enabled.  Tidy up the wording a bit.
2180 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2182         * elisp.texi: Remove duplicate edition information (Bug#5407).
2184 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2186         * two.el (volume-header-toc-markup): Fix typos in docstring.
2188 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2190         Avoid dubious uses of save-excursions.
2191         * positions.texi (Excursions): Recommend the use of
2192         save-current-buffer if applicable.
2193         * text.texi (Clickable Text): Fix the example code which used
2194         save-excursion in a naive way which sometimes preserves point and
2195         sometimes not.
2196         * variables.texi (Creating Buffer-Local):
2197         * os.texi (Session Management):
2198         * display.texi (GIF Images):
2199         * control.texi (Cleanups): Use (save|with)-current-buffer.
2201 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2203         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
2205 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2207         * nonascii.texi (Text Representations, Character Codes)
2208         (Converting Representations, Explicit Encoding)
2209         (Translation of Characters): Use hex notation consistently.
2210         (Character Sets): Fix map-charset-chars doc (Bug#5197).
2212 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2214         * loading.texi (Where Defined): Make it clearer that these are
2215         loaded files (Bug#5068).
2217 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
2219         * minibuf.texi (Completion Styles): Document `initials' style.
2221 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
2223         * frames.texi (Resources): Describe inhibit-x-resources.
2224         (Size Parameters): Copyedit.
2226         * hash.texi (Creating Hash):
2227         * objects.texi (Hash Table Type): Document the new hash table
2228         printed representation.
2230         * minibuf.texi (Basic Completion): 4th arg to all-completions is
2231         obsolete.
2233         * processes.texi (Process Buffers):
2234         Document process-kill-buffer-query-function.
2236 2009-12-05  Glenn Morris  <rgm@gnu.org>
2238         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2239         diary-display-function, and no longer recommended to be a hook.
2240         Update for changes in the names of calendar and diary hooks.
2241         diary-print-entries-hook has changed section.
2243 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
2245         * text.texi (Special Properties): More accurate description of
2246         what the `cursor' property does.
2248 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2250         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2251         mouse-wheel-down-event, the closest thing to a definition for them.
2252         * os.texi (Startup Summary): vindex inhibit-startup-message and
2253         inhibit-splash-screen.
2254         (Command-Line Arguments): vindex argv.
2255         (Suspending Emacs): vindex suspend-tty-functions and
2256         resume-tty-functions.  Don't want to index every hook, but having
2257         the programming ones is helpful.
2259 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
2261         * commands.texi (Motion Events): Fix typo (Bug#4907).
2263 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2265         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2266         are affected by case-fold-search (Bug#4483).
2268 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2270         * minibuf.texi (Reading File Names): Note that read-file-name may
2271         use a graphical file dialog.
2273 2009-10-31  Glenn Morris  <rgm@gnu.org>
2275         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
2277 2009-10-16  Kevin Ryde  <user42@zip.com.au>
2279         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2280         in particular so `info-lookup-symbol' can find its docs.
2282 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
2284         * variables.texi (Constant Variables): Distinguish from defconst
2285         variables.
2286         (Defining Variables): Add cindex.
2288 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
2290         * os.texi (Time of Day): Clarify that the microsecond part is
2291         ignored (Bug#4637).
2293 2009-10-11  Glenn Morris  <rgm@gnu.org>
2295         * frames.texi (Size and Position): Clarify what is included in the frame
2296         height.  (Bug#4535)
2298 2009-10-10  Glenn Morris  <rgm@gnu.org>
2300         * windows.texi (Size of Window): The relationship between window and
2301         frame heights is not so simple.  (Bug#4535)
2302         Mention window-full-height-p.
2304 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2307         used from Lisp.
2309 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
2311         * files.texi (Directory Names) <abbreviate-file-name>:
2312         Document that root home directories are not replaced with "~".
2314 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
2316         * text.texi (Special Properties): Document the meaning of the
2317         `cursor' text property whose value is an integer.
2319 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2321         * files.texi (Magic File Names): Add `copy-directory'.
2323 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2325         * files.texi (File Attributes): Fix description of file
2326         attributes.  (Bug#4638) Update attributes of files.texi example to
2327         be more representative.
2329 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2331         * files.texi (Create/Delete Dirs): New command copy-directory.
2333 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2335         * anti.texi (Antinews):
2336         * macros.texi (Indenting Macros):
2337         * strings.texi (Creating Strings, Case Conversion):
2338         Remove duplicate words.
2340 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2342         * files.texi (Create/Delete Dirs): delete-directory has an
2343         optional parameter RECURSIVE.
2345 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2347         * buffers.texi (Swapping Text): Minor clarification.
2349 2009-10-01  Glenn Morris  <rgm@gnu.org>
2351         * functions.texi (Declaring Functions): Mention that we also search for
2352         ".m" files in the src/ directory.
2354 2009-09-25  David Engster  <deng@randomsample.de>
2356         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2358 2009-09-22  Glenn Morris  <rgm@gnu.org>
2360         * internals.texi (Building Emacs): Mention preloaded-file-list.
2362 2009-09-14  Alan Mackenzie  <acm@muc.de>
2364         * os.texi (Terminal Output): Put "@code{}" around "stdout".
2366 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2368         * functions.texi (Anonymous Functions): Rearrange discussion,
2369         giving usage of unquoted lambda forms first.  Mention that
2370         `function' and `#'' are no longer required (Bug#4290).
2372 2009-09-11  Alan Mackenzie  <acm@muc.de>
2374         * os.texi (Terminal Output): Document `send-string-to-terminal' in
2375         batch mode.
2377 2009-09-01  Glenn Morris  <rgm@gnu.org>
2379         * display.texi (Face Functions): Mention define-obsolete-face-alias.
2381 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
2383         * nonascii.texi (Character Codes): Fix typos.
2385 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2387         * processes.texi (Synchronous Processes): New defvar
2388         process-file-side-effects.
2390 2009-08-25  Glenn Morris  <rgm@gnu.org>
2392         * display.texi (Fontsets): Fix typo.
2394         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2396 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2398         * processes.texi (Asynchronous Processes): Adjust arglist of
2399         start-process-shell-command and start-file-process-shell-command.
2401 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
2403         * advice.texi (Argument Access in Advice): Note that argument
2404         positions are zero-based (Bug#3932).
2406         * commands.texi (Distinguish Interactive): Minor copyedit.
2408         * display.texi (Face Attributes): Add xref to Displaying Faces for
2409         explanation of "underlying face".
2411         * customize.texi (Common Keywords): Add xref to Loading.
2413         * loading.texi (How Programs Do Loading): Add xref to Lisp
2414         Libraries node in the Emacs manual.
2416 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
2418         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2420 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2422         * processes.texi (Shell Arguments): Copyedits.
2424 2009-07-18  Glenn Morris  <rgm@gnu.org>
2426         * loading.texi (Repeated Loading): Fix typo.
2428 2009-07-16  Richard Stallman  <rms@gnu.org>
2430         * buffers.texi (Swapping Text): Recommend setting
2431         write-region-annotate-functions and buffer-saved-size.
2433         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2435 2009-07-15  Glenn Morris  <rgm@gnu.org>
2437         * edebug.texi: Minor re-phrasings throughout.
2438         (Edebug Execution Modes): Sit-for affects continue mode too.
2439         (Jumping): Use `forward-sexp' rather than its keybinding.
2440         (Edebug Misc): Fix Q binding.
2441         (Edebug Eval): Remove cl version.
2442         (Printing in Edebug): Clarify print-length etc.
2443         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2444         (Specification List): Remove edebug-unwrap findex entry.
2445         (Specification Examples): defmacro is actually not the same as defun.
2446         Escape "`" in example.
2448 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2450         * markers.texi (The Mark): Document optional arg to
2451         deactivate-mark.
2453 2009-07-11  Kevin Ryde  <user42@zip.com.au>
2455         * hooks.texi (Standard Hooks): Fix cross-references.
2457         * loading.texi (Named Features): Refer to eval-after-load.
2459 2009-07-11  Glenn Morris  <rgm@gnu.org>
2461         * Makefile.in (TEXI2PDF): New.
2462         (elisp.pdf): New target.
2464         * searching.texi (Regexp Backslash): Fix typo.
2466         * elisp.texi (Top): Display copyright notice at start of non-TeX.
2468 2009-07-10  Glenn Morris  <rgm@gnu.org>
2470         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2472         * customize.texi (Customization Types):
2473         * display.texi (Abstract Display):
2474         * objects.texi (Character Type, String Type):
2475         Merge in some menu descriptions from elisp.texi.
2477         * hash.texi (Hash Tables):
2478         * modes.texi (Multiline Font Lock):
2479         End menu description with period.
2481 2009-07-09  Glenn Morris  <rgm@gnu.org>
2483         * back.texi: Don't hard-code texinfo location.
2485         * two-volume.make (texinfodir): New, with location of texinfo.tex.
2486         (tex): Add texinfodir to TEXINPUTS.
2487         (elisp1med-init, elisp2med-init): Use texinfodir.
2489         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2490         (clean): Add two-volume.make intermediate files.
2492         * elisp.texi, vol1.texi, vol2.texi:
2493         Use a DATE variable with the publication date, and update it.
2494         Fix antinews menu description.
2496         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2497         Update the detailed node listing to match elisp.texi.
2499         * README: Update edition to match elisp.texi.
2501         * objects.texi (General Escape Syntax):
2502         * nonascii.texi (Character Sets):
2503         Use consistent case for "Unicode Standard".
2505         * anti.texi (Antinews):
2506         * customize.texi (Variable Definitions):
2507         * functions.texi (Declaring Functions):
2508         * nonascii.texi (Character Properties):
2509         * processes.texi (Serial Ports):
2510         * text.texi (Special Properties):
2511         * tips.texi (Coding Conventions):
2512         Minor rearrangements to improve TeX line-filling.
2514         * commands.texi (Using Interactive): Fix cross-reference.
2516 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2518         * frames.texi (Management Parameters): Mention sticky.
2520 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
2522         * help.texi (Help Functions): Fix description of help-buffer and
2523         help-setup-xref to use @defun instead of @deffn.
2525 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2527         * frames.texi (Size Parameters): Mention maximized for fullscreen.
2529 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
2531         * display.texi (Window Systems): Add ns to the list.
2533 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2535         * Branch for 23.1.
2537 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
2539         * windows.texi (Dedicated Windows): Fix typo.
2540         (Resizing Windows): Replace @defun by @deffn.
2542 2009-06-17  Glenn Morris  <rgm@gnu.org>
2544         * variables.texi (Directory Local Variables):
2545         Update for 2009-04-11 name-change of dir-locals-directory-alist.
2547 2009-06-09  Kenichi Handa  <handa@m17n.org>
2549         * nonascii.texi (Character Sets): State clearly that FROM and TO
2550         are codepoints of CHARSET.
2552 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
2554         * minibuf.texi (Reading File Names): Fix introductory text.
2555         Suggested by stan@derbycityprints.com.
2556         (High-Level Completion): Fix typo.
2558 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
2560         * frames.texi (Text Terminal Colors): Multi-tty is already
2561         implemented, but tty-local colors are not.
2563 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
2565         * hooks.texi (Standard Hooks): Remove mention of obsolete
2566         redisplay-end-trigger-functions.
2568         * internals.texi (Window Internals): Remove mention of obsolete
2569         redisplay-end-trigger-functions.
2571 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
2573         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2575         * backups.texi (Making Backups): backup-directory-alist and
2576         make-backup-file-name-function are options.
2577         (Auto-Saving): auto-save-list-file-prefix is an option.
2579         * buffers.texi (Killing Buffers): buffer-offer-save is an
2580         option.
2582         * display.texi (Refresh Screen): no-redraw-on-reenter is an
2583         option.
2584         (Echo Area Customization): echo-keystrokes is an option.
2585         (Selective Display): selective-display-ellipses is an option.
2586         (Temporary Displays): temp-buffer-show-function is an option.
2587         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2588         are options.
2589         (Font Selection): face-font-family-alternatives,
2590         face-font-selection-order, face-font-registry-alternatives, and
2591         scalable-fonts-allowed are options.
2592         (Fringe Indicators): indicate-buffer-boundaries is an option.
2593         (Fringe Cursors): overflow-newline-into-fringe is an option.
2594         (Scroll Bars): scroll-bar-mode is an option.
2596         * eval.texi (Eval): max-lisp-eval-depth is an option.
2598         * files.texi (Visiting Functions): find-file-hook is an option.
2599         (Directory Names): directory-abbrev-alist is an option.
2600         (Unique File Names): temporary-file-directory and
2601         small-temporary-file-directory are options.
2603         * frames.texi (Initial Parameters): initial-frame-alist,
2604         minibuffer-frame-alist and default-frame-alist are options.
2605         (Cursor Parameters): blink-cursor-alist and
2606         cursor-in-non-selected-windows ar options.
2607         (Window System Selections): selection-coding-system is an
2608         option.
2609         (Display Feature Testing): display-mm-dimensions-alist is an
2610         option.
2612         * help.texi (Help Functions): help-char and help-event-list are
2613         options.
2615         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2616         an option.
2618         * minibuf.texi (Minibuffer History): history-length and
2619         history-delete-duplicates are options.
2620         (High-Level Completion): read-buffer-function and
2621         read-buffer-completion-ignore-case are options.
2622         (Reading File Names): read-file-name-completion-ignore-case is
2623         an option.
2625         * modes.texi (Mode Line Top): mode-line-format is an option.
2626         (Mode Line Variables): mode-line-position and mode-line-modes
2627         are options.
2629         * nonascii.texi (Text Representations):
2630         enable-multibyte-characters is an option.
2631         (Default Coding Systems): auto-coding-regexp-alist,
2632         file-coding-system-alist, auto-coding-alist and
2633         auto-coding-functions are options.
2634         (Specifying Coding Systems): inhibit-eol-conversion is an
2635         option.
2637         * os.texi (Init File): site-run-file is an option.
2638         (System Environment): mail-host-address is an option.
2639         (User Identification): user-mail-address is an option.
2640         (Terminal Output): baud-rate is an option.
2642         * positions.texi (Word Motion): words-include-escapes is an
2643         option.
2645         * searching.texi (Standard Regexps): page-delimiter,
2646         paragraph-separate, paragraph-separate and sentence-end are
2647         options.
2649         * text.texi (Margins): left-margin and fill-nobreak-predicate
2650         are options.
2652         * variables.texi (Local Variables): max-specpdl-size is an
2653         option.
2655         * windows.texi (Choosing Window):
2656         split-window-preferred-function, special-display-function and
2657         display-buffer-function are options.
2659 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
2661         Fix errors spotted by Martin Rudalics.
2663         * syntax.texi (Position Parse): Document rationale for ignored
2664         arguments to syntax-ppss-flush-cache.
2666         * processes.texi (Input to Processes): Mark PROCESS arg to
2667         process-running-child-p as optional.
2668         (Network Options): Document NO-ERROR arg to
2669         set-network-process-option.
2671         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2672         command.
2674         * searching.texi (POSIX Regexps): Mark posix-search-forward and
2675         posix-search-backward as commands.
2677         * os.texi (Killing Emacs): Mark kill-emacs as a command.
2678         (Suspending Emacs): Mark suspend-emacs as a command.
2679         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2680         commands.
2681         (Terminal Output): Remove obsolete function baud-rate.
2682         Document TERMINAL arg for send-string-to-terminal.
2684         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2685         terminal-coding-system and set-terminal-coding-system.
2686         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2687         as optional.
2688         (Character Sets): Document RESTRICTION arg of char-charset.
2689         (Character Codes): Mark POS argument to get-byte as optional.
2691         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2692         minibuffer-message.
2694         * files.texi (Create/Delete Dirs): Mark make-directory and
2695         delete-directory as commands.
2697         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2699         * text.texi (Base 64): Mark base64-decode-string and
2700         base64-encode-string as commands.
2701         (Columns): Mark move-to-column as a command.
2702         (Mode-Specific Indent): Document RIGID arg to
2703         indent-for-tab-command.
2704         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2705         Mark indent-code-rigidly as a command.
2706         (Substitution): Mark translate-region as a command.
2708         * frames.texi (Size and Position): Remove obsolete functions
2709         screen-height and screen-width.
2711 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
2713         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2714         (Displaying Buffers, Resizing Windows): Correct mistakes;
2715         next-window, previous-window, and pop-to-buffer are not commands,
2716         and fit-window-to-buffer" is a command.  (Pointed out by Martin
2717         Rudalics.)
2719 2009-05-17  Richard M Stallman  <rms@gnu.org>
2721         * modes.texi (Precalculated Fontification): Clarify text.
2723 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
2725         * windows.texi (Selecting Windows): Clarify descriptions of
2726         with-selected-window and get-lru-window.
2727         (Cyclic Window Ordering): Refer to particular frame when talking
2728         about how splitting affects the ordering.
2729         (Displaying Buffers): Fix descriptions of switch-to-buffer and
2730         switch-to-buffer-other-window.  Explain how setting of
2731         display-buffer-reuse-frames affects pop-to-buffer.
2732         (Choosing Window): Clarify some details in descriptions of
2733         display-buffer-reuse-frames, pop-up-frames, and
2734         pop-up-frame-function.
2735         (Dedicated Windows): Clarify some details.
2736         (Textual Scrolling): Replace term vscroll by term vertical
2737         scroll position.
2738         (Vertical Scrolling): Fix typo.
2739         (Window Hooks): Relate text on jit-lock-register to window
2740         scrolling and size changes.
2742 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
2744         * frames.texi (Initial Parameters): Clarify what the initial
2745         minibuffer frame is.
2746         (Buffer Parameters): Note that the minibuffer parameter can not be
2747         altered.
2749         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
2750         Document display-buffer changes.
2752 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
2754         * anti.texi (Antinews): Rewrite for Emacs 22.
2756         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2757         obarrays are first mentioned.  Define "system abbrev" more
2758         prominently, and add it to the index.
2759         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2760         Copyedits.
2761         (Abbrev Expansion): Document abbrev-insert.
2763 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
2765         * frames.texi (Font and Color Parameters): Rename from Color
2766         Parameters.  Document font-backend parameter.
2768         * vol2.texi (Top): Update node listing.
2769         * vol1.texi (Top): Update node listing.
2770         * elisp.texi (Top): Update node listing.
2772 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
2774         * windows.texi (Choosing Window): Don't explicitly refer to
2775         split-window-sensibly's window argument in descriptions of
2776         split-height-threshold and split-width-threshold.
2778 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
2780         * windows.texi (Choosing Window): Fix rewrite of window
2781         splitting section.
2783 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
2785         * nonascii.texi (Default Coding Systems):
2786         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2787         Add indexing.
2788         (Lisp and Coding Systems): Add index entries.
2790 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
2792         * windows.texi (Choosing Window): Describe split-window-sensibly
2793         and rewrite section on window splitting accordingly.
2794         (Textual Scrolling): Replace `...' by @code{...}.
2796 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
2798         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2799         Remove obsoleted pre-abbrev-expand-hook.
2801         * locals.texi (Standard Buffer-Local Variables): Consolidate table
2802         entries.
2804         * internals.texi (Object Internals): Don't assume 32-bit machines
2805         are the norm.
2806         (Buffer Internals): Consolidate table entries for readability.
2807         (Window Internals): Synch field names to window.h.
2808         (Process Internals): Synch field names to process.h.
2810 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
2812         * variables.texi (File Local Variables): Note that read-circle is
2813         bound to nil when reading file-local variables.
2815         * streams.texi (Input Functions): Document read-circle.
2816         (Output Variables): Add xref to Circular Objects.
2818 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
2820         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
2821         Features and Coding System Basics.  Node that "p" stands for
2822         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
2823         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2824         mouse-appearance-menu.
2825         (Programming Tips): Add xref to Progress.
2827 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
2829         * os.texi (Command-Line Arguments):
2830         Document command-line-args-left.
2831         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
2832         terminal objects for tty arguments.
2833         (Startup Summary): Add xref to Session Management.
2834         (Session Management): Mention emacs-session-restore.  Copyedits.
2836 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
2838         * os.texi (Startup Summary): Copyedits.  The init file is not
2839         necessarily named .emacs now.  Document initial-buffer-choice and
2840         initial-scratch-message.  Note where Emacs exits in batch mode.
2841         Document inhibit-splash-screen as an alias.
2842         (Init File): Be neutral about which init file name to use.
2844 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
2846         * os.texi (System Interface): Fix Texinfo usage.
2848 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
2850         * searching.texi (Regexp Backslash): Also refer to shy groups as
2851         non-capturing or unnumbered groups.
2852         (Regexp Functions): Add cross-reference to Regexp Backslash.
2854         * display.texi (Truncation): Overlays can use line-prefix and
2855         wrap-prefix too.
2856         (Overlay Properties): Document wrap-prefix and line-prefix.
2857         (Face Attributes): Document underline-minimum-offset.
2858         (Face Remapping): Copyedits.
2859         (Low-Level Font): Copyedits.
2860         (Image Cache): Note that the image cache is shared between frames.
2861         (Line Height): Emphasize that line-spacing only takes effect on
2862         graphical terminals.
2864 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2866         * display.texi (Refresh Screen): Note that a passage about screen
2867         refreshing is text terminal only.
2868         (Forcing Redisplay): Delete misleading comment---sit-for calls
2869         redisplay, not the other way around.
2870         (Truncation): Note new values of truncate-partial-width-windows.
2871         Copyedits.
2872         (Invisible Text): Document invisible-p.
2874 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2876         * display.texi (Overlays): Overlays don't scale well.  See
2877         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2879 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
2881         * syntax.texi (Syntax Table Functions): Document cons cell
2882         argument for modify-syntax-entry.
2883         (Categories): Document cons cell argument for
2884         modify-category-entry.
2886         * searching.texi (String Search): Document word-search-forward-lax
2887         and word-search-backward-lax.
2888         (Searching and Case): Describe isearch behavior more precisely.
2890         * keymaps.texi (Tool Bar): Mention that some platforms do not
2891         support multi-line toolbars.  Suggested by Stephen Eglen.
2893         * frames.texi (Layout Parameters): Mention that Nextstep also
2894         allows only one tool-bar line.  Suggested by Stephen Eglen.
2896         * nonascii.texi (Text Representations): Copyedits.
2897         (Coding System Basics): Also mention utf-8-emacs.
2898         (Converting Representations, Selecting a Representation)
2899         (Scanning Charsets, Translation of Characters, Encoding and I/O):
2900         Copyedits.
2901         (Character Codes): Mention role of codepoints 1114112 to 4194175.
2903 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
2905         * text.texi (Yank Commands): Note that yank uses push-mark.
2906         (Filling): Clarify REGION argument of fill-paragraph.
2907         Document fill-forward-paragraph-function.
2908         (Special Properties): Remove "new in Emacs 22" declaration.
2909         (Clickable Text): Merge with Links and Mouse-1 node.
2911         * display.texi (Button Properties, Button Buffer Commands):
2912         Change xref to Clickable Text.
2914         * tips.texi (Key Binding Conventions): Change xref to Clickable
2915         Text.
2917         * elisp.texi (Top): Update node listing.
2919 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
2921         * markers.texi (The Mark): Copyedits.  Improve description of
2922         handle-shift-selection.
2923         (The Region): Move use-region-p here from The Mark.
2925         * positions.texi (Screen Lines): Document (cols . lines) argument
2926         for vertical-motion.
2928 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
2930         * frames.texi (Frames): Clean up introduction.  Document `ns'
2931         return value for framep.
2932         (Creating Frames): Note how the terminal is chosen.
2933         (Multiple Terminals, Multiple Displays): Merge into a single node.
2934         (Color Parameters): Fix typo.
2936         * variables.texi (Local Variables, Buffer-Local Variables)
2937         (Creating Buffer-Local): Change link to Multiple Terminals.
2939         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2941         * keymaps.texi (Controlling Active Maps): Change link to Multiple
2942         Terminals.
2944         * commands.texi (Command Loop Info, Keyboard Macros): Change link
2945         to Multiple Terminals.
2947         * elisp.texi (Top): Update node listing.
2948         * vol2.texi (Top): Update node listing.
2949         * vol1.texi (Top): Update node listing.
2951         * buffers.texi (Current Buffer): Note that the append-to-buffer
2952         example is no longer in synch with the latest code.  Tie the two
2953         examples together.
2955         * files.texi (File Attributes): Move note about MS-DOS from
2956         Changing Files to File Attributes.
2957         (Create/Delete Dirs): Note that mkdir is an alias for this.
2959 2009-04-01  Markus Triska  <triska@gmx.at>
2961         * processes.texi (Filter Functions): Suggest how to handle output
2962         batches.
2964 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
2966         * help.texi (Accessing Documentation): Update example to use
2967         help-setup-xref and with-help-window.
2968         (Help Functions): Remove print-help-return-message, which is
2969         semi-obsolete due to with-help-window.  Document help-buffer and
2970         help-setup-xref.
2972 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
2974         * help.texi (Accessing Documentation, Help Functions):
2975         Remove information about long-obsolete Emacs versions.
2977         * modes.texi (Mode Line Variables): The default values of the mode
2978         line variables are now more complicated.
2980 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
2982         * modes.texi (Major Mode Conventions): Note that specialness is
2983         inherited.
2984         (Derived Modes): Note that define-derive-mode sets the mode-class
2985         property.
2987         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2988         goto-map.  Add search-map to the list.
2990 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
2992         * os.texi (System Environment): Update the list of system-type
2993         values.
2995         * markers.texi (The Mark) <handle-shift-selection>: Update for
2996         removal of the optional argument DEACTIVATE.
2998 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
3000         * commands.texi (Focus Events): Most X window managers don't use
3001         focus-follows-mouse nowadays.
3003 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
3005         * commands.texi (Defining Commands): Clarify introduction.
3006         (Using Interactive): Not that interactive can be put in a symbol
3007         property.
3008         (Interactive Call): Note that a symbol with a non-nil
3009         interactive-form property satisfies commandp.
3011 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
3013         * minibuf.texi (Intro to Minibuffers): Fix typos.
3015 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
3017         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
3018         about minibuffers in old Emacs versions.  Copyedits.
3019         Emphasize that enable-recursive-minibuffers defaults to nil.
3020         (Text from Minibuffer): Simplify introduction.
3022 2009-03-22  Alan Mackenzie  <acm@muc.de>
3024         * commands.texi (Using Interactive): Clarify string argument to
3025         `interactive' - even promptless elements need \n separators.
3027 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
3029         * minibuf.texi (Completion Styles): New node.
3031         * elisp.texi (Top): Update node listing.
3033 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
3035         * minibuf.texi (Basic Completion): Note that
3036         read-file-name-completion-ignore-case and
3037         read-buffer-completion-ignore-case can override
3038         completion-ignore-case.
3039         (Minibuffer Completion): Document completing-read changes.
3040         (Completion Commands): Avoid mentioning partial completion mode.
3041         Document minibuffer-completion-confirm changes, and
3042         minibuffer-confirm-exit-commands.
3043         (High-Level Completion): Document new require-match behavior for
3044         read-buffer.  Document read-buffer-completion-ignore-case.
3045         (Reading File Names): Document new require-match behavior for
3046         read-file-name.
3048 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
3050         * debugging.texi (Error Debugging): Don't mislead the reader into
3051         thinking that debug-on-error enters debugger for C-f at EOB.
3052         (Error Debugging): Setting debug-on-init within the init file
3053         works, and has for some time.
3055 2009-03-13  Kenichi Handa  <handa@m17n.org>
3057         * display.texi (Fontsets): Update the description.
3059 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
3061         * advice.texi (Advising Primitives): Link to What Is a Function.
3063 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
3065         * compile.texi (Speed of Byte-Code): Update example.
3066         (Disassembly): Update examples.
3068         * loading.texi (Repeated Loading): Simplify examples.
3070         * customize.texi (Common Keywords): It's not necessary to use :tag
3071         to remove hyphens, as custom-unlispify-tag-name does it
3072         automatically.
3073         (Variable Definitions): Link to File Local Variables.
3074         Document customized-value symbol property.
3075         (Customization Types): Move menu to end of node.
3077 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
3079         * macros.texi (Compiling Macros): Omit misleading sentence, which
3080         implied that macros can only be used in the same file they are
3081         defined.
3082         (Backquote): Remove obsolete information about Emacs 19.
3084 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
3086         * display.texi (Display Margins): Fix paren typo.
3088 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
3090         * elisp.texi (Top): Update node listing.
3092         * variables.texi (Variables): Clarify introduction.
3093         (Global Variables): Mention that setq is a special form.
3094         (Local Variables): Use active voice.
3095         (Tips for Defining): Mention marking variables as safe.
3096         (Buffer-Local Variables): Mention terminal-local and frame-local
3097         variables together.
3098         (File Local Variables): Copyedits.
3099         (Frame-Local Variables): Note that they are not really useful.
3100         (Future Local Variables): Node deleted.
3102         * objects.texi (General Escape Syntax): Update explanation of
3103         Unicode escape syntax.
3105 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
3107         * control.texi (Control Structures): Add cindex entry for "textual
3108         order".
3110         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
3111         instead of "expression" throughout.
3112         (Function Indirection): Copyedits.  Use active voice.
3113         (Eval): The default value of max-lisp-eval-depth is now 400.
3115 2009-02-23  Miles Bader  <miles@gnu.org>
3117         * processes.texi (System Processes): Rename `system-process-attributes'
3118         to `process-attributes'.
3120 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3122         * symbols.texi (Property Lists): Emphasize that property lists are
3123         not restricted to symbol cells.
3124         (Other Plists): Copyedit.
3126         * sequences.texi (Sequences Arrays Vectors): Make introduction
3127         more concise.
3128         (Arrays): Mention char-tables and bool-vectors too.
3129         (Vectors): Don't repeat information given in Arrays node.  Link to
3130         nodes that explain the vector usage examples.
3131         (Char-Tables): Note that char-table elements can have arbitrary
3132         type.  Explain effect of omitted char-table-extra-slots property.
3133         Link to Property Lists node.
3135 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3137         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3138         `append'.
3139         (List Elements): Copyedits.
3141         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3142         of `vconcat'.
3144         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
3145         Emacs 20 usage of `concat'.
3146         (Case Conversion): Copyedits.
3148 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
3150         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3151         Minor edits.
3152         (Frame Configuration Type): Emphasize that it is not primitive.
3153         (Font Type): New node.
3154         (Type Predicates): Add fontp; type-of now recognizes font object
3155         types.
3157         * intro.texi (Version Info): Update version numbers in examples.
3158         (Acknowledgements): List more contributors.
3160         * elisp.texi: Bump version number to 3.0.
3161         (Top): Link to Font Type node.
3163 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3165         * modes.texi (Major Mode Conventions): Remove duplicate words.
3166         (Customizing Keywords): Fix typo.
3168 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
3170         * nonascii.texi (User-Chosen Coding Systems): Document that
3171         select-safe-coding-system suggests raw-text if there are raw bytes
3172         in the region.
3173         (Explicit Encoding): Warn not to use `undecided' when encoding.
3175 2009-02-11  Glenn Morris  <rgm@gnu.org>
3177         * frames.texi (Visibility of Frames): Mention the effect multiple
3178         workspaces/desktops can have on visibility.
3180 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
3182         * text.texi (Commands for Insertion):
3183         * commands.texi (Event Mod):
3184         * keymaps.texi (Searching Keymaps):
3185         * nonascii.texi (Translation of Characters):
3186         Reinstate documentation of translation-table-for-input.
3187         (Explicit Encoding): Document the `charset' text property produced
3188         by decode-coding-region and decode-coding-string.
3190 2009-01-27  Alan Mackenzie  <acm@muc.de>
3192         * modes.texi (Search-based Fontification): Correct a typo.
3194 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
3196         * abbrevs.texi (Abbrev Table Properties): Fix typo.
3197         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
3199 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
3201         * display.texi (Window Systems): Document the value of
3202         `initial-window-system' under --daemon.
3204         * os.texi (System Environment): Remove description of the
3205         `environment' function which has been deleted.
3207 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
3209         * frames.texi (Multiple Displays): Remove documentation for
3210         removed function make-frame-on-tty.
3212 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
3214         * files.texi (Format Conversion Piecemeal): Clarify behavior of
3215         write-region-annotate-functions.
3216         Document write-region-post-annotation-function.
3218 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
3220         * display.texi (Font Lookup): Document WIDTH argument of
3221         x-list-fonts.
3223 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
3225         * maps.texi (Standard Keymaps): Rename function-key-map to
3226         local-function-key-map.
3228         * keymaps.texi (Translation Keymaps): Rename function-key-map to
3229         local-function-key-map.
3231         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3232         and `set-keyboard-coding-system' now accept an optional terminal
3233         argument.
3235         * commands.texi (Event Mod): `keyboard-translate-table' is now
3236         terminal-local.
3237         (Function Keys): Rename function-key-map to
3238         local-function-key-map.
3240         * elisp.texi (Top): Make @detailmenu be consistent with changes in
3241         frames.texi.
3243         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
3244         `delete-terminal-functions', `suspend-tty-functions' and
3245         `resume-tty-functions'.
3247         * frames.texi (Frames): Document `frame-terminal' and
3248         `terminal-live-p'.
3249         (Multiple Displays): Document `make-frame-on-tty'.
3250         (Multiple Terminals): Document `terminal-list', `delete-terminal',
3251         `terminal-name', and `get-device-terminal'.
3252         (Terminal Parameters): Document `terminal-parameters',
3253         `terminal-parameter', and `set-terminal-parameter'.
3255         * os.texi (System Environment): Document `environment' and
3256         `initial-environment'.
3257         (Suspending Emacs): Update for multi-tty; document
3258         `suspend-tty', `resume-tty', and `controlling-tty-p'.
3260         * nonascii.texi (Coding System Basics): More accurate description
3261         of `raw-text'.
3263 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
3265         * display.texi (Low-Level Font): Fix typo.
3267 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
3269         * elisp.texi (Top): Update node listing.
3271         * display.texi (PostScript Images): Node deleted.
3273 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
3275         * processes.texi (Decoding Output): Document that null bytes force
3276         no-conversion for reading process output.
3278         * files.texi (Reading from Files): Document that null bytes force
3279         no-conversion when visiting files.
3281         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
3283         * nonascii.texi (Lisp and Coding Systems):
3284         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
3285         (Character Properties): Improve wording.
3287 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
3289         * display.texi (Font Lookup): Remove obsolete function
3290         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
3291         (Low-Level Font): Rename from Fonts, move to end of Faces section.
3292         (Font Selection): Reorder order of variable descriptions.
3293         Minor clarifications.
3295         * elisp.texi (Top): Update node listing.
3297 2009-01-09  Glenn Morris  <rgm@gnu.org>
3299         * commands.texi (Command Loop Info): Say that last-command-char and
3300         last-input-char are obsolete aliases.
3302         * edebug.texi (Edebug Recursive Edit): Remove separate references to
3303         last-input-char and last-command-char, since they are just aliases for
3304         last-input-event and last-command-event.
3306         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3307         last-command-char.
3309 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3311         * elisp.texi: Update node listing.
3313         * display.texi (Faces): Put Font Selection node after Auto Faces.
3314         (Face Attributes): Don't link to Font Lookup.
3315         Document font-family-list.
3316         (Fonts): New node.
3318 2009-01-08  Jason Rumney  <jasonr@gnu.org>
3320         * frames.texi (Pointer Shape): Clarify that only X supports
3321         changing the standard pointer shapes.  (Bug#1485)
3323 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3325         * display.texi (Attribute Functions): Note that a function value
3326         :height is relative, and that compatibility functions work by
3327         calling set-face-attribute.
3328         (Displaying Faces): Reorder list in order of increasing priority.
3329         (Face Remapping): New node.  Content moved here from Displaying
3330         Faces.
3331         (Glyphs): Link to Face Functions.
3333 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3335         * display.texi (Faces): Don't discuss face id here.  facep does
3336         not return t.
3337         (Defining Faces): Minor clarification.
3338         (Face Attributes): Rearrange items to match docstring of
3339         set-face-attribute.  Add :foundry attribute.  Document new role of
3340         :font attribute.  Texinfo usage fix.
3341         (Attribute Functions): Copyedits.
3342         (Face Functions): Note that face number is seldom used.
3344 2009-01-05  Richard M Stallman  <rms@gnu.org>
3346         * strings.texi (Predicates for Strings): Minor clarification.
3348         * functions.texi (Function Safety): Texinfo usage fix.
3350 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
3352         * objects.texi (General Escape Syntax): Fix typo.
3354 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
3356         * windows.texi (Choosing Window): Say that pop-up-frame-alist
3357         works via the default value of pop-up-frame-function.
3359 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
3361         * processes.texi (System Processes): Document the `time' and
3362         `ctime' attributes of `system-process-attributes'.
3364 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3366         * display.texi (Face Attributes): Clarify :height attribute.
3368 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3370         * buffers.texi (The Buffer List): Clarify what moves a buffer to
3371         the front of the buffer list.  Add entries for `last-buffer' and
3372         `unbury-buffer'.
3374 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3376         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3377         and its subsections.
3379         * frames.texi (Multiple Terminals, Low-level Terminal)
3380         (Terminal Parameters, Frames on Other TTY devices): New sections.
3381         (Frames): Add an xref to "Multiple Terminals".
3383         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3385         * objects.texi (Terminal Type): New node.
3386         (Editing Types): Add it to the menu.
3388         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3389         Variables".
3391         * variables.texi (Directory Local Variables): New node.
3392         (Variables): Add a menu item for it.
3394         * loading.texi (Autoload): Document `generate-autoload-cookie' and
3395         `generated-autoload-file'.
3397 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
3399         * os.texi (Startup Summary): Add xref to documentation of
3400         `initial-window-system'.
3402         * display.texi (Window Systems): Document `window-system' the
3403         function.  The variable `window-system' is now frame-local.
3404         Document `initial-window-system'.
3406 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
3408         * windows.texi (Windows): Rewrite description of
3409         fit-window-to-buffer.
3411 2008-12-13  Glenn Morris  <rgm@gnu.org>
3413         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
3414         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3416 2008-12-12  Glenn Morris  <rgm@gnu.org>
3418         * debugging.texi (Error Debugging): Refer forwards to
3419         eval-expression-debug-on-error.
3421 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
3423         * strings.texi (String Basics): Only unibyte strings that
3424         represent key sequences hold 8-bit raw bytes.
3426         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3427         paragraph to speak about `undecided'.
3428         (Character Properties): Don't explain the meaning of each
3429         property; instead, identify their Unicode Standard names.
3430         (Character Sets): Document `map-charset-chars'.
3432 2008-12-02  Glenn Morris  <rgm@gnu.org>
3434         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3435         section yet again.
3437 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
3439         * nonascii.texi (Character Properties): New Section.
3440         (Specifying Coding Systems): Document
3441         `coding-system-priority-list', `set-coding-system-priority', and
3442         `with-coding-priority'.
3443         (Lisp and Coding Systems): Document `check-coding-systems-region'
3444         and `coding-system-charset-list'.
3445         (Coding System Basics): Document `coding-system-aliases'.
3447         * elisp.texi (Top): Add a @detailmenu entry for "Character
3448         Properties".
3450         * objects.texi (Character Type): Correct the range of Emacs
3451         characters.  Add an @xref to "Character Codes".
3453         * strings.texi (String Basics): Add an @xref to "Character Codes".
3455         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3457         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3458         (Character Codes): Document `max-char'.
3460 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3462         * nonascii.texi (Text Representations, Converting Representations)
3463         (Character Sets, Scanning Charsets, Translation of Characters):
3464         Make text more accurate.
3466 2008-11-28  Glenn Morris  <rgm@gnu.org>
3468         * files.texi (Format Conversion Round-Trip): Improve previous change.
3470 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3472         * modes.texi (Auto Major Mode): Fix example.
3474 2008-11-25  Glenn Morris  <rgm@gnu.org>
3476         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3478         * files.texi (Format Conversion Round-Trip):
3479         Use active voice for previous change.
3481 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3483         * os.texi (Processor Run Time):
3484         * processes.texi (Transaction Queues):
3485         * markers.texi (The Mark):
3486         * windows.texi (Choosing Window, Selecting Windows):
3487         * files.texi (Changing Files, Magic File Names):
3488         * commands.texi (Key Sequence Input):
3489         * functions.texi (Declaring Functions):
3490         * strings.texi (Predicates for Strings):
3491         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3493 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3495         * help.texi (Accessing Documentation): Update example.
3497         * variables.texi (Defining Variables): Note that `*' is not
3498         necessary if defcustom is used.
3500 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
3502         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3503         Characters" from @detailmenu.
3505         * nonascii.texi (Character Codes, Character Sets)
3506         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3507         (Chars and Bytes, Splitting Characters): Sections removed.
3509 2008-11-22  Lute Kamstra  <lute@gnu.org>
3511         * positions.texi (Text Lines): Update goto-line documentation.
3513 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
3515         * frames.texi (Frames): Fix typo, add cross references, reword.
3516         (Initial Parameters): Reword special-display-frame-alist text.
3517         (Frames and Windows): Reword.  Describe argument norecord for
3518         set-frame-selected-window.
3519         (Input Focus): Describe argument norecord for select-frame.
3520         Remove comment on MS-Windows behavior for focus-follows-mouse.
3521         (Raising and Lowering): Mention windows-frames dichotomy in
3522         metaphor.
3524         * windows.texi (Displaying Buffers, Vertical Scrolling)
3525         (Horizontal Scrolling): Fix indenting and rewording issues
3526         introduced with 2008-11-07 change.
3528 2008-11-20  Glenn Morris  <rgm@gnu.org>
3530         * files.texi (Format Conversion Round-Trip): Mention `preserve'
3531         element of `format-alist'.
3533 2008-11-19  Glenn Morris  <rgm@gnu.org>
3535         * doclicense.texi: Update to FDL 1.3.
3536         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3538 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
3540         * windows.texi (Window Hooks): Remove *-end-trigger-functions
3541         vars, which are obsolete.  Mention jit-lock-register.
3543         * modes.texi (Other Font Lock Variables):
3544         Document jit-lock-register and jit-lock-unregister.
3546         * frames.texi (Color Parameters): Document alpha parameter.
3548 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
3550         * windows.texi (Splitting Windows, Deleting Windows)
3551         (Selecting Windows, Cyclic Window Ordering)
3552         (Buffers and Windows, Displaying Buffers, Choosing Window)
3553         (Dedicated Windows, Window Point, Window Start and End)
3554         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3555         (Size of Window, Resizing Windows, Window Configurations)
3556         (Window Parameters): Avoid @var at beginning of sentences and
3557         reword accordingly.
3559 2008-11-11  Lute Kamstra  <lute@gnu.org>
3561         * files.texi (File Name Components): Fix file-name-extension
3562         documentation.
3564 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
3566         * frames.texi (Basic Parameters): Remove display-environment-variable
3567         and term-environment-variable.
3569 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3571         * windows.texi (Basic Windows, Splitting Windows)
3572         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3573         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3574         (Resizing Windows, Window Configurations, Window Parameters):
3575         Fix wording and markup.
3577 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
3579         * windows.texi (Windows): Update entries.
3580         (Basic Windows): Remove listing of attributes.  Reword.
3581         (Splitting Windows, Deleting Windows): Reword.
3582         (Selecting Windows, Cyclic Window Ordering): Reword with special
3583         emphasis on order of recently selected windows and buffer list.
3584         (Buffers and Windows, Choosing Window): Reword with special
3585         emphasis on dedicated windows.
3586         (Displaying Buffers): Reword.  For switch-to-buffer mention that
3587         it may fall back on pop-to-buffer.  For other-window try to
3588         explain how it treats the cyclic ordering of windows.
3589         (Dedicated Windows): New node and section discussing dedicated
3590         windows and associated functions.
3591         (Window Point): Add entry for window-point-insertion-type.  Reword.
3592         (Window Start and End): Rename node and section title.  Reword.
3593         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3594         Minor rewording.
3595         (Size of Window): Reword, in particular text on window-width.
3596         (Resizing Windows): Reword.  Add text on balancing windows.
3597         (Window Configurations): Reword.  Mention window parameters.
3598         (Window Parameters): New node and section on window parameters.
3599         (Window Hooks): Reword.  Mention that
3600         window-configuration-change-hook is run "buffer-locally".
3601         * elisp.texi (Top): Update Windows entries in @detailmenu
3602         section.
3604 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3606         * searching.texi (Regexp Search): Fix typo.
3608 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3610         * searching.texi (Regexp Search): Document GREEDY arg.
3611         (Simple Match Data): Fix return value.
3613 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
3615         * nonascii.texi (Text Representations): Rewrite to make consistent
3616         with Emacs 23 internal representation of characters.
3617         Document `unibyte-string'.
3619 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
3621         * processes.texi (Process Information): Note that process-status
3622         does not accept buffer names.
3624 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3626         * positions.texi (Skipping Characters): Correct return value of
3627         skip-chars-forward.
3629 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3631         * windows.texi (Deleting Windows): Update documentation of
3632         delete-windows-on.
3633         (Buffers and Windows): Update documentations of
3634         get-buffer-window and get-buffer-window-list.
3635         (Displaying Buffers): Update documentation of
3636         replace-buffer-in-windows.
3638         * buffers.texi (Current Buffer): Reword set-buffer and
3639         with-current-buffer documentations.
3640         (Creating Buffers): Reword documentation of get-buffer-create.
3642 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
3644         * buffers.texi (Current Buffer): Reword documentation of
3645         set-buffer.
3646         (Buffer Names): Reword documentation of buffer-name.
3647         (The Buffer List): For bury-buffer explain what happens with the
3648         buffer's window.
3649         (Creating Buffers): Say that get-buffer-create's arg is called
3650         buffer-or-name.
3652 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3654         * advice.texi (Computed Advice): Explain what DEFINITION is.
3656         * nonascii.texi (Character Codes): Remove obsolete function
3657         char-valid-p, and document characterp instead.
3659 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
3661         * windows.texi (Displaying Buffers): Reword documentation of
3662         pop-to-buffer.
3663         (Choosing Window): Rewrite documentation of display-buffer and
3664         its options.
3666         * buffers.texi (Killing Buffers): Update documentation of
3667         kill-buffer.
3669 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
3671         * processes.texi (Serial Ports): Fix wording and improve markup.
3673         * searching.texi (Regexp Search): Document `string-match-p' and
3674         `looking-at-p'.
3675         (POSIX Regexps): Add an xref for "non-greedy".
3676         (Regexp Special): Add @cindex entry for "non-greedy".
3678         * display.texi (Attribute Functions): Document `face-all-attributes'.
3679         (Image Cache) <image-refresh>: Minor wording fixes.
3681         * frames.texi (Color Names): Add an xref to `read-color'.
3683         * minibuf.texi (High-Level Completion): Document `read-color'.
3685         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3687         * positions.texi (Narrowing): Add an xref to "Swapping Text".
3689         * buffers.texi (Swapping Text): New section, documents
3690         `buffer-swap-text'.
3692 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
3694         * windows.texi (Resizing Windows): Minor wording fix.
3696 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3698         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3699         and `combine-and-quote-strings'.
3701         * strings.texi (Creating Strings): Add xrefs for them.
3703 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3705         * elisp.texi (Top): Make descriptive text for "Reading File Names"
3706         match the corresponding menu in minibuf.texi.
3708         * minibuf.texi (Reading File Names): Document `read-shell-command'
3709         and `minibuffer-local-shell-command-map'.
3711 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3713         * windows.texi (Resizing Windows): Remove var{} around "window" in
3714         documentation of enlarge-window.
3715         Rewrite documentation of window-min-height and window-min-width.
3717 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3719         * functions.texi (Calling Functions): Document `apply-partially'.
3721         * hooks.texi (Standard Hooks): Mention
3722         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3724         * variables.texi (File Local Variables): Document
3725         `file-local-variables-alist', `before-hack-local-variables-hook'
3726         and `hack-local-variables-hook'.
3728         * processes.texi (Synchronous Processes): Document `process-lines'.
3730         * customize.texi (Variable Definitions):
3731         Document `custom-reevaluate-setting'.
3733 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
3735         * windows.texi (Choosing Window, Deleting Windows)
3736         (Displaying Buffers): Expand documentation of dedicated windows.
3738 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3740         * files.texi (Changing Files): Document symbolic input of file
3741         modes to `set-file-modes'.  Document `read-file-modes' and
3742         `file-modes-symbolic-to-number'.
3744         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3745         and `search-map'.
3747         * searching.texi (Search and Replace):
3748         Document `replace-search-function' and `replace-re-search-function'.
3749         Document `multi-query-replace-map'.
3751         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3752         (Completion Commands, Reading File Names):
3753         Rename `minibuffer-local-must-match-filename-map' to
3754         `minibuffer-local-filename-must-match-map'.
3755         (Minibuffer Completion): The `require-match' argument to
3756         `completing-read' can now have the value `confirm-only'.
3758         * windows.texi (Displaying Buffers): Minor wording fix.
3759         (Choosing Window): `split-height-threshold' can now be nil.
3760         Document `split-width-threshold'.  `pop-up-frames' can have the
3761         value `graphic-only'.
3763 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
3765         * os.texi (Startup Summary): Document `before-init-time' and
3766         `after-init-time'.  Document `initial-window-system' and
3767         `window-system-initialization-alist'.  Document reading the
3768         abbrevs file.  Document the call to `server-start' under --daemon.
3769         Rearrange a bit to be consistent with the code flow.
3770         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3771         (Time Parsing): Document `format-seconds'.
3773 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
3775         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3776         and reword.
3778 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
3780         * markers.texi (The Mark): Document use-region-p.
3782 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
3784         * internals.texi (Writing Emacs Primitives): The interactive spec
3785         of a primitive can be a Lisp form.
3787         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3788         values of transient-mark-mode.  Document handle-shift-selection.
3790         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3791         (Interactive Examples): Show an example of `^'.
3792         (Key Sequence Input): Document this-command-keys-shift-translated.
3793         (Defining Commands, Using Interactive): The interactive-form of a
3794         function can be added via its symbol's property.
3796         * positions.texi (List Motion): beginning-of-defun-function can
3797         now accept an argument.
3799         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3800         now return a list of strings.
3802         * control.texi (Handling Errors): Document ignore-errors.
3804         * frames.texi (Creating Frames): Document frame-inherited-parameters.
3805         (Parameter Access): Document set-frame-parameter.
3807         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3808         Hooks" for the effect of kill-all-local-variables on local hook
3809         functions.
3811         * modes.texi (Major Mode Conventions, Mode Line Variables):
3812         `mode-name' need not be a string.  xref to "Mode Line Data" for
3813         details, and to "Emulating Mode Line" for computing a string
3814         value.
3816 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
3818         * processes.texi (System Processes): New section.
3819         (Processes, Signals to Processes): Add xrefs to it.
3821         * objects.texi (Editing Types): A `process' is a subprocess of
3822         Emacs, not just any process running on the OS.
3824         * elisp.texi (Top): Adjust the @detailmenu for the above two
3825         changes.
3827         * sequences.texi (Char-Tables): Remove documentation of
3828         set-char-table-default, which has no effect since Emacs 23.
3829         <char-table-range, set-char-table-range>: Don't mention generic
3830         characters and charsets.  Add a cons cell as a possible argument.
3832         * nonascii.texi (Splitting Characters)
3833         (Translation of Characters): Don't mention generic characters.
3835         * display.texi (Fontsets): Don't mention generic characters.
3837         * sequences.texi (Char-Tables): `map-char-table' can now call its
3838         argument FUNCTION with a cons cell as KEY.
3840 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
3842         * objects.texi (Primitive Function Type): Move "@cindex special
3843         forms" from here...
3845         * eval.texi (Special Forms): ...to here.
3847         * functions.texi (What Is a Function): `functionp' returns nil for
3848         special forms.  Add an xref.
3850         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3851         Variables".
3853         * variables.texi (Frame-Local Variables): New section.
3854         (Buffer-Local Variables): Add an xref to it.
3855         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3856         have both frame-local and buffer-local binding.
3858         * frames.texi (Frames): Mention multiple tty frames.
3859         (Frame Parameters, Parameter Access): Mention frame-local variable
3860         bindings.
3862 2008-09-20  Glenn Morris  <rgm@gnu.org>
3864         * display.texi (Defining Faces): Recommend against face variables.
3866 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
3868         * display.texi (Echo Area Customization): Fix typo.
3870 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3872         * loading.texi (Where Defined): Add `defface' item.
3874 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3876         * loading.texi (Where Defined): Fix description of symbol-file.
3878 2008-08-26  Jason Rumney  <jasonr@gnu.org>
3880         * display.texi (TIFF Images): New section describing :index property.
3882 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3884         * display.texi (Temporary Displays): Remove unnecessary comment
3885         about usage of temp-buffer-show-hook.
3887 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3889         * symbols.texi (Other Plists): Fix incorrect example.
3890         Suggested by Florian Beck.
3892 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3894         * os.texi: Fix previous change.
3896 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3898         * os.texi:
3899         * intro.texi:
3900         * files.texi: Remove VMS support.
3902 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3904         * os.texi:
3905         * frames.texi:
3906         * display.texi: Remove mentions of Mac Carbon.
3908 2008-07-01  Miles Bader  <miles@gnu.org>
3910         * text.texi (Special Properties):
3911         * display.texi (Truncation): Add wrap-prefix and line-prefix.
3913 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
3915         * display.texi (Other Image Types): Fix copy/paste error; say
3916         "PBM", not "XBM".
3918 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3920         * os.texi: Remove references to obsolete systems.
3922 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3924         * makefile.w32-in (distclean): Remove makefile.
3926 2008-06-17  Glenn Morris  <rgm@gnu.org>
3928         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3929         (elisp, dist): Remove rules and variables that are obsolete now
3930         the lisp manual is no longer distributed separately.
3932 2008-06-16  Glenn Morris  <rgm@gnu.org>
3934         * configure, configure.in, mkinstalldirs: Remove unused files.
3936         * book-spine.texinfo: Set version to 23.0.60.
3937         * vol1.texi (EMACSVER):
3938         * vol2.texi (EMACSVER): Set to 23.0.60.
3940         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3941         as per maintain.info.
3943 2008-06-15  Glenn Morris  <rgm@gnu.org>
3945         * makefile.w32-in (manual): Use "23" rather than "21".
3947         * Makefile.in (emacsver): New, set by configure.
3948         (manual): Use emacsver.
3950         * intro.texi: Report bugs using M-x report-emacs-bug.
3952         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3954 2008-06-13  Daniel Engeler  <engeler@gmail.com>
3956         * elisp.texi, internals.texi, processes.texi: Add documentation
3957         about serial port access.
3959 2008-06-05  Miles Bader  <miles@gnu.org>
3961         * display.texi (Displaying Faces): Update to reflect function
3962         renamings in face-remap.el.
3964 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
3966         * display.texi (Fontsets): Fix typos.
3968 2008-06-03  Miles Bader  <miles@gnu.org>
3970         * display.texi (Displaying Faces): Add add-relative-face-remapping,
3971         remove-relative-face-remapping, set-base-face-remapping,
3972         and set-default-base-face-remapping.
3974 2008-06-01  Miles Bader  <miles@gnu.org>
3976         * display.texi (Displaying Faces): Add face-remapping-alist.
3978 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3980         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3981         variable names.
3983 2008-05-03  Eric S. Raymond  <esr@golux>
3985         * keymaps.texi: Clarify that (current-local-map) and
3986         (current-global-map) return references, not copies.
3988 2008-05-02  Juri Linkov  <juri@jurta.org>
3990         * minibuf.texi (Text from Minibuffer): Document a list of
3991         default values for `read-from-minibuffer'.
3993 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
3995         * nonascii.texi (Translation of Characters): Fix previous change.
3997 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
3999         * display.texi (Overlay Properties): Clarify role of underlying
4000         textprop and overlay keymaps for display strings.
4002         * keymaps.texi (Active Keymaps): Ditto.
4004 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4006         * minibuf.texi (Programmed Completion):
4007         Replace dynamic-completion-table with the new completion-table-dynamic.
4009 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
4011         * intro.texi (Some Terms): Change "fonts in this manual" index
4012         entry to "typographic conventions".
4014 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
4016         * objects.texi (Text Props and Strings): Add indexing for read
4017         syntax of text properties.
4019 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4021         * processes.texi (Decoding Output): Remove process-filter-multibyte
4022         functions.
4024 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
4026         * display.texi (Finding Overlays): Say that empty overlays at
4027         the end of the buffer are reported too.
4029 2008-03-13  Glenn Morris  <rgm@gnu.org>
4031         * elisp.texi (EMACSVER): Set to 23.0.60.
4033 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
4035         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
4037 2008-02-22  Glenn Morris  <rgm@gnu.org>
4039         * frames.texi (Position Parameters): Clarify the description of
4040         `left' and `top', using information from "Geometry".
4041         (Geometry): Give a pointer to "Position Parameters", rather than
4042         repeating information.
4044 2008-02-11  Glenn Morris  <rgm@gnu.org>
4046         * objects.texi (Equality Predicates): No longer talk about "two"
4047         functions.
4049 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
4051         * objects.texi (Equality Predicates): Add defun for
4052         equal-including-properties.
4054 2008-02-10  Glenn Morris  <rgm@gnu.org>
4056         * objects.texi (Equality Predicates):
4057         Mention equal-including-properties.
4059 2008-02-07  Richard Stallman  <rms@gnu.org>
4061         * windows.texi (Window Start): Mention the feature of moving
4062         window-start to start of line.
4064 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
4066         * keymaps.texi (Tool Bar): Document rtl property.
4068 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
4070         * display.texi (Button Types):
4071         For define-button-type, clarify type of NAME.
4073 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
4075         * buffers.texi (Buffer Modification): Fix typo.
4077 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4079         * os.texi (System Environment): Remove references to OSes that are
4080         not supported anymore.
4082 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4084         * os.texi (System Environment): Remove mention for Masscomp.
4086 2008-01-04  Richard Stallman  <rms@gnu.org>
4088         * display.texi (Faces): Don't talk about internal face vector as arg
4089         to facep.
4091         * customize.texi (Type Keywords): Fix previous change.
4093         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4094         * elisp.texi (Top): Fix menu for commands.texi change.
4096 2007-12-30  Richard Stallman  <rms@gnu.org>
4098         * commands.texi (Accessing Mouse): Rename from Accessing Events.
4099         (Accessing Scroll): New node broken out of Accessing Mouse.
4101 2007-12-28  Richard Stallman  <rms@gnu.org>
4103         * frames.texi (Size Parameters): Fix typo.
4104         (Basic Parameters): For `title', refer to title bar.
4105         (Size and Position): Explain meaning of frame pixel width and height.
4107 2007-12-23  Richard Stallman  <rms@gnu.org>
4109         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4110         Improve some of the commented-out keywords' text too.
4112 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
4114         * nonascii.texi (Encoding and I/O): Reword to avoid saying
4115         "visit the current buffer".
4117         * os.texi (System Interface): Fix typo.
4119 2007-12-04  Richard Stallman  <rms@gnu.org>
4121         * objects.texi (Symbol Type): Fix typo.
4123 2007-12-03  Richard Stallman  <rms@gnu.org>
4125         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4127 2007-12-01  Glenn Morris  <rgm@gnu.org>
4129         * functions.texi (Declaring Functions): Improve previous change.
4131 2007-11-30  Glenn Morris  <rgm@gnu.org>
4133         * functions.texi (Declaring Functions): Add optional fourth
4134         argument of declare-function, and setting third argument to `t'.
4136 2007-11-29  Richard Stallman  <rms@gnu.org>
4138         * customize.texi (Composite Types): Document `group' type.
4140 2007-11-29  Glenn Morris  <rgm@gnu.org>
4142         * functions.texi (Declaring Functions): Add findex.
4143         Mention `external' files.
4145 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
4147         * functions.texi (Declaring Functions): Fix directive.
4149 2007-11-25  Richard Stallman  <rms@gnu.org>
4151         * help.texi (Help Functions): Clean up last change.
4153         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4155         * loading.texi (Named Features): Minor cleanup.
4157         * macros.texi (Eval During Expansion): Minor cleanup.
4159         * variables.texi (Variable Aliases): Minor cleanup.
4161 2007-11-24  Richard Stallman  <rms@gnu.org>
4163         * functions.texi (Declaring Functions): Clarify previous change.
4165         * compile.texi (Compiler Errors): Clarify previous change.
4167 2007-11-24  Richard Stallman  <rms@gnu.org>
4169         * display.texi (Refresh Screen, Forcing Redisplay):
4170         Clarify the text and move items around.
4172 2007-11-24  Glenn Morris  <rgm@gnu.org>
4174         * functions.texi (Declaring Functions): New section.
4175         * compile.texi (Compiler Errors): Mention declaring functions,
4176         defvar with no initvalue, and byte-compile-warnings.
4178 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
4180         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4181         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4183 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
4185         * help.texi (Help Functions): Document new macro `with-help-window'.
4187 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4189         * searching.texi (Replacing Match): Describe new
4190         `match-substitute-replacement'.
4192 2007-10-31  Richard Stallman  <rms@gnu.org>
4194         * strings.texi (Creating Strings): Null strings from concat not unique.
4196 2007-10-26  Richard Stallman  <rms@gnu.org>
4198         * objects.texi (Equality Predicates): Null strings are uniquified.
4200         * minibuf.texi: Minor clarifications in previous change.
4202 2007-10-25  Glenn Morris  <rgm@gnu.org>
4204         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4206 2007-10-24  Richard Stallman  <rms@gnu.org>
4208         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4210         * variables.texi (Frame-Local Variables): Node deleted.
4211         (Variables): Delete Frame-Local Variables from menu.
4212         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4213         (Default Value): Don't mention frame-local vars.
4215         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4217         * loading.texi (Unloading): Document FEATURE-unload-function
4218         instead of FEATURE-unload-hook.
4220         * frames.texi (Multiple Displays): Don't mention frame-local vars.
4222 2007-10-22  Juri Linkov  <juri@jurta.org>
4224         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4225         (High-Level Completion): Document a list of default value strings
4226         in the DEFAULT argument, for which minibuffer functions return the
4227         first element.
4229 2007-10-17  Juri Linkov  <juri@jurta.org>
4231         * text.texi (Filling): Update arguments of fill-paragraph.
4232         fill-paragraph operates on the active region in Transient Mark mode.
4233         Remove fill-paragraph-or-region.
4235 2007-10-13  Karl Berry  <karl@gnu.org>
4237         * elisp.texi (@dircategory): Move to after @copying,
4238         since we want @copying as close as possible to the beginning of
4239         the output.
4241 2007-10-12  Richard Stallman  <rms@gnu.org>
4243         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4245         * commands.texi (Distinguish Interactive): New node,
4246         broken out from Interactive Call and rewritten.
4247         (Command Loop): Put Distinguish Interactive in menu.
4249 2007-10-09  Richard Stallman  <rms@gnu.org>
4251         * text.texi (Examining Properties): Mention overlay priority.
4253         * display.texi (Display Margins): Correct the description
4254         of margin display specifications.
4255         (Replacing Specs): New subnode broken out of Display Property.
4257 2007-10-06  Juri Linkov  <juri@jurta.org>
4259         * text.texi (Filling): Document fill-paragraph-or-region.
4261 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
4263         * display.texi (Auto Faces): Fix typo.
4265 2007-10-02  Richard Stallman  <rms@gnu.org>
4267         * display.texi (Display Property): Explain some display specs
4268         don't let you move point in.
4270         * frames.texi (Cursor Parameters):
4271         Describe cursor-in-non-selected-windows here.  Explain more values.
4273         * windows.texi (Basic Windows): Don't describe
4274         cursor-in-non-selected-windows here.
4276 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
4278         * processes.texi (Misc Network): Note that these functions are
4279         supported only on some systems.
4281 2007-10-01  Richard Stallman  <rms@gnu.org>
4283         * display.texi (Overlay Properties): Explain nil as priority.
4284         Explain that conflicts are unpredictable if not resolved by
4285         priorities.
4287 2007-09-23  Richard Stallman  <rms@gnu.org>
4289         * macros.texi (Backquote): Minor clarification.
4291 2007-09-19  Richard Stallman  <rms@gnu.org>
4293         * display.texi (Display Property): Explain multiple display specs.
4294         Clarify when they work in parallel and when one overrides.
4295         Fix error in example.
4297 2007-09-06  Glenn Morris  <rgm@gnu.org>
4299         Move from lispref/ to doc/lispref/.  Change all setfilename
4300         commands to use ../../info.
4301         * Makefile.in (infodir): Go up one more level.
4302         (usermanualdir): Change from ../man to ../emacs.
4303         (miscmanualdir): New.
4304         (dist): Use new variable miscmanualdir.
4305         * makefile.w32-in (infodir, texinputdir): Go up one more level.
4306         (usermanualdir): Change from ../man to ../emacs.
4308 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
4310         * commands.texi (Command Loop Info): Advise against changing
4311         most variables described here.  Explain new variable
4312         last-repeatable-command.
4314 2007-08-29  Glenn Morris  <rgm@gnu.org>
4316         * elisp.texi (EMACSVER): Increase to 23.0.50.
4318 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4320         * frames.texi (Basic Parameters): Add display-environment-variable
4321         and term-environment-variable.
4323 2007-08-28  Juri Linkov  <juri@jurta.org>
4325         * display.texi (Image Formats, Other Image Types): Add SVG.
4327 2007-08-28  Juri Linkov  <juri@jurta.org>
4329         * display.texi (Images): Move formats-related text to new node
4330         "Image Formats".
4331         (Image Formats): New node.
4333 2007-08-27  Richard Stallman  <rms@gnu.org>
4335         * windows.texi (Window Configurations): Clarify what
4336         a window configuration saves.
4338 2007-08-25  Richard Stallman  <rms@gnu.org>
4340         * display.texi (Images): Delete redundant @findex.
4342 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4344         * text.texi (Change Hooks): (after|before)-change-functions are no
4345         longer bound to nil while running; rather inhibit-modification-hooks
4346         is t.
4348 2007-08-16  Richard Stallman  <rms@gnu.org>
4350         * processes.texi (Asynchronous Processes):
4351         Clarify doc of start-file-process.
4353 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
4355         * modes.texi (Example Major Modes): Fix typo.
4357 2007-08-08  Glenn Morris  <rgm@gnu.org>
4359         * intro.texi (nil and t): Do not use `iff' in documentation.
4361         * tips.texi (Documentation Tips): Recommend against `iff'.
4363 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4365         * display.texi (Image Cache): Document image-refresh.
4367 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
4369         * windows.texi (Size of Window): Document window-full-width-p.
4371 2007-07-25  Glenn Morris  <rgm@gnu.org>
4373         * gpl.texi (GPL): Replace license with GPLv3.
4375         * Relicense all FSF files to GPLv3 or later.
4377 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4379         * processes.texi (Synchronous Processes):
4380         Add `process-file-shell-command'.
4381         (Asynchronous Processes): Mention restricted use of
4382         `process-filter' and `process-sentinel' in
4383         `start-file-process'.  Add `start-file-process-shell-command'.
4385 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
4387         * files.texi (Magic File Names): Introduce optional parameter
4388         IDENTIFICATION for `file-remote-p'.
4390 2007-07-16  Richard Stallman  <rms@gnu.org>
4392         * display.texi (Defining Faces): Fix previous change.
4394 2007-07-14  Richard Stallman  <rms@gnu.org>
4396         * control.texi (Handling Errors): Document `debug' in handler list.
4398 2007-07-10  Richard Stallman  <rms@gnu.org>
4400         * display.texi (Defining Faces): Explain C-M-x feature for defface.
4402 2007-07-09  Richard Stallman  <rms@gnu.org>
4404         * files.texi (Magic File Names): Rewrite previous change.
4406 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
4408         * files.texi (Magic File Names): Introduce optional parameter
4409         CONNECTED for `file-remote-p'.
4411 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
4413         * processes.texi (Asynchronous Processes):
4414         * files.texi (Magic File Names): Add `start-file-process'.
4416 2007-06-27  Richard Stallman  <rms@gnu.org>
4418         * files.texi (Format Conversion Piecemeal):
4419         Clarify `after-insert-file-functions' calling convention.
4421 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
4423         * files.texi (Magic File Names): Remove `dired-call-process'.
4424         Add `process-file'.
4426 2007-06-27  Kenichi Handa  <handa@m17n.org>
4428         * text.texi (Special Properties): Fix description about
4429         `composition' property.
4431 2007-06-26  Kenichi Handa  <handa@m17n.org>
4433         * nonascii.texi (Default Coding Systems): Document about the
4434         return value `undecided'.
4436 2007-06-25  David Kastrup  <dak@gnu.org>
4438         * keymaps.texi (Active Keymaps): Document new POSITION argument of
4439         `current-active-maps'.
4441 2007-06-24  Karl Berry  <karl@gnu.org>
4443         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
4445 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
4447         * display.texi (Overlay Arrow): Doc fix.
4449 2007-06-14  Karl Berry  <karl@tug.org>
4451         * anti.texi (Antinews): Typo.
4453 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
4455         * display.texi (Image Cache): Document image-refresh.
4457 2007-06-12  Karl Berry  <karl@gnu.org>
4459         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4460         * two-volume.make: New file.
4461         * .cvsignore: Ignore two-volume files.
4463 2007-06-12  Tom Tromey  <tromey@redhat.com>
4465         * os.texi (Init File): Document user-emacs-directory.
4467 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
4469         * commands.texi (Click Events): Describe width and height when
4470         object is nil.
4472 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
4474         * commands.texi (Click Events): Layout more logically.
4475         Describe width and height.
4476         (Drag Events, Motion Events): Update to new format for position.
4478 2007-06-02  Richard Stallman  <rms@gnu.org>
4480         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4482 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4484         * Version 22.1 released.
4486 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4488         * text.texi (Special Properties): Correct meaning of fontified face.
4490 2007-05-30  Richard Stallman  <rms@gnu.org>
4492         * text.texi (Special Properties): Add link to Adjusting Point.
4494 2007-05-12  Richard Stallman  <rms@gnu.org>
4496         * text.texi (Margins): indent-to-left-margin is not the default.
4497         (Mode-Specific Indent): For indent-line-function, the default
4498         is indent-relative.
4500         * modes.texi (Example Major Modes): Explain last line of text-mode
4501         is redundant.
4503 2007-05-10  Richard Stallman  <rms@gnu.org>
4505         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4507         * help.texi (Keys in Documentation): Add reference to
4508         Documentation Tips.
4510         * files.texi (Format Conversion): TO-FN gets three arguments.
4512         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4514 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
4516         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4517         * files.texi (Format Conversion): Expand intro; add menu.
4518         (Format Conversion Overview, Format Conversion Round-Trip)
4519         (Format Conversion Piecemeal): New nodes/subsections.
4520         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4521         * text.texi (Text Properties): Remove "Saving Properties" from menu.
4522         (Saving Properties): Delete node/subsection.
4524 2007-05-07  Karl Berry  <karl@gnu.org>
4526         * elisp.texi (EMACSVER): Back to 22.
4528 2007-05-06  Richard Stallman  <rms@gnu.org>
4530         * processes.texi (Accepting Output): Revert most of previous change.
4532 2007-05-05  Richard Stallman  <rms@gnu.org>
4534         * processes.texi (Accepting Output): accept-process-output
4535         uses microseconds, not milliseconds.  But that arg is obsolete.
4537 2007-05-04  Karl Berry  <karl@tug.org>
4539         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4541 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
4543         * tips.texi (Documentation Tips): Rearrange items to place the
4544         more important ones first.  Add an index entry for hyperlinks.
4546 2007-05-03  Karl Berry  <karl@gnu.org>
4548         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4549         (EMACSVER) [smallbook]: 22 for printed version.
4551         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4552         so restore anchor to normal position after defun.  Found by Kevin Ryde.
4554 2007-04-26  Glenn Morris  <rgm@gnu.org>
4556         * elisp.texi (EMACSVER): Increase to 22.1.50.
4558 2007-04-28  Karl Berry  <karl@gnu.org>
4560         * elisp.texi: Improve line breaks on copyright page,
4561         similar layout to emacs manual, 8.5x11 by default.
4563 2007-04-24  Richard Stallman  <rms@gnu.org>
4565         * text.texi (Special Properties): Add xref to Overlay Properties.
4567         * display.texi (Overlay Properties): Add xref to Special Properties.
4569 2007-04-22  Richard Stallman  <rms@gnu.org>
4571         * keymaps.texi (Extended Menu Items): Move the info about
4572         format with cached keyboard binding.
4574 2007-04-21  Richard Stallman  <rms@gnu.org>
4576         * text.texi (Special Properties): Clarify previous change.
4578         * files.texi (File Name Expansion): Clarify previous change.
4580         * display.texi (Attribute Functions): Fix example for
4581         face-attribute-relative-p.
4583 2007-04-19  Kenichi Handa  <handa@m17n.org>
4585         * text.texi (Special Properties): Document composition property.
4587 2007-04-19  Glenn Morris  <rgm@gnu.org>
4589         * files.texi (File Name Expansion): Mention "superroot".
4591 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4593         * frames.texi (Multiple Displays): Add note about "multi-monitor"
4594         setups.
4595         (Display Feature Testing): Note that display refers to all
4596         physical monitors for multi-monitor setups.
4598 2007-04-14  Richard Stallman  <rms@gnu.org>
4600         * lists.texi (Sets And Lists): Clarify `delete' examples.
4601         Remove spurious xref to same node.
4602         Clarify xref for add-to-list.
4604 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4606         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4607         value of lisp-mode-map.
4609 2007-04-11  Karl Berry  <karl@gnu.org>
4611         * anti.texi (Antinews):
4612         * display.texi (Overlay Properties, Defining Images):
4613         * processes.texi (Synchronous Processes, Sentinels):
4614         * syntax.texi (Syntax Table Internals):
4615         * searching.texi (Regexp Special):
4616         * nonascii.texi (Default Coding Systems):
4617         * text.texi (Special Properties):
4618         * minibuf.texi (Basic Completion): Wording to improve breaks in
4619         8.5x11 format.
4620         * elisp.texi (smallbook): New @set to more easily switch between
4621         smallbook and 8.5x11.
4623 2007-04-11  Richard Stallman  <rms@gnu.org>
4625         * text.texi (Lazy Properties): Minor fix.
4627 2007-04-08  Karl Berry  <karl@gnu.org>
4629         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4630         * macros.texi (Backquote): Downcase Backquote in index entries for
4631         consistency.
4633 2007-04-08  Richard Stallman  <rms@gnu.org>
4635         * text.texi (Adaptive Fill): Just describe default,
4636         don't show it (since it contains non-ASCII chars).
4638 2007-04-07  Karl Berry  <karl@gnu.org>
4640         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4641         adaptive-fill-regexp's value, since they are not in the standard
4642         TeX fonts.
4644 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
4646         * display.texi (Defining Faces): Fix example.
4648 2007-04-07  Karl Berry  <karl@gnu.org>
4650         * display.texi (Button Buffer Commands): Improve page break.
4652 2007-04-07  Richard Stallman  <rms@gnu.org>
4654         * advice.texi (Activation of Advice): Remove redundant index entry.
4656         * backups.texi: Improve index entries.  Remove redundant ones.
4658         * compile.texi (Byte Compilation): Improve index entry.
4660         * hash.texi (Creating Hash): Improve index entry.
4662         * symbols.texi (Definitions): Improve index entry.
4664         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
4666         * maps.texi (Standard Keymaps): Remove useless index entry.
4668         * help.texi (Documentation Basics): Remove redundant index entries.
4670         * customize.texi: Improve index entries.
4671         Remove redundant/useless ones.
4673         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4675         * streams.texi (Output Variables): Improve index entry.
4677         * abbrevs.texi (Abbrevs): Remove useless index entry.
4679         * macros.texi (Expansion): Remove useless index entry.
4681         * text.texi: Improve index entries.  Remove redundant/useless ones.
4682         (Text Properties, Examining Properties)
4683         (Special Properties): Use "property category" instead of "category"
4684         to refer to the `category' property.
4686         * positions.texi: Improve index entries.  Remove useless one.
4688         * lists.texi: Improve index entries.  Remove redundant/useless ones.
4690         * os.texi: Improve index entries.
4691         (Timers): Fix previous change.
4693         * buffers.texi: Improve index entries.
4694         (Modification Time): Get rid of term "obsolete buffer".
4696         * debugging.texi: Improve index entries.
4697         (Test Coverage): Add xref to other test coverage ftr.
4699         * eval.texi: Improve index entry.  Remove redundant ones.
4701         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
4703         * files.texi: Improve index entries.  Remove redundant/useless ones.
4705         * objects.texi: Improve index entries.
4707         * processes.texi: Improve index entries.
4709         * modes.texi: Improve index entry.  Remove redundant one.
4711         * nonascii.texi: Improve index entries.
4713         * internals.texi: Improve index entries.
4715         * syntax.texi: Improve index entries.
4717         * keymaps.texi (Active Keymaps): Improve index entries.
4719         * commands.texi: Improve index entries.  Remove redundant/useless ones.
4721         * frames.texi: Improve index entries.  Remove redundant/useless ones.
4723         * markers.texi: Improve index entries.  Remove redundant ones.
4725         * tips.texi: Improve index entries.
4727         * loading.texi (Unloading): Improve index entry.
4729         * variables.texi: Improve index entries.  Remove redundant one.
4731         * sequences.texi: Improve index entry.
4733         * display.texi: Improve index entries.  Remove redundant ones.
4735         * windows.texi: Improve index entries.
4737         * searching.texi: Improve index entries.  Remove redundant one.
4739         * strings.texi (Case Tables): Improve last change.
4741 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4743         * strings.texi (Case Tables): Document with-case-table and
4744         ascii-case-table.
4746 2007-04-03  Karl Berry  <karl@gnu.org>
4748         * processes.texi (Network): Reword to improve page break.
4750 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4752         * functions.texi (Inline Functions): Describe more disadvantages
4753         of defsubst, and make advice against it stronger.
4755 2007-04-02  Karl Berry  <karl@gnu.org>
4757         * backups.texi (Backup Names): Avoid widow words.
4758         * modes.texi (Example Major Modes): Align last comment.
4760 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4762         * keymaps.texi (Remapping Commands): Document new arg to
4763         command-remapping.
4765 2007-04-01  Karl Berry  <karl@gnu.org>
4767         * processes.texi (Low-Level Network): Typo.
4768         * loading.texi (Hooks for Loading): Avoid double "the".
4769         * keymaps.texi (Key Sequences): No double "and".
4770         (Changing Key Bindings): Shorten to improve line break.
4772 2007-03-31  Glenn Morris  <rgm@gnu.org>
4774         * os.texi (Timers): Fix description of run-at-time TIME formats.
4776 2007-03-31  Richard Stallman  <rms@gnu.org>
4778         * display.texi (Invisible Text): Correct buffer-invisibility-spec
4779         regarding ellipsis.
4781 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4783         * intro.texi (nil and t):
4784         * symbols.texi (Plists and Alists):
4785         * variables.texi (Variable Aliases, Constant Variables):
4786         * functions.texi (Defining Functions):
4787         * advice.texi (Advising Primitives):
4788         * debugging.texi (Syntax Errors, Compilation Errors):
4789         * minibuf.texi (Minibuffer Windows):
4790         * commands.texi (Adjusting Point):
4791         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4792         (Auto Major Mode, Major Mode Conventions):
4793         * help.texi (Describing Characters):
4794         * files.texi (Create/Delete Dirs, Information about Files)
4795         (File Locks, Writing to Files, Reading from Files)
4796         (Saving Buffers):
4797         * windows.texi (Resizing Windows, Cyclic Window Ordering):
4798         * frames.texi (Finding All Frames):
4799         * positions.texi (Buffer End, Motion):
4800         * markers.texi (The Region):
4801         * text.texi (Deletion, Near Point):
4802         * display.texi (Displaying Messages, Truncation):
4803         * os.texi (Processor Run Time):
4804         * tips.texi (Key Binding Conventions, Programming Tips)
4805         (Warning Tips, Documentation Tips, Comment Tips):
4806         * internals.texi (Memory Usage): Improve indexing.
4808         * variables.texi (Frame-Local Variables):
4809         * functions.texi (Argument List):
4810         * loading.texi (Library Search):
4811         * streams.texi (Output Variables):
4812         * keymaps.texi (Translation Keymaps, Searching Keymaps):
4813         * searching.texi (Replacing Match, Search and Replace):
4814         * processes.texi (Byte Packing, Decoding Output)
4815         (Accepting Output, Network Servers, Shell Arguments):
4816         * display.texi (Abstract Display, Image Cache, Scroll Bars):
4817         * windows.texi (Window Point, Window Start):
4818         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4819         * commands.texi (Reading Input, Keyboard Events):
4820         * minibuf.texi (Reading File Names, Minibuffer Completion)
4821         (Recursive Mini):
4822         * positions.texi (List Motion):
4823         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4824         * numbers.texi (Arithmetic Operations, Math Functions)
4825         (Predicates on Numbers, Comparison of Numbers):
4826         (Numeric Conversions):
4827         * locals.texi (Standard Buffer-Local Variables):
4828         * maps.texi (Standard Keymaps):
4829         * os.texi (User Identification, System Environment, Recording Input)
4830         (X11 Keysyms):
4831         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4832         * backups.texi (Backups and Auto-Saving):
4833         * customize.texi (Customization, Group Definitions)
4834         (Variable Definitions):
4835         * compile.texi (Byte Compilation): Improve index entries.
4837 2007-03-31  Karl Berry  <karl@gnu.org>
4839         * macros.texi (Defining Macros): Avoid widow syllable.
4841 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4843         * elisp.texi (Top): Postscript -> PostScript.
4845         * display.texi (Images, Postscript Images): Postscript -> PostScript.
4847 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4849         * internals.texi (Writing Emacs Primitives): Untabify `For'.
4851 2007-03-30  Karl Berry  <karl@gnu.org>
4853         * lists.texi (List-related Predicates): Remove spurious @need.
4854         (Setcdr): Use @smallexample to improve page break.
4855         (Association Lists) <assoc>: Reword to improve page break.
4857         * strings.texi (String Conversion): Insert blank line to improve
4858         page break.
4860         * numbers.texi (Random Numbers): Use @minus{}.
4861         (Math Functions): Use @minus{}.
4863         * intro.texi (Acknowledgements): Avoid line breaks before middle
4864         initials.
4866 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
4868         * errors.texi (Standard Errors): Add an index entry.
4870 2007-03-19  Richard Stallman  <rms@gnu.org>
4872         * os.texi (Recording Input): recent-keys now gives 300 keys.
4874 2007-03-12  Glenn Morris  <rgm@gnu.org>
4876         * os.texi: Replace "daylight savings" with "daylight saving"
4877         throughout.
4879 2007-03-05  Richard Stallman  <rms@gnu.org>
4881         * variables.texi (File Local Variables):
4882         Update enable-local-variables values.
4884 2007-03-04  Richard Stallman  <rms@gnu.org>
4886         * syntax.texi (Control Parsing): Minor clarification.
4888         * strings.texi (Formatting Strings): Clarify width, precision, flags.
4890         * sequences.texi (Sequence Functions): Move string-bytes away,
4891         add xref.
4893         * nonascii.texi (Text Representations): Move string-bytes here.
4895         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4897         * minibuf.texi (Basic Completion): Minor clarification.
4899         * markers.texi (The Mark): Clarify existence vs activation of mark.
4900         Other cleanup.
4902         * display.texi (Finding Overlays): Write better example.
4904         * compile.texi (Eval During Compile): Clarify putting macros
4905         in eval-when-compile.
4907 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
4909         * loading.texi (How Programs Do Loading): Fix anchor position at
4910         load-read-function definition doc.
4912 2007-02-21  Kim F. Storm  <storm@cua.dk>
4914         * strings.texi (Text Comparison): Mention that assoc-string
4915         converts symbols to strings before testing.
4917 2007-02-17  Kim F. Storm  <storm@cua.dk>
4919         * processes.texi (Bindat Spec): Vector types can have optional
4920         element type.
4921         (Bindat Examples): Fix example.  Add vector with element type.
4923 2007-02-16  Andreas Schwab  <schwab@suse.de>
4925         * strings.texi (Formatting Strings): Document '+' flag.
4927 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4929         * strings.texi (Modifying Strings): Clarify that `clear-string'
4930         always converts the string to unibyte.
4932 2007-02-14  Kim F. Storm  <storm@cua.dk>
4934         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4935         Rewrite glyph code description to refer to these functions.
4936         Remove details of encoding face number and char into integer code.
4938 2007-02-03  Alan Mackenzie  <acm@muc.de>
4940         * loading.texi (Hooks for Loading): Make the description of
4941         `eval-after-load' more detailed, and amend the description of
4942         after-load-alist, in accordance with changes from 2006-05.
4944 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4946         * modes.texi (Defining Minor Modes): Document that a :require
4947         keyword or similar may be required to make saved customization
4948         variables work.
4950 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4952         * elisp.texi (Top): Make the detailed menu headers compliant with
4953         Texinfo guidelines and with what texnfo-upd.el expects.
4954         Add comments to prevent people from inadvertently modifying the key
4955         parts needed by `texinfo-multiple-files-update'.
4957 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4959         * elisp.texi (Top): Update the top-level menus.
4961         * syntax.texi (Categories): Add index entries.
4963 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4965         * display.texi (Attribute Functions): Fix name and description of
4966         the UNDERLINE arg of `set-face-underline-p'.
4968 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
4970         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4971         Variables", and "Standard Keymaps" to the detailed menu.
4973         * variables.texi (Future Local Variables): Add index entry.
4975 2007-01-28  Richard Stallman  <rms@gnu.org>
4977         * tips.texi (Coding Conventions): Clarify the tip about macros
4978         that define a function or a variable.
4980         * files.texi (File Attributes): UID and GID can be floats.
4981         (Magic File Names): Explain why deferring all operations to
4982         the standard handler does not work.
4984 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4986         * backups.texi (Reverting): Use "buffer" instead of "file"
4987         when talking about major and minor modes.
4989 2007-01-21  Richard Stallman  <rms@gnu.org>
4991         * help.texi (Documentation): Add xref to Documentation Tips.
4993 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4995         * tips.texi (Coding Conventions): Fix typos.
4997 2007-01-05  Richard Stallman  <rms@gnu.org>
4999         * modes.texi (Defining Minor Modes): Fix previous change.
5001 2007-01-03  Richard Stallman  <rms@gnu.org>
5003         * customize.texi (Variable Definitions, Customization Types):
5004         Don't use * in doc string for defcustom.
5006 2007-01-02  Richard Stallman  <rms@gnu.org>
5008         * variables.texi (Variable Aliases): Clarify that aliases vars
5009         always have the same value.
5011         * processes.texi (Bindat Spec): Fix Texinfo usage.
5013         * modes.texi (Defining Minor Modes): Explain effect of command
5014         defined with define-global-minor-mode on new buffers.
5016 2006-12-30  Kim F. Storm  <storm@cua.dk>
5018         * keymaps.texi (Tool Bar): Describe `grow-only' value of
5019         `auto-resize-tool-bars'.
5021 2006-12-30  Richard Stallman  <rms@gnu.org>
5023         * keymaps.texi (Active Keymaps): Fix previous change.
5025 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
5027         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5029 2006-12-30  Kim F. Storm  <storm@cua.dk>
5031         * processes.texi (Bindat Spec): Clarify using field names in
5032         length specifications.
5034 2006-12-29  Kim F. Storm  <storm@cua.dk>
5036         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5037         Add count and index variables for eval forms in repeat blocks.
5039 2006-12-24  Richard Stallman  <rms@gnu.org>
5041         * customize.texi (Variable Definitions):
5042         Document new name custom-add-frequent-value.
5044 2006-12-19  Kim F. Storm  <storm@cua.dk>
5046         * commands.texi (Misc Events): User signals now result in sigusr1
5047         and sigusr2 events which are handled through special-event-map.
5048         (Special Events): User signals and drag-n-drop are special.
5050 2006-12-17  Richard Stallman  <rms@gnu.org>
5052         * loading.texi (Named Features): Explain subfeatures better.
5054         * customize.texi: Use "option" only for user options.
5055         For the keyword values inside defcustom etc, say "keywords".
5056         For :options value's elements, say "elements".
5057         :group should not be omitted.
5059         * syntax.texi (Parsing Expressions): Split up node.
5060         (Motion via Parsing, Position Parse, Parser State)
5061         (Low-Level Parsing, Control Parsing): New subnodes.
5062         (Parser State): Document syntax-ppss-toplevel-pos.
5064         * positions.texi (List Motion): Punctuation fix.
5066         * files.texi (File Name Completion): Document PREDICATE arg
5067         to file-name-completion.
5069 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
5071         * internals.texi (Building Emacs, Writing Emacs Primitives):
5072         Add index entries.
5074 2006-12-11  Richard Stallman  <rms@gnu.org>
5076         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5077         affects face menu.  Explain how to make it non-nil without enabling
5078         any fontification.
5080 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5082         * modes.texi (Font Lock Basics): Document nil value of
5083         font-lock-defaults.
5085 2006-12-10  Glenn Morris  <rgm@gnu.org>
5087         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5088         value for system-flag argument.  Abbrev tables may not be empty
5089         when major modes are loaded.
5091 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5093         * makefile.w32-in (maintainer-clean): Partially revert last
5094         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5095         to protect elisp-covers.texi.
5097 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
5099         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5100         Don't remove elisp* info files; they are already deleted by the
5101         `clean' and `distclean' targets, and they are in the $(infodir)
5102         directory, not the current one.
5104 2006-12-04  Kim F. Storm  <storm@cua.dk>
5106         * commands.texi (Misc Events): Update signal events.
5107         (Event Examples): Add signal example.
5109 2006-11-29  Richard Stallman  <rms@gnu.org>
5111         * frames.texi (Visibility of Frames): Explain visible windows
5112         can be covered by others.  Add xref for raise-frame.
5114 2006-11-28  Richard Stallman  <rms@gnu.org>
5116         * searching.texi (Regexp Special): Update when ^ is special.
5118 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
5120         * customize.texi (Customization, Common Keywords)
5121         (Group Definitions, Variable Definitions, Composite Types)
5122         (Type Keywords, Customization Types): Add index entries for
5123         various customization keywords.
5125 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5127         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5129 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5131         * frames.texi (Window System Selections): Remove clipboard from
5132         description of selection-coding-system.
5134 2006-11-06  Richard Stallman  <rms@gnu.org>
5136         * lists.texi (List Variables): Document COMPARE-FN.
5138         * keymaps.texi: Avoid use of "binding" to mean a relation;
5139         use it only to refer to the meaning associated with a key.
5140         (Keymaps): Change menu node description.
5142         * elisp.texi (Top): Change menu node description.
5144         * display.texi (Managing Overlays): Document overlay-recenter.
5146 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
5148         * Makefile.in: Use relative paths to avoid advertising filesystem
5149         contents during compilation.
5151 2006-10-23  Kim F. Storm  <storm@cua.dk>
5153         * commands.texi (Event Input Misc): Update unread-command-events.
5155 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5157         * lists.texi (Sets And Lists): Fix typos.
5159 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5161         * control.texi (Processing of Errors): Use @var for an argument,
5162         not @code.
5164 2006-10-16  Richard Stallman  <rms@gnu.org>
5166         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5168         * keymaps.texi (Format of Keymaps): Show all the keymap element
5169         patterns that result from menu items.
5170         (Key Lookup): Minor cleanups.
5172         * modes.texi (Precalculated Fontification): Don't say that
5173         not setting font-lock-defaults avoids loading font-lock.
5175         * help.texi (Documentation): Move xref to Emacs Manual here.
5176         (Documentation Basics): From here.
5177         Also doc emacs-lisp-docstring-fill-column.
5179         * elisp.texi: Update version and ISBN.
5181         * commands.texi (Interactive Call): Clarify KEYS arg to
5182         call-interactively is a vector.
5183         (Command Loop Info): Delete anchor in this-command-keys.
5184         Add anchor in this-command-keys-vector.
5185         (Recursive Editing): Document how recursive-edit
5186         handles the current buffer.
5188 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
5190         * frames.texi (Frame Titles): %c and %l are ignored in
5191         frame-title-format.
5193 2006-10-11  Richard Stallman  <rms@gnu.org>
5195         * keymaps.texi (Key Sequences): Clarify use of kbd.
5197 2006-10-10  Kim F. Storm  <storm@cua.dk>
5199         * lists.texi (Sets And Lists): Add memql.
5201 2006-10-03  Richard Stallman  <rms@gnu.org>
5203         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5204         Clarify :ascii: and :nonascii:.
5206 2006-09-29  Juri Linkov  <juri@jurta.org>
5208         * modes.texi (%-Constructs): Reorder coding systems in the
5209         documentation of %z to the real order displayed in the modeline.
5211 2006-09-25  Richard Stallman  <rms@gnu.org>
5213         * os.texi (Timers): Describe timer-max-repeats.
5215 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5217         * os.texi (Timers): Mention with-local-quit.
5219 2006-09-24  Richard Stallman  <rms@gnu.org>
5221         * searching.texi (Searching and Matching): Mention property search.
5223         * commands.texi (Command Loop Info): Explain how read-event affects
5224         this-command-keys.
5226 2006-09-20  Richard Stallman  <rms@gnu.org>
5228         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5230         * windows.texi (Window Start): Minor cleanups.
5232 2006-09-20  Kim F. Storm  <storm@cua.dk>
5234         * windows.texi (Window Start): pos-visible-in-window-p allows
5235         specifying t for position to mean "end of window".
5236         Add window-line-height.
5238         * anti.texi (Antinews): Mention window-line-height.
5240 2006-09-19  David Kastrup  <dak@gnu.org>
5242         * keymaps.texi (Searching Keymaps): Small clarification.
5244 2006-09-18  Richard Stallman  <rms@gnu.org>
5246         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5247         cause keyboard menus.
5248         (Menu Keymaps): Likewise.
5249         (Defining Menus, Keyboard Menus): Clarify.
5251         * text.texi (Fields): Clarify explanation of constrain-to-field.
5253 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5255         * variables.texi (Tips for Defining): Fix a typo.
5257 2006-09-15  Richard Stallman  <rms@gnu.org>
5259         * keymaps.texi (Remapping Commands, Searching Keymaps)
5260         (Active Keymaps): Clean up previous change.
5262 2006-09-15  Jay Belanger  <belanger@truman.edu>
5264         * gpl.texi: Replace "Library Public License" by "Lesser Public
5265         License" throughout.
5267 2006-09-15  David Kastrup  <dak@gnu.org>
5269         * keymaps.texi (Active Keymaps): Adapt description to use
5270         `get-char-property' instead `get-text-property'.  Explain how
5271         mouse events change this.  Explain the new optional argument of
5272         `key-binding' and its mouse-dependent lookup.
5273         (Searching Keymaps): Adapt description similarly.
5274         (Remapping Commands): Explain the new optional argument of
5275         `command-remapping'.
5277 2006-09-14  Richard Stallman  <rms@gnu.org>
5279         * keymaps.texi (Searching Keymaps): Clarification.
5280         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5282 2006-09-13  Richard Stallman  <rms@gnu.org>
5284         * objects.texi (Character Type): Node split.
5285         Add xref to Describing Characters.
5286         (Basic Char Syntax, General Escape Syntax)
5287         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5289 2006-09-11  Richard Stallman  <rms@gnu.org>
5291         * display.texi (Display Table Format): Wording clarification.
5292         (Glyphs): Clarifications.
5294 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
5296         * keymaps.texi (Active Keymaps): Mention that key-binding checks
5297         local maps.
5299 2006-09-10  Kim F. Storm  <storm@cua.dk>
5301         * display.texi (Forcing Redisplay): Document return value of
5302         function redisplay.
5304 2006-09-09  Richard Stallman  <rms@gnu.org>
5306         * windows.texi (Window Hooks): Explain limits of
5307         window-scroll-functions.
5309         * display.texi (Fringe Indicators): Update for last change in
5310         indicate-buffer-boundaries.
5312 2006-09-08  Richard Stallman  <rms@gnu.org>
5314         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5316 2006-09-06  Kim F. Storm  <storm@cua.dk>
5318         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5320         * windows.texi (Window Start): Update pos-visible-in-window-p.
5322 2006-09-04  Richard Stallman  <rms@gnu.org>
5324         * processes.texi (Accepting Output): Explain SECONDS=0 for
5325         accept-process-output.
5327         * os.texi (Idle Timers): Explain why timer functions should not
5328         loop until (input-pending-p).
5330 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
5332         * makefile.w32-in (usermanualdir): New variable.
5333         (elisp.dvi): Use it.
5335 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
5337         * buffers.texi (Buffer Modification): Fix last change.
5339 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5341         * buffers.texi (Buffer Modification):
5342         Document buffer-chars-modified-tick.
5344 2006-08-31  Richard Stallman  <rms@gnu.org>
5346         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5348 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
5350         * modes.texi (Syntactic Font Lock):
5351         Mention font-lock-syntactic-face-function
5352         instead of specific faces.
5354 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5356         * display.texi (Images): Add xrref to display-images-p.
5358 2006-08-28  Kenichi Handa  <handa@m17n.org>
5360         * nonascii.texi (Lisp and Coding Systems): Fix description of
5361         detect-coding-region.
5363 2006-08-27  Michael Olson  <mwolson@gnu.org>
5365         * processes.texi (Transaction Queues): Remove stray quote
5366         character.
5368 2006-08-25  Richard Stallman  <rms@gnu.org>
5370         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5371         Add xref.
5373 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5375         * os.texi (Timers): Avoid waiting inside timers.
5377 2006-08-21  Lute Kamstra  <lute@gnu.org>
5379         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5381 2006-08-20  Richard Stallman  <rms@gnu.org>
5383         * os.texi (Idle Timers): New node, split out from Timers.
5384         Document current-idle-time.
5385         * commands.texi (Reading One Event): Update xref.
5386         * elisp.texi (Top): Update subnode menu.
5388 2006-08-16  Richard Stallman  <rms@gnu.org>
5390         * keymaps.texi (Extended Menu Items): Show format of cached
5391         bindings in extended menu items.
5393         * customize.texi (Variable Definitions): Explain when the
5394         standard value expression is evaluated.
5396 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
5398         * commands.texi (Reading One Event): Explain idleness in
5399         `read-event'.
5401 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
5403         * text.texi (Near Point): Say "cursor" not "terminal cursor".
5404         (Commands for Insertion): Remove split-line since it's not
5405         relevant for Lisp programming.
5406         (Yank Commands): Rewrite introduction.
5407         (Undo): Clarify.
5408         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
5409         (Filling): Remove redundant comment.  Clarify return value of
5410         current-justification.
5411         (Margins): Minor clarifications.
5412         (Adaptive Fill): Update default value of adaptive-fill-regexp.
5413         (Sorting): Update definition of sort-lines.
5414         (Columns): Clarify behavior of sort-columns.
5415         (Indent Tabs): Link to Tab Stops in Emacs manual.
5416         (Special Properties): Clarify.
5417         (Clickable Text): Mention Buttons package.
5419 2006-08-12  Kevin Ryde  <user42@zip.com.au>
5421         * os.texi (Time Parsing): Add %z to description of
5422         format-time-string, as per docstring.  Add cross reference to
5423         glibc manual for strftime.
5425 2006-08-08  Richard Stallman  <rms@gnu.org>
5427         * modes.texi: Clean up wording in previous change.
5429 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
5431         * modes.texi (Hooks): Clarify.
5432         (Major Mode Basics): Mention define-derived-mode explicitly.
5433         (Major Mode Conventions): Rebinding RET is OK for some modes.
5434         Mention change-major-mode-hook and after-change-major-mode-hook.
5435         (Example Major Modes): Move to end of Modes section.
5436         (Mode Line Basics): Clarify.
5437         (Mode Line Data): Mention help-echo and local-map in strings.
5438         Explain reason for treatment of non-risky variables.
5439         (Properties in Mode): Clarify.
5440         (Faces for Font Lock): Add font-lock-negation-char-face.
5442 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5444         * strings.texi (Formatting Strings): Warn against arbitrary
5445         strings as first arg to `format'.
5447 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
5449         * text.texi (Clickable Text): Mention `help-echo' text property.
5450         Update intro, examples and associated explanations.
5452 2006-07-31  Richard Stallman  <rms@gnu.org>
5454         * commands.texi: Update xrefs.
5455         (Event Mod): New node, cut out from old Translating Input.
5457         * maps.texi: Update xrefs.
5459         * keymaps.texi (Translation Keymaps): New node.
5460         Update xrefs from Translating Input to Translation Keymaps.
5462         * elisp.texi (Top): Update subnode menu.
5464         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5466         * os.texi (System Interface): Fix menu descriptions of some nodes.
5467         (Translating Input): Node deleted.
5469 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5471         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5473         * lists.texi (Sets And Lists): Likewise.
5475 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
5477         * text.texi (Fields): Mention POS
5478         requirement when narrowing is in effect.
5480 2006-07-28  Richard Stallman  <rms@gnu.org>
5482         * display.texi (Face Attributes): Simplify wording.
5483         (Attribute Functions): Clarify meaning of new-frame default
5484         attribute settings.
5486         * customize.texi (Common Keywords): Document how to use
5487         :package-version in a package not in Emacs.
5489 2006-07-28  Kim F. Storm  <storm@cua.dk>
5491         * commands.texi (Reading One Event): Fix last change.
5493 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5495         * commands.texi (Reading One Event): Document SECONDS argument for
5496         read-event, read-char, and read-char-exclusive.
5498 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5500         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5501         to ensure correct identification.
5503 2006-07-24  Richard Stallman  <rms@gnu.org>
5505         * text.texi (Clickable Text): Clarify.
5507         * sequences.texi (Vector Functions): Delete duplicate xref.
5509         * objects.texi (Function Type): Clarify.
5511         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5512         modes.
5514         * lists.texi (List Variables): New node.
5515         Material moved from other nodes.
5517         * variables.texi (Setting Variables): add-to-list and
5518         add-to-ordered-list moved to List Variables node.
5520 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5522         * text.texi (Links and Mouse-1):
5523         For mouse-on-link-p, expand on arg POS.
5525 2006-07-21  Kim F. Storm  <storm@cua.dk>
5527         * display.texi (Forcing Redisplay): Don't mention systems which
5528         don't support sub-second timers for redisplay-preemption-period.
5530         * os.texi (Terminal Output): Clarify text vs graphical terminal.
5532 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5534         * frames.texi (Input Focus): Document that focus-follows-mouse has
5535         no effect on MS-Windows.
5537 2006-07-18  Richard Stallman  <rms@gnu.org>
5539         * display.texi (Forcing Redisplay): Cleanups in previous change.
5541         * processes.texi (Low-Level Network): Make menu more convenient.
5543 2006-07-18  Kim F. Storm  <storm@cua.dk>
5545         * display.texi (Forcing Redisplay): redisplay-preemption-period
5546         only used on window systems.  Add xref to Terminal Output.
5548         * os.texi (Terminal Output): baud-rate only controls preemption on
5549         non-window systems.  Add xref to Forcing Redisplay.
5551         * processes.texi (Low-Level Network): Rename node "Make Network"
5552         to "Network Processes".
5554 2006-07-18  Karl Berry  <karl@gnu.org>
5556         * variables.texi, functions.texi, customize.texi, loading.texi:
5557         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5559 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5561         * commands.texi (Waiting): Document batch-mode sit-for behavior.
5563 2006-07-17  Richard Stallman  <rms@gnu.org>
5565         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5566         Put period and comma inside quotes.
5568         * loading.texi, markers.texi: Use real doublequote inside menus.
5570         * windows.texi: Put point and comma inside quotes.
5571         (Textual Scrolling): Use @samp for error message.
5573         * variables.texi, tips.texi, syntax.texi, symbols.texi:
5574         * strings.texi, streams.texi, processes.texi, os.texi:
5575         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5576         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5577         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5578         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5579         Put point and comma inside quotes.
5581         * control.texi (Processing of Errors): Add command-error-function.
5583         * variables.texi (File Local Variables): Clarify that
5584         file local variables make buffer-local bindings.
5586         * modes.texi (Syntactic Font Lock): Give default for
5587         font-lock-syntax-table.
5589 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
5591         * text.texi (Special Properties): Clean up previous change.
5593 2006-07-16  Karl Berry  <karl@gnu.org>
5595         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5596         * control.texi: Fix bad page breaks through chapter 10 (control).
5598         * anti.texi (Antinews): Reorder face-attribute fns to avoid
5599         underfull hbox.
5601 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
5603         * text.texi (Special Properties): Describe fontified text property
5604         in relation to a character (not text).
5606 2006-07-15  Kim F. Storm  <storm@cua.dk>
5608         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5609         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5610         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5612         * anti.texi (Antinews): Mention redisplay function.
5613         The kbd macro existed, but was not documented, before 22.x.
5614         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5616 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
5618         * display.texi (Displaying Messages): Add anchor.
5620         * frames.texi (Dialog Boxes): Use it.
5622 2006-07-12  Richard Stallman  <rms@gnu.org>
5624         * objects.texi (Frame Type): Explain nature of frames better.
5626         * frames.texi (Frames): Explain nature of frames better.
5628 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
5630         * tips.texi (Coding Conventions): Explain why use cl at compile time.
5632 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5634         * frames.texi (Window System Selections): Mention scrap support for Mac.
5635         Default value of x-select-enable-clipboard is t on Mac.
5637         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5639 2006-07-11  Kim F. Storm  <storm@cua.dk>
5641         * display.texi (Forcing Redisplay): Add `redisplay' function.
5642         Don't mention (sit-for -1) -- use (redisplay t) instead.
5644         * commands.texi (Waiting): (sit-for -1) is no longer special.
5645         (sit-for 0) is equivalent to (redisplay).
5646         Iconifying/deiconifying no longer makes sit-for return.
5648 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5650         * display.texi (Buttons): Fix typo.
5652         * index.texi, elisp.texi (New Symbols): Comment node out.
5654 2006-07-09  Richard Stallman  <rms@gnu.org>
5656         * display.texi (Truncation): Clean up previous change.
5658 2006-07-08  Richard Stallman  <rms@gnu.org>
5660         * commands.texi (Interactive Call): Use 3 as prefix in example
5661         for execute-extended-command.
5663         * display.texi (Attribute Functions): Move paragraph about
5664         compatibility with Emacs < 21.
5666 2006-07-09  Kim F. Storm  <storm@cua.dk>
5668         * display.texi (Refresh Screen): Clarify force-window-update.
5669         (Truncation): "Normally" indicated by fringe arrows.
5671 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5673         * windows.texi (Textual Scrolling, Resizing Windows):
5674         * variables.texi (Constant Variables):
5675         * text.texi (Buffer Contents, Deletion, Changing Properties)
5676         (Property Search, Special Properties, Sticky Properties)
5677         (Links and Mouse-1, Fields, Change Hooks):
5678         * syntax.texi (Syntax Table Functions, Parsing Expressions)
5679         (Categories):
5680         * symbols.texi (Other Plists):
5681         * streams.texi (Output Variables):
5682         * processes.texi (Input to Processes, Query Before Exit):
5683         * positions.texi (Word Motion, Text Lines, List Motion):
5684         * os.texi (Init File, System Environment, Sound Output)
5685         (Session Management):
5686         * nonascii.texi (Text Representations, Character Sets)
5687         (Chars and Bytes, Locales):
5688         * modes.texi (Defining Minor Modes, Header Lines):
5689         * minibuf.texi (Minibuffer Contents):
5690         * markers.texi (Information from Markers):
5691         * lists.texi (List Elements, Building Lists, Association Lists):
5692         * keymaps.texi (Tool Bar):
5693         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5694         * functions.texi (What Is a Function, Mapping Functions):
5695         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5696         (Color Names, Text Terminal Colors, Display Feature Testing):
5697         * files.texi (Visiting Functions, File Name Components)
5698         (Unique File Names, Contents of Directories):
5699         * display.texi (Forcing Redisplay, Displaying Messages)
5700         (Temporary Displays, Font Selection, Auto Faces)
5701         (Font Lookup, Fringe Indicators, Display Margins)
5702         (Image Descriptors, Showing Images, Image Cache, Button Types)
5703         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5704         (Display Table Format, Glyphs):
5705         * control.texi (Iteration):
5706         * commands.texi (Command Loop Info, Adjusting Point):
5707         * backups.texi (Making Backups, Auto-Saving):
5708         Remove @tindex entries.
5710 2006-07-07  Kim F. Storm  <storm@cua.dk>
5712         * display.texi (Fringe Cursors): Fix typo.
5713         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5714         (Overlay Arrow): Default is overlay-arrow fringe indicator.
5716 2006-07-05  Richard Stallman  <rms@gnu.org>
5718         * text.texi (Buffer Contents): Add example of text props
5719         in result of buffer-substring.
5720         (Text Properties): Explain better about use of specific property names.
5721         (Property Search): Some cleanups; reorder some functions.
5723         * keymaps.texi (Changing Key Bindings): Cleanup.
5724         Add xref to Key Binding Conventions.
5726         * display.texi (Attribute Functions): Add examples for
5727         face-attribute-relative-p.
5729         * tips.texi (Coding Conventions): Cleanup last change.
5731 2006-07-05  Karl Berry  <karl@gnu.org>
5733         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5734         Remove @setchapternewpage odd.
5735         Result is 1013 pages, down from 1100.
5737         * anti.texi, customize.texi, display.texi, internals.texi:
5738         * minibuf.texi, modes.texi, tips.texi:
5739         Fix overfull/underfull boxes.
5741 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5743         * edebug.texi (Instrumenting):
5744         Add Edebug-specific findex for eval-buffer.
5745         * loading.texi (Loading):
5746         Replace eval-current-buffer with eval-buffer.
5748 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5750         * locals.texi (Standard Buffer-Local Variables): Update the list
5751         of variables.
5753 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
5755         * files.texi (File Name Completion): Point user to the node
5756         "Reading File Names".
5758 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5760         * files.texi (Contents of Directories): Document case-insensitive
5761         behavior on respective filesystems.
5763         * objects.texi (Character Type): Document that Emacs signals an
5764         error for unsupported Unicode characters specified as \uNNNN.
5766 2006-06-19  Richard Stallman  <rms@gnu.org>
5768         * processes.texi (Bindat Spec): Clarify previous change.
5770 2006-06-16  Richard Stallman  <rms@gnu.org>
5772         * tips.texi (Coding Conventions): Better explain conventions
5773         for definition constructs.
5775         * text.texi (Special Properties): String value of `read-only'
5776         serves as the error message.
5778         * objects.texi (Character Type): Clarify prev. change.
5779         (Non-ASCII in Strings): Mention \u and \U.
5781         * commands.texi (Using Interactive): Explain problem of
5782         markers, etc., in command-history.
5784 2006-06-14  Kim F. Storm  <storm@cua.dk>
5786         * commands.texi (Waiting): Negative arg to sit-for forces
5787         redisplay even if input is pending.
5789         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5790         redisplay.  Remove incorrect example of binding redisplay-dont-pause
5791         around (sit-for 0).
5793 2006-06-13  Richard Stallman  <rms@gnu.org>
5795         * display.texi (Forcing Redisplay): Clarify previous change.
5797 2006-06-13  Romain Francoise  <romain@orebokech.com>
5799         * display.texi (Forcing Redisplay): Fix typo.
5801 2006-06-13  Kim F. Storm  <storm@cua.dk>
5803         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5805 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5807         * tips.texi (Coding Conventions): Add `@end itemize'.
5809 2006-06-10  Richard Stallman  <rms@gnu.org>
5811         * tips.texi (Coding Conventions): Explain use of coding systems
5812         to ensure one decoding for strings.
5814 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
5816         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5817         syntax.
5819 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
5821         * display.texi (Font Selection): Remove description of
5822         clear-face-cache.
5824         * compile.texi (Eval During Compile): Fix a typo.  Add index
5825         entries for possible uses of eval-when-compile.
5827 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
5829         * display.texi (Abstract Display): Fix typo.
5831 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
5833         * minibuf.texi (Minibuffer History) <history-add-new-input>:
5834         Reword variable's description.
5836 2006-06-01  Richard Stallman  <rms@gnu.org>
5838         * windows.texi (Splitting Windows): Clarify splitting nonselected
5839         window.
5841 2006-05-31  Juri Linkov  <juri@jurta.org>
5843         * minibuf.texi (Minibuffer History): Add history-add-new-input.
5845 2006-05-30  Richard Stallman  <rms@gnu.org>
5847         * display.texi (Line Height): Fix errors in description of
5848         default line height and line-height property.
5850         * nonascii.texi (Default Coding Systems): Further clarification.
5852 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5854         * internals.texi (Pure Storage): Mention that an overflow in pure
5855         space causes a memory leak.
5856         (Garbage Collection): If there was an overflow in pure space,
5857         `garbage-collect' returns nil.
5859 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5861         * nonascii.texi (Default Coding Systems): Fix it some more.
5863 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5865         * nonascii.texi (Default Coding Systems): Fix last change.
5867 2006-05-29  Kenichi Handa  <handa@m17n.org>
5869         * nonascii.texi (find-operation-coding-system): Describe the new
5870         argument format (FILENAME . BUFFER).
5872 2006-05-28  Richard Stallman  <rms@gnu.org>
5874         * tips.texi (Coding Conventions): Better explain reasons not to
5875         advise other packages or use `eval-after-load'.
5877 2006-05-29  Kim F. Storm  <storm@cua.dk>
5879         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5880         `bindat-idx' and `bindat-raw' for clarity.
5882 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5884         * processes.texi (Bindat Spec): Expand on `repeat' handler.
5886         * display.texi (Display): Add "Abstract Display" to menu.
5887         (Abstract Display, Abstract Display Functions)
5888         (Abstract Display Example): New nodes.
5889         * elisp.texi (Top): Add "Abstract Display" to menu.
5891 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
5893         * keymaps.texi (Key Sequences): Link to input events definition.
5894         (Format of Keymaps): Delete material duplicated in Keymap Basics.
5896         * files.texi (Changing Files): Document updated argument list for
5897         copy-file.
5899 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5901         * processes.texi (Bindat Functions): Explain term "total length".
5902         Use it in bindat-length and bindat-pack descriptions.
5904 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5906         * tips.texi (Coding Conventions): Advise against using
5907         eval-after-load in packages.  Add an index entry.
5909 2006-05-25  Juri Linkov  <juri@jurta.org>
5911         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5913         * modes.texi (%-Constructs): Add %e, %z, %Z.
5915 2006-05-25  Richard Stallman  <rms@gnu.org>
5917         * elisp.texi (Top): Update subnode menu.
5919         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5920         (Keymaps): Update menu.
5922 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5924         * keymaps.texi (Key Sequences): Some clarifications.
5926 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5928         * processes.texi (Bindat Functions): Say "unibyte string"
5929         explicitly for bindat-unpack and bindat-pack descriptions.
5930         (Bindat Examples): Don't call `string-make-unibyte' in example.
5932 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5934         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5935         Explain string and vector representations of key sequences.
5937         * keymaps.texi (Changing Key Bindings):
5938         * commands.texi (Interactive Codes):
5939         * help.texi (Describing Characters): Refer to it.
5941 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
5943         * frames.texi (Pointer Shape): @end table -> @end defvar.
5945 2006-05-22  Richard Stallman  <rms@gnu.org>
5947         * elisp.texi (Top): Update subnode menus.
5949         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5950         Contents rewritten; material from old Pointer Shape node moved here.
5952         * display.texi (Pointer Shape): Node deleted.
5953         (Image Descriptors): Minor cleanup.
5955 2006-05-21  Richard Stallman  <rms@gnu.org>
5957         * syntax.texi (Parsing Expressions): Update info on which STATE
5958         elements are ignored.
5960 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5962         * hooks.texi (Standard Hooks): Correct typo.
5964         * gpl.texi (GPL): ifinfo -> ifnottex.
5966 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
5968         * searching.texi (Simple Match Data): Warn about match data being
5969         set anew by every search.
5971 2006-05-17  Richard Stallman  <rms@gnu.org>
5973         * minibuf.texi (Minibuffer History): Clarify.
5975         * searching.texi (Regexp Special): Clarify nested regexp warning.
5977 2006-05-16  Kim F. Storm  <storm@cua.dk>
5979         * minibuf.texi (Minibuffer History): Update add-to-history.
5981 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
5983         * nonascii.texi (Explicit Encoding):
5984         Fix typo (encoding<->decoding).
5986 2006-05-14  Richard Stallman  <rms@gnu.org>
5988         * buffers.texi (Creating Buffers): Cleanup.
5990         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5992 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
5994         * buffers.texi (Current Buffer): Document that with-temp-buffer
5995         disables undo.
5997         * os.texi (Terminal-Specific): More accurate description of how
5998         Emacs searches for the terminal-specific libraries.
6000 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
6002         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6003         emacs-xtra to @inforef's.
6005         * text.texi (Undo): Document that undo is turned off in buffers
6006         whose names begin with a space.
6008         * buffers.texi (Buffer Names): Add index entries for buffers whose
6009         names begin with a space.
6010         (Creating Buffers): Document that undo is turned off in buffers
6011         whose names begin with a space.
6013         * files.texi (Visiting Functions, Reading from Files)
6014         (Saving Buffers): Mention code and EOL conversions by file I/O
6015         primitives and subroutines.
6017         * nonascii.texi (Lisp and Coding Systems):
6018         Document coding-system-eol-type.  Add index entries for eol conversion.
6020         * display.texi (Defining Faces): Mention `mac', and add an xref to
6021         where window-system is described.
6023 2006-05-10  Richard Stallman  <rms@gnu.org>
6025         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6027 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6029         * variables.texi (File Local Variables): Recommend to quote lambda
6030         expressions in safe-local-variable property.
6032 2006-05-09  Richard Stallman  <rms@gnu.org>
6034         * variables.texi (File Local Variables):
6035         Document safe-local-eval-forms and safe-local-eval-function.
6037 2006-05-07  Kim F. Storm  <storm@cua.dk>
6039         * minibuf.texi (Minibuffer History): Remove keep-dups arg
6040         from add-to-history.
6042 2006-05-07  Romain Francoise  <romain@orebokech.com>
6044         * commands.texi (Event Input Misc):
6045         * compile.texi (Eval During Compile):
6046         * internals.texi (Buffer Internals):
6047         * minibuf.texi (Initial Input):
6048         * nonascii.texi (Scanning Charsets):
6049         * numbers.texi (Comparison of Numbers):
6050         * windows.texi (Textual Scrolling, Vertical Scrolling):
6051         Fix various typos.
6053 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6055         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6056         conditional xref's to either emacs or emacs-xtra, depending on
6057         @iftex/@ifnottex.
6059         * minibuf.texi (Minibuffer History): Document add-to-history.
6061 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
6063         * internals.texi (Pure Storage): Mention the pure overflow message
6064         at startup.
6066 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
6068         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6069         (Searching Keymaps): Fix pseudo-Lisp description of keymap
6070         search.
6072 2006-05-01  Richard Stallman  <rms@gnu.org>
6074         * intro.texi (nil and t): Clarify.
6076         * variables.texi (File Local Variables): Suggest using booleanp.
6078 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
6080         * objects.texi (Type Predicates): Fix typos.
6082 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6084         * intro.texi (nil and t): Add booleanp.
6086         * objects.texi (Type Predicates): Add links for booleanp and
6087         string-or-null-p.
6089 2006-04-29  Richard Stallman  <rms@gnu.org>
6091         * modes.texi (Multiline Font Lock): Rename from
6092         Multi line Font Lock Elements.  Much clarification.
6093         (Font Lock Multiline, Region to Fontify): Much clarification.
6095 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6097         * variables.texi (File Local Variables): Remove the special case t for
6098         safe-local-variable.
6100 2006-04-26  Richard Stallman  <rms@gnu.org>
6102         * syntax.texi (Parsing Expressions): Minor cleanup.
6104 2006-04-18  Richard Stallman  <rms@gnu.org>
6106         * tips.texi (Coding Conventions): Explain when the package's
6107         prefix should appear later on (not at the start of the name).
6109         * searching.texi (String Search): Clarify effect of NOERROR.
6111         * modes.texi (Imenu): Clarify what special items do.
6113         * hooks.texi (Standard Hooks): Delete text about old hook names.
6115 2006-04-17  Romain Francoise  <romain@orebokech.com>
6117         * variables.texi (Local Variables): Update the default value of
6118         `max-specpdl-size'.
6120 2006-04-15  Michael Olson  <mwolson@gnu.org>
6122         * processes.texi (Transaction Queues): Mention the new optional
6123         `delay-question' argument for `tq-enqueue'.
6125 2006-04-13  Bill Wohler  <wohler@newt.com>
6127         * customize.texi (Common Keywords): Use dotted notation for
6128         :package-version value.  Specify its values.  Improve documentation
6129         for customize-package-emacs-version-alist.
6131 2006-04-12  Bill Wohler  <wohler@newt.com>
6133         * customize.texi (Common Keywords): Move description of
6134         customize-package-emacs-version-alist to @defvar.
6136 2006-04-10  Bill Wohler  <wohler@newt.com>
6138         * customize.texi (Common Keywords): Add :package-version.
6140 2006-04-10  Kim F. Storm  <storm@cua.dk>
6142         * text.texi (Buffer Contents): Add NOPROPS arg to
6143         filter-buffer-substring.
6145 2006-04-08  Kevin Ryde  <user42@zip.com.au>
6147         * os.texi (Command-Line Arguments): Update xref to emacs manual
6148         "Command Arguments" -> "Emacs Invocation", per change there.
6150 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
6152         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6153         be on one line to help makeinfo not render two spaces after the dot.
6155 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
6157         * strings.texi (Predicates for Strings): Add string-or-null-p.
6159 2006-03-28  Kim F. Storm  <storm@cua.dk>
6161         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6162         remarks about systems that don't support fractional seconds.
6164 2006-03-25  Karl Berry  <karl@gnu.org>
6166         * elisp.texi: Use @copyright{} instead of (C), and do not indent
6167         the year list.
6169 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
6171         * display.texi (Fringe Indicators): Fix typos.
6173 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
6175         * tips.texi (Documentation Tips): One can now also write `program'
6176         in front of a quoted symbol in a docstring to prevent making a
6177         hyperlink.
6179 2006-03-19  Alan Mackenzie  <acm@muc.de>
6181         * text.texi (Special Properties): Clarify `fontified' property.
6183 2006-03-16  Richard Stallman  <rms@gnu.org>
6185         * display.texi (Defining Images): Minor cleanup.
6187 2006-03-16  Bill Wohler  <wohler@newt.com>
6189         * display.texi (Defining Images): In image-load-path-for-library,
6190         prefer user's images.
6192 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6194         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6196 2006-03-15  Bill Wohler  <wohler@newt.com>
6198         * display.texi (Defining Images): Fix example in
6199         image-load-path-for-library by not recommending that one binds
6200         image-load-path.  Just defvar it to placate compiler and only use
6201         it if previously defined.
6203 2006-03-14  Bill Wohler  <wohler@newt.com>
6205         * display.texi (Defining Images): In image-load-path-for-library,
6206         always return list of directories.  Update example.
6208 2006-03-14  Alan Mackenzie  <acm@muc.de>
6210         * modes.texi: New node, "Region to Fontify" (for Font Lock).
6211         This describes font-lock-extend-region-function.
6212         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6213         the new node "Region to Fontify".
6215 2006-03-13  Richard Stallman  <rms@gnu.org>
6217         * display.texi (Invisible Text): The impossible position is
6218         now before the invisible text, not after.
6219         (Defining Images): Clean up last change.
6221 2006-03-11  Bill Wohler  <wohler@newt.com>
6223         * display.texi (Defining Images): Add image-load-path-for-library.
6225 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
6227         * text.texi (Adaptive Fill): Fix Texinfo usage.
6229         * strings.texi (Creating Strings): Fix Texinfo usage.
6231         * searching.texi (Regexp Special): Use @samp for regular
6232         expressions that are not in Lisp syntax.
6234 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
6236         * searching.texi (Regexp Special): Put remark between parentheses
6237         to avoid misreading.
6239 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
6241         * searching.texi (Syntax of Regexps): More accurately describe
6242         which characters are special in which situations.
6243         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6244         are not special.  Describe in detail when `[' and `]' are special.
6245         (Regexp Backslash): Plenty of regexps with unbalanced square
6246         brackets are valid, so reword that statement.
6248 2006-03-02  Kim F. Storm  <storm@cua.dk>
6250         * keymaps.texi (Tool Bar): Add tool-bar-border.
6252 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
6254         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
6256 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
6258         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6260         * files.texi (Locating Files): Suggest additional values for the
6261         SUFFIXES arg of `locate-file'.  Update pxref.
6263         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6264         (How Programs Do Loading): Discuss the effects of Auto Compression
6265         mode on `load'.
6266         (Load Suffixes): New node.
6267         (Library Search): Delete description of `load-suffixes'; it was
6268         moved to "Load Suffixes".
6269         (Autoload, Named Features): Mention `load-suffixes'.
6271 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6273         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6275         * windows.texi (Window Tree): Fix typo.
6277 2006-02-20  Kim F. Storm  <storm@cua.dk>
6279         * display.texi (Fringe Indicators): New section.
6280         Move indicate-empty-lines, indicate-buffer-boundaries, and
6281         default-indicate-buffer-boundaries here.
6282         Add fringe-indicator-alist and default-fringes-indicator-alist.
6283         Add list of logical fringe indicator symbols.
6284         Update list of standard bitmap names.
6285         (Fringe Cursors): New section.
6286         Move overflow-newline-into-fringe here.
6287         Add fringe-cursor-alist and default-fringes-cursor-alist.
6288         Add list of fringe cursor symbols.
6290 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
6292         * commands.texi (Using Interactive): Fix reference to node
6293         "Minibuffers".
6295 2006-02-19  Richard M. Stallman  <rms@gnu.org>
6297         * minibuf.texi (High-Level Completion):
6298         Add xref to read-input-method-name.
6300         * files.texi (Relative File Names): Move file-relative-name here.
6301         (File Name Expansion): From here.  Minor clarifications.
6303         * commands.texi (Using Interactive): Add xrefs about reading input.
6304         Clarify remarks about that moving point and mark.
6305         Put string case before list case.
6307 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
6309         * display.texi (Other Display Specs, Image Descriptors):
6310         Revert erroneous changes.  The previous description of
6311         image-descriptors as `(image . PROPS)' was correct.
6313 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6315         * variables.texi (File Local Variables): Clarifications.
6317 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6319         * variables.texi (File Local Variables): Use @code for a cons
6320         cell, not @var.
6322 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6324         * variables.texi (File Local Variables): Document new file local
6325         variable behavior.
6327 2006-02-10  Kim F. Storm  <storm@cua.dk>
6329         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6331 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
6333         * modes.texi (%-Constructs): Remove obsolete info about
6334         `global-mode-string'.
6336 2006-02-07  Richard M. Stallman  <rms@gnu.org>
6338         * commands.texi (Prefix Command Arguments): Minor cleanup.
6340         * display.texi: "Graphical display", not window system.
6342         * functions.texi (What Is a Function): Fix xref.
6344         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6345         (Changing Key Bindings): Clarify when remapping is better than
6346         substitute-key-definition.
6348 2006-02-02  Richard M. Stallman  <rms@gnu.org>
6350         * minibuf.texi (Basic Completion): Completion alists are risky.
6352         * keymaps.texi (Active Keymaps): Clarifications.
6353         (Searching Keymaps): New node.
6354         (Keymaps): Update menu.
6356         * frames.texi (Layout Parameters): Minor clarification.
6357         (Drag and Drop): New node.
6358         (Frames): Update menu.
6360 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
6362         * display.texi (Other Display Specs, Image Descriptors):
6363         Image description is a list, not a cons cell.
6365 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6367         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6368         list is not necessarily a list).
6370 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6372         * frames.texi (Layout Parameters): border-width and
6373         internal-border-width belong to the frame, not the window.
6375 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6377         * nonascii.texi (Translation of Characters): Search cmds use
6378         translation-table-for-input.  Automatically made local.
6380         * markers.texi (Overview of Markers): Count insertion type
6381         as one of a marker's attributes.
6383         * keymaps.texi (Controlling Active Maps): New node, split out of
6384         Active Keymaps.
6385         (Keymaps): Menu updated.
6386         (Active Keymaps): Give pseudocode to explain how the active
6387         maps are searched.  current-active-maps and key-binding moved here.
6388         (Functions for Key Lookup): current-active-maps and key-binding moved.
6389         Clarifications.
6390         (Searching the Keymaps): New subnode.
6392         * elisp.texi (Top): Menu clarification.
6394         * display.texi (Other Display Specs): Delete duplicate entry for
6395         just a string as display spec.  Move text about recursive display
6396         specs on such a string.
6398         * commands.texi (Key Sequence Input): Clarify.
6399         Move num-nonmacro-input-events out.
6400         (Reading One Event): num-nonmacro-input-events moved here.
6402 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
6404         * advice.texi (Simple Advice): Update example to fit argument
6405         change in previous-line.
6407 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6409         * markers.texi (The Mark): Fix in `mark'.
6411 2006-01-04  Richard M. Stallman  <rms@gnu.org>
6413         * processes.texi (Misc Network, Make Network): Minor cleanups.
6415 2006-01-04  Kim F. Storm  <storm@cua.dk>
6417         * processes.texi (Make Network): Add IPv6 addresses and handling.
6418         (Network Feature Testing): Mention (:family ipv6).
6419         (Misc Network): Add IPv6 formats to format-network-address.
6421 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6423         * text.texi (Changing Properties):
6424         Don't use return value of set-text-properties.
6426 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6428         * modes.texi (Mode Line Format): Correct typo in menu.
6430 2005-12-29  Richard M. Stallman  <rms@gnu.org>
6432         * modes.texi (Mode Line Top): New node.
6433         (Mode Line Data): Some text moved to new node.
6434         Explain the data structure more concretely.
6435         (Mode Line Basics): Clarifications.
6436         (Mode Line Variables): Clarify intro paragraph.
6437         (%-Constructs): Clarify intro paragraph.
6438         (Mode Line Format): Update menu.
6440 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6442         * minibuf.texi (Basic Completion): Update lazy-completion-table
6443         examples for removal of ARGS argument.
6445 2005-12-23  Richard M. Stallman  <rms@gnu.org>
6447         * text.texi (Undo): Restore some explanation from the version
6448         that was deleted.
6450 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
6452         * text.texi (Undo): Remove duplicate descriptions of `apply
6453         funname' and `apply delta' elements of the undo list.
6455 2005-12-20  Richard M. Stallman  <rms@gnu.org>
6457         * help.texi (Help Functions): Update documentation of `apropos'.
6459 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
6461         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6462         because it is confusing.  If the :help-echo keyword is a function,
6463         it is not directly used as the :help-echo overlay property, as the
6464         xref seems to suggest (it does not take the appropriate args).
6466 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6468         * customize.texi (Common Keywords): Fix Texinfo usage.
6469         (Group Definitions, Variable Definitions): Update for new
6470         conventions for using `*' in docstrings.
6472         * tips.texi (Documentation Tips): Update for new conventions for
6473         using `*' in docstrings.
6475 2005-12-16  Richard M. Stallman  <rms@gnu.org>
6477         * minibuf.texi (Minibuffer Contents): Minor cleanup.
6479 2005-12-16  Juri Linkov  <juri@jurta.org>
6481         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6483 2005-12-14  Romain Francoise  <romain@orebokech.com>
6485         * modes.texi (Customizing Keywords): Rename `append' to `how'.
6486         Fix typo.
6488 2005-12-11  Juri Linkov  <juri@jurta.org>
6490         * minibuf.texi (Completion Commands): Add mention of read-file-name
6491         for filename completion keymaps.
6492         (Reading File Names): Add mention of filename completion keymaps
6493         for read-file-name and xref to `Completion Commands'.
6495 2005-12-10  Richard M. Stallman  <rms@gnu.org>
6497         * customize.texi (Common Keywords): State caveats for use of :tag.
6499 2005-12-08  Richard M. Stallman  <rms@gnu.org>
6501         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6502         with xrefs and better explanation.
6503         (Completion Commands): Add the filename completion maps.
6505         * objects.texi (Character Type): Clarify that \s is not space
6506         if a dash follows.
6508 2005-12-05  Richard M. Stallman  <rms@gnu.org>
6510         * windows.texi (Resizing Windows): Delete preserve-before args.
6512 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6514         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6515         in full keymaps, since the quirk has been fixed.
6517 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6519         * hooks.texi (Standard Hooks): Add index entries.
6520         Mention `compilation-finish-functions'.
6522 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6524         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6526 2005-11-21  Juri Linkov  <juri@jurta.org>
6528         * customize.texi (Common Keywords): Update links types
6529         custom-manual and url-link.  Add link types emacs-library-link,
6530         file-link, function-link, variable-link, custom-group-link.
6532 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6534         * display.texi: Revert 2005-11-20 change.
6536 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6538         * processes.texi (Bindat Functions):
6539         Say "third" to refer to zero-based index "2".
6541 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
6543         * loading.texi (Library Search): Update the default value of
6544         `load-suffixes'.
6546 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6548         * display.texi (Attribute Functions): Mention :ignore-defface.
6550 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6552         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6553         (Minor Mode Conventions): Mention the use of a hook.
6555 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6557         * files.texi (Magic File Names): find-file-name-handler checks the
6558         `operations' property of the handler.
6560 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6562         * variables.texi (Frame-Local Variables): Small clarification.
6564 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6566         * os.texi (Init File): Document ~/.emacs.d/init.el.
6568 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6570         * internals.texi (Garbage Collection): Document memory-full.
6572 2005-10-28  Bill Wohler  <wohler@newt.com>
6574         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6575         for URLs.
6577 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6579         * minibuf.texi (Completion Commands): Clean up prev change.
6581 2005-10-26  Kevin Ryde  <user42@zip.com.au>
6583         * compile.texi (Eval During Compile): Explain recommended uses
6584         of eval-when-compile and eval-and-compile.
6586 2005-10-27  Masatake YAMATO  <jet@gyve.org>
6588         * minibuf.texi (Completion Commands):
6589         Write about new optional argument for `display-completion-list'.
6591 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6593         * display.texi (Overlay Arrow): Clarify about local bindings of
6594         overlay-arrow-position.
6596 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6598         * internals.texi (Building Emacs): Fix last change.
6600 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6602         * internals.texi (Building Emacs): Document eval-at-startup.
6604 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6606         * loading.texi (Where Defined): load-history contains abs file names.
6607         symbol-file returns abs file names.
6609 2005-10-19  Kim F. Storm  <storm@cua.dk>
6611         * display.texi (Showing Images): Add max-image-size integer value.
6613 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6615         * display.texi (Showing Images): Document max-image-size.
6617 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6619         * commands.texi (Quitting): Minor clarification.
6621         * processes.texi (Sentinels): Clarify about output and quitting.
6622         (Filter Functions): Mention with-local-quit.
6624 2005-10-17  Juri Linkov  <juri@jurta.org>
6626         * buffers.texi (Current Buffer):
6627         * commands.texi (Event Input Misc):
6628         * compile.texi (Eval During Compile, Compiler Errors):
6629         * customize.texi (Group Definitions):
6630         * display.texi (Progress, Defining Faces):
6631         * files.texi (Writing to Files):
6632         * modes.texi (Mode Hooks, Defining Minor Modes):
6633         * streams.texi (Output Functions):
6634         * syntax.texi (Syntax Table Functions):
6635         * text.texi (Change Hooks):
6636         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6638         * commands.texi (Quitting): Replace arg `forms' with `body' in
6639         `with-local-quit'.
6641         * positions.texi (Excursions): Replace arg `forms' with `body' in
6642         `save-excursion'.
6644 2005-10-08  Kim F. Storm  <storm@cua.dk>
6646         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6647         Rename manual section accordingly.
6649 2005-10-04  Kim F. Storm  <storm@cua.dk>
6651         * windows.texi (Window Split Tree): New section describing
6652         new function window-split-tree function.
6654 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
6656         * display.texi (Fringe Size/Pos): Simplify and add detail.
6658 2005-09-30  Romain Francoise  <romain@orebokech.com>
6660         * minibuf.texi (High-Level Completion): Explain that the prompt
6661         given to `read-buffer' should end with a colon and a space.
6662         Update usage examples.
6664 2005-09-29  Juri Linkov  <juri@jurta.org>
6666         * display.texi (Displaying Messages): Rename argument name
6667         `string' to `format-string' in functions `message', `message-box',
6668         `message-or-box'.
6670 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
6672         * errors.texi (Standard Errors): Correct xrefs.
6674 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6676         * display.texi (Defining Images): Update documentation for
6677         `image-load-path'.
6679 2005-09-17  Richard M. Stallman  <rms@gnu.org>
6681         * display.texi (Defining Images): Clean up previous change.
6683 2005-09-16  Romain Francoise  <romain@orebokech.com>
6685         * elisp.texi: Specify GFDL version 1.2.
6687         * doclicense.texi (GNU Free Documentation License): Update to
6688         version 1.2.
6690 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6692         * display.texi (Defining Images): Document `image-load-path'.
6694 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6696         * objects.texi (Printed Representation): Minor cleanup.
6697         (Box Diagrams): Minor fix.
6698         (Cons Cell Type): Move (...) index item here.
6699         (Box Diagrams): From here.
6700         (Array Type): Minor fix.
6701         (Type Predicates): Delete index "predicates".
6702         (Hash Table Type): Clarify xref.
6703         (Dotted Pair Notation): Minor fix.
6705 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
6707         * files.texi (Saving Buffers): Fix typo.
6709 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6711         * tips.texi (Programming Tips): Correct the "default" prompt spec.
6713 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6715         * locals.texi (Standard Buffer-Local Variables): Don't include
6716         mode variables for minor modes.
6717         Fix xrefs for buffer-display-count, buffer-display-table,
6718         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6719         enable-multibyte-characters, fill-column, header-line-format,
6720         left-fringe-width, left-margin, and right-fringe-width.
6722         * hooks.texi (Standard Hooks): All hooks should conform to the
6723         standard naming convention now.
6724         Fix xref for `echo-area-clear-hook'.
6726         * display.texi (Usual Display): Note that indicate-empty-lines and
6727         tab-width are buffer-local.
6729         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6731         * modes.texi (Mode Help): Note that major-mode is buffer-local.
6733         * nonascii.texi (Encoding and I/O): Note that
6734         buffer-file-coding-system is buffer-local.
6736         * positions.texi (List Motion): Note that defun-prompt-regexp is
6737         buffer-local.
6739         * text.texi (Auto Filling): Note that auto-fill-function is
6740         buffer-local.
6741         (Undo): Note that buffer-undo-list is buffer-local.
6743         * windows.texi (Buffers and Windows):
6744         Document buffer-display-count.
6746 2005-09-06  Richard M. Stallman  <rms@gnu.org>
6748         * tips.texi (Coding Conventions): Sometimes it is ok to put the
6749         package prefix elsewhere than at the start of the name.
6751 2005-09-03  Richard M. Stallman  <rms@gnu.org>
6753         * tips.texi (Programming Tips): Add conventions for minibuffer
6754         questions and prompts.
6756 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
6758         * intro.texi (nil and t): Minor cleanup.
6759         Delete spurious mention of keyword symbols.
6760         (Evaluation Notation): Add index entry.
6761         (A Sample Function Description): Minor cleanup.
6762         (A Sample Variable Description): Not all vars can be set.
6764 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
6766         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6768         (Insertion): Document precise type of `insert-char' arg COUNT.
6770 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6772         * modes.texi (Other Font Lock Variables): Sync the default of
6773         font-lock-lines-before.
6775 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6777         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6779 2005-08-29  Richard M. Stallman  <rms@gnu.org>
6781         * elisp.texi (Top): Update subnode menu.
6783         * searching.texi (Searching and Matching): Move node.
6784         Rearrange contents and add overall explanation.
6785         (Searching and Case): Move node.
6786         (Searching and Matching): Update menu.
6788 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
6790         * os.texi (Startup Summary): Fix the description of the initial
6791         startup message display.
6793 2005-08-25  Richard M. Stallman  <rms@gnu.org>
6795         * searching.texi (Search and Replace): Add replace-regexp-in-string.
6797 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
6799         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6800         `next-overlay-change' example.
6802 2005-08-22  Juri Linkov  <juri@jurta.org>
6804         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6805         Fix invert-face.  Fix args of face-background.
6807         * display.texi (Standard Faces): Delete node.
6808         (Faces): Add xref to `(emacs)Standard Faces'.
6809         (Displaying Faces): Fix xref to `Standard Faces'.
6811         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6813 2005-08-20  Alan Mackenzie  <acm@muc.de>
6815         * buffers.texi (The Buffer List): Clarify the manipulation of the
6816         buffer list.
6818 2005-08-14  Richard M. Stallman  <rms@gnu.org>
6820         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6821         a regexp.
6823 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6825         * elisp.texi (Top): Update subnode lists.
6827         * display.texi (Inverse Video): Node deleted.
6829         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6830         New nodes split out of Coding Conventions.
6832         * searching.texi (Regular Expressions): Document re-builder.
6834         * os.texi (Time Parsing): New node split out of Time Conversion.
6836         * processes.texi (Misc Network, Network Feature Testing)
6837         (Network Options, Make Network): New nodes split out of
6838         Low-Level Network.
6840 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6842         * frames.texi (Geometry): New node, split from Size and Position.
6843         (Frame Parameters): Refer to Geometry.
6845         * buffers.texi (The Buffer List): Fix xrefs.
6847         * windows.texi (Splitting Windows): Fix xref.
6849         * frames.texi (Layout Parameters): Add xref.
6851         * display.texi (Line Height, Scroll Bars): Fix xrefs.
6853         * keymaps.texi (Menu Bar): Fix xref.
6855         * locals.texi (Standard Buffer-Local Variables): Fix xref.
6857         * modes.texi (%-Constructs): Fix xref.
6859         * frames.texi (Window Frame Parameters): Node split up.
6860         (Basic Parameters, Position Parameters, Size Parameters)
6861         (Layout Parameters, Buffer Parameters, Management Parameters)
6862         (Cursor Parameters, Color Parameters): New subnodes.
6864 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6866         * positions.texi (Screen Lines): Update xref for previous change
6867         in minibuf.texi.
6869         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6870         change in minibuf.texi.
6872 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6874         * tips.texi (Coding Conventions): Minor cleanup.
6876         * modes.texi (Defining Minor Modes): Explain when init-value
6877         can be non-nil.
6879         * elisp.texi (Top): Update submenu for Minibuffer.
6881         * minibuf.texi (Minibuffer Misc): Node split up.
6882         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6883         (Recursive Mini): New nodes split out from Minibuffer Misc.
6884         (Minibuffer Misc): Document max-mini-window-height.
6886         * hash.texi (Defining Hash): Delete stray paren in example.
6888         * display.texi (Echo Area Customization): Don't define
6889         max-mini-window-height here; xref instead.
6891         * commands.texi (Event Input Misc): Update while-no-input.
6893         * advice.texi (Advising Functions): Explain when to use advice
6894         and when to use a hook.
6896 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
6898         * makefile.w32-in (info): Don't run install-info.
6899         ($(infodir)/dir): New target, produced by running install-info.
6901 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
6903         * modes.texi (Defining Minor Modes): The keyword for the initial
6904         value is :init-value, not :initial-value.
6906 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
6908         * loading.texi (Autoload): Make the `doctor' example be consistent
6909         with what's in current loaddefs.el.  Describe the "fn" magic in
6910         the usage portion of the doc string.
6912 2005-07-22  Richard M. Stallman  <rms@gnu.org>
6914         * internals.texi (Garbage Collection): Clarify previous change.
6916 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6918         * internals.texi (Garbage Collection): Add gc-cons-percentage.
6920 2005-07-18  Juri Linkov  <juri@jurta.org>
6922         * commands.texi (Accessing Events):
6923         * frames.texi (Text Terminal Colors, Resources):
6924         * markers.texi (The Mark):
6925         * modes.texi (Defining Minor Modes):
6926         Delete duplicate duplicate words.
6928 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6930         * display.texi (Managing Overlays): Clarify make-overlay
6931         args for insertion types.
6933 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6935         * customize.texi (Variable Definitions):
6936         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6937         `standard-value' is a list too.
6938         (Defining New Types): Use @key{RET} instead of @key{ret}.
6940 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6942         * os.texi (Translating Input): Fix typo.
6944 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6946         * README: Update edition number and size estimate.
6948         * elisp.texi (VERSION): Set to 2.9.
6950 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6952         * book-spine.texinfo: Update Emacs version.
6954         * display.texi (Inverse Video): Delete mode-line-inverse-video.
6956 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6958         * searching.texi (Regexp Search): Clarify what re-search-forward
6959         does when the search fails.
6961 2005-07-05  Lute Kamstra  <lute@gnu.org>
6963         * Update FSF's address in GPL notices.
6965         * doclicense.texi (GNU Free Documentation License):
6966         * gpl.texi (GPL):
6967         * tips.texi (Coding Conventions, Library Headers):
6968         * vol1.texi:
6969         * vol2.texi: Update FSF's address.
6971 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6973         * hooks.texi (Standard Hooks): Add occur-hook.
6975 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6977         * display.texi (The Echo Area): Correct menu.
6979 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6981         * elisp.texi (Top): Update subnode menu for Display.
6983         * display.texi (Displaying Messages): New node, with most
6984         of what was in The Echo Area.
6985         (Progress): Move under The Echo Area.
6986         (Logging Messages): New node with new text.
6987         (Echo Area Customization): New node, the rest of what was
6988         in The Echo Area.  Document message-truncate-lines with @defvar.
6989         (Display): Update menu.
6991         * windows.texi (Textual Scrolling): Doc 3 values for
6992         scroll-preserve-screen-position.
6994         * text.texi (Special Properties): Change hook functions
6995         should bind inhibit-modification-hooks around altering buffer text.
6997         * keymaps.texi (Key Binding Commands): Call binding BINDING
6998         rather than DEFINITION.
7000 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
7002         * variables.texi (Defining Variables): `user-variable-p' returns t
7003         for aliases of user options, nil for alias loops.
7005 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7007         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7008         make-keymap.
7010 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7012         * variables.texi (Setting Variables): Correct and clarify
7013         description of `add-to-ordered-list'.
7015 2005-06-26  Richard M. Stallman  <rms@gnu.org>
7017         * display.texi (Faces): Minor cleanup.
7019 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7021         * display.texi (Faces): `facep' returns t for strings that are
7022         face names.
7024 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7026         * objects.texi (Equality Predicates): Clarify meaning of equal.
7028         * windows.texi (Selecting Windows): save-selected-window
7029         and with-selected-window save and restore the current buffer.
7031 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7033         * numbers.texi (Float Basics): Explain how to test for NaN,
7034         and printing the sign of NaNs.
7036 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7038         * makefile.w32-in (MAKEINFO): Use --force.
7040 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7042         * display.texi (Face Functions): Correct Texinfo usage.
7044 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7046         * lists.texi (Rings): `ring-elements' now returns the elements of
7047         RING in order.
7049 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7051         * markers.texi (The Mark): Texinfo usage fix.
7053 2005-06-23  Kim F. Storm  <storm@cua.dk>
7055         * searching.texi (Entire Match Data): Remove evaporate option for
7056         match-data.  Do not mention evaporate option for set-match-data.
7058 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7060         * display.texi (Face Functions): Mention face aliases.
7062 2005-06-21  Richard M. Stallman  <rms@gnu.org>
7064         * anti.texi (Antinews): Texinfo usage fix.
7066 2005-06-21  Karl Berry  <karl@gnu.org>
7068         * elisp.texi: Use @copying.
7070         * elisp.texi: Put @summarycontents and @contents before the Top
7071         node, instead of the end of the file, so that the contents appear
7072         in the right place in the dvi/pdf output.
7074 2005-06-21  Juri Linkov  <juri@jurta.org>
7076         * display.texi (Defining Faces): Add `customized-face'.
7078 2005-06-20  Kim F. Storm  <storm@cua.dk>
7080         * variables.texi (Setting Variables): Any type of element can be
7081         given order in add-to-ordered-list.  Compare elements with eq.
7083         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7085 2005-06-20  Karl Berry  <karl@gnu.org>
7087         * syntax.texi (Syntax Flags): Make last column very slightly wider
7088         to avoid "generic comment" breaking on two lines and causing an
7089         underfull box.
7091 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
7093         * lists.texi (Rings): Various minor clarifications and corrections.
7095 2005-06-18  Richard M. Stallman  <rms@gnu.org>
7097         * functions.texi (Obsolete Functions): Simplify.
7099         * variables.texi (Variable Aliases): Simplify.
7101         * anti.texi, backups.texi, compile.texi, customization.texi:
7102         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7103         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7104         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7105         * variables.texi: Fix formatting ugliness.
7107         * elisp.texi: Add links to Rings and Byte Packing.
7108         Update version and copyright years.
7110         * minibuf.texi: Fix formatting ugliness.
7111         (Completion Commands): Move keymap vars to the end
7112         and vars completing-read binds to the top.
7114 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7116         * processes.texi: Fix typos.
7117         (Bindat Spec): Correct Texinfo error.
7118         (Byte Packing): Fix ungrammatical sentence.
7120 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
7122         * lists.texi (Rings): New node.
7123         (Lists): Add it to menu.
7125         * processes.texi (Byte Packing): New node.
7126         (Processes): Add it to menu.
7128 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7130         * syntax.texi (Parsing Expressions): Fix texinfo usage.
7132         * help.texi (Documentation Basics): Explain the xref to
7133         Documentation Tips.
7135         * debugging.texi (Debugger Commands): Minor fix.
7137 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
7139         * edebug.texi (Instrumenting): Eliminate duplicate link.
7140         (Specification List): Replace references to "below", referring to
7141         a later node, with one @ref to that node.
7143         * os.texi (Timers): Timers should save and restore the match data
7144         if they change it.
7146         * debugging.texi (Debugger Commands): Mention that the Lisp
7147         debugger can not step through primitive functions.
7149 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7151         * functions.texi (Obsolete Functions): Update argument names of
7152         `make-obsolete' and `define-obsolete-function-alias'.
7154         * variables.texi (Variable Aliases): Update argument names of
7155         `defvaralias', `make-obsolete-variable' and
7156         `define-obsolete-variable-alias'.
7158 2005-06-15  Kim F. Storm  <storm@cua.dk>
7160         * searching.texi (Entire Match Data): Rephrase warnings about
7161         evaporate arg to match-data and set-match-data.
7163 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
7165         * elisp.texi (Top): Update detailed menu.
7167         * edebug.texi (Edebug): Update menu.
7168         (Instrumenting): Update xrefs.
7169         (Edebug Execution Modes): Correct xref.
7170         (Jumping): Clarify description of `h' command.
7171         Eliminate redundant @ref.
7172         (Breaks): New node.
7173         (Breakpoints): Is now a subsubsection.
7174         (Global Break Condition): Mention `C-x X X'.
7175         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
7176         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7177         (Edebug Display Update): Correct pxref.
7178         (Edebug and Macros): New node.
7179         (Instrumenting Macro Calls): Is now a subsubsection.
7180         Neither arg of `def-edebug-spec' is evaluated.
7181         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7182         (Specification Examples): Fix typo.
7184 2005-06-14  Lute Kamstra  <lute@gnu.org>
7186         * debugging.texi (Function Debugging): Primitives can break on
7187         entry too.
7189 2005-06-14  Kim F. Storm  <storm@cua.dk>
7191         * variables.texi (Setting Variables): Add add-to-ordered-list.
7193 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7195         * syntax.texi (Parsing Expressions): Document aux functions and vars of
7196         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7198 2005-06-13  Lute Kamstra  <lute@gnu.org>
7200         * text.texi (Special Properties): Fix cross reference.
7202 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7204         * debugging.texi (Function Debugging): Delete mention of empty
7205         string argument to `cancel-debug-on-entry'.  Delete inaccurate
7206         description of the return value of that command.
7208 2005-06-11  Alan Mackenzie  <acm@muc.de>
7210         * text.texi (Adaptive Fill): Amplify the description of
7211         fill-context-prefix.
7213 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7215         * syntax.texi (Parsing Expressions): Fix Texinfo error.
7217 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7219         * syntax.texi (Parsing Expressions): Document syntax-ppss.
7221 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7223         * debugging.texi (Error Debugging): Minor rewording.
7224         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7225         is optional.
7227 2005-06-10  Lute Kamstra  <lute@gnu.org>
7229         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7230         (Top): Give it a title.  Correct version number.  Give the
7231         detailed node listing a more prominent header.
7232         * intro.texi: Don't set VERSION here a second time.
7233         Mention Emacs's version too.
7234         * anti.texi (Antinews): Use EMACSVER to refer to the current
7235         version of Emacs.
7237 2005-06-09  Kim F. Storm  <storm@cua.dk>
7239         * searching.texi (Entire Match Data): Explain new `reseat' argument to
7240         match-data and set-match-data.
7242 2005-06-08  Richard M. Stallman  <rms@gnu.org>
7244         * searching.texi (Entire Match Data): Clarify when match-data
7245         returns markers and when integers.
7247         * display.texi (Defining Faces): Explain that face name should not
7248         end in `-face'.
7250         * modes.texi (Mode Line Data): Minor cleanup.
7251         (Customizing Keywords): Node split out of Search-based Fontification.
7252         Add example of using font-lock-add-keywords from a hook.
7253         Clarify when MODE should be non-nil, and when nil.
7255 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7257         * modes.texi (Mode Line Data): Explain what happens when the car
7258         of a list is a void symbol.
7259         (Search-based Fontification): Explain MODE arg to
7260         font-lock-add-keywords and warn about calls from major modes.
7262 2005-06-08  Juri Linkov  <juri@jurta.org>
7264         * display.texi (Standard Faces): Add `shadow' face.
7266 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7268         * modes.texi (Major Mode Conventions): A derived mode only needs
7269         to put the call to the parent mode inside `delay-mode-hooks'.
7271 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7273         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7274         new, and what that implies.  Clarify.
7276         * files.texi (Locating Files): Clean up the text.
7278         * frames.texi (Window Frame Parameters): Document user-size.
7279         Shorten entry for top by referring to left.
7281 2005-05-26  Richard M. Stallman  <rms@gnu.org>
7283         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7284         is new, and what the implications are.  Other clarifications.
7286 2005-05-24  Richard M. Stallman  <rms@gnu.org>
7288         * frames.texi (Dialog Boxes): Minor fixes.
7290 2005-05-25  Masatake YAMATO  <jet@gyve.org>
7292         * display.texi (Standard Faces): Write about `mode-line-highlight'.
7294 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7296         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7297         is optional.
7299 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
7301         * frames.texi (Dialog Boxes): Describe new optional argument.
7303 2005-05-23  Lute Kamstra  <lute@gnu.org>
7305         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7306         syntax-begin-function over font-lock-beginning-of-syntax-function.
7308 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
7310         * minibuf.texi (Reading File Names): Update description of
7311         `read-directory-name'.
7313         * modes.texi (Derived Modes): Clarify :group keyword.
7315 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
7317         * files.texi (Locating Files): New subsection.
7318         Describe locate-file and executable-find.
7320 2005-05-21  Kevin Ryde  <user42@zip.com.au>
7322         * frames.texi (Initial Parameters): Update cross reference to
7323         "Emacs Invocation".
7325 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
7327         * keymaps.texi (Active Keymaps): Add anchor.
7329         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7330         (Major Mode Conventions): Refer to `Auto Major Mode' in more
7331         appropriate place.
7332         (Derived Modes): Small clarifications.
7333         (Minor Mode Conventions, Keymaps and Minor Modes):
7334         Replace references to nodes with references to anchors.
7335         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7336         Clarify description of lists whose first element is an integer.
7337         (Mode Line Variables): Add anchor.
7338         (%-Constructs): Clarify description of integer after %.
7339         (Emulating Mode Line): Describe nil value for FACE.
7341 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7343         * modes.texi (Derived Modes): Correct references to non-existing
7344         variable standard-syntax-table.
7346 2005-05-17  Lute Kamstra  <lute@gnu.org>
7348         * modes.texi (Defining Minor Modes): Mention the mode hook.
7350 2005-05-15  Kim F. Storm  <storm@cua.dk>
7352         * processes.texi (Network): Remove open-network-stream-nowait.
7353         (Network Servers): Remove open-network-stream-server.
7355 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
7357         * elisp.texi (Top): Update detailed menu.
7359         * variables.texi: Reorder nodes.
7360         (Variables): Update menu.
7361         (File Local Variables): Do not refer to the `-*-' line as
7362         a "local variables list".  Add pxref.
7364 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7366         * elisp.texi (Top): Update detailed menu for node changes.
7368         * modes.texi (Modes): Update Menu.
7369         (Hooks): Move to beginning of chapter.
7370         Most minor modes run mode hooks too.
7371         `add-hook' can handle void hooks or hooks whose value is a single
7372         function.
7373         (Major Modes): Update Menu.
7374         (Major Mode Basics): New node, split off from `Major Modes'.
7375         (Major Mode Conventions): Correct xref.  Explain how to handle
7376         auto-mode-alist if the major mode command has an autoload cookie.
7377         (Auto Major Mode): Major update.  Add magic-mode-alist.
7378         (Derived Modes): Major update.
7379         (Mode Line Format): Update Menu.
7380         (Mode Line Basics): New node, split off from `Mode Line Format'.
7382         * loading.texi (Autoload): Mention `autoload cookie' as synonym
7383         for `magic autoload comment'.  Add index entries and anchor.
7385 2005-05-14  Richard M. Stallman  <rms@gnu.org>
7387         * tips.texi (Coding Conventions): Explain how important it is
7388         that just loading certain files not change Emacs behavior.
7390         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7392 2005-05-12  Lute Kamstra  <lute@gnu.org>
7394         * modes.texi (Generic Modes): Update.
7395         (Major Modes): Refer to node "Generic Modes".
7397         * elisp.texi (Top): Update to the current structure of the manual.
7398         * processes.texi (Processes): Add menu description.
7399         * customize.texi (Customization): Add menu descriptions.
7401 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7403         * processes.texi (Signals to Processes)
7404         (Low-Level Network): Fix typos.
7406 2005-05-11  Lute Kamstra  <lute@gnu.org>
7408         * elisp.texi (Top): Add some nodes from the chapter "Major and
7409         Minor Modes" to the detailed node listing.
7411 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7413         * keymaps.texi (Extended Menu Items): Menu item filter functions
7414         can be called at any time.
7416 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7418         * variables.texi (File Local Variables): `(hack-local-variables t)'
7419         now also checks whether a mode is specified in the local variables
7420         list.
7422 2005-05-05  Kevin Ryde  <user42@zip.com.au>
7424         * display.texi (The Echo Area): Correct format function cross
7425         reference.
7427 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
7429         * variables.texi (Variable Aliases): Change description of
7430         `define-obsolete-variable-alias'.
7432         * functions.texi (Functions): Add "Obsolete Functions" to menu.
7433         (Defining Functions): Add xref.
7434         (Obsolete Functions): New node.
7435         (Function Safety): Standardize capitalization of section title.
7437         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7438         (Dialog Boxes): Complete description of `x-popup-dialog'.
7440 2005-05-04  Richard M. Stallman  <rms@gnu.org>
7442         * commands.texi (Interactive Codes): Fix Texinfo usage.
7443         Document U more clearly.
7445 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7447         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7448         function and not a macro.
7450         * frames.texi (Pop-Up Menus): Correct and clarify description of
7451         `x-popup-menu'.
7452         (Dialog Boxes): Clarify description of `x-popup-dialog'.
7454 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7456         * edebug.texi (Checking Whether to Stop): Fix previous change.
7458 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7460         * display.texi: Fix typos and Texinfo usage.
7462         * edebug.texi (Checking Whether to Stop): executing-macro ->
7463         executing-kbd-macro.
7465 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7467         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7469 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7471         * files.texi (Magic File Names): Document `operations' property.
7473 2005-04-29  Lute Kamstra  <lute@gnu.org>
7475         * modes.texi (Generic Modes): New node.
7476         (Major Modes): Add it to the menu.
7477         (Derived Modes): Add "derived mode" to concept index.
7479 2005-04-28  Lute Kamstra  <lute@gnu.org>
7481         * modes.texi (Defining Minor Modes): Fix previous change.
7482         (Font Lock Mode): Simplify.
7483         (Font Lock Basics): Say that font-lock-defaults is buffer-local
7484         when set and that some parts are optional.  Add cross references.
7485         (Search-based Fontification): Say how to specify font-lock-keywords.
7486         Add cross references.  Add font-lock-multiline to index.
7487         Move font-lock-keywords-case-fold-search here from node "Other Font
7488         Lock Variables".  Document font-lock-add-keywords and
7489         font-lock-remove-keywords.
7490         (Other Font Lock Variables): Move font-lock-keywords-only,
7491         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7492         and font-lock-syntactic-face-function to node "Syntactic Font
7493         Lock".  Move font-lock-keywords-case-fold-search to node
7494         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
7495         and font-lock-{,un}fontify-{buffer,region}-function.
7496         (Precalculated Fontification): Remove reference to deleted variable
7497         font-lock-core-only.
7498         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7499         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
7500         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7501         and font-lock-syntactic-face-function here from node "Other Font
7502         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
7503         Syntax Properties".  Add cross references.
7504         (Setting Syntax Properties): New node.
7505         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7506         * syntax.texi (Syntax Properties): Add cross reference.
7507         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7509 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7511         * display.texi (Defining Faces):
7512         Document `default' elements of defface spec.
7514         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7516         * variables.texi (Variable Aliases): Clarify text.
7518 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7520         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7522 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7524         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7526 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7528         * syntax.texi (Syntax Table Internals): Elaborate documentation of
7529         syntax-after and syntax-class.
7531         * files.texi (Changing Files): Fix last change's cross-reference.
7532         (Unique File Names): Don't mention "numbers" in the documentation
7533         of make-temp-file and make-temp-name.
7535 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7537         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7539 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7541         * windows.texi (Cyclic Window Ordering): Clarify window-list.
7543 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7545         * variables.texi (Variable Aliases): Describe make-obsolete-variable
7546         and define-obsolete-variable-alias.
7548 2005-04-22  Kim F. Storm  <storm@cua.dk>
7550         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7551         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7553 2005-04-21  Lute Kamstra  <lute@gnu.org>
7555         * lists.texi (Association Lists): Document rassq-delete-all.
7557 2005-04-19  Richard M. Stallman  <rms@gnu.org>
7559         * modes.texi (Search-based Fontification): Explain that
7560         facespec is an expression to be evaluated.
7562 2005-04-19  Kevin Ryde  <user42@zip.com.au>
7564         * streams.texi (Output Functions): Fix xref.
7565         * strings.texi (String Conversion): Fix xref.
7567 2005-04-19  Kim F. Storm  <storm@cua.dk>
7569         * symbols.texi (Symbol Plists): Add safe-get.
7570         Mention that `get' may signal an error.
7572 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7574         * customize.texi (Variable Definitions): Replace tooltip-mode
7575         example with save-place.
7577 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7579         * buffers.texi (Indirect Buffers): Clarify.
7581         * positions.texi (Positions): Clarify converting marker to integer.
7583         * strings.texi (String Basics): Mention string-match; clarify.
7585 2005-04-08  Lute Kamstra  <lute@gnu.org>
7587         * modes.texi (Search-based Fontification): Fix cross references.
7588         Use consistent terminology.  Document anchored highlighting.
7590 2005-04-05  Lute Kamstra  <lute@gnu.org>
7592         * modes.texi (Defining Minor Modes): Document :group keyword
7593         argument and its default value.
7595 2005-04-03  Lute Kamstra  <lute@gnu.org>
7597         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
7598         references and/or descriptions.  Delete major mode hooks; mention
7599         them as a category instead.  Rename or delete obsolete hooks.
7601 2005-04-02  Richard M. Stallman  <rms@gnu.org>
7603         * nonascii.texi (Coding System Basics): Another wording cleanup.
7605 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7607         * nonascii.texi (Coding System Basics): Clarify previous change.
7609 2005-04-01  Kenichi Handa  <handa@m17n.org>
7611         * nonascii.texi (Coding System Basics): Describe about roundtrip
7612         identity of coding systems.
7614 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7616         * text.texi (Buffer Contents): Add filter-buffer-substring and
7617         buffer-substring-filters.
7619 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
7621         * anti.texi (Antinews): Mention `G' interactive code.
7623         * tips.texi (Compilation Tips): Mention benchmark.el.
7625 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7627         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7628         is now bound to M-o M-o.
7630         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7632 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7634         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7635         in the Emacs Manual).
7636         * Makefile.in (srcs): Remove calendar.texi.
7637         * makefile.w32-in (srcs): Remove calendar.texi.
7638         * display.texi (Display): Change name of next node.
7639         * os.texi (System In): Change name of previous node.
7640         * elisp.texi (Top): Remove Calendar references.
7641         * vol1.texi (Top): Remove Calendar references.
7642         * vol2.texi (Top): Remove Calendar references.
7644 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7646         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7647         Cleanup previous change.
7649 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7651         * display.texi (Face Attributes): Faces earlier in an :inherit
7652         list take precedence.
7653         (Scroll Bars): Fix description of vertical-scroll-bars.
7654         Document frame-current-scroll-bars and window-current-scroll-bars.
7656         * markers.texi (The Mark): Document temporary Transient Mark mode.
7658         * minibuf.texi (Reading File Names):
7659         Document read-file-name-completion-ignore-case.
7661         * positions.texi (Screen Lines): Document nil for width argument
7662         to compute-motion.
7664 2005-03-23  Kim F. Storm  <storm@cua.dk>
7666         * display.texi (Standard Faces): Other faces used in the fringe
7667         implicitly inherits from the fringe face.
7668         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7669         properties implicitly inherits from fringe face.
7670         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7672 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7674         * display.texi (Invisible Text): State default value of
7675         line-move-ignore-invisible.
7676         (Managing Overlays): Document remove-overlays.
7677         (Standard Faces): Document escape-glyph face.
7679         * minibuf.texi (Reading File Names): Document read-file-name-function.
7681         * modes.texi (Other Font Lock Variables):
7682         Document font-lock-lines-before.
7684         * positions.texi (Skipping Characters): skip-chars-forward allows
7685         character classes.
7687 2005-03-18  Lute Kamstra  <lute@gnu.org>
7689         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7691 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7693         * text.texi (Undo): Document extensible undo entries.
7695         * searching.texi (String Search, Regexp Search): Cleanups.
7697         * nonascii.texi (Character Codes): Minor fix.
7699         * display.texi (Display Property): Explain the significance
7700         of having text properties that are eq.
7701         (Other Display Specs): Explain string as display spec.
7703         * commands.texi (Interactive Codes): Document G option.
7705 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
7707         * text.texi (Filling): Add sentence-end-without-period and
7708         sentence-end-without-space.
7709         (Changing Properties): Minor fix.
7711         * anti.texi: Total rewrite.
7713 2005-03-15  Lute Kamstra  <lute@gnu.org>
7715         * edebug.texi (Instrumenting Macro Calls): Fix typos.
7717 2005-03-08  Kim F. Storm  <storm@cua.dk>
7719         * display.texi (Specified Space): Property :width is support on
7720         non-graphic terminals, :height is not.
7722 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7724         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7725         Now subnodes of Fringes.
7726         (Overlay Arrow): Document overlay-arrow-variable-list.
7727         (Fringe Size/Pos): New node, broken out of Fringes.
7728         (Display): Explain clearing vs redisplay better.
7729         (Truncation): Clarify use of bitmaps.
7730         (The Echo Area): Clarify the uses of the echo area.
7731         Add max-mini-window-height.
7732         (Progress): Clarify.
7733         (Invisible Text): Explain that main loop moves point out.
7734         (Selective Display): Say "hidden", not "invisible".
7735         (Managing Overlays): Move up.  Describe relation to Undo here.
7736         (Overlay Properties): Clarify intro.
7737         (Finding Overlays): Explain return values when nothing found.
7738         (Width): truncate-string-to-width has added arg.
7739         (Displaying Faces): Clarify and update mode line face handling.
7740         (Face Functions): Minor cleanup.
7741         (Conditional Display): Merge into Other Display Specs.
7742         (Pixel Specification, Other Display Specs): Minor cleanups.
7743         (Images, Image Descriptors): Minor cleanups.
7744         (GIF Images): Patents have expired.
7745         (Showing Images): Explain default text for insert-image.
7746         (Manipulating Button Types): Merge into Manipulating Buttons.
7747         (Making Buttons): Explain return values.
7748         (Button Buffer Commands): Add xref.
7749         (Inverse Video): Update mode-line-inverse-video.
7750         (Display Table Format): Clarify.
7751         (Active Display Table): Give defaults for window-display-table.
7753         * calendar.texi (Calendar Customizing): calendar-holiday-marker
7754         and calendar-today-marker are strings, not chars.
7755         (Holiday Customizing): Minor fix.
7757         * internals.texi (Writing Emacs Primitives): Update `or' example.
7758         Update limit on # args of subr.
7760         * edebug.texi (Using Edebug): Arrow is in fringe.
7761         (Instrumenting): Arg to eval-defun works without loading edebug.
7762         (Edebug Execution Modes): Add xref.
7764         * customize.texi (Common Keywords): Clarify :require.
7765         Mention :version here.
7766         (Variable Definitions, Group Definitions): Not here.
7767         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7769 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
7770         * nonascii.texi (Text Representations): Clarify position-bytes.
7771         (Character Sets): Add list-charset-chars.
7772         (Scanning Charsets): Add charset-after.
7773         (Encoding and I/O): Minor fix.
7775 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7777         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7778         (Resizing Windows): Likewise.
7780         * text.texi (Change Hooks): Get rid of "Emacs 21".
7782         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7784         * streams.texi (Output Variables): Get rid of "Emacs 21".
7786         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7788         * os.texi (Translating Input): Replace flow-control example
7789         with a less obsolete example that uses `keyboard-translate'.
7791         * objects.texi (Hash Table Type, Circular Objects):
7792         Get rid of "Emacs 21".
7794         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7795         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7797         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7799         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7801         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7802         (Menu Bar): Fix when menu-bar-update-hook is called.
7804         * hash.texi (Hash Tables): Get rid of "Emacs 21".
7806         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7807         and make it read better.
7809         * files.texi (Writing to Files): Get rid of "Emacs 21".
7810         (Unique File Names): Likewise.
7812         * elisp.texi: Update Emacs version to 22.
7814         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7815         (Overlay Properties, Face Attributes): Likewise.
7816         (Managing Overlays): Fix punctuation.
7817         (Attribute Functions): Clarify set-face-font; get rid of
7818         info about old Emacs versions.
7819         (Auto Faces, Font Lookup, Display Property, Images):
7820         Get rid of "Emacs 21".
7822         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7824 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7826         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7828 2005-03-04  Lute Kamstra  <lute@gnu.org>
7830         * debugging.texi (Error Debugging): Document stack-trace-on-error.
7832 2005-03-03  Lute Kamstra  <lute@gnu.org>
7834         * edebug.texi (Instrumenting Macro Calls): Fix typo.
7836 2005-03-01  Lute Kamstra  <lute@gnu.org>
7838         * debugging.texi (Debugger Commands): Update `j'.
7840 2005-02-28  Lute Kamstra  <lute@gnu.org>
7842         * debugging.texi (Debugging): Fix typo.
7843         (Error Debugging): Document eval-expression-debug-on-error.
7844         (Function Debugging): Update example.
7845         (Using Debugger): Mention starred stack frames.
7846         (Debugger Commands): Document `j' and `l'.
7847         (Invoking the Debugger): `d' and `j' exit recursive edit too.
7848         Update the messages that the debugger displays.
7849         (Internals of Debugger): Add cross reference.  Update example.
7850         (Excess Open): Minor improvement.
7851         (Excess Close): Minor improvement.
7853 2005-02-26  Richard M. Stallman  <rms@gnu.org>
7855         * tips.texi (Coding Conventions): Clarify.
7856         Put all the major mode key reservations together.
7857         Mention the Mouse-1 => Mouse-2 conventions.
7859         * syntax.texi (Syntax Class Table): Clarify.
7860         (Syntax Table Functions): syntax-after moved from here.
7861         (Syntax Table Internals): syntax-after moved to here.
7862         (Parsing Expressions): Update info on number of values
7863         and what's meaningful in the STATE argument.
7864         (Categories): Fix typo.
7866         * sequences.texi (Arrays): Cleanup.
7867         (Char-Tables): Clarify.
7869         * processes.texi (Deleting Processes): Cleanups, add xref.
7870         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
7871         (Process Information): set-process-coding-system, some args optional.
7872         (Input to Processes): Explain various types for PROCESS args.
7873         Rename them from PROCESS-NAME to PROCESS.
7874         (Signals to Processes): Likewise.
7875         (Decoding Output): Cleanup.
7876         (Query Before Exit): Clarify.
7878         * os.texi (Startup Summary): Correct the options; add missing ones.
7879         (Terminal Output, Batch Mode): Clarify.
7880         (Flow Control): Node deleted.
7882         * markers.texi (The Mark): Clarify.
7884         * macros.texi (Expansion): Cleanup.
7885         (Indenting Macros): indent-spec allows ints, not floats.
7887         * keymaps.texi (Keymaps): Clarify.
7888         (Format of Keymaps): Update lisp-mode-map example.
7889         (Active Keymaps, Key Lookup): Clarify.
7890         (Changing Key Bindings): Add xref to `kbd'.
7891         (Key Binding Commands, Simple Menu Items): Clarify.
7892         (Mouse Menus, Menu Bar): Clarify.
7893         (Menu Example): Replace print example with menu-bar-replace-menu.
7895         * help.texi (Documentation Basics): Add function-documentation prop.
7897         * elisp.texi (Top): Don't refer to Flow Control node.
7899         * commands.texi (Command Overview): Improve xrefs.
7900         (Adjusting Point): Adjusting point applies to intangible and invis.
7901         (Key Sequence Input): Doc extra read-key-sequence args.
7902         Likewise for read-key-sequence-vector.
7904         * backups.texi (Rename or Copy): Minor fix.
7905         (Numbered Backups): For version-control, say the default.
7906         (Auto-Saving): make-auto-save-file-name example is simplified.
7908         * advice.texi (Advising Functions): Don't imply one part of Emacs
7909         should advise another part.  Markup changes.
7910         (Defining Advice): Move transitional para.
7911         (Activation of Advice): Cleanup.
7912         Explain if COMPILE is nil or negative.
7914         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7916 2005-02-24  Lute Kamstra  <lute@gnu.org>
7918         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7919         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7921 2005-02-23  Lute Kamstra  <lute@gnu.org>
7923         * modes.texi (Defining Minor Modes): define-minor-mode can be used
7924         to define global minor modes as well.
7926         * display.texi (Managing Overlays): overlay-buffer returns nil for
7927         deleted overlays.
7929 2005-02-22  Kim F. Storm  <storm@cua.dk>
7931         * minibuf.texi (Basic Completion): Allow symbols in addition to
7932         strings in try-completion and all-completions.
7934 2005-02-14  Lute Kamstra  <lute@gnu.org>
7936         * elisp.texi (Top): Remove reference to deleted node.
7938         * lists.texi (Lists): Remove reference to deleted node.
7939         (Cons Cells): Fix typo.
7941         * loading.texi (Where Defined): Fix typo.
7943 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7945         * variables.texi (Creating Buffer-Local): change-major-mode-hook
7946         is useful for discarding some minor modes.
7948         * symbols.texi (Symbol Components): Reorder examples.
7950         * streams.texi (Input Functions): State standard-input default.
7951         (Output Variables): State standard-output default.
7953         * objects.texi (Printed Representation): Clarify read syntax vs print.
7954         (Floating Point Type): Explain meaning better.
7955         (Symbol Type): Explain uniqueness better.
7956         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
7957         List examples sooner.
7958         (Box Diagrams): New subnode broken out.
7959         Some examples moved from old Lists as Boxes node.
7960         (Dotted Pair Notation): Clarify intro.
7961         (Array Type): Clarify.
7962         (Type Predicates): Add hash-table-p.
7964         * numbers.texi (Integer Basics): Clarify radix explanation.
7965         (Predicates on Numbers): Minor clarification.
7966         (Comparison of Numbers): Minor clarification.  Clarify eql.
7967         Typos in min, max.
7968         (Math Functions): Clarify overflow in expt.
7970         * minibuf.texi (Text from Minibuffer): Minor clarification.
7971         Mention arrow keys.
7973         * loading.texi (Autoload): defun's doc string overrides autoload's
7974         doc string.
7975         (Repeated Loading): Modernize "add to list" examples.
7976         (Where Defined): Finish updating table of load-history elts.
7978         * lists.texi (List-related Predicates): Minor wording improvement.
7979         (Lists as Boxes): Node deleted.
7980         (Building Lists): Explain trivial cases of number-sequence.
7982         * hash.texi (Hash Tables): Add desc to menu items.
7983         (Creating Hash): Explain "full" means "make larger".
7984         (Hash Access): Any object can be a key.
7985         State value of maphash.
7987         * functions.texi (What Is a Function): Wording cleanup.
7988         (Function Documentation): Minor cleanup.
7989         Explain purpose of calling convention at end of doc string.
7990         (Function Names): Wording cleanup.
7991         (Calling Functions): Wording cleanup.
7992         Explain better how funcall calls the function.
7993         (Function Cells): Delete example of saving and redefining function.
7995         * control.texi (Combining Conditions): Wording cleanup.
7996         (Iteration): dolist and dotimes bind VAR locally.
7997         (Cleanups): Xref to Atomic Changes.
7999         * compile.texi (Byte Compilation): Delete 19.29 info.
8000         (Compilation Functions): Macros' difficulties don't affect defsubst.
8001         (Docs and Compilation): Delete 19.29 info.
8003 2005-02-10  Richard M. Stallman  <rms@gnu.org>
8005         * objects.texi (Symbol Type): Minor correction.
8007 2005-02-06  Lute Kamstra  <lute@gnu.org>
8009         * modes.texi (Example Major Modes): Fix typos.
8011 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8013         * text.texi (Margins): fill-nobreak-predicate can be one function.
8015         * strings.texi (Modifying Strings): clear-string can make unibyte.
8016         (Formatting Strings): format gives error if values missing.
8018         * positions.texi (Character Motion): Mention default arg
8019         for forward-char.  backward-char refers to forward-char.
8020         (Word Motion): Mention default arg for forward-word.
8021         (Buffer End Motion): Mention default arg for beginning-of-buffer.
8022         Simplify end-of-buffer.
8023         (Text Lines): Mention default arg for forward-line.
8024         (List Motion): Mention default arg for beginning/end-of-defun.
8025         (Skipping Characters): Minor fixes in explaining character-set.
8027         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8028         Mode inheritance applies only when default-major-mode is nil.
8029         Clarifications.
8030         (Example Major Modes): Update Text mode and Lisp mode examples.
8031         (Minor Mode Conventions): Mention define-minor-mode at top.
8032         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8033         (Mode Line Format): Update mode line face display info.
8034         (Properties in Mode): Mention effect of risky vars.
8035         (Imenu): Define imenu-add-to-menubar.
8036         (Font Lock Mode): Add descriptions to menu lines.
8037         (Faces for Font Lock): Add font-lock-doc-face.
8039 2005-02-05  Lute Kamstra  <lute@gnu.org>
8041         * text.texi (Maintaining Undo): Remove obsolete function.
8043 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8045         * frames.texi (Color Names): Add pointer to the X docs about RGB
8046         color specifications.  Improve indexing.
8047         (Text Terminal Colors): Replace the description of RGB values by
8048         an xref to "Color Names".
8050 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8052         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8053         Clarify.
8054         (Selecting Windows): Clarify save-selected-window.
8055         (Cyclic Window Ordering): Clarify walk-windows.
8056         (Window Point): Clarify.
8057         (Window Start): Add comment to example.
8058         (Resizing Windows): Add `interactive' specs in examples.
8059         Document fit-window-to-buffer.
8061         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8062         (Undo, Maintaining Undo): Clarify last change.
8063         (Sorting): In sort-numeric-fields, explain about octal and hex.
8064         Mention sort-numeric-base.
8065         (Format Properties): Add xref for hard newlines.
8067         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8068         (Pop-Up Menus): Fix typo.
8069         (Color Names): Explain all types of color names.
8070         Explain color-values on B&W terminal.
8071         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
8073         * files.texi (File Locks): Not supported on MS systems.
8074         (Testing Accessibility): Clarify.
8076         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8077         (Coverage Testing): Fix typo.
8079         * commands.texi (Misc Events): Remove stray space.
8081         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8082         (Modification Time): Clarify when visited-file-modtime returns 0.
8083         (The Buffer List): Clarify bury-buffer.
8084         (Killing Buffers): Clarify.
8085         (Indirect Buffers): Add clone-indirect-buffer.
8087 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
8089         * edebug.texi (Printing in Edebug): Fix default value of
8090         edebug-print-circle.
8091         (Coverage Testing): Fix displayed frequency count data.
8093 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
8095         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8097 2005-02-02  Kim F. Storm  <storm@cua.dk>
8099         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8101 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
8103         * commands.texi (Misc Events): Describe the help-echo event.
8105         * text.texi (Special Properties) <help-echo>: Use `pos'
8106         consistently in description of the help-echo property.
8107         Use @code{nil} instead of @var{nil}.
8109         * display.texi (Overlay Properties): Fix the index entry for
8110         help-echo overlay property.
8112         * customize.texi (Type Keywords): Uncomment the xref to the
8113         help-echo property documentation.
8115 2005-01-23  Kim F. Storm  <storm@cua.dk>
8117         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8118         return value.  Third element FULLY replaced by PARTIAL which
8119         specifies number of invisible pixels if row is only partially visible.
8120         (Textual Scrolling): Mention auto-window-vscroll.
8121         (Vertical Scrolling): New defvar auto-window-vscroll.
8123 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
8125         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8126         command remapping.
8128 2005-01-15  Richard M. Stallman  <rms@gnu.org>
8130         * display.texi (Defining Images): Mention DATA-P arg of create-image.
8132 2005-01-14  Kim F. Storm  <storm@cua.dk>
8134         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8136         * text.texi (Links and Mouse-1): Fix string and vector item.
8138 2005-01-13  Richard M. Stallman  <rms@gnu.org>
8140         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8141         descriptions of overriding-local-map and overriding-terminal-local-map.
8143         * text.texi (Links and Mouse-1): Clarify text.
8145 2005-01-13  Kim F. Storm  <storm@cua.dk>
8147         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8149 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
8151         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8153 2005-01-12  Kim F. Storm  <storm@cua.dk>
8155         * text.texi (Links and Mouse-1): Rename section from Enabling
8156         Mouse-1 to Following Links.  Change xrefs.
8157         Add examples for define-button-type and define-widget.
8159         * display.texi (Button Properties, Button Buffer Commands):
8160         Clarify mouse-1 and follow-link functionality.
8162 2005-01-12  Richard M. Stallman  <rms@gnu.org>
8164         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8166         * display.texi (Beeping): Fix Texinfo usage.
8168         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8170 2005-01-11  Kim F. Storm  <storm@cua.dk>
8172         * display.texi (Button Properties, Button Buffer Commands):
8173         Mention mouse-1 binding.  Add follow-link keyword.
8175         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8176         (Enabling Mouse-1 to Follow Links): New subsection.
8178 2005-01-06  Richard M. Stallman  <rms@gnu.org>
8180         * text.texi (Special Properties): Minor change.
8182         * os.texi (Timers): Clarify previous change.
8184         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8186 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
8188         * display.texi (Face Attributes): Correct xref to renamed node.
8190 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8192         * display.texi (Face Attributes): Describe hex color specs.
8194 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8196         * os.texi (Timers): Update previous change.
8198 2004-12-30  Kim F. Storm  <storm@cua.dk>
8200         * display.texi (Line Height): Total line-height is now specified
8201         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
8202         in cons cells.  (nil . RATIO) is relative to actual line height.
8203         Use line-height `t' instead of `0' to get minimum height.
8205 2004-12-29  Richard M. Stallman  <rms@gnu.org>
8207         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8209 2004-12-28  Richard M. Stallman  <rms@gnu.org>
8211         * commands.texi (Quitting): Clarify value of with-local-quit.
8213         * elisp.texi (Top): Fix previous change.
8215         * loading.texi (Loading): Fix previous change.
8217 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8219         * Makefile.in (MAKEINFO): Specify --force.
8221         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8223         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8225         * display.texi (Line Height): Further clarify.
8227         * elisp.texi (Top): Update Loading submenu.
8229         * loading.texi (Where Defined): New node.
8230         (Unloading): load-history moved to Where Defined.
8232 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8234         * commands.texi (Event Input Misc): Add while-no-input.
8236 2004-12-11  Richard M. Stallman  <rms@gnu.org>
8238         * display.texi (Line Height): Rewrite text for clarity.
8240 2004-12-11  Kim F. Storm  <storm@cua.dk>
8242         * display.texi (Display): Add node "Line Height" to menu.
8243         (Line Height): New node.  Move full description of line-spacing
8244         and line-height text properties here from text.texi.
8245         (Scroll Bars): Add vertical-scroll-bar variable.
8247         * frames.texi (Window Frame Parameters): Remove line-height defvar.
8249         * locals.texi (Standard Buffer-Local Variables): Fix xref for
8250         line-spacing and vertical-scroll-bar.
8252         * text.texi (Special Properties): Just mention line-spacing and
8253         line-height here, add xref to new "Line Height" node.
8255 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
8257         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8259         * locals.texi (Standard Buffer-Local Variables):
8260         Add @xref for `line-spacing'.
8262 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8264         * Makefile.in (maintainer-clean): Remove the info files
8265         in $(infodir) where they are created.
8267 2004-12-03  Richard M. Stallman  <rms@gnu.org>
8269         * windows.texi (Selecting Windows): get-lru-window and
8270         get-largest-window don't consider dedicated windows.
8272         * text.texi (Undo): Document undo-in-progress.
8274 2004-11-26  Richard M. Stallman  <rms@gnu.org>
8276         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8277         Remove a few vars that are not always buffer-local.
8279 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
8281         * locals.texi (Standard Buffer-Local Variables): Comment out
8282         xref's to non-existent node `Yet to be written'.
8284 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8286         * processes.texi (Synchronous Processes): Grammar fix.
8288         * numbers.texi (Comparison of Numbers): Add eql.
8290         * locals.texi (Standard Buffer-Local Variables): Add many vars.
8292         * intro.texi (Printing Notation): Fix previous change.
8294         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8295         and default-indicate-buffer-boundaries from here.
8296         (Usual Display): To here.
8297         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8298         (Usual Display): Move tab-width up.
8300         * customize.texi (Variable Definitions):
8301         Replace show-paren-mode example with tooltip-mode.
8302         (Simple Types, Composite Types, Defining New Types):
8303         Minor cleanups.
8305 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
8307         * processes.texi (Synchronous Processes, Output from Processes):
8308         Markup fix.
8310 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8312         * positions.texi (Skipping Characters): skip-chars-forward
8313         now handles char classes.
8315         * intro.texi (Printing Notation): Avoid confusion of `print'
8316         when explaining @print.
8318         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8320         * display.texi (Display Table Format): Minor fix.
8322         * streams.texi (Output Functions): Fix print example.
8324         * Makefile.in (elisp): New target.
8325         (dist): Depend on $(infodir)/elisp, not elisp.
8326         Copy the info files from $(infodir).
8328         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8329         read-from-minibuffer.
8331         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8333 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8335         * searching.texi (Regexp Search): Add search-whitespace-regexp.
8337 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
8339         * tips.texi (Coding Conventions): Fix typo.
8341 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8343         * tips.texi (Coding Conventions): Separate defvar and require
8344         methods to avoid warnings.  Use require only when there are many
8345         functions and variables from that package.
8347         * minibuf.texi (Minibuffer Completion): When ignoring case,
8348         predicate must not be case-sensitive.
8350         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8351         (Test Coverage): Don't talk about "splotches".  Clarified.
8353 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
8355         * frames.texi (Window Frame Parameters): Fix typo.
8357 2004-11-15  Kim F. Storm  <storm@cua.dk>
8359         * symbols.texi (Other Plists): Note that plist-get may signal error.
8360         Add safe-plist-get.
8362 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
8364         * modes.texi (Font Lock Basics): Fix typo.
8366 2004-11-08  Richard M. Stallman  <rms@gnu.org>
8368         * syntax.texi (Syntax Table Functions): Add syntax-after.
8370 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
8372         * os.texi (Processor Run Time): New section documenting
8373         get-internal-run-time.
8375 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8377         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8378         it nukes elisp-cover.texi.
8379         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8380         elisp-0 etc.
8382 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
8384         * commands.texi (Keyboard Macros): Document `append' return value
8385         of `defining-kbd-macro'.
8387 2004-11-01  Richard M. Stallman  <rms@gnu.org>
8389         * commands.texi (Interactive Call): Add called-interactively-p.
8391 2004-10-29  Simon Josefsson  <jas@extundo.com>
8393         * minibuf.texi (Reading a Password): Revert.
8395 2004-10-28  Richard M. Stallman  <rms@gnu.org>
8397         * frames.texi (Display Feature Testing): Explain about "vendor".
8399 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8401         * commands.texi (Interactive Codes): `N' uses numeric prefix,
8402         not raw.  Clarify `n'.
8403         (Interactive Call): Rewrite interactive-p, focusing on when
8404         and how to use it.
8405         (Misc Events): Clarify previous change.
8407         * advice.texi (Simple Advice): Clarify what job the example does.
8408         (Around-Advice): Clarify ad-do-it.
8409         (Activation of Advice): An option of ad-default-compilation-action
8410         is `never', not `nil'.
8412 2004-10-26  Kim F. Storm  <storm@cua.dk>
8414         * commands.texi (Interactive Codes): Add U code letter.
8416 2004-10-25  Simon Josefsson  <jas@extundo.com>
8418         * minibuf.texi (Reading a Password): Add.
8420 2004-10-24  Jason Rumney  <jasonr@gnu.org>
8422         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
8423         and wheel-down.
8425 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
8427         * processes.texi (Synchronous Processes): Document process-file.
8429 2004-10-22  Kenichi Handa  <handa@m17n.org>
8431         * text.texi (translate-region): Document that it accepts also a
8432         char-table.
8434 2004-10-22  David Ponce  <david@dponce.com>
8436         * windows.texi (Resizing Windows): Document the `preserve-before'
8437         argument of the functions `enlarge-window' and `shrink-window'.
8439 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8441         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8443 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8445         * text.texi (Filling): Add anchor for definition of
8446         `sentence-end-double-space'.
8448         * searching.texi (Regexp Example): Update description of how
8449         Emacs currently recognizes the end of a sentence.
8450         (Standard Regexps): Update definition of the variable
8451         `sentence-end'.  Add definition of the function `sentence-end'.
8453 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
8455         * display.texi (Progress): New node.
8457 2004-10-05  Kim F. Storm  <storm@cua.dk>
8459         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8461 2004-09-29  Kim F. Storm  <storm@cua.dk>
8463         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8464         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
8465         fringe bitmap symbols, as they now have their own namespace.
8466         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8467         vs. pixels.  Signal error if no free bitmap slots.
8468         (Pixel Specification): Change IMAGE to @var{image}.
8470 2004-09-28  Richard M. Stallman  <rms@gnu.org>
8472         * text.texi (Special Properties): Clarify line-spacing and line-height.
8474         * searching.texi (Regexp Search): Add looking-back.
8476 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
8478         * display.texi: Correct typos.
8479         (Image Descriptors): Correct xref's.
8481 2004-09-25  Richard M. Stallman  <rms@gnu.org>
8483         * text.texi (Special Properties): Cleanups in `cursor'.
8484         Rewrites in `line-height' and `line-spacing'; exchange them.
8486         * display.texi (Fringes): Rewrite previous change.
8487         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
8488         (Display Fringe Bitmaps): Node deleted, text moved.
8489         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
8490         (Scroll Bars): Clarify set-window-scroll-bars.
8491         (Pointer Shape): Rewrite.
8492         (Specified Space): Clarify :align-to, etc.
8493         (Pixel Specification): Use @var.  Clarify new text.
8494         (Other Display Specs): Clarify `slice'.
8495         (Image Descriptors): Cleanups.
8496         (Showing Images): Cleanups.
8498 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
8500         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8502         * modes.texi: Various minor changes in addition to:
8503         (Major Mode Conventions): Final call to `run-mode-hooks' should
8504         not be inside the `delay-mode-hooks' form.
8505         (Mode Hooks): New node.
8506         (Hooks): Delete obsolete example.
8507         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8508         node "Mode Hooks".
8510 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8512         * display.texi: Correct various typos.
8513         (Display): Rename node "Pointer Shapes" to "Pointer
8514         Shape".  (There is already a node called "Pointer Shapes" in
8515         frames.texi.)
8516         (Images): Remove non-existent node "Image Slices" from menu.
8518 2004-09-23  Kim F. Storm  <storm@cua.dk>
8520         * text.texi (Special Properties): Add `cursor', `pointer',
8521         `line-height', and `line-spacing' properties.
8523         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8524         Shapes' to menu.
8525         (Standard Faces): Doc fix for fringe face.
8526         (Fringes): Add `overflow-newline-into-fringe' and
8527         'indicate-buffer-boundaries'.
8528         (Fringe Bitmaps, Pointer Shapes): New nodes.
8529         (Display Property): Add 'Pixel Specification' and 'Display Fringe
8530         Bitmaps' to menu.
8531         (Specified Space): Describe pixel width and height.
8532         (Pixel Specification): New node.
8533         (Other Display Specs): Add `slice' property.
8534         (Display Fringe Bitmaps): New node.
8535         (Images): Add 'Image Slices' to menu.
8536         (Image Descriptors): Add `:pointer' and `:map' properties.
8537         (Showing Images): Add slice arg to `insert-image'.
8538         Add 'insert-sliced-image'.
8540 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8542         * commands.texi (Key Sequence Input):
8543         Clarify downcasing in read-key-sequence.
8545 2004-09-08  Juri Linkov  <juri@jurta.org>
8547         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8549 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
8551         * locals.texi (Standard Buffer-Local Variables):
8552         Add `buffer-auto-save-file-format'.
8553         * internals.texi (Buffer Internals): Describe new
8554         auto_save_file_format field of the buffer structure.
8555         * files.texi (Format Conversion): `auto-save-file-format' has been
8556         renamed `buffer-auto-save-file-format'.
8558 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8560         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8561         an integer or a marker.
8562         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8564 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8566         * modes.texi (Major Mode Conventions): Discuss rebinding of
8567         standard key bindings.
8569 2004-08-18  Kim F. Storm  <storm@cua.dk>
8571         * processes.texi (Accepting Output): Add `just-this-one' arg to
8572         `accept-process-output'.
8573         (Output from Processes): New var `process-adaptive-read-buffering'.
8575 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8577         * keymaps.texi: Various changes in addition to:
8578         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8579         Give more varied examples for `kbd'.
8580         (Creating Keymaps): Char tables have slots for all characters
8581         without modifiers.
8582         (Active Keymaps): `overriding-local-map' and
8583         `overriding-terminal-local-map' also override text property and
8584         overlay keymaps.
8585         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8586         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8587         to denote a prefix of no events.
8588         `map-keymap' includes parent's bindings _recursively_.
8589         Clarify and correct description of `where-is-internal'.
8590         Mention BUFFER-OR-NAME arg to `describe-bindings'.
8591         (Menu Example): For menus intended for use with the keyboard, the
8592         menu items should be bound to characters or real function keys.
8594 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8596         * objects.texi (Character Type): Reposition `@anchor' to prevent
8597         double space inside sentence in Info.
8599         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8600         renamed to `disabled-command-function'.
8601         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8602         (Command Loop Info): Replace reference to it.
8603         (Disabling Commands): `disabled-command-hook' has been renamed to
8604         `disabled-command-function'.
8606 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8608         * os.texi (Translating Input): Only non-prefix bindings in
8609         `key-translation-map' override actual key bindings.  Warn about
8610         possible indirect effect of actual key bindings on non-prefix
8611         bindings in `key-translation-map'.
8613 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8615         * minibuf.texi (High-Level Completion): Add anchor for definition
8616         of `read-variable'.
8618         * commands.texi: Various changes in addition to:
8619         (Using Interactive): Clarify description of `interactive-form'.
8620         (Interactive Call): Mention default for KEYS argument to
8621         `call-interactively'.
8622         (Command Loop Info): Clarify description of `this-command-keys'.
8623         Mention KEEP-RECORD argument to `clear-this-command-keys'.
8624         Value of `last-event-frame' can be `macro'.
8625         (Repeat Events): `double-click-fuzz' is also used to distinguish
8626         clicks and drags.
8627         (Classifying Events): Clarify descriptions of `event-modifiers'
8628         `event-basic-type' and `event-convert-list'.
8629         (Accessing Events): `posn-timestamp' takes POSITION argument.
8630         (Quoted Character Input): Clarify description of
8631         `read-quoted-char' and fix example.
8632         (Quitting): Add `with-local-quit'.
8633         (Disabling Commands): Correct and clarify descriptions of
8634         `enable-command' and `disable-command'.
8635         Mention what happens if `disabled-command-hook' is nil.
8636         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8637         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8639 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8641         * frames.texi: Various changes in addition to:
8642         (Creating Frames): Expand and clarify description of `make-frame'.
8643         (Window Frame Parameters): Either none or both of the `icon-left'
8644         and `icon-top' parameters must be specified.  Put descriptions of
8645         `menu-bar-lines' and `toolbar-lines' closer together and change
8646         them accordingly.
8647         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8648         except while processing `frame-title-format' or `icon-title-format'.
8649         (Deleting Frames): Correct description of `delete-frame'.
8650         Non-nil return values of `frame-live-p' are like those of `framep'.
8651         (Frames and Windows): Mention return value of
8652         `set-frame-selected-window'.
8653         (Visibility of Frames): Mention `force' argument to
8654         `make-frame-invisible'.  `frame-visible-p' returns t for all
8655         frames on text-only terminals.
8656         (Frame Configurations): Restoring a frame configuration does not
8657         restore deleted frames.
8658         (Window System Selections): `x-set-selection' returns DATA.
8659         (Resources): Add example.
8660         (Display Feature Testing): Clarify descriptions of
8661         `display-pixel-height', `display-pixel-width', `x-server-version'
8662         and `x-server-vendor'.
8664         * windows.texi (Choosing Window): Add anchor.
8665         * minibuf.texi (Minibuffer Misc): Add anchor.
8667 2004-07-23  John Paul Wallington  <jpw@gnu.org>
8669         * macros.texi (Defining Macros): Declaration keyword for setting
8670         Edebug spec is `debug' not `edebug'.
8672 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8674         * windows.texi: Various small changes in addition to:
8675         (Window Point): Mention return value of `set-window-point'.
8676         (Window Start): `pos-visible-in-window-p' disregards horizontal
8677         scrolling.  Explain return value if PARTIALLY is non-nil.
8678         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8679         and `set-window-vscroll'.
8680         (Size of Window): The argument WINDOW to `window-inside-edges',
8681         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8682         (Resizing Windows): Explain return value of
8683         `shrink-window-if-larger-than-buffer'.
8684         `window-size-fixed' automatically becomes buffer local when set.
8685         (Window Configurations): Explain return value of
8686         `set-window-configuration'.
8688         * minibuf.texi (Minibuffer Misc): Add anchor for
8689         `minibuffer-scroll-window'.
8691         * positions.texi (Text Lines): Add anchor for `count-lines'.
8693 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8695         * display.texi (Overlay Properties): Adding `evaporate' prop
8696         deletes empty overlay immediately.
8698         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8699         fix example.
8701 2004-07-16  Jim Blandy  <jimb@redhat.com>
8703         * searching.texi (Regexp Backslash): Document new \_< and \_>
8704         operators.
8706 2004-07-16  Juanma Barranquero  <lektu@terra.es>
8708         * display.texi (Images): Fix Texinfo usage.
8710 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8712         * buffers.texi (Modification Time): `visited-file-modtime' now
8713         returns a list of two integers, instead of a cons.
8715 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8717         * windows.texi: Various changes in addition to:
8718         (Splitting Windows): Add `split-window-keep-point'.
8720 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8722         * frames.texi (Input Focus): Minor fix.
8724 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
8726         * frames.texi (Input Focus): Clarify descriptions of
8727         `select-frame-set-input-focus' and `select-frame'.
8729 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8731         * os.texi: Various small changes in addition to:
8732         (Killing Emacs): Expand and clarify description of
8733         `kill-emacs-query-functions' and `kill-emacs-hook'.
8734         (System Environment): Expand and clarify description of `getenv'
8735         and `setenv'.
8736         (Timers): Clarify description of `run-at-time'.
8737         (Translating Input): Correct description of
8738         `extra-keyboard-modifiers'.
8739         (Flow Control): Correct description of `enable-flow-control'.
8741 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
8743         * os.texi: Update copyright.
8744         (Session Management): Grammar fix.
8745         Clarify which Emacs does the restarting.
8746         Use @samp for *scratch* buffer.
8748 2004-07-04  Alan Mackenzie  <acm@muc.de>
8750         * frames.texi (Input Focus): Add documentation for
8751         `select-frame-set-input-focus'.  Replace refs to non-existent
8752         `switch-frame' with `select-frame'.  Minor corrections and tidying
8753         up of text-only terminal stuff.
8755 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8757         * files.texi (Saving Buffers): Cleanup write-contents-function.
8758         (Magic File Names): Cleanup file-remote-p.
8760 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
8762         * files.texi (Magic File Names): `file-remote-p' returns an
8763         identifier of the remote system, not just t.
8765 2004-07-02  David Kastrup  <dak@gnu.org>
8767         * searching.texi (Entire Match Data): Add explanation about new
8768         match-data behavior when @var{integers} is non-nil.
8770 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8772         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8774         * customize.texi (Variable Definitions): Note about doc strings
8775         and :set.
8777         * keymaps.texi (Keymap Terminology): Document `kbd'.
8778         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8780         * display.texi (Invisible Text): Setting buffer-invisibility-spec
8781         makes it buffer-local.
8783         * files.texi (Saving Buffers): Correct previous change.
8785         * commands.texi (Accessing Events):
8786         Clarify posn-col-row and posn-actual-col-row.
8788 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
8790         * commands.texi (Accessing Events): New functions
8791         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
8793 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8795         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8796         * frames.texi, buffers.texi, backups.texi, variables.texi:
8797         * loading.texi, eval.texi, functions.texi, control.texi:
8798         * symbols.texi, minibuf.texi: Reposition @anchor's.
8800         * help.texi: Various small changes in addition to the following.
8801         (Describing Characters): Describe PREFIX argument to
8802         `key-description'.  Correct and clarify definition of
8803         `text-char-description'.  Describe NEED-VECTOR argument to
8804         `read-kbd-macro'.
8805         (Help Functions): Clarify definition of `apropos'.
8807 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8809         * files.texi (Saving Buffers): Correct description of
8810         `write-contents-functions'.
8812 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8814         * display.texi (Images): Remove redundant @vindex directives.
8815         Rewrite `image-library-alist' doc in active voice.
8817 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8819         * display.texi (Images): Document new delayed library loading,
8820         variable `image-library-alist' and (existing but undocumented)
8821         function `image-type-available-p'.
8823 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8825         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8826         refer the user to the Initial Input node.
8827         (Text from Minibuffer): Likewise.
8828         (Initial Input): New node.  Document this feature
8829         and say it is mostly deprecated.
8831 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8833         * loading.texi (Named Features): Clarify return value
8834         and meaning of NOERROR.
8836         * variables.texi (File Local Variables): Minor cleanup.
8838 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8840         * files.texi (Magic File Names): Add `file-remote-p' as operation
8841         of file name handlers.
8843 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8845         * modes.texi (Minor Mode Conventions): (-) has no special meaning
8846         as arg to a minor mode command.
8848 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8850         * syntax.texi (Syntax Class Table): Word syntax not just for English.
8852         * streams.texi (Output Variables): Doc float-output-format.
8854         * searching.texi (Regexp Special): Nested repetition can be infloop.
8856         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8857         real stack overflow.
8859         * compile.texi: Minor cleanups.
8861 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
8863         * lists.texi (Cons Cells): Explain dotted lists, true lists,
8864         circular lists.
8865         (List Elements): Explain handling of circular and dotted lists.
8867 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
8869         * modes.texi (Search-based Fontification): Fix typo.
8871 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8873         * modes.texi (Mode Line Variables): Fix description of
8874         global-mode-string, which is now after which-func-mode, not the
8875         buffer name.
8877 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8879         * modes.texi (Desktop Save Mode): Add.
8880         (Modes): Add menu entry Desktop Save Mode.
8882         * hooks.texi: Add desktop-after-read-hook,
8883         desktop-no-desktop-file-hook and desktop-save-hook.
8885         * locals.texi: Add desktop-save-buffer.
8887 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
8889         * display.texi: emacs -> Emacs.
8891 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8893         * files.texi (Changing Files): Document set-file-times.
8895 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8897         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8899 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
8901         * tips.texi (Coding Conventions): defopt -> defcustom.
8903 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
8905         * sequences.texi: Various clarifications.
8907 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
8909         * buffers.texi (Read Only Buffers): Mention optional ARG to
8910         `toggle-read-only'.
8912 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
8914         * windows.texi (Selecting Windows): Note that get-lru-window
8915         returns a full-width window if possible.
8917 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8919         * buffers.texi: Various changes in addition to:
8920         (Buffer File Name): Add `find-buffer-visiting'.
8921         (Buffer Modification): Mention optional ARG to `not-modified'.
8922         (Indirect Buffers): Mention optional CLONE argument to
8923         `make-indirect-buffer'.
8925         * files.texi: Various changes in addition to:
8926         (Visiting Functions): `find-file-hook' is now a normal hook.
8927         (File Name Expansion): Explain difference between the way that
8928         `expand-file-name' and `file-truename' treat `..'.
8929         (Contents of Directories): Mention optional ID-FORMAT argument to
8930         `directory-files-and-attributes'.
8931         (Format Conversion): Mention new optional CONFIRM argument to
8932         `format-write-file'.
8934 2004-04-12  Miles Bader  <miles@gnu.org>
8936         * macros.texi (Expansion): Add description of `macroexpand-all'.
8938 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8940         * variables.texi (Variable Aliases):
8941         Mention cyclic-variable-indirection.
8943         * errors.texi (Standard Errors): Ditto.
8945 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8947         * backups.texi: Various small changes in addition to:
8948         (Making Backups): Mention return value of `backup-buffer'.
8949         (Auto-Saving): Mention optional FORCE argument to
8950         `delete-auto-save-file-if-necessary'.
8951         (Reverting): Mention optional PRESERVE-MODES argument to
8952         `revert-buffer'.  Correct description of `revert-buffer-function'.
8954 2004-03-22  Juri Linkov  <juri@jurta.org>
8956         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8957         with `Vector Functions'.
8959         * text.texi (Sorting): Add missing quote.
8961 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
8963         * intro.texi (Lisp History): Replace xref to `cl' manual with
8964         inforef.
8966 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8968         * intro.texi (Version Info): Add arg to emacs-version.
8969         (Lisp History): Change xref to CL manual.
8971 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
8973         * minibuf.texi (Completion Commands): Add xref to Emacs manual
8974         for Partial Completion mode.
8976 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
8978         * customize.texi: Fix typo.  Remove eol whitespace.
8980 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8982         * processes.texi: Fix typos.
8984         * lists.texi (Building Lists): Minor clarification.
8986         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8987         in make-hash-table.
8989 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8991         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8992         rm, and ignore exit code.
8994 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
8996         * display.texi (Defining Faces): Add description for min-colors.
8997         Update example.
8999 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
9001         * abbrevs.texi: Various corrections and clarifications in addition
9002         to the following:
9003         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9005 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9007         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9009 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
9011         * text.texi: Various small changes in addition to the following:
9012         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9013         to delete-horizontal-space.
9014         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9015         description of yank-handler text property at various places.
9017         * frames.texi (Window System Selections): Add anchor.
9019         * syntax.texi (Syntax Table Functions): Clarify and correct
9020         descriptions of make-syntax-table and copy-syntax-table.
9021         (Motion and Syntax): Clarify SYNTAXES argument to
9022         skip-syntax-forward.
9023         (Parsing Expressions): Mention that the return value of
9024         parse-partial-sexp is currently a list of ten rather than nine
9025         elements.
9026         (Categories): Various corrections and clarifications.
9028 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
9030         * markers.texi (Marker Insertion Types): Minor change.
9032         * locals.texi (Standard Buffer-Local Variables):
9033         * commands.texi (Interactive Codes, Using Interactive):
9034         * functions.texi (Related Topics): Fix xrefs.
9036 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9038         * lists.texi (Sets And Lists): Update description of delete-dups.
9040 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9042         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9044 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
9046         * frames.texi (Parameter Access): frame-parameters arg is optional.
9047         modify-frame-parameters handles nil for FRAME.
9048         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9049         are all-or-nothing for certain toolkits.
9050         Mention parameter wait-for-wm.
9051         (Frames and Windows): In frame-first-window and frame-selected-window
9052         the arg is optional.
9053         (Input Focus): In redirect-frame-focus the second arg is optional.
9054         (Window System Selections): Mention selection type CLIPBOARD.
9055         Mention data-type UTF8_STRING.
9056         Mention numbering of cut buffers.
9057         (Resources): Describe x-resource-name.
9059 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9061         * windows.texi (Buffers and Windows): Delete false table
9062         about all-frames.
9064         * syntax.texi (Parsing Expressions): Delete old caveat
9065         about parse-sexp-ignore-comments.
9067         * streams.texi (Output Variables): Add print-quoted.
9069         * lists.texi (Building Lists): Minor cleanup.
9071         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9073         * display.texi (Overlays): Explain overlays use markers.
9074         (Managing Overlays): Explain front-advance and rear-advance
9075         in more detail.
9077         * loading.texi (Unloading): Document unload-feature-special-hooks.
9078         Get rid of fns-NNN.el file.
9080 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9082         * help.texi (Describing Characters): Fix text-char-description
9083         example output.
9085         * edebug.texi (Using Edebug): Fix example.
9087         * debugging.texi (Internals of Debugger): Fix return value.
9089         * files.texi (Changing Files): Fix argname.
9091         * calendar.texi: Fix parens, and default values.
9093         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9094         * nonascii.texi, objects.texi, os.texi: Minor fixes.
9095         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
9097         * positions.texi (Text Lines): Don't add -1 in current-line.
9099 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9101         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9103 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9105         * processes.texi (Low-Level Network): Fix a typo.
9107 2004-02-12  Kim F. Storm  <storm@cua.dk>
9109         * display.texi (Fringes): Use consistent wording.
9110         Note that window-fringe's window arg is optional.
9111         (Scroll Bars): Use consistent wording.
9113 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
9115         * tips.texi (Comment Tips): Document the new conventions for
9116         commenting out code.
9118 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
9120         * positions.texi (Text Lines): Add missing end defun.
9122 2004-02-07  Kim F. Storm  <storm@cua.dk>
9124         * positions.texi (Text Lines): Add line-number-at-pos.
9126 2004-02-06  John Paul Wallington  <jpw@gnu.org>
9128         * display.texi (Button Properties, Button Buffer Commands):
9129         mouse-2 invokes button, not down-mouse-1.
9131 2004-02-04  Jason Rumney  <jasonr@gnu.org>
9133         * makefile.w32-in: Sync with Makefile.in changes.
9135 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
9137         * minibuf.texi (Text from Minibuffer): Various corrections and
9138         clarifications.
9139         (Object from Minibuffer): Correct Lisp description of
9140         read-minibuffer.
9141         (Minibuffer History): Clarify description of cons values for
9142         HISTORY arguments.
9143         (Basic Completion): Various corrections and clarifications.
9144         Add completion-regexp-list.
9145         (Minibuffer Completion): Correct and clarify description of
9146         completing-read.
9147         (Completion Commands): Mention Partial Completion mode.
9148         Various other minor changes.
9149         (High-Level Completion): Various corrections and clarifications.
9150         (Reading File Names): Ditto.
9151         (Minibuffer Misc): Ditto.
9153 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
9155         * strings.texi (Text Comparison): assoc-string also matches
9156         elements of alists that are strings instead of conses.
9157         (Formatting Strings): Standardize Texinfo usage.  Update index
9158         entries.
9160 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
9162         * lists.texi (Sets And Lists): Add delete-dups.
9164 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
9166         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9167         special form.
9168         * macros.texi (Defining Macros): Update description of `declare',
9169         which now is a macro.
9170         (Wrong Time): Fix typos.
9172 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
9174         * compile.texi (Compilation Functions): Expand descriptions of
9175         `compile-defun', `byte-compile-file', `byte-recompile-directory'
9176         and `batch-byte-compile'.  In particular, mention and describe
9177         all optional arguments.
9178         (Disassembly): Correct and clarify the description of `disassemble'.
9180 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
9182         * searching.texi: Various small changes in addition to the
9183         following.
9184         (Regexp Example): Adapt to new value of `sentence-end'.
9185         (Regexp Functions): The PAREN argument to `regexp-opt' can be
9186         `words'.
9187         (Search and Replace): Add usage note for `perform-replace'.
9188         (Entire Match Data): Mention INTEGERS and REUSE arguments to
9189         `match-data'.
9190         (Standard Regexps): Update for new values of `paragraph-start'
9191         and `sentence-end'.
9193 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
9195         * files.texi (Saving Buffers): Clarify descriptions of
9196         `write-contents-functions' and `before-save-hook'.
9197         Make the defvar's for `before-save-hook' and `after-save-hook'
9198         into defopt's.
9200 2004-01-07  Kim F. Storm  <storm@cua.dk>
9202         * commands.texi (Click Events): Describe new image and
9203         width/height elements of click events.
9204         (Accessing Events): Add posn-string, posn-image, and
9205         posn-object-width-height.  Change posn-object to return either
9206         image or string object.
9208 2004-01-01  Simon Josefsson  <jas@extundo.com>
9210         * hooks.texi (Standard Hooks): Add before-save-hook.
9211         * files.texi (Saving Buffers): Likewise.
9213 2004-01-03  Richard M. Stallman  <rms@gnu.org>
9215         * frames.texi (Frames and Windows): Delete frame-root-window.
9217 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9219         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9221         * functions.texi: Various small changes in addition to the
9222         following.
9223         (What Is a Function): `functionp' returns nil for macros.
9224         Clarify behavior of this and following functions for symbol arguments.
9225         (Function Documentation): Add `\' in front of (fn @var{arglist})
9226         and explain why.
9227         (Defining Functions): Mention DOCSTRING argument to `defalias'.
9228         Add anchor.
9229         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
9231 2004-01-01  Miles Bader  <miles@gnu.org>
9233         * display.texi (Buttons): New section.
9235 2003-12-31  Andreas Schwab  <schwab@suse.de>
9237         * numbers.texi (Math Functions): sqrt reports a domain-error
9238         error.
9239         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9241 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9243         * tips.texi (Documentation Tips): Update item on hyperlinks in
9244         documentation strings.
9246         * errors.texi (Standard Errors): Various small corrections and
9247         additions.
9249         * control.texi: Various small changes in addition to the
9250         following.
9251         (Signaling Errors): Provide some more details on how `signal'
9252         constructs the error message.  Add anchor to the definition of
9253         `signal'.
9254         (Error Symbols): Describe special treatment of `quit'.
9255         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9256         to emphasize that it has to be a single form.
9258         * buffers.texi: Add anchor.
9260 2003-12-29  Richard M. Stallman  <rms@gnu.org>
9262         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9263         (Window Configurations): Add window-configuration-frame.
9265         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9267         * text.texi (Examining Properties): Add get-char-property-and-overlay.
9268         Change arg name in get-char-property.
9269         (Special Properties): Update handling of keymap property.
9271         * strings.texi (Modifying Strings): Add clear-string.
9272         (Text Comparison): Add assoc-string and remove
9273         assoc-ignore-case, assoc-ignore-representation.
9275         * os.texi (Time of Day): Add set-time-zone-rule.
9277         * numbers.texi (Math Functions): asin, acos, log, log10
9278         report domain-error errors.
9280         * nonascii.texi (Converting Representations):
9281         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9282         (Encoding and I/O): Add file-name-coding-system.
9284         * modes.texi (Search-based Fontification): Explain that
9285         face specs are symbols with face names as values.
9287         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9289         * lists.texi (Building Lists): remq moved elsewhere.
9290         (Sets And Lists): remq moved here.
9291         (Association Lists): Refer to assoc-string.
9293         * internals.texi (Garbage Collection): Add memory-use-counts.
9295         * frames.texi (Frames and Windows): Add set-frame-selected-window
9296         and frame-root-window.
9298         * files.texi (Contents of Directories):
9299         Add directory-files-and-attributes.
9301         * display.texi (Refresh Screen): Add force-window-update.
9302         (Invisible Text): Explain about moving point out of invis text.
9303         (Overlay Properties): Add overlay-properties.
9304         (Managing Overlays): Add overlayp.
9305         (GIF Images): Invalid image number displays a hollow box.
9307         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9308         (Killing Buffers): Add buffer-live-p.
9310 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9312         * display.texi (Fringes): Fix typo "set-buffer-window".
9314 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
9316         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9317         * nonascii.texi, processes.texi, tips.texi, variables.texi:
9318         Add or change various xrefs and anchors.
9320         * commands.texi: Replace all occurrences of @acronym{CAR} with
9321         @sc{car}, for consistency with the rest of the Elisp manual.
9322         `car' and `cdr' are historically acronyms, but are no longer
9323         widely thought of as such.
9325         * internals.texi (Pure Storage): Mention that `purecopy' does not
9326         copy text properties.
9327         (Object Internals): Now 29 bits are used (in most implementations)
9328         to address Lisp objects.
9330         * variables.texi (Variables with Restricted Values): New node.
9332         * objects.texi (Lisp Data Types): Mention that certain variables
9333         can only take on a restricted set of values and add an xref to
9334         the new node "Variables with Restricted Values".
9336         * eval.texi (Function Indirection): Describe the errors that
9337         `indirect-function' can signal.
9338         (Eval): Clarify the descriptions of `eval-region' and `values'.
9339         Describe `eval-buffer' instead of `eval-current-buffer' and
9340         mention `eval-current-buffer' as an alias for `current-buffer'.
9341         Correct the description and mention all optional arguments.
9343         * nonascii.texi: Various small changes in addition to the
9344         following.
9345         (Converting Representations): Clarify behavior of
9346         `string-make-multibyte' and `string-to-multibyte' for unibyte all
9347         ASCII arguments.
9348         (Character Sets): Document the variable `charset-list' and adapt
9349         the definition of the function `charset-list' accordingly.
9350         (Translation of Characters): Clarify use of generic characters in
9351         `make-translation-table'.  Clarify and correct the description of
9352         the use of translation tables in encoding and decoding.
9353         (User-Chosen Coding Systems): Correct and clarify the description
9354         of `select-safe-coding-system'.
9355         (Default Coding Systems): Clarify description of
9356         `file-coding-system-alist'.
9358 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9360         * strings.texi (Text Comparison): Correctly describe when two
9361         strings are `equal'.  Combine and clarify descriptions of
9362         `assoc-ignore-case' and `assoc-ignore-representation'.
9364         * objects.texi (Non-ASCII in Strings): Clarify description of
9365         when a string is unibyte or multibyte.
9366         (Bool-Vector Type): Update examples.
9367         (Equality Predicates): Correctly describe when two strings are
9368         `equal'.
9370 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
9372         * lists.texi (Building Lists): `append' no longer accepts integer
9373         arguments.  Update the description of `number-sequence' to reflect
9374         recent changes.
9375         (Sets And Lists): Describe `member-ignore-case' after `member'.
9377 2003-11-27  Kim F. Storm  <storm@cua.dk>
9379         * commands.texi (Click Events): Click object may be an images.
9380         Describe (dx . dy) element of click positions.
9381         (Accessing Events): Remove duplicate posn-timestamp.
9382         New functions posn-object and posn-object-x-y.
9384 2003-11-23  Kim F. Storm  <storm@cua.dk>
9386         * commands.texi (Click Events): Describe enhancements to event
9387         position lists, including new text-pos and (col . row) items.
9388         Mention left-fringe and right-fringe area events.
9389         (Accessing Events): New functions posn-area and
9390         posn-actual-col-row.  Mention posn-timestamp.  Mention that
9391         posn-point in non-text area still returns buffer position.
9392         Clarify posn-col-row.
9394 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
9396         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9397         * anti.texi (File Attributes): Describe removed parameter
9398         ID-FORMAT.
9400 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
9402         * positions.texi (Positions): Mention that, if a marker is used as
9403         a position, its buffer is ignored.
9405         * markers.texi (Overview of Markers): Mention it here too.
9407 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
9409         * numbers.texi (Numeric Conversions): Not just `floor', but also
9410         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9412 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
9414         * markers.texi (Creating Markers): Specify insertion type of
9415         created markers.  Add xref to `Marker Insertion Types'.
9416         Second argument to `copy-marker' is optional.
9417         (Marker Insertion Types): Mention that most markers are created
9418         with insertion type nil.
9419         (The Mark): Correctly describe when `mark' signals an error.
9420         (The Region): Correctly describe when `region-beginning' and
9421         `region-end' signal an error.
9423 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
9425         * hash.texi (Creating Hash): Clarify description of `eql'.
9426         `makehash' is obsolete.
9427         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9429         * positions.texi (Point): Change description of `buffer-end', so
9430         that it is also correct for floating point arguments.
9431         (List Motion): Correct argument lists of `beginning-of-defun' and
9432         `end-of-defun'.
9433         (Excursions): Add xref to `Marker Insertion Types'.
9434         (Narrowing): Argument to `narrow-to-page' is optional.
9436 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
9438         * streams.texi (Output Streams): Clarify behavior of point for
9439         marker output streams.
9441 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9443         * variables.texi (Defining Variables): Second argument to
9444         `defconst' is not optional.
9445         (Setting Variables): Mention optional argument APPEND to
9446         `add-to-list'.
9447         (Creating Buffer-Local): Expand description of
9448         `make-variable-buffer-local'.
9449         (Frame-Local Variables): Expand description of
9450         `make-variable-frame-local'.
9451         (Variable Aliases): Correct description of optional argument
9452         DOCSTRING to `defvaralias'.  Mention return value of
9453         `defvaralias'.
9454         (File Local Variables): Add xref to `File variables' in Emacs
9455         Manual.  Correct description of `hack-local-variables'.  Mention
9456         `safe-local-variable' property.  Mention optional second argument
9457         to `risky-local-variable-p'.
9459 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
9461         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9463 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9465         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9466         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9467         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9468         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9469         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9470         lispref/processes.texi, lispref/searching.texi,
9471         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9472         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9473         @acronym{FOO}.
9475 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
9477         * strings.texi (Creating Strings): Argument START to `substring'
9478         can not be `nil'.  Expand description of
9479         `substring-no-properties'.  Correct description of `split-string',
9480         especially with respect to empty matches.  Prevent very bad line
9481         break in definition of `split-string-default-separators'.
9482         (Text Comparison): `string=' and `string<' also accept symbols as
9483         arguments.
9484         (String Conversion): More completely describe argument BASE in
9485         `string-to-number'.
9486         (Formatting Strings): `%s' and `%S' in `format' do require
9487         corresponding object.  Clarify behavior of numeric prefix after
9488         `%' in `format'.
9489         (Case Conversion): The argument to `upcase-initials' can be a
9490         character.
9492 2003-10-27  Kenichi Handa  <handa@m17n.org>
9494         * display.texi (Fontsets): Fix texinfo usage.
9496 2003-10-25  Kenichi Handa  <handa@m17n.org>
9498         * display.texi (Fontsets): Add description of the function
9499         set-fontset-font.
9501 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
9503         * display.texi (Temporary Displays): Add xref to `Documentation
9504         Tips'.
9506         * functions.texi (Function Safety): Use inforef instead of pxref
9507         for SES.
9509 2003-10-23  Andreas Schwab  <schwab@suse.de>
9511         * Makefile.in (TEX, texinputdir): Don't define.
9512         (TEXI2DVI): Define.
9513         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9514         add $(srcdir)/index.texi.
9515         ($(infodir)/elisp): Remove index.texi dependency.
9516         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
9517         (index.texi): Remove target.
9518         (dist): Don't link $(srcdir)/permute-index.
9519         (clean): Don't remove index.texi.
9521         * permute-index, index.perm: Remove.
9522         * index.texi: Rename from index.unperm.
9524 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
9526         * tips.texi (Documentation Tips): Document new behavior for face
9527         and variable hyperlinks in Help mode.
9529 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
9531         * objects.texi (Integer Type): Update for extra bit of integer range.
9532         (Character Type): Ditto.
9534 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9536         * numbers.texi (Integer Basics): Add index entries for reading
9537         numbers in hex, octal, and binary.
9539 2003-10-16  Lute Kamstra  <lute@gnu.org>
9541         * modes.texi (Mode Line Format): Mention force-mode-line-update's
9542         argument.
9544 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
9546         * windows.texi (Choosing Window): Fix typo.
9547         * edebug.texi (Edebug Execution Modes): Fix typo.
9549 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9551         * windows.texi (Basic Windows): A window has fringe settings,
9552         display margins and scroll-bar settings.
9553         (Splitting Windows): Doc split-window return value.
9554         Clean up one-window-p.
9555         (Selecting Windows): Fix typo.
9556         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9557         (Buffers and Windows): In set-window-buffer, explain effect
9558         on fringe settings and scroll bar settings.
9559         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9560         (Choosing Window): Use defopt for pop-up-frame-function.
9561         For special-display-buffer-names, explain same-window and same-frame.
9562         Clarify window-dedicated-p return value.
9563         (Textual Scrolling): scroll-up and scroll-down can get an error.
9564         (Horizontal Scrolling): Clarify auto-hscroll-mode.
9565         Clarify set-window-hscroll.
9566         (Size of Window): Don't mention tool bar in window-height.
9567         (Coordinates and Windows): Explain what coordinates-in-window-p
9568         returns for fringes and display margins.
9569         (Window Configurations): Explain saving fringes, etc.
9571         * tips.texi (Library Headers): Clean up Documentation.
9573         * syntax.texi (Parsing Expressions): Clean up forward-comment
9574         and parse-sexp-lookup-properties.
9576         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9578         * os.texi (System Environment): Clean up text for load-average errors.
9580         * modes.texi (Hooks): Don't explain local hook details at front.
9581         Clarify run-hooks and run-hook-with-args a little.
9582         Clean up add-hook and remove-hook.
9584         * edebug.texi (Edebug Execution Modes): Clarify t.
9585         Document edebug-sit-for-seconds.
9586         (Coverage Testing): Document C-x X = and =.
9587         (Instrumenting Macro Calls): Fix typo.
9588         (Specification List): Don't index the specification keywords.
9590 2003-10-10  Kim F. Storm  <storm@cua.dk>
9592         * processes.texi (Network): Introduce make-network-process.
9594 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9596         * tips.texi (Library Headers): Fix typo.
9598 2003-10-07  Juri Linkov  <juri@jurta.org>
9600         * modes.texi (Imenu): Mention imenu-create-index-function's
9601         default value.  Explain submenus better.
9603 2003-10-07  Lute Kamstra  <lute@gnu.org>
9605         * modes.texi (Faces for Font Lock): Fix typo.
9606         (Hooks): Explain how buffer-local hook variables can refer to
9607         global hook variables.
9608         Various minor clarifications.
9610 2003-10-06  Lute Kamstra  <lute@gnu.org>
9612         * tips.texi (Coding Conventions): Mention naming conventions for
9613         hooks.
9615 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
9617         * loading.texi (Library Search): Correct default value of
9618         load-suffixes.
9619         (Named Features): Fix typo.
9621 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9623         * loading.texi (Named Features): In `provide',
9624         say how to test for subfeatures.
9625         (Unloading): In unload-feature, use new var name
9626         unload-feature-special-hooks.
9628 2003-10-03  Lute Kamstra  <lute@gnu.org>
9630         * modes.texi (Major Mode Conventions): Mention third way to set up
9631         Imenu.
9632         (Imenu): A number of small fixes.
9633         Delete documentation of internal variable imenu--index-alist.
9634         Document the return value format of imenu-create-index-function
9635         functions.
9637 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9639         * processes.texi (Network): Say what stopped datagram connections do.
9641         * lists.texi (Association Lists): Clarify `assq-delete-all'.
9643         * display.texi (Overlay Properties): Clarify `evaporate' property.
9645 2003-09-29  Lute Kamstra  <lute@gnu.org>
9647         * modes.texi (Mode Line Data): Explain when symbols in mode-line
9648         constructs should be marked as risky.
9649         Change cons cell into proper list.
9650         (Mode Line Variables): Change cons cell into proper list.
9652 2003-09-26  Lute Kamstra  <lute@gnu.org>
9654         * modes.texi (Mode Line Data): Document the :propertize construct.
9655         (Mode Line Variables): Reorder the descriptions of the variables
9656         to match their order in the default mode-line-format.
9657         Describe the new variables mode-line-position and mode-line-modes.
9658         Update the default values of mode-line-frame-identification,
9659         minor-mode-alist, and default-mode-line-format.
9660         (Properties in Mode): Mention the :propertize construct.
9662 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9664         * buffers.texi, commands.texi, debugging.texi, eval.texi:
9665         * loading.texi, minibuf.texi, text.texi, variables.texi:
9666         Avoid @strong{Note:}.
9668 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9670         * keymaps.texi (Remapping Commands): Fix typo.
9672 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
9674         * processes.texi (Low-Level Network): Fix typo.
9676 2003-09-23  Kim F. Storm  <storm@cua.dk>
9678         * processes.texi (Network, Network Servers): Fix typos.
9679         (Low-Level Network): Add timeout value for :server keyword.
9680         Add new option keywords to make-network-process.
9681         Add set-network-process-options.
9682         Explain how to test availability of network options.
9684 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9686         * text.texi (Motion by Indent): Arg to
9687         backward-to-indentation and forward-to-indentation is optional.
9689         * strings.texi (Creating Strings): Add substring-no-properties.
9691         * processes.texi
9692         (Process Information): Add list-processes arg QUERY-ONLY.
9693         Delete process-contact from here.
9694         Add new status values for process-status.
9695         Add process-get, process-put, process-plist, set-process-plist.
9696         (Synchronous Processes): Add call-process-shell-command.
9697         (Signals to Processes): signal-process allows process objects.
9698         (Network): Complete rewrite.
9699         (Network Servers, Datagrams, Low-Level Network): New nodes.
9701         * positions.texi (Word Motion): forward-word, backward-word
9702         arg is optional.  Reword.
9704         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9706         * variables.texi (Creating Buffer-Local):
9707         Delete duplicate definition of buffer-local-value.
9708         (File Local Variables): Explain about discarding text props.
9710 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9712         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9713         changes variables that record input events.
9714         (Minibuffer Misc): Add minibuffer-selected-window.
9716         * lists.texi (Building Lists): Add copy-tree.
9718         * display.texi (Fontsets): Add char-displayable-p.
9719         (Scroll Bars): New node.
9721 2003-09-08  Lute Kamstra  <lute@gnu.org>
9723         * modes.texi (%-Constructs): Document new `%i' and `%I'
9724         constructs.
9726 2003-09-03  Peter Runestig  <peter@runestig.com>
9728         * makefile.w32-in: New file.
9730 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9732         * display.texi (Overlay Properties): Clarify how priorities
9733         affect use of the properties.
9735 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9737         * customize.texi (Type Keywords): Correct the description of
9738         `:help-echo' in the case where `motion-doc' is a function.
9740 2003-08-14  John Paul Wallington  <jpw@gnu.org>
9742         * modes.texi (Emulating Mode Line): Subsection, not section.
9744 2003-08-13  Richard M. Stallman  <rms@gnu.org>
9746         * elisp.texi (Top): Update subnode lists in menu.
9748         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9749         (Kill Functions): kill-region has new arg yank-handler.
9750         (Yanking): New node.
9751         (Yank Commands): Add yank-undo-function.
9752         (Low-Level Kill Ring):
9753         kill-new and kill-append have new arg yank-handler.
9754         (Changing Properties): Add remove-list-of-text-properties.
9755         (Atomic Changes): New node.
9757         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9759         * streams.texi (Output Variables): Add eval-expression-print-length
9760         and eval-expression-print-level.
9762         * os.texi (Time Conversion): For encode-time, explain limits on year.
9764         * objects.texi (Character Type): Define anchor "modifier bits".
9766         * modes.texi (Emulating Mode Line): New node.
9767         (Search-based Fontification): Font Lock uses font-lock-face property.
9768         (Other Font Lock Variables): Likewise.
9770         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9771         not vectors.
9772         (Active Keymaps): Add emulation-mode-map-alists.
9773         (Functions for Key Lookup): key-binding has new arg no-remap.
9774         (Remapping Commands): New node.
9775         (Scanning Keymaps): where-is-internal has new arg no-remap.
9776         (Tool Bar): Add tool-bar-local-item-from-menu.
9777         Clarify when to use tool-bar-add-item-from-menu.
9779         * commands.texi (Interactive Call): commandp has new arg.
9780         (Command Loop Info): Add this-original-command.
9782 2003-08-06  John Paul Wallington  <jpw@gnu.org>
9784         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9786         * display.texi (Warning Basics): Fix typo.
9787         (Fringes): Add closing curly bracket and fix typo.
9789         * elisp.texi (Top): Fix typo.
9791 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9793         * elisp.texi: Update lists of subnodes.
9795         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9797         * variables.texi (Local Variables): Use lc for example variable names.
9799         * tips.texi (Library Headers): Explain where to put -*-.
9801         * strings.texi (Creating Strings): Fix xref for vconcat.
9803         * sequences.texi (Vector Functions):
9804         vconcat no longer allows integer args.
9806         * minibuf.texi (Reading File Names): read-file-name has new
9807         arg PREDICATE.  New function read-directory-name.
9809         * macros.texi (Defining Macros): Give definition of `declare'.
9810         (Indenting Macros): New node.
9812         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9813         (Window Frame Parameters): Make separate table of parameters
9814         that are coupled with specific face attributes.
9815         (Deleting Frames): delete-frame-hooks renamed to
9816         delete-frame-functions.
9818         * files.texi (Magic File Names): Add file-remote-p.
9819         Clarify file-local-copy.
9821         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9822         here; instead xref Defining Macros.
9824         * display.texi (Warnings): New node, and subnodes.
9825         (Fringes): New node.
9827         * debugging.texi (Test Coverage): New node.
9829         * compile.texi (Compiler Errors): Explain with-no-warnings
9830         and other ways to suppress warnings.
9832         * commands.texi (Interactive Call): Minor clarification.
9834         * buffers.texi (Buffer File Name): set-visited-file-name
9835         renames the buffer too.
9837         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9839 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9841         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9843 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
9845         * internals.texi (Garbage Collection): Fix previous change.
9847 2003-07-22  Richard M. Stallman  <rms@gnu.org>
9849         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9851         * display.texi (Width): Use \s syntax in example.
9852         (Font Selection): Add face-font-rescale-alist.
9854         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9855         Remove spurious indent in example.
9857         * lists.texi (Building Lists): Add number-sequence.
9859         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9861         * functions.texi (Function Documentation): Explain how to
9862         show calling convention explicitly in the doc string.
9864         * windows.texi (Selecting Windows): save-selected-window saves
9865         selected window of each frame.
9866         (Window Configurations): Minor change.
9868         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9870         * streams.texi (Output Variables): Add print-continuous-numbering
9871         and print-number-table.
9873         * processes.texi (Decoding Output): New node.
9875         * os.texi (Time Conversion): decode-time arg is optional.
9877         * objects.texi (Character Type): Don't use space as example for \.
9878         Make list of char names and \-sequences correspond.
9879         Explain that \s is not used in strings.  `\ ' needs space after.
9881         * nonascii.texi (Converting Representations): Add string-to-multibyte.
9882         (Translation of Characters): Add translation-table-for-input.
9883         (Default Coding Systems): Add auto-coding-functions.
9884         (Explicit Encoding): Add decode-coding-inserted-region.
9885         (Locales): Add locale-info.
9887         * minibuf.texi (Basic Completion): Describe test-completion.
9888         Collections can be lists of strings.
9889         Clean up lazy-completion-table.
9890         (Programmed Completion): Mention test-completion.
9891         Clarify why lambda expressions are not accepted.
9892         (Minibuffer Misc): Describe minibufferp.
9894 2003-07-14  Richard M. Stallman  <rms@gnu.org>
9896         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9898         * windows.texi (Selecting Windows): New arg to select-window.
9899         (Selecting Windows): Add with-selected-window.
9900         (Size of Window): Add window-inside-edges, etc.
9902         * internals.texi (Garbage Collection): Add post-gc-hook.
9904         * processes.texi (Subprocess Creation): Add exec-suffixes.
9906         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9907         (Scanning Keymaps): Add map-keymaps.
9908         (Defining Menus): Add keymap-prompt.
9910         * numbers.texi (Integer Basics): Add most-positive-fixnum,
9911         most-negative-fixnum.
9913         * compile.texi (Byte Compilation): Explain no-byte-compile.
9914         (Compiler Errors): New node.
9916         * os.texi (User Identification): user-uid, user-real-uid
9917         can return float.
9919         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9920         and about derived modes.
9921         (Minor Modes): Add minor-mode-list.
9922         (Defining Minor Modes): Keyword args for define-minor-mode.
9923         (Search-based Fontification): Explain managing other properties.
9924         (Other Font Lock Variables): Add font-lock-extra-managed-props.
9925         (Faces for Font Lock): Add font-lock-preprocessor-face.
9926         (Hooks): Add run-mode-hooks and delay-mode-hooks.
9928         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9929         (Variable Aliases): Clarify defvaralias.
9931         * loading.texi (Library Search): Add load-suffixes.
9933         * minibuf.texi (Basic Completion): Add lazy-completion-table.
9934         (Programmed Completion): Add dynamic-completion-table.
9936         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9937         (Magic File Names): Specify precedence order of handlers.
9939         * commands.texi (Command Overview): Emacs server runs pre-command-hook
9940         and post-command-hook.
9941         (Waiting): New calling convention for sit-for.
9943         * text.texi (Special Properties): local-map and keymap properties
9944         apply based on their stickiness.
9946 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9948         * modes.texi (Minor Mode Conventions): Specify only some kinds
9949         of list values as args to minor modes.
9951         * files.texi (File Name Expansion): Warn about iterative use
9952         of substitute-in-file-name.
9954         * advice.texi (Activation of Advice): Clean up previous change.
9956 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
9958         * advice.texi (Activation of Advice): Note that ad-start-advice is
9959         turned on by default.
9961 2003-06-30  Richard M. Stallman  <rms@gnu.org>
9963         * text.texi (Buffer Contents): Document current-word.
9964         (Change Hooks): Not called for *Messages*.
9966         * functions.texi (Defining Functions): Explain about redefining
9967         primitives.
9968         (Function Safety): Rename.  Minor changes.
9969         Comment out the detailed criteria for what is safe.
9971 2003-06-22  Andreas Schwab  <schwab@suse.de>
9973         * objects.texi (Symbol Type): Fix description of examples.
9975 2003-06-16  Andreas Schwab  <schwab@suse.de>
9977         * hash.texi (Creating Hash): Fix description of :weakness.
9979 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
9981         * files.texi (Changing Files): copy-file copies file modes, too.
9983 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9985         * strings.texi (Creating Strings): Clarify split-string.
9987 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
9989         * strings.texi (Creating Strings): Update split-string specification
9990         and examples.
9992 2003-05-19  Richard M. Stallman  <rms@gnu.org>
9994         * elisp.texi: Correct invariant section names.
9996 2003-04-20  Richard M. Stallman  <rms@gnu.org>
9998         * os.texi (Timers): Explain about timers and quitting.
10000 2003-04-19  Richard M. Stallman  <rms@gnu.org>
10002         * internals.texi (Writing Emacs Primitives): Strings are
10003         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
10004         Explain GCPRO convention for varargs function args.
10006 2003-04-16  Richard M. Stallman  <rms@gnu.org>
10008         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10010 2003-04-08  Richard M. Stallman  <rms@gnu.org>
10012         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10014 2003-02-13  Kim F. Storm  <storm@cua.dk>
10016         * objects.texi (Character Type): New \s escape for space.
10018 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
10020         * os.texi (System Environment): Add cygwin system-type.
10022 2003-01-25  Richard M. Stallman  <rms@gnu.org>
10024         * keymaps.texi: Document that a symbol can act as a keymap.
10026 2003-01-13  Richard M. Stallman  <rms@gnu.org>
10028         * text.texi (Changing Properties): Say string indices are origin-0.
10030         * positions.texi (Screen Lines) <compute-motion>:
10031         Correct order of elts in return value.
10033         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10034         how to define a default binding.
10036 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
10038         * loading.texi (Unloading): Fix recent change for load-history.
10040         * customize.texi (Simple Types): Clarify description of custom
10041         type 'number.  Describe new custom type 'float.
10043 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
10045         * variables.texi (File Local Variables): Fix typo.
10047 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
10049         From Michael Albinus <Michael.Albinus@alcatel.de>.
10051         * README: Target for Info file is `make info'.
10053         * files.texi (File Name Components): Fix typos in
10054         `file-name-sans-extension'.
10055         (Magic File Names): Complete list of operations for magic file
10056         name handlers.
10058 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
10060         * variables.texi (File Local Variables): New function
10061         risky-local-variable-p.
10063 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
10065         * functions.texi (Function safety): New node about unsafep.
10067 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10069         * customize.texi (Splicing into Lists): Fix example.
10070         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
10072 2002-06-17  Juanma Barranquero  <lektu@terra.es>
10074         * frames.texi (Display Feature Testing): Fix typo.
10076 2002-06-12  Andreas Schwab  <schwab@suse.de>
10078         * frames.texi (Initial Parameters, Resources): Fix references to
10079         the Emacs manual.
10081 2002-05-13  Kim F. Storm  <storm@cua.dk>
10083         * variables.texi (Intro to Buffer-Local): Updated warning and
10084         example relating to changing buffer inside let.
10086 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
10088         * os.texi (Session Management): New node about X Session management.
10090 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
10092         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
10093         to which the manual corresponds, and the copyright years.
10095         * Makefile.in (VERSION): Set to 2.9.
10097 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
10099         * elisp.texi: Change the category in @dircategory to "Emacs", to
10100         make it consistent with info/dir.
10102 2001-11-25  Miles Bader  <miles@gnu.org>
10104         * text.texi (Fields): Describe new `limit' arg in
10105         field-beginning/field-end.
10107 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
10109         * permute-index: Don't depend on csh-specific features.
10110         Replace the interpreter name with /bin/sh.
10112         * two-volume-cross-refs.txt: New file.
10113         * two.el: New file.
10114         * spellfile: New file.
10116 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
10118         * permute-index: New file.
10120         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10121         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10122         8+3 restricted namespace.
10124         * Makefile.in (infodir): Define relative to $(srcdir).
10125         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10126         include directories list via -I switch to makeinfo.
10127         (index.texi): Use cp if both hard and symbolic links fail.
10129 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
10131         * Makefile.in (distclean): Add.
10133         The following changes make ELisp manual part of the Emacs
10134         distribution:
10136         * Makefile.in: Add Copyright notice.
10137         (prefix): Remove.
10138         (infodir): Change value to "../info".
10139         (VPATH): New variable.
10140         (MAKE): Don't define.
10141         (texmacrodir): Don't define.
10142         (texinputdir): Append the existing value of TEXINPUTS.
10143         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
10144         command to be compatible with man/Makefile.in, and to put the
10145         output into ../info.
10146         (info): Add target.
10147         (installall): Target removed.
10149 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
10151         * tips.texi (Coding Conventions): Fix typo.
10153 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
10155         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10157 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
10159         * files.texi (File Name Components): Update the description of
10160         file-name-sans-extension and file-name-extension, as they now
10161         ignore leading dots.
10163 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
10165         * (Version 21.1 released.)
10167 2001-10-19  Miles Bader  <miles@gnu.org>
10169         * positions.texi (Text Lines): Describe behavior of
10170         `beginning-of-line'/`end-of-line' in the presence of field properties.
10172 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
10174         * Makefile.in (VERSION): Set to 2.8.
10175         (manual): Use `manual-21'.
10177         * elisp.texi (VERSION): Add and use it where the version
10178         number was used.  Set it to 2.8.
10180         * intro.texi: Likewise.
10182 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
10184         * files.texi (File Name Completion): Document the significance of
10185         a trailing slash in elements of completion-ignored-extensions.
10187 2001-10-06  Miles Bader  <miles@gnu.org>
10189         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10191 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10193         * variables.texi (Variable Aliases): New node.
10195 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10197         * Branch for 21.1.
10199 2001-10-02  Miles Bader  <miles@gnu.org>
10201         * minibuf.texi (Minibuffer Misc): Add entries for
10202         `minibuffer-contents', `minibuffer-contents-no-properties', and
10203         `delete-minibuffer-contents'.
10204         Correct description for `minibuffer-prompt-end'.
10206         * text.texi (Property Search): Correct descriptions of
10207         `next-char-property-change' and `previous-char-property-change'.
10208         Add entries for `next-single-char-property-change' and
10209         `previous-single-char-property-change'.
10210         Make operand names a bit more consistent.
10212 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
10214         * frames.texi (Finding All Frames): Document that next-frame and
10215         previous-frame are local to current terminal.
10217 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
10219         * keymaps.texi (Creating Keymaps): Fix the description of the
10220         result of make-keymap.
10222 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
10224         * display.texi (Font Lookup, Attribute Functions)
10225         (Image Descriptors): Add cross-references to the definition of
10226         selected frame.
10228         * buffers.texi (The Buffer List): Add cross-references to the
10229         definition of selected frame.
10231         * frames.texi (Input Focus): Clarify which frame is _the_ selected
10232         frame at any given time.
10233         (Multiple Displays, Size and Position): Add a cross-reference to
10234         the definition of the selected frame.
10236 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10238         * strings.texi (String Conversion) <string-to-number>: Document
10239         that a float is returned for integers that are too large.
10241         * frames.texi (Mouse Position): Document mouse-position-function.
10242         (Display Feature Testing): Document display-images-p.
10243         (Window Frame Parameters): Document the cursor-type variable.
10245         * numbers.texi (Integer Basics): Document CL style read syntax for
10246         integers in bases other than 10.
10248         * positions.texi (List Motion):
10249         Document open-paren-in-column-0-is-defun-start.
10251         * lists.texi (Sets And Lists): Document member-ignore-case.
10253         * internals.texi (Garbage Collection): Document the used and free
10254         strings report.
10255         (Memory Usage): Document strings-consed.
10257         * os.texi (Time of Day): Document float-time.
10258         (Recording Input): Document that clear-this-command-keys clears
10259         the vector to be returned by recent-keys.
10261         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10262         argument keymap can be a list.
10264         * nonascii.texi (User-Chosen Coding Systems)
10265         <select-safe-coding-system>: Document the new argument
10266         accept-default-p and the variable
10267         select-safe-coding-system-accept-default-p.  Tell what happens if
10268         buffer-file-coding-system is undecided.
10269         (Default Coding Systems): Document auto-coding-regexp-alist.
10271         * display.texi (The Echo Area) <message>: Document
10272         message-truncate-lines.
10273         (Glyphs): Document that the glyph table is unused on windowed
10274         displays.
10276         * help.texi (Describing Characters) <single-key-description>:
10277         Document the new argument no-angles.
10278         (Accessing Documentation) <documentation-property>: Document that
10279         a non-string property is evaluated.
10280         <documentation>: Document that the function-documentation property
10281         is looked for.
10283         * windows.texi (Selecting Windows): Document some-window.
10285         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10287         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10288         apropos-mode-hook.
10290         * commands.texi (Using Interactive): Document interactive-form.
10291         (Keyboard Macros): Document kbd-macro-termination-hook.
10292         (Command Loop Info): Document that clear-this-command-keys clears
10293         the vector to be returned by recent-keys.
10295 2001-09-04  Werner LEMBERG  <wl@gnu.org>
10297         * Makefile.in (srcdir, texinputdir): New variables.
10298         (srcs, index.texi, install): Use $(srcdir).
10299         (.PHONY): Remove elisp.dvi.
10300         (elisp): Use -I switch for makeinfo.
10301         (elisp.dvi): Use $(srcdir) and $(texinputdir).
10302         (installall, dist): Use $(srcdir).
10303         Fix path to texinfo.tex.
10304         (maintainer-clean): Add elisp.dvi and elisp.oaux.
10306 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
10308         * display.texi (Conditional Display): Adjust to API change.
10310         * configure: New file.
10312 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
10314         * commands.texi (Repeat Events): Add description of
10315         double-click-fuzz.
10317 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
10319         * syntax.texi (Syntax Class Table): Add the missing designator for
10320         comment and string fences.
10321         (Syntax Properties): Add a xref to syntax table internals.
10322         (Syntax Table Internals): Document string-to-syntax.
10324 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
10326         * Makefile.in (install): Use install-info command line options
10327         like in Emacs' Makefile.in.
10329 2000-12-09  Miles Bader  <miles@gnu.org>
10331         * windows.texi (Window Start): Update documentation for
10332         `pos-visible-in-window-p'.
10334 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
10336         * lists.texi (Building Lists): Add footnote to explain how to add
10337         to the end of a list.
10339 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10341         * files.texi (Visiting Functions): Typos.
10343 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
10345         * files.texi (Visiting Functions): Return value of
10346         find-file-noselect may be a list of buffers if wildcards are used.
10348 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10350         * display.texi (Defining Faces): Document `graphic' display type
10351         in face specs.
10353 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10355         * hooks.texi (Standard Hooks): Replace obsolete
10356         `after-make-frame-hook' with `after-make-frame-functions'.
10358         * frames.texi (Creating Frames): Ditto.
10360         * variables.texi (Future Local Variables): Ditto.
10362 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
10364         * display.texi (Other Image Types): Add description of :foreground
10365         and :background properties of mono PBM images.
10367 2000-08-17  Werner LEMBERG  <wl@gnu.org>
10369         * .cvsignore: New file.
10371 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
10373         * tindex.pl: New script.
10375 1999-12-03  Dave Love  <fx@gnu.org>
10377         * Makefile.in (MAKEINFO): New parameter.
10379 1999-09-17  Richard Stallman  <rms@gnu.org>
10381         * Makefile.in (srcs): Add hash.texi.
10382         (VERSION): Update to 20.6.
10384 1999-09-13  Richard Stallman  <rms@gnu.org>
10386         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10388 1998-08-29  Karl Heuer  <kwzh@gnu.org>
10390         * configure.in: New file.
10391         * Makefile.in: Renamed from Makefile.
10392         (prefix, infodir): Use value obtained from configure.
10393         (emacslibdir): Obsolete variable deleted.
10394         (dist): Distribute configure.in, configure, Makefile.in.
10396 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10398         * Makefile (INSTALL_INFO): New variable.
10399         (install): Run install-info.
10401 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10403         * Makefile (elisp.dvi): Add missing backslash.
10405 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
10407         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10408         Run texindex without `./'.  Always run texindex on elisp.tp.
10409         (elisp.tps): Target deleted.
10411 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
10413         * Makefile (srcs): Add nonascii.texi and customize.texi.
10414         (dist): Start by deleting `temp'.
10416 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
10418         * Makefile (makeinfo, texindex): Targets deleted.
10419         (makeinfo.o, texindex.o): Targets deleted.
10420         (clean, dist): Don't do anything with them or with getopt*.
10422 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
10424         * Makefile (SHELL): Defined.
10426 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
10428         * Makefile (elisp.tps): New target.
10429         (elisp.dvi): Depend on elisp.tps.
10431 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10433         * README: Update phone number.
10435         * Makefile (elisp): Make this be the default target.
10436         Depend on makeinfo.c instead of makeinfo.
10437         (install): Don't depend on elisp.dvi, since we don't install that.
10438         Use mkinstalldirs.
10439         (dist): Add mkinstalldirs.
10441 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10443         * Makefile (VERSION): Update version number.
10444         (maintainer-clean): Rename from realclean.
10446 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
10448         * Makefile (realclean): New target.
10449         (elisp): Remove any old elisp-* files first.
10451 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
10453         * Makefile (VERSION): New variable.
10454         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10455         Compressed file suffix should be `.gz', not `.z'.
10457 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10459         * Makefile (elisp): Depend on makeinfo.
10461 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
10463         * Makefile (srcs): Add anti.texi.
10465 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10467         * Makefile (infodir, prefix): New vars.
10468         (install): Use infodir.
10469         (emacsinfodir): Delete.
10471 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10473         * Makefile (srcs): Add calendar.texi.
10475         * Makefile (dist): Copy texindex.c and makeinfo.c.
10476         Limit elisp-* files to those with one or two digits.
10478 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10480         * Makefile (dist): Change to use Gzip instead of compress.
10482 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10484         * loading.texi (Unloading): define-function changed back to
10485         defalias.  It may not stay this way, but at least it's
10486         consistent with the known-good version of the code patch.
10488 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10490         * modes.texi (Hooks): Document new optional arg of add-hook.
10492 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10494         * variables.texi: Document nil initial value of buffer-local variables.
10496         * tips.texi: Add new section on standard library headers.
10498 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10500         * Makefile (srcs): Add frame.texi to the list of sources.
10502 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10504         * Makefile (dist): Don't bother excluding autosave files; they'll
10505         never make it into the temp directory anyway, and the hash marks
10506         in the name are problematic for make and the Bourne shell.
10507         (srcs):
10509 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10511         * Makefile (dist): Don't include backup files or autosave files in
10512         the distribution tar file.
10514 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10516         * Makefile (srcs): Add index.perm.
10517         (elisp.dvi): Remove erroneous shell comment.
10518         Expect output of permute-index in permuted.fns.
10519         Save old elisp.aux in elisp.oaux.
10520         (clean): Add index.texi to be deleted.
10522 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10524         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10526 1990-06-26  David Lawrence  (tale@geech)
10528         * files.texi: Noted that completion-ignored-extensions is ignored
10529         when making *Completions*.
10531 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
10533         * Makefile  make dist now depends on elisp.dvi, since it tries
10534         to include it in the dist file.
10536 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10538         * functions.texinfo (Mapping Functions): Add missing quote.
10540 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10542         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10543         (defunargs): Turn off \hyphenchar of \sl font temporarily.
10545 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10547         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10548         and @error{} are the terms now being used.  The files in the
10549         directory have been changed to reflect this.
10551         * All instances of @indentedresultt{} have been changed to
10552         `     @result{}', using 5 spaces at the beginning of the line.
10554 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10556         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10557         experimental @indentedresult{}, @indentedexpandsto{} are part of
10558         the texinfo.tex in this directory.  These TeX macros are not
10559         stable yet.
10561 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10563         * texinfo.tex: Temporarily added
10564                 \let\result=\dblarrow
10565                 \def\error{{\it ERROR} \longdblarrow}
10566         We need to do this better soon.
10568 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10570         * Applied Karl Berry's patches to *.texinfo files, but not to
10571         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
10572         new title page format is also not applied, since it requires
10573         texinfo.tex changes.)
10575         * Cleaned up `Makefile' and defined the `emacslibdir' directory
10576         for the Project GNU development environment.
10578 ;; Local Variables:
10579 ;; coding: utf-8
10580 ;; End:
10582   Copyright (C) 1998-2012  Free Software Foundation, Inc.
10584   This file is part of GNU Emacs.
10586   GNU Emacs is free software: you can redistribute it and/or modify
10587   it under the terms of the GNU General Public License as published by
10588   the Free Software Foundation, either version 3 of the License, or
10589   (at your option) any later version.
10591   GNU Emacs is distributed in the hope that it will be useful,
10592   but WITHOUT ANY WARRANTY; without even the implied warranty of
10593   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10594   GNU General Public License for more details.
10596   You should have received a copy of the GNU General Public License
10597   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.