Add an index entry for "minibuffer-only frame".
[emacs.git] / doc / lispref / ChangeLog
blobb1138e8363dd837fe81d6c0f1d166965fea95a7f
1 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
3         * frames.texi (Initial Parameters): Add an index entry for
4         minibuffer-only frame.
6 2012-03-16  Glenn Morris  <rgm@gnu.org>
8         * modes.texi (Major Mode Conventions): Mention the strange
9         relationship between View mode and special modes.  (Bug#10650)
11 2012-03-11  Chong Yidong  <cyd@gnu.org>
13         * windows.texi (Window Configurations): save-window-excursion is
14         now a macro.
16         * display.texi (Temporary Displays): with-output-to-temp-buffer is
17         now a macro.
19         * text.texi (Fields): Minor copyedit.
21 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
23         * strings.texi (String Basics):
24         * sequences.texi (Sequence Functions): Mention that `length' is
25         not appropriate for computing the string width on display; add a
26         cross-reference to the description of `string-width'.  (Bug#10978)
28         * eval.texi (Autoloading): Minor change of wording.
30 2012-03-10  Chong Yidong  <cyd@gnu.org>
32         * loading.texi (Autoload): Explicitly state which forms are
33         processed specially (Bug#7783).
35         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
36         non-default situation.  Describe one-submenu exception (Bug#7695).
38         * nonascii.texi (Character Properties): Copyedits.
40 2012-03-08  Chong Yidong  <cyd@gnu.org>
42         * text.texi (Mode-Specific Indent): Document new behavior of
43         indent-for-tab-command.  Document tab-always-indent.
44         (Special Properties): Copyedits.
45         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
46         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
47         libxml-parse-html-region.
49 2012-03-07  Glenn Morris  <rgm@gnu.org>
51         * markers.texi (The Region): Briefly mention use-empty-active-region
52         and region-active-p.
53         (Overview of Markers): Reword garbage collection, add cross-ref.
54         (The Mark): Tiny clarification re command loop and activate-mark-hook.
56 2012-03-07  Chong Yidong  <cyd@gnu.org>
58         * text.texi (Buffer Contents): Don't duplicate explanation of
59         region arguments from Text node.  Put doc of obsolete var
60         buffer-substring-filters back, since it is referred to.
61         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
62         selection by default.
64         * markers.texi (The Mark): Fix typo.
65         (The Region): Copyedits.
67 2012-03-07  Glenn Morris  <rgm@gnu.org>
69         * markers.texi (Overview of Markers): Copyedits.
70         (Creating Markers): Update approximate example buffer size.
71         (The Mark): Don't mention uninteresting return values.
73 2012-03-05  Chong Yidong  <cyd@gnu.org>
75         * positions.texi (Text Lines): Document count-words.
77 2012-03-04  Chong Yidong  <cyd@gnu.org>
79         * frames.texi (Frames): Remove little-used "terminal frame" and
80         "window frame" terminology.
81         (Frame Parameters, Font and Color Parameters, Initial Parameters)
82         (Size and Position, Visibility of Frames): Callers changed.
83         (Frames): Clarify which terminals in framep are graphical.
84         (Initial Parameters): --geometry is not the only option which adds
85         to initial-frame-alist.
86         (Position Parameters): Note that icon-left and icon-top are for
87         old window managers only.
88         (Size Parameters): Sizes are in characters even on graphical
89         displays.
90         (Management Parameters): Note that window-id and outer-window-id
91         can't really be changed, and that auto-raise isn't always obeyed.
92         (Cursor Parameters): Document cursor-type explicitly.
93         (Size and Position): The aliases set-screen-height and
94         set-screen-width have been deleted.
95         (Visibility of Frames): Mention "minimization".
97         * os.texi (Startup Summary): Minor clarifications.
98         (Startup Summary, Suspending Emacs): Standardize on "text
99         terminal" terminology.
101         * windows.texi (Basic Windows, Coordinates and Windows)
102         (Coordinates and Windows):
103         * display.texi (Refresh Screen, Line Height, Face Attributes)
104         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
106 2012-03-04  Glenn Morris  <rgm@gnu.org>
108         * abbrevs.texi: Small copyedits throughout.
109         (Abbrev Mode): Remove this section, folding it into the top-level.
110         (Abbrev Tables): Don't mention irrelevant return values.
111         (Abbrev Expansion): Add cross-ref for wrapper hooks.
112         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
113         (Abbrev Table Properties): Update nil :regexp description.
115 2012-03-03  Glenn Morris  <rgm@gnu.org>
117         * internals.texi: Change @appendix section commands to @section.
118         (Building Emacs): Say less about CANNOT_DUMP platforms.
119         Replace deleted eval-at-startup with custom-initialize-delay.
120         (Pure Storage): Small changes.
121         (Memory Usage): Copyedit.
122         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
123         example definitions. Give examples of things with non-nil
124         interactive args.  Mention eval_sub.  Remove old info about
125         strings and GCPRO.  Mention cus-start.el.
126         (Buffer Internals, Window Internals, Process Internals):
127         Misc small updates and fixes for fields.
129         * tips.texi: Copyedits.
130         (Coding Conventions): Mention autoloads.
131         Combine partially duplicated macro items.  Fix xref.
132         Refer to Library Headers for copyright notice.
133         (Programming Tips): edit-options is long-obsolete.
134         (Compilation Tips): Mention loading bytecomp for byte-compile props.
135         (Warning Tips): Mention declare-function.
136         (Documentation Tips): Remove old info.
137         (Comment Tips): Mention comment-dwim, not indent-for-comment.
138         (Library Headers): General update.
140 2012-03-02  Glenn Morris  <rgm@gnu.org>
142         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
143         and relocate entry.  Mention buffer-stale-function.
145         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
147         * hooks.texi (Standard Hooks): General update.
148         Put related hooks together.  Add and remove items.
149         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
150         * modes.texi (Hooks): Tweak cross-ref description.
152 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
154         * files.texi (Kinds of Files): The return value of file-equal-p is
155         unspecified, if FILE1 or FILE2 does not exist.
157 2012-03-01  Glenn Morris  <rgm@gnu.org>
159         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
161         * maps.texi (Standard Keymaps): General update.
162         Remove mode-specific maps, talk about the more general keymaps.
163         * help.texi (Help Functions): Add vindex for Helper-help-map.
164         * keymaps.texi (Active Keymaps): Minor rephrasing.
166 2012-02-29  Glenn Morris  <rgm@gnu.org>
168         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
170 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
172         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
173         Update changed behavior of file-subdir-of-p.
175 2012-02-28  Glenn Morris  <rgm@gnu.org>
177         * advice.texi, anti.texi, display.texi, elisp.texi:
178         * processes.texi, variables.texi, vol1.texi, vol2.texi:
179         Standardize possessive apostrophe usage.
181         * locals.texi: Remove file.
182         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
183         Remove menu entry.
184         * errors.texi, maps.texi: Adjust node pointers.
185         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
186         * makefile.w32-in (srcs):
187         * Makefile.in (srcs): Remove locals.texi.
189         * frames.texi (Mouse Position): Fix cross-ref.
191 2012-02-27  Chong Yidong  <cyd@gnu.org>
193         * buffers.texi (Creating Buffers): Clarify that
194         generate-new-buffer uses generate-new-buffer-names.
195         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
197         * files.texi (Directory Names): Index entry for file name abbreviations.
198         (Relative File Names, File Name Expansion): Refer to it.
199         (Locating Files): Move locate-user-emacs-file documentation to
200         Standard File Names.
201         (Standard File Names): Add locate-user-emacs-file; update examples.
203 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
205         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
207 2012-02-26  Chong Yidong  <cyd@gnu.org>
209         * files.texi (Kinds of Files): Improve documentation of
210         files-equal-p and file-subdir-of-p.
212 2012-02-26  Glenn Morris  <rgm@gnu.org>
214         * intro.texi (Acknowledgements): Small changes.
216 2012-02-25  Glenn Morris  <rgm@gnu.org>
218         * errors.texi: Don't try to list _all_ the error symbols.
219         Add circular-list, cl-assertion-failed, compression-error.
220         * elisp.texi, vol1.texi, vol2.texi:
221         * control.texi (Error Symbols): Tweak "Standard Errors" description.
223 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
225         * files.texi (files-equal-p, file-subdir-of-p): New,
226         add initial documentation.
228 2012-02-25  Chong Yidong  <cyd@gnu.org>
230         * files.texi (File Attributes): Document file-selinux-context.
231         (Changing Files): Link to it.
232         (Changing Files): Document set-file-selinux-context.
234         * backups.texi (Making Backups): Return value of backup-buffer is
235         changed.  Mention default value of backup-directory-alist.
236         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
237         (Auto-Saving): New minor mode behavior for auto-save-mode.
238         (Reverting): Add defvar for revert-buffer-in-progress-p.
240         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
242 2012-02-24  Glenn Morris  <rgm@gnu.org>
244         * errors.texi (Standard Errors): Mention dbus-error.
245         For arith-error sub-classes, just use one cross-ref.
247 2012-02-23  Alan Mackenzie  <acm@muc.de>
249         * modes.texi (Defining Minor Modes): Document the new keyword
250         :after-hook.
252 2012-02-21  Chong Yidong  <cyd@gnu.org>
254         * files.texi (Files): Mention magic file names as arguments.
255         (Reading from Files): Copyedits.
256         (File Attributes): Mention how to change file modes.
257         (Changing Files): Use standard "file permissions" terminology.
258         Add xref to File Attributes node.
259         (Locating Files): Document locate-user-emacs-file.
260         (Unique File Names): Recommend against using make-temp-name.
262 2012-02-19  Chong Yidong  <cyd@gnu.org>
264         * help.texi (Documentation, Documentation Basics, Help Functions):
265         Minor clarifications.
266         (Accessing Documentation): Clarify what documentation-property is
267         for.  Add xref to Keys in Documentation.
269         * tips.texi (Documentation Tips): Don't recommend using * in
270         docstrings.
272         * macros.texi (Defining Macros):
273         * modes.texi (Derived Modes): Say "documentation string" instead
274         of docstring.
276 2012-02-18  Chong Yidong  <cyd@gnu.org>
278         * modes.texi (Tabulated List Mode): New node.
279         (Basic Major Modes): Add xref to it.
281         * processes.texi (Process Information): Mention Process Menu mode.
283 2012-02-17  Chong Yidong  <cyd@gnu.org>
285         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
287 2012-02-17  Glenn Morris  <rgm@gnu.org>
289         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
291 2012-02-16  Chong Yidong  <cyd@gnu.org>
293         * syntax.texi (Syntax Tables, Syntax Descriptors)
294         (Syntax Table Functions): Copyedits.
295         (Syntax Basics): Don't repeat the material in the preceding node.
296         (Syntax Class Table): Use a table.
297         (Syntax Properties): Document syntax-propertize-function and
298         syntax-propertize-extend-region-functions.
299         (Motion via Parsing): Clarify scan-lists. Fix indentation.
300         (Parser State): Update for the new "c" comment style.  Fix
301         description of item 7 (comment style).
303         * modes.texi (Minor Modes): Update how mode commands should treat
304         arguments now.
305         (Mode Line Basics): Clarify force-mode-line-update.
306         (Mode Line Top): Note that the example is not realistic.
307         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
308         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
309         "mode line construct" instead of "mode line specification".
310         (Syntactic Font Lock): Remove mention of obsolete variable
311         font-lock-syntactic-keywords.
312         (Setting Syntax Properties): Node deleted.
313         (Font Lock Mode): Note that Font Lock mode is a minor mode.
314         (Font Lock Basics): Note that syntactic fontification falls back
315         on `syntax-table'.
316         (Search-based Fontification): Emphasize that font-lock-keywords
317         should not be set directly.
318         (Faces for Font Lock): Avoid some confusing terminology.
319         (Syntactic Font Lock): Minor clarifications.  Add xref to
320         Syntactic Font Lock node.
322 2012-02-15  Chong Yidong  <cyd@gnu.org>
324         * minibuf.texi (Basic Completion): Define "completion table".
325         Move completion-in-region to Completion in Buffers node.
326         (Completion Commands): Use "completion table" terminology.
327         (Completion in Buffers): New node.
329         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
330         (Setting Hooks): Update minor mode usage example.
331         (Major Mode Conventions): Note that completion-at-point-functions
332         should be altered locally.  Add xref to Completion in Buffers.
333         Remove duplicate tip about auto-mode-alist.
334         (Minor Modes): Rewrite introduction.
335         (Minor Mode Conventions): Copyedits.  Don't recommend
336         variable-only minor modes since few minor modes are like that.
338 2012-02-15  Glenn Morris  <rgm@gnu.org>
340         * processes.texi (Network): Document open-network-stream :parameters.
342 2012-02-14  Chong Yidong  <cyd@gnu.org>
344         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
345         was removed on 2009-09-10.  Update lisp-mode-map example.
346         (Inheritance and Keymaps): Minor clarification.
347         (Searching Keymaps): Remove out-of-place enumeration.
348         (Key Lookup): Remove unnecessary example (one was already given in
349         Format of Keymaps).
350         (Changing Key Bindings): Update suppress-keymap example.
351         (Menu Bar, Tool Bar): Copyedits.
352         (Tool Bar): Update tool-bar-map example.
354 2012-02-12  Chong Yidong  <cyd@gnu.org>
356         * debugging.texi (Debugger Commands): Continuing is now allowed
357         for errors.
359 2012-02-11  Chong Yidong  <cyd@gnu.org>
361         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
362         Move the list of standard bitmaps there.
363         (Fringe Cursors): Rewrite for clarity.
364         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
366         * commands.texi (Command Overview): Mention read-key.
367         (Using Interactive, Interactive Call): Minor clarifications.
368         (Function Keys, Click Events): Avoid "input stream" terminology.
369         (Click Events): Add xref to Window Sizes and Accessing Mouse.
370         Clarify column and row components.
371         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
372         (Special Events): Copyedits.
374         * streams.texi (Input Streams): De-document get-file-char.
375         (Output Variables): Don't refer to old backquote syntax.
377         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
378         (Error Debugging): Note that debug-ignored-errors overrides list
379         values of debug-on-error too.  Add xref to Signaling Errors.  Note
380         that debug-on-signal is not customizable.  Mention
381         condition-case-unless-debug.
382         (Compilation Errors): Node deleted.
384         * compile.texi (Compiler Errors): Move a paragraph here from
385         deleted node Compilation Errors.
387 2012-02-10  Leo Liu  <sdl.web@gmail.com>
389         * control.texi (Handling Errors): Change condition-case-no-debug
390         to condition-case-unless-debug.
392 2012-02-10  Chong Yidong  <cyd@gnu.org>
394         * advice.texi (Defining Advice): Clarify ad-unadvise.
395         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
396         is not abnormal.
397         (Advising Primitives): Node deleted; ad-define-subr-args has been
398         removed.
400         * compile.texi (Speed of Byte-Code): Use float-time in example.
401         (Compilation Functions): Note that the log uses Compilation mode.
402         Don't discuss the contents of byte-code function object here.
403         (Compilation Functions): De-document internal function byte-code.
404         (Docs and Compilation): Minor clarifications.
406         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
407         Objects.
409 2012-02-10  Glenn Morris  <rgm@gnu.org>
411         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
412         Mention secure-hash.
413         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
415 2012-02-10  Chong Yidong  <cyd@gnu.org>
417         * loading.texi (Loading): Don't emphasize "library" terminology.
418         (Library Search): load-path is not a user option.  Mention role of
419         -L option and packages.  Improve examples.
420         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
421         obsolete.
422         (Autoload): Minor clarifications.
424 2012-02-10  Glenn Morris  <rgm@gnu.org>
426         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
428         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
430 2012-02-08  Glenn Morris  <rgm@gnu.org>
432         * loading.texi (Named Features): Update the require example.
434 2012-02-07  Glenn Morris  <rgm@gnu.org>
436         * modes.texi (Defining Minor Modes):
437         Expand on args of defined minor modes.
439 2012-02-07  Chong Yidong  <cyd@gnu.org>
441         * variables.texi (Creating Buffer-Local): Minor clarification
442         to buffer-local-variables doc (Bug#10715).
444 2012-02-07  Glenn Morris  <rgm@gnu.org>
446         * display.texi (ImageMagick Images): General update.
447         Move most details of imagemagick-render-type to the variable's doc.
449 2012-02-06  Glenn Morris  <rgm@gnu.org>
451         * keymaps.texi (Tool Bar): Mention separators.
452         (Inheritance and Keymaps):
453         Mention make-composed-keymap and multiple inheritance.
455         * modes.texi (Running Hooks): Mention run-hook-wrapped.
457         * control.texi (Handling Errors):
458         Mention condition-case-no-debug and with-demoted-errors.
460 2012-02-05  Chong Yidong  <cyd@gnu.org>
462         * customize.texi (Common Keywords): Minor clarifications.
463         Document custom-unlispify-remove-prefixes.
464         (Variable Definitions): Backquotes in defcustom seem to work fine
465         now.  Various other copyedits.
466         (Simple Types): Copyedits.  Document color selector.
467         (Composite Types): Copyedits.
468         (Splicing into Lists): Clarifications.
470         * eval.texi (Backquote): Move from macros.texi.
472         * macros.texi (Expansion): Minor clarification.
473         (Backquote): Move node to eval.texi.
474         (Defining Macros): Move an example from Backquote node.
475         (Argument Evaluation): No need to mention Pascal.
476         (Indenting Macros): Add xref to Defining Macros.
478 2012-02-05  Glenn Morris  <rgm@gnu.org>
480         * debugging.texi (Error Debugging): Mention debug-on-event default.
482 2012-02-04  Glenn Morris  <rgm@gnu.org>
484         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
486         * debugging.texi (Error Debugging): Mention debug-on-event.
487         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
489         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
491         * text.texi (Buffer Contents):
492         Update filter-buffer-substring description.
494 2012-02-04  Chong Yidong  <cyd@gnu.org>
496         * functions.texi (What Is a Function): Add closures.  Mention
497         "return value" terminology.  Add xref for command-execute.  Remove
498         unused "keystroke command" terminology.
499         (Lambda Expressions): Give a different example than in the
500         following subsection.  Add xref to Anonymous Functions.
501         (Function Documentation): Remove gratuitous markup.
502         (Function Names): Move introductory text to `What Is a Function'.
503         (Defining Functions): Fix defun argument spec.
504         (Anonymous Functions): Document lambda macro explicitly.  Mention
505         effects on lexical binding.
506         (Function Cells): Downplay direct usage of fset.
507         (Closures): New node.
508         (Inline Functions): Remove "open-code" terminology.
509         (Declaring Functions): Minor tweak; .m is not C code.
511         * variables.texi (Variables): Don't refer to "global value".
512         (Local Variables, Void Variables): Copyedits.
513         (Lexical Binding): Minor clarification of example.
514         (File Local Variables): Mention :safe and :risky defcustom args.
515         (Lexical Binding): Add xref to Closures node.
517 2012-02-04  Glenn Morris  <rgm@gnu.org>
519         * minibuf.texi (High-Level Completion): Updates for read-color.
521 2012-02-03  Glenn Morris  <rgm@gnu.org>
523         * display.texi (GIF Images): Mention animation.
524         Remove commented-out old example of animation.
525         (Animated Images): New subsection.
526         * elisp.texi (Top):
527         * vol1.texi (Top):
528         * vol2.texi (Top): Add Animated Images menu entry.
530         * display.texi (Image Formats): Remove oddly specific information
531         on versions of image libraries.
532         (GIF Images, TIFF Images): Minor rephrasing.
534 2012-02-02  Glenn Morris  <rgm@gnu.org>
536         * processes.texi (Synchronous Processes):
537         Mention call-process's :file gets overwritten.
539         * commands.texi (Reading One Event):
540         * help.texi (Help Functions): Document read-char-choice.
542         * hooks.texi (Standard Hooks):
543         * modes.texi (Keymaps and Minor Modes):
544         * text.texi (Commands for Insertion): Document post-self-insert-hook.
546         * hooks.texi (Standard Hooks): Add prog-mode-hook.
548         * hooks.texi (Standard Hooks):
549         * modes.texi (Major Mode Conventions, Mode Hooks):
550         Document change-major-mode-after-body-hook.
552 2012-02-01  Glenn Morris  <rgm@gnu.org>
554         * modes.texi (Defining Minor Modes):
555         Mention disabling global minor modes on a per-major-mode basis.
557 2012-01-31  Chong Yidong  <cyd@gnu.org>
559         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
560         (Parser State): Remove unnecessary statement (Bug#10661).
562         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
564 2012-01-31  Glenn Morris  <rgm@gnu.org>
566         * modes.texi (Defining Minor Modes):
567         Document define-minor-mode's new :variable keyword.
569 2012-01-29  Chong Yidong  <cyd@gnu.org>
571         * syntax.texi (Syntax Class Table): Tweak description of newline
572         char syntax (Bug#9619).
574         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
575         description (Bug#10189).
577 2012-01-29  Glenn Morris  <rgm@gnu.org>
579         * files.texi (Changing Files): Document SELinux support.
581         * windows.texi (Window Sizes): Fix typo.
583 2012-01-28  Chong Yidong  <cyd@gnu.org>
585         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
586         doc (Bug#8568).
588         * frames.texi (Input Focus): Add NORECORD arg to
589         select-frame-set-input-focus.  Clarify its role in select-frame.
591         * text.texi (Transposition): We don't use transpose-region as an
592         internal subroutine (Bug#3249).
594         * modes.texi (Example Major Modes): Update Lisp example code to
595         current sources.  Delete the old non-derived-major-mode example,
596         which has diverged badly from current sources.
598 2012-01-27  Glenn Morris  <rgm@gnu.org>
600         * makefile.w32-in (texinputdir): Fix (presumed) typo.
601         (VERSION, manual): Remove, unused.
603 2012-01-27  Chong Yidong  <cyd@gnu.org>
605         * commands.texi (Command Overview): Minor clarification (Bug#10384).
607 2012-01-26  Chong Yidong  <cyd@gnu.org>
609         * searching.texi (String Search): Document negative repeat count
610         (Bug#10507).
612 2012-01-26  Glenn Morris  <rgm@gnu.org>
614         * variables.texi (Using Lexical Binding):
615         Mention that lexical-binding should be set in the first line.
617 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
619         * macros.texi (Defining Macros): Don't claim that `declare' only
620         affects Edebug and indentation.
622 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
624         * macros.texi (Defining Macros): Slight `declare' fixup.
626 2012-01-25  Glenn Morris  <rgm@gnu.org>
628         * makefile.w32-in (texinputdir):
629         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
631 2012-01-24  Chong Yidong  <cyd@gnu.org>
633         * variables.texi (Variables, Local Variables, Void Variables):
634         Edit to make the descriptions less specific to dynamic binding.
635         (Local Variables): Default max-specpdl-size is now 1300.
636         (Defining Variables): Edits for lexical scoping.  Delete
637         information about starting docstrings with *.  De-document
638         user-variable-p.
639         (Tips for Defining): Remove an unimportant discussion of quitting
640         in the middle of a load.
641         (Accessing Variables, Setting Variables): Discuss lexical binding.
642         (Variable Scoping): Rewrite.
643         (Scope, Extent, Impl of Scope): Nodes deleted.
644         (Dynamic Binding): New node, with material from Scope, Extent, and
645         Impl of Scope nodes.
646         (Dynamic Binding Tips): Rename from Using Scoping.
647         (Lexical Binding): Rewrite.
648         (Using Lexical Binding): Rename from Converting to Lexical
649         Binding.  Convert to subsection.
651         * customize.texi (Variable Definitions): Add custom-variable-p.
652         Move user-variable-p documentation here.
654 2012-01-23  Chong Yidong  <cyd@gnu.org>
656         * strings.texi (Text Comparison): Minor qualification.
658         * lists.texi (Cons Cells): Copyedits.
659         (List Elements): Mention push.
660         (List Variables): Mention pop.
661         (Rings): Move to sequences.texi.
663         * sequences.texi (Sequence Functions): Don't repeat the
664         introduction already given in the parent.
665         (Vectors): Copyedits.
666         (Rings): Move from lists.texi.  Note that this is specific to the
667         ring package.
669         * symbols.texi (Definitions, Symbol Components): Mention variable
670         scoping issues.
671         (Plists and Alists): Copyedits.
673         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
674         correctness with lexical scoping.
675         (Eval): Copyedits.
677 2012-01-21  Chong Yidong  <cyd@gnu.org>
679         * intro.texi (A Sample Function Description): Special notation
680         used for macros too.
682         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
683         (Symbol Type): Add xref for keyword symbols.
684         (Sequence Type): Clarify differences between sequence types.
685         (Cons Cell Type): Add "linked list" index entry.
686         (Non-ASCII in Strings): Copyedits.
687         (Equality Predicates): Symbols with same name need not be eq.
689         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
690         ldexp.  Move float-e and float-pi to Math Functions node.
692 2012-01-21  Glenn Morris  <rgm@gnu.org>
694         * modes.texi (Auto Major Mode):
695         * variables.texi (File Local Variables):
696         Mention inhibit-local-variables-regexps.
698 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
700         * windows.texi (Window Configurations): Rewrite references to
701         persistent window parameters.
702         (Window Parameters): Fix description of persistent window
703         parameters.
705 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
707         * windows.texi (Window Parameters): Use @pxref.
709 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
711         * windows.texi (Window Configurations, Window Parameters):
712         Describe persistent window parameters.
714 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
716         * variables.texi (Creating Buffer-Local): Warn against misuses of
717         make-variable-buffer-local (bug#10258).
719 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
723 2012-01-06  Chong Yidong  <cyd@gnu.org>
725         * variables.texi (Directory Local Variables): Document
726         hack-dir-local-variables-non-file-buffer.
728 2012-01-06  Glenn Morris  <rgm@gnu.org>
730         * maps.texi (Standard Keymaps): Refer to Info-edit by name
731         rather than by keybinding.
733 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
735         * frames.texi (Font and Color Parameters): Add @pxref.
737 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
739         * frames.texi (Font and Color Parameters):
740         Document w32 font backends (bug#10399).
742 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
744         * files.texi (File Attributes, Changing Files):
745         Use a more-natural notation for octal numbers.
747 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
749         * variables.texi (Variables with Restricted Values):
750         Change reference to variable (bug#10354).
752 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
754         * windows.texi (Splitting Windows): Use t instead of non-nil
755         when describing window-combination-resize.
757 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
759         * text.texi (Special Properties): Warn against `intangible' properties
760         (bug#10222).
762 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
764         * display.texi (Truncation):
765         * text.texi (Special Properties): Describe what a stretch-glyph is
766         instead of using that term without explanation.  Make the
767         cross-references more accurate.
769         * display.texi (Usual Display): Update the description,
770         cross-references, and indexing related to display of control
771         characters and raw bytes.
773 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
775         * windows.texi (Splitting Windows): Fix description of
776         window-combination-limit.  Suggested by Eli Zaretskii.
778 2011-11-23  Chong Yidong  <cyd@gnu.org>
780         * windows.texi (Window Sizes): Move window-top-line,
781         window-left-column, and window-*-pixel-edges to Coordinates and
782         Windows node.
783         (Coordinates and Windows): Restore window-edges doc.
785 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
787         * windows.texi (Windows and Frames, Splitting Windows):
788         Fix typos.
790 2011-11-21  Chong Yidong  <cyd@gnu.org>
792         * windows.texi (Splitting Windows): Fix error in documentation of
793         window-combination-limit.
794         (Cyclic Window Ordering): Minor fixes to next-window,
795         one-window-p, and get-lru-window docs.  Don't document
796         window-list-1.
797         (Buffers and Windows): Copyedits.
798         (Choosing Window): Document special handling of special-display-*.
799         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
800         Don't document even-window-heights, which is going away.
801         Clarify which options are obeyed by which action functions.
803 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
805         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
807 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
809         * windows.texi (Resizing Windows, Splitting Windows):
810         Remove term "status" when talking about combination limits.
812 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
814         * compile.texi (Compiler Errors):
815         * help.texi (Help Functions): Fix typos.
817 2011-11-19  Chong Yidong  <cyd@gnu.org>
819         * windows.texi (Splitting Windows): Clarify role of window
820         parameters in split-window.  Shorten the example.
821         (Deleting Windows): Rewrite intro to handle internal windows.
822         Fix delete-windows-on doc.
823         (Selecting Windows): Copyedits.
825 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
827         * windows.texi (Resizing Windows, Splitting Windows)
828         (Deleting Windows): Use term window-combination-resize instead
829         of window-splits.
831 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
833         * windows.texi (Resizing Windows, Splitting Windows):
834         Rename occurrences of window-nest to window-combination-limit.
836 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
838         * intro.texi (Lisp History): Fix typo.
840 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
842         * windows.texi (Splitting Windows, Deleting Windows):
843         Remove references to splits status of windows.
845 2011-11-10  Glenn Morris  <rgm@gnu.org>
847         * buffers.texi (Read Only Buffers): Expand a bit on why
848         toggle-read-only should only be used interactively.  (Bug#7292)
850 2011-11-09  Chong Yidong  <cyd@gnu.org>
852         * windows.texi (Window Sizes): Document window-pixel-edges,
853         window-inside-pixel-edges, window-absolute-pixel-edges, and
854         window-inside-absolute-pixel-edges.
855         (Resizing Windows): shrink-window-if-larger-than-buffer works on
856         non-full-width windows.
858 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
860         * windows.texi (Resizing Windows): Rewrite documentation of
861         window-resizable.
863 2011-11-09  Chong Yidong  <cyd@gnu.org>
865         * windows.texi (Splitting Windows): Simplify example.
867 2011-11-08  Chong Yidong  <cyd@gnu.org>
869         * windows.texi (Window Sizes): Copyedits.  Document
870         window-text-height.  Remove window-min-height and window-min-width
871         discussion, referring instead to Emacs manual.
872         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
873         (Resizing Windows): Simplify introduction.  Don't document
874         enlarge-window, shrink-window, enlarge-window-horizontally, and
875         shrink-window-horizontally; they are no longer preferred for
876         calling from Lisp, and are already documented in the Emacs manual.
878 2011-11-07  Glenn Morris  <rgm@gnu.org>
880         * windows.texi (Choosing Window): Fix keybinding typo.
882 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
884         * windows.texi (Resizing Windows, Splitting Windows)
885         (Window Configurations): Use "child window" instead of
886         "subwindow".
888 2011-11-06  Chong Yidong  <cyd@gnu.org>
890         * windows.texi (Basic Windows): Clarify various definitions.
891         Treat window-normalize-* as internal; don't document them.
892         (Windows and Frames): Various clarifications, e.g. non-live
893         windows also belong to frames.  Fix window-list description.
894         Simplify window nesting example.
895         (Splitting Windows, Window Configurations):
896         Use split-window-below.
898 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
900         * windows.texi (Window Sizes): Mention in the doc string that the
901         return values of `window-body-height' and `window-body-width' are
902         in frame's canonical units.  (Bug#9949)
904 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
906         * windows.texi (Windows and Frames): Remove "iso-" infix from
907         documentation of window-iso-combined-p.
909 2011-10-26  Chong Yidong  <cyd@gnu.org>
911         * modes.texi (Running Hooks): Document with-wrapper-hook.
913 2011-10-18  Chong Yidong  <cyd@gnu.org>
915         * display.texi (Glyphless Chars): New node.
917 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
919         * text.texi (Yanking): Document yank-excluded-properties.
921         * package.texi (Packaging Basics): The commentary should say how
922         to begin using the package.
924 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
926         * windows.texi (Deleting Windows): Mention which window gets
927         selected when deleting the selected window.
929 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
931         * buffers.texi (The Buffer List): Describe how bury-buffer deals
932         with the selected window.
933         * windows.texi (Buffers and Windows): Reformulate text on how
934         replace-buffer-in-windows deals with a window.
935         (Quitting Windows): Describe how quit-window deals with a
936         standalone frame.  Describe new option frame-auto-hide-function.
938 2011-10-08  Glenn Morris  <rgm@gnu.org>
940         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
942         * positions.texi (Excursions): Update warning message.
944 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
946         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
947         Fix Emacs manual xref (Bug#9675).
949 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
951         * windows.texi (Textual Scrolling): Document scroll-up-command,
952         scroll-down-command, scroll-error-top-bottom, and the
953         scroll-command symbol property.
954         (Display Action Functions): Fix description of
955         display-buffer-pop-up-window.
957 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
959         * windows.texi (Splitting Windows): Fix typos.
961 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
963         * windows.texi (Windows and Frames, Display Action Functions)
964         (Switching Buffers): Fix some typos.
965         (Buffers and Windows): Remove reference to window-auto-delete.
966         Reword description of replace-buffer-in-windows.
967         (Window History): Fix some typos and refer to frame local buffer
968         list.
969         (Quitting Windows): New node.
970         (Window Configurations): Add descriptions of window-state-get
971         and window-state-put.
972         (Window Parameters): Describe variable ignore-window-parameters.
973         Sketch some window parameters currently in use.
974         * elisp.texi (Top): Update node listing.
976 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
978         * windows.texi (Display Action Functions)
979         (Choosing Window Options): New nodes.
981 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
983         * windows.texi (Window History): New node.  Move text here from
984         Buffers and Windows.
985         (Switching Buffers): Rename from Displaying Buffers, since we
986         don't document display-buffer here; callers changed.
987         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
988         switch-to-buffer-other-frame.  Delete duplicate
989         replace-buffer-in-windows doc.
990         (Choosing Window): Document display actions.
992 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
994         * display.texi (Forcing Redisplay): Update the description of
995         redisplay-dont-pause due to change in the default value.
997 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
999         * frames.texi (Frames and Windows): Move section and rename to
1000         Windows and Frames in windows.texi.
1001         * windows.texi (Windows): Restructure.
1002         (Basic Windows): Rewrite.  Explain live and internal windows and
1003         normalization functions.
1004         (Windows and Frames): Move section here from frames.texi.
1005         Describe subwindows, window combinations, window tree, and
1006         corresponding functions including window-list here.
1007         (Window Sizes): Rename section from Size of Window and move it
1008         up in chapter.  Describe total and body sizes and the
1009         corresponding functions.  Explain new semantics of
1010         window-min-height/-width.
1011         (Resizing Windows): Move section up in chapter.  Describe new
1012         resize functions.
1013         (Splitting Windows): Describe new behavior of split-window,
1014         split-window-above-each-other and split-window-side-by-side.
1015         Provide examples.  Describe window-nest and window-splits
1016         options.
1017         (Deleting Windows): Minor rewrite.
1018         (Selecting Windows): Minor rewrite.
1019         Describe frame-selected-window and set-frame-selected-window here.
1020         (Cyclic Window Ordering): Minor rewrite.
1021         Describe window-list-1.
1022         (Buffers and Windows): Rewrite.  Explain a window's previous and
1023         next buffers and the corresponding functions.
1024         (Window Tree): Merge into Windows and Frames section.
1025         * elisp.texi (Top): Update node listings for frames and windows
1026         sections.
1028 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1030         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1032 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034         * errors.texi (Standard Errors): Remove apparent placeholder text
1035         (bug#9491).
1037 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
1039         * frames.texi (Management Parameters): Fix description of
1040         icon-type parameter.
1042 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
1044         * tips.texi (Key Binding Conventions): Don't bind a key sequence
1045         ending in C-g.  Suggested by Edward O'Connor.
1047 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
1049         * numbers.texi (Integer Basics): Add indexing for
1050         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
1052 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1054         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
1056 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
1058         * processes.texi (Network Servers): Clarify what the process
1059         buffer is used for (bug#9233).
1061 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1063         * lists.texi (Building Lists): Fix typo.
1065 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
1067         * display.texi (Basic Faces): New node.  Document new faces.
1069         * modes.texi (Major Mode Conventions): Move some text there.
1070         (Mode Help): Remove major-mode var, duplicated in Major Modes.
1072 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
1074         * modes.texi (Basic Major Modes): New node.  Callers updated.
1075         (Major Modes): Document fundamental-mode and major-mode.
1076         (Major Mode Basics): Node deleted; text moved to Major Modes.
1077         (Derived Modes): Document derived-mode-p.
1079 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1081         * files.texi (Changing Files, Create/Delete Dirs): Document new
1082         arguments for delete-file, delete-directory, and copy-directory.
1083         (Visiting Functions): Remove view-file; it is documented in the
1084         Emacs manual.
1086         * frames.texi (Layout Parameters): The defaults for the
1087         menu-bar-lines and tool-bar-lines parameters depend on the mode.
1089         * display.texi (Progress): Document spinner functionality.
1091         * os.texi (Killing Emacs): Note that kill-emacs can be called by
1092         operating system signals.  Refer to save-buffers-kill-terminal
1093         instead of save-buffers-kill-emacs.
1095         * objects.texi (Symbol Type): Document ## print representation.
1097 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
1099         * display.texi (Specified Space): Mention that `space' specs
1100         influence bidi reordering.
1101         (Bidirectional Display): Explain how to use `(space . PROPS)' for
1102         separating fields with bidirectional content.
1104 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
1106         * display.texi (Bidirectional Display): Document return value in
1107         buffers that are not bidi-reordered for display, and in unibyte
1108         buffers.
1110 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
1112         * nonascii.texi (Character Properties): Document the values for
1113         unassigned codepoints.
1115 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
1117         * nonascii.texi (Character Properties): Document use of
1118         `bidi-class' and `mirroring' properties as part of reordering.
1119         Provide cross-references to "Bidirectional Display".
1121         * display.texi (Bidirectional Display): Document the pitfalls of
1122         concatenating strings with bidirectional content, with possible
1123         solutions.  Document bidi-string-mark-left-to-right.
1124         Mention paragraph direction in modes that inherit from prog-mode.
1125         Document use of `bidi-class' and `mirroring' properties as part of
1126         reordering.
1128 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
1130         * modes.texi (Major Mode Conventions): Improve the documentation
1131         of `mode-class' `special' modes.
1133         * nonascii.texi (Character Properties): Document the `mirroring'
1134         property.  Add index entries.
1136         * syntax.texi (Categories): Add an example of defining a new
1137         category and category table.
1139         * searching.texi (Regexp Backslash): Document how to display
1140         existing categories.  Mention the possibility of adding
1141         categories, and add an xref to where this is described.  Add an
1142         index entry.
1144 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
1146         * text.texi (Special Properties):
1147         * display.texi (Overlay Properties): Note that mouse-face cannot
1148         change the text size (Bug#8530).
1150 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
1152         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1153         using setenv instead.
1155 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
1157         * display.texi (Bidirectional Display): Document the fact that
1158         bidi-display-reordering is t by default.
1160 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
1162         * display.texi (Bidirectional Display): New section.
1164 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165             Tim Cross  <theophilusx@gmail.com>  (tiny change)
1166             Glenn Morris   <rgm@gnu.org>
1168         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
1170 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
1172         * help.texi (Keys in Documentation): Revert last change.
1174 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176         * help.texi (Keys in Documentation): Clarify that \= only quotes
1177         the next character, and doesn't affect longer sequences in
1178         particular (bug#8935).
1180         * debugging.texi (Using Debugger):
1181         Mention @code{eval-expression-debug-on-error} (bug#8549).
1183 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
1185         * display.texi (Other Display Specs): Document that `left-fringe'
1186         and `right-fringe' display specifications are of the "replacing"
1187         kind.
1189 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191         * help.texi (Documentation Basics): Add a link to the Function
1192         Documentation node (bug#6580).
1194 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196         * keymaps.texi (Menu Bar): Mention :visible and :enable
1197         (bug#6344).  Text by Drew Adams.
1199         * modes.texi (Running Hooks): Mention buffer-local hook variables
1200         (bug#6218).
1202         * objects.texi (General Escape Syntax): "a with grave accent" is
1203         ?xe0, not ?x8e0 (bug#5259).
1205 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1207         * display.texi (Face Attributes, Font Selection): Add references
1208         to the Fonts node in the Emacs manual (Bug#4178).
1210 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1212         * display.texi (Window Systems): `window-system' is
1213         terminal-local.
1215         * frames.texi (Frame Parameters, Parameter Access): Don't mention
1216         frame-local variables.
1218         * variables.texi (Buffer-Local Variables): Don't mention obsolete
1219         frame-local variables.
1220         (Frame-Local Variables): Node deleted.
1222         * elisp.texi (Top): Update node listing.
1224 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226         * elisp.texi: Change "inferiors" to "subnodes" in three places
1227         (bug#3523).
1229 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
1231         * frames.texi (Window System Selections): Discussion of
1232         x-select-enable-clipboard moved to Emacs manual.
1234 2011-07-11  Deniz Dogan  <deniz@dogan.se>
1236         * commands.texi (Prefix Command Arguments): Remove excessive
1237         apostrophe.
1239 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1242         description is a string (bug#3313).
1244         * frames.texi (Display Feature Testing): Try to explain what all
1245         the visual classes mean (bug#3042).
1247 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249         * modes.texi (Mode Line Variables): Document `mode-line-remote'
1250         and `mode-line-client' (bug#2974).
1252         * text.texi (Insertion): Clarify marker movements (bug#1651).
1253         Text from Drew Adams.
1255 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257         * text.texi (Special Properties): Clarify the format of `face'
1258         (bug#1375).
1260         * commands.texi (Interactive Call): Add a `call-interactively'
1261         example (bug#1010).
1263 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265         * functions.texi (Calling Functions): Link to the "Interactive
1266         Call" node (bug#1001).
1268 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
1270         * customize.texi (Composite Types): Move alist and plist to here
1271         from Simple Types (Bug#7545).
1273         * elisp.texi (Top): Update menu description.
1275         * display.texi (Face Attributes): Document negative line widths
1276         (Bug#6113).
1278 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1280         * searching.texi (Match Data): Note that match data can be
1281         overwritten by most functions (bug#2499).
1283 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1286         flags mean (bug#6659).
1288         * functions.texi (What Is a Function): Document the autoload
1289         object (bug#6496).
1291 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1294         is only used in the Customize user interface (bug#6089).
1296         * display.texi (Showing Images): Mention the point of sliced
1297         images (bug#7836).
1299 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
1301         * variables.texi (Defining Variables, Void Variables)
1302         (Constant Variables): Fix incorrect usage of @kindex.
1304 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306         * variables.texi (Defining Variables): Add an index entry for
1307         `set-variable' (bug#7262).
1308         (Defining Variables): Use @findex for functions.
1310         * frames.texi (Basic Parameters): Document the `explicit-name'
1311         parameter (bug#6951).
1313         * customize.texi (Type Keywords): Clarify that :value provides a
1314         default value for all types (bug#7386).
1316         * streams.texi (Output Functions): Document `pp'.
1318 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
1320         * keymaps.texi (Searching Keymaps):
1321         * display.texi (Overlay Properties): Fix errors in 2011-05-29
1322         change.  Suggested by Johan Bockgård.
1324 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
1326         * text.texi (Special Properties): Clarify role of font-lock-face.
1328 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330         * processes.texi (Process Information): Rename `process-alive-p'
1331         to `process-live-p' for consistency with other `-live-p' functions.
1333 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1335         Document wide integers better.
1336         * files.texi (File Attributes): Document ino_t values better.
1337         ino_t values no longer map to anything larger than a single cons.
1338         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1339         (Bitwise Operations):
1340         * objects.texi (Integer Type): Use a binary notation that is a bit easier
1341         to read, and that will port better if 62-bits becomes the default.
1342         Fix or remove incorrect examples.
1343         * os.texi (Time Conversion): Document time_t values better.
1345 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347         * processes.texi (Process Information):
1348         Document `process-alive-p'.
1350 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1352         * help.texi (Accessing Documentation):
1353         * display.texi (Pixel Specification):
1354         * processes.texi (Serial Ports, Serial Ports):
1355         * nonascii.texi (Character Properties, Default Coding Systems):
1356         * text.texi (Changing Properties, Special Properties):
1357         * windows.texi (Window Start and End):
1358         * modes.texi (SMIE Indentation Example, SMIE Tricks):
1359         * keymaps.texi (Searching Keymaps, Tool Bar):
1360         * minibuf.texi (Basic Completion):
1361         * compile.texi (Eval During Compile):
1362         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1363         7x9 paper in printed manual.
1365         * lists.texi (Sets And Lists): Fix misplaced text.
1367 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1369         * keymaps.texi (Remapping Commands): Emphasize that the keymap
1370         needs to be active (Bug#8350).
1372 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
1374         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1376         * tips.texi (Coding Conventions): Remove antediluvian filename
1377         limit recommendation (Bug#8538).
1379 2011-05-27  Glenn Morris  <rgm@gnu.org>
1381         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1383 2011-05-26  Glenn Morris  <rgm@gnu.org>
1385         * variables.texi (File Local Variables):
1386         Update hack-local-variables `mode-only' return value.
1387         Add some more details on what this function does in the other case.
1389 2011-05-19  Glenn Morris  <rgm@gnu.org>
1391         * lists.texi (Sets And Lists): Mention cl provides union etc.
1393 2011-05-19  Nix  <nix@esperi.org.uk>
1395         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1397         * text.texi (Parsing HTML): Update for function name changes.
1399         * syntax.texi (Syntax Flags): Small fix.
1401         * keymaps.texi (Active Keymaps): Typo fix.
1402         (Changing Key Bindings): Grammar fix.
1404         * frames.texi (Minibuffers and Frames): Grammar fix.
1405         (Window System Selections): x-select-enable-clipboard now defaults to t.
1407         * customize.texi (Common Keywords):
1408         * display.texi (Abstract Display):
1409         * modes.texi (Auto-Indentation):
1410         * nonascii.texi (Converting Representations): Typo fixes.
1412         * control.texi (Examples of Catch): Call it "goto" not "go to".
1414 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
1416         * nonascii.texi (Character Properties): Fix inconsistencies with
1417         implementation.
1419         * text.texi (Special Properties): Move @defvar's out of the
1420         @table.  (Bug#8652)
1422 2011-05-12  Glenn Morris  <rgm@gnu.org>
1424         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
1426 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1428         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1429         (Multiline Font Lock):
1430         * vol2.texi (Top):
1431         * vol1.texi (Top):
1432         * elisp.texi (Top): Update menu accordingly.
1434 2011-05-12  Drew Adams  <drew.adams@oracle.com>
1436         * modes.texi (Region to Fontify): Fix typo.
1438 2011-05-10  Jim Meyering  <meyering@redhat.com>
1440         * minibuf.texi: Fix typo "in in -> in".
1442 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1444         * numbers.texi (Integer Basics): Large integers are treated as floats.
1446 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448         * processes.texi (Synchronous Processes): Document the (:file
1449         "/file-name") syntax for `call-process'.
1451 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
1453         * windows.texi (Choosing Window): Fix typo.
1455 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
1457         * frames.texi (Layout Parameters): Note the difference between
1458         querying and setting parameters for left-fringe and right-fringe
1459         (Bug#6930).
1461 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1463         * minibuf.texi (Basic Completion): Be a bit more precise about the
1464         valid kinds of completion tables.
1465         (Programmed Completion): Remove obsolete text about lambda expressions
1466         not being valid completion tables.
1468 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1470         * positions.texi (Excursions): Explain the "save-excursion
1471         defeated by set-buffer" warning.
1473         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
1474         save-excursion.  Suggested by Uday S Reddy.
1476 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1478         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1479         (Lexical Binding): New sub-section.
1481         * eval.texi (Eval): Discourage the use of `eval'.
1482         Document its new `lexical' argument.
1484 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1486         * commands.texi (Command Overview): `post-command-hook' is not reset to
1487         nil any more.
1489 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1491         * strings.texi (String Conversion): Don't mention
1492         string-make-(uni|multi)byte (bug#8262).
1493         * nonascii.texi (Converting Representations): Fix up range.
1494         * keymaps.texi (Key Binding Commands): Update code point, avoid
1495         "unibyte character" and remove mention of unibyte bindings.
1497 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
1499         * modes.texi (Operator Precedence Grammars): Don't use characters
1500         outside ISO-8859-1.
1502 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
1504         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1506         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1508 2011-03-08  Glenn Morris  <rgm@gnu.org>
1510         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1511         * intro.texi (Acknowledgements): Names to UTF-8.
1512         * elisp.texi: Set documentencoding.
1514 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1516         * Version 23.3 released.
1518 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1520         * package.texi: Update index keywords.
1521         (Package Archives): New node contents.  Document package-x.el.
1523 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
1525         * makefile.w32-in (srcs): Add package.texi.
1527 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1529         * package.texi (Packaging, Packaging Basics, Simple Packages)
1530         (Multi-file Packages): Expand and clarify.
1531         (Package Archives): Temporary placeholder node.
1533         * elisp.texi (Top): Update node listing.
1535         * Makefile.in (srcs): Add package.texi.
1537 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
1539         * processes.texi (Synchronous Processes): Minor clarification
1540         (Bug#8149).
1542 2011-03-03  Glenn Morris  <rgm@gnu.org>
1544         * files.texi (Truenames): Minor clarification.  (Bug#2341)
1546 2011-03-01  Glenn Morris  <rgm@gnu.org>
1548         * variables.texi (Directory Local Variables):
1549         Mention `(subdirs . nil)' alist element.
1551 2011-02-28  Glenn Morris  <rgm@gnu.org>
1553         * variables.texi (Directory Local Variables): Mention the optional
1554         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
1556 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
1558         * minibuf.texi (Minibuffer History): Clarify discussion of
1559         minibuffer history lists (Bug#8085).
1561 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1563         * elisp.texi: Sync @dircategory with ../../info/dir.
1565         * files.texi (Visiting Functions): Document find-file-literally,
1566         both the command and the variable.
1568         * variables.texi (Creating Buffer-Local): Explain the meaning of
1569         permanent local variables.
1571         * files.texi (Visiting Functions): Document find-file-literally,
1572         both the command and the variable.
1574         * variables.texi (Creating Buffer-Local): Explain the meaning of
1575         permanent local variables.
1577 2011-02-19  Glenn Morris  <rgm@gnu.org>
1579         * keymaps.texi (Remapping Commands): Mention how to undo it.
1581 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
1583         * loading.texi (Hooks for Loading): Remove unnecessary advice
1584         about eval-after-load (Bug#7986).
1586 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
1588         * commands.texi (Accessing Mouse): Note that a header line is not
1589         included in the row of posn-col-row.
1591 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1593         * modes.texi (Major Mode Conventions): Add face guidelines.
1594         (Faces for Font Lock): List faces in order of prominence.
1596 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1598         format-time-string now supports subsecond time stamp resolution
1599         * os.texi (Time Parsing): Document %N.
1601 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1603         * vol1.texi (Top):
1604         * vol2.texi (Top):
1605         * elisp.texi (Top):
1606         * display.texi (Display Property): Shorten the menu description of
1607         the "Other Display Specs" node (Bug#7816).
1609         * keymaps.texi (Defining Menus): Add "menu item" and "extended
1610         menu item" concept index entries (Bug#7805).
1612 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1614         * makefile.w32-in (texinfodir): New variable.
1615         (usermanualdir): Remove as redundant with $(emacsdir).
1616         (MAKEINFO): Remove options, leave only program name.
1617         (MAKEINFO_OPTS): New variable.
1618         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1620 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1621             Richard Kim  <emacs18@gmail.com>
1623         * loading.texi (Library Search): Document list-load-path-shadows
1624         (Bug#7757).
1626 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1628         * searching.texi (Regexp Special): Remove outdated discussion of
1629         character sets (Bug#7780).
1631         * frames.texi (Pop-Up Menus): Document where menu title comes
1632         from (Bug#7684).
1634 2011-01-25  Glenn Morris  <rgm@gnu.org>
1636         * display.texi (Making Buttons): Mention limitation of text buttons.
1638 2011-01-23  Werner Lemberg  <wl@gnu.org>
1640         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1641         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1642         (ENVADD): New variable to control texi2dvi and texi2pdf.
1644 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1646         * files.texi (Directory Names): Move directory-abbrev-alist doc to
1647         Emacs manual.
1649 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1651         * files.texi (Directory Names): Explain why FROM in
1652         directory-abbrev-alist should begin with \`.  (Bug#7777)
1654 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1656         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1658 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1660         * modes.texi (Emulating Mode Line): Fix last change.
1662 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1664         * modes.texi (Emulating Mode Line): Update documentation of
1665         format-mode-line according to changes that fixed bug #7587.
1667 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1669         * modes.texi (Derived Modes): Mention prog-mode.
1671         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1672         of the key-binding-data cache since we don't use it any more.
1674 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1676         * processes.texi (Shell Arguments):
1677         * strings.texi (Creating Strings): Don't mention "shell commands";
1678         make it explicit that `split-string-and-unquote' and
1679         `combine-and-quote-strings' are mainly for working with arguments
1680         to call-process and start-process.
1682         * processes.texi (Shell Arguments): Fix documentation of
1683         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
1685 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1687         * modes.texi (Auto-Indentation): New section to document SMIE.
1688         (Major Mode Conventions):
1689         * text.texi (Mode-Specific Indent): Refer to it.
1691 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1693         * display.texi (Other Display Specs): Document left-fringe and
1694         right-fringe display specs.
1696 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         * backups.texi (Making Backups):
1699         * modes.texi (Example Major Modes): Use recommended coding style.
1700         (Major Mode Basics, Derived Modes): Encourge more strongly use of
1701         define-derived-mode.  Mention completion-at-point-functions.
1703 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1705         * nonascii.texi (Converting Representations):
1706         Document byte-to-string.
1708 2010-12-08  Glenn Morris  <rgm@gnu.org>
1710         * buffers.texi (Modification Time):
1711         verify-visited-file-modtime now defaults to the current buffer.
1713 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1715         * nonascii.texi (Converting Representations): Document byte-to-string.
1717         * strings.texi (Creating Strings): Don't mention semi-obsolete
1718         function char-to-string.
1719         (String Conversion): Shorten discussion of semi-obsolete function
1720         string-to-char.  Link to Converting Representations.
1722         * objects.texi (Symbol Type):
1723         * text.texi (Near Point):
1724         * help.texi (Help Functions):
1725         * functions.texi (Mapping Functions): Use string instead of
1726         char-to-string in examples.
1728 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1730         * text.texi (Kill Functions, Kill Functions)
1731         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1732         YANK-HANDLER args.
1734         * symbols.texi (Creating Symbols): Using unintern without an
1735         obarray arg is now obsolete.
1737         * numbers.texi (Float Basics): Document float-e and float-pi.
1739         * variables.texi (Defining Variables): Change "pi" example to
1740         "float-pi".
1742 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1744         * commands.texi (Click Events): Document the values of X, Y and
1745         COL, ROW in the event's position, when the click is on the header
1746         or mode line, on the fringes, or in the margins.
1748 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1750         * customize.texi (Composite Types): Lower-case index entry.
1752         * loading.texi (How Programs Do Loading):
1753         Document load-file-name.  (Bug#7346)
1755 2010-11-17  Glenn Morris  <rgm@gnu.org>
1757         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1759 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1761         * display.texi (Usual Display): Characters with no fonts are not
1762         necessarily displayed as empty boxes.
1764 2010-10-31  Glenn Morris  <rgm@gnu.org>
1766         * maps.texi (Standard Keymaps): Update File menu description.
1768 2010-10-28  Glenn Morris  <rgm@gnu.org>
1770         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1772 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
1774         * display.texi (Window Systems): Deprecate use of window-system as
1775         a predicate.
1777 2010-10-23  Glenn Morris  <rgm@gnu.org>
1779         * help.texi (Documentation Basics): Remove mentions of digest-doc and
1780         sorted-doc.
1782 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1784         * os.texi (Dynamic Libraries): New node, with slightly modified
1785         text deleted from "Image Formats".
1786         (System Interface): Add @menu entry for "Dynamic Libraries".
1788         * display.texi (Image Formats): Remove description of
1789         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1791 2010-10-12  Glenn Morris  <rgm@gnu.org>
1793         * book-spine.texinfo: Rename to book-spine.texi.
1795 2010-10-11  Glenn Morris  <rgm@gnu.org>
1797         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1799         * Makefile.in (DVIPS): New variable.
1800         (.PHONY): Add html, ps.
1801         (html, elisp.html, ps, elisp.ps): New targets.
1802         (clean): Delete html, ps files.
1803         ($(infodir)/elisp): Remove unnecessary includes.
1805 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1807         * makefile.w32-in (emacsdir): New variable.
1808         (srcs): Add emacsver.texi.
1809         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1811 2010-10-09  Glenn Morris  <rgm@gnu.org>
1813         * Makefile.in (VPATH): Remove.
1814         (infodir): Make it absolute.
1815         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1817         * Makefile.in (dist): Anchor regexps.
1819         * Makefile.in (srcs): Put elisp.texi first.
1820         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1822         * Makefile.in (infoclean): Remove harmless, long-standing error.
1824         * Makefile.in ($(infodir)): Delete rule.
1825         (mkinfodir): New.
1826         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1828         * Makefile.in (dist): Remove reference to emacsver.texi.in.
1829         Also copy emacsver.texi, and edit $emacsdir.
1831 2010-10-09  Glenn Morris  <rgm@gnu.org>
1833         * Makefile.in (emacsdir): New variable.
1834         (MAKEINFO): Add -I $emacsdir.
1835         (dist): Copy emacsver.texi.
1836         (srcs): Add emacsver.texi.
1838         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1839         Set EMACSVER by including emacsver.texi.
1841         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1843 2010-10-07  Glenn Morris  <rgm@gnu.org>
1845         * Makefile.in (version): New, set by configure.
1846         (clean): Delete dist tar file.
1847         (dist): Use version in tar name.
1849 2010-10-06  Glenn Morris  <rgm@gnu.org>
1851         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1852         (INSTALL_INFO): Remove unused variable.
1853         (mostlyclean, infoclean, dist): New rules.
1854         (clean): Delete dvi and pdf files.
1855         (maintainer-clean): Remove elisp.oaux, use infoclean.
1856         ($(infodir)): Add parallel build workaround.
1858 2010-10-04  Glenn Morris  <rgm@gnu.org>
1860         * Makefile.in (dvi, pdf, $(infodir)): New targets.
1861         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
1862         Fix -I typo.
1863         (clean): No 'make.out' or 'core' files.
1864         (.PHONY): Declare clean rules.
1865         (maintainer-clean): Delete pdf file.  Guard against cd failures.
1867 2010-10-03  Glenn Morris  <rgm@gnu.org>
1869         * files.texi (File Name Components): Remove ignored section about
1870         deleted variable directory-sep-char.
1872 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
1874         * files.texi (Magic File Names): New defopt
1875         remote-file-name-inhibit-cache.
1877 2010-10-02  Glenn Morris  <rgm@gnu.org>
1879         * os.texi (Killing Emacs): Hook now runs in batch mode.
1881 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1883         * text.texi (Special Properties): Clarify when modification-hooks run.
1885 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1887         * syntax.texi (Syntax Flags): Document new `c' flag.
1889 2010-09-09  Glenn Morris  <rgm@gnu.org>
1891         * display.texi (ImageMagick Images): General cleanup.
1893 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1895         * files.texi (Directory Names): Use \` rather than ^.
1897 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1899         * text.texi (Low-Level Kill Ring):
1900         * frames.texi (Window System Selections): Remove cut buffer
1901         documentation.
1903 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
1905         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1906         Parameters", where the default fringe width is described.
1908         * frames.texi (Window Frame Parameters, Basic Parameters)
1909         (Position Parameters, Layout Parameters, Management Parameters)
1910         (Cursor Parameters, Font and Color Parameters): Add indexing for
1911         frame parameters.  (Bug#6929)
1913 2010-08-25  Tom Tromey  <tromey@redhat.com>
1915         * vol2.texi (Top): Update.
1916         * vol1.texi (Top): Update.
1917         * tips.texi (Library Headers): Mention Package-Version and
1918         Package-Requires.
1919         * package.texi: New file.
1920         * os.texi (System Interface): Update pointers.
1921         * elisp.texi (Top): Link to new nodes.  Include package.texi.
1922         * anti.texi (Antinews): Update pointers.
1924 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
1926         * processes.texi (Filter Functions): Fix last change.
1928 2010-08-24  Markus Triska  <triska@gmx.at>
1930         * processes.texi (Filter Functions): Use `buffer-live-p' instead
1931         of `buffer-name' in the main text as well as in the example
1932         (Bug#3098).
1934 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1936         * nonascii.texi (Text Representations):
1937         * loading.texi (Loading Non-ASCII):
1938         * compile.texi (Byte Compilation): Don't mention obsolete
1939         --unibyte command-line argument.
1941 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1943         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1945 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1947         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1949 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1951         * commands.texi (Misc Events): Add cross-references to where
1952         POSITION of a mouse event is described in detail.
1954 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
1956         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
1958 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1960         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1961         Suggested by Štěpán Němec <stepnem@gmail.com>.
1963 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1965         * minibuf.texi (High-Level Completion): Document args of
1966         `read-buffer-function' (bug#5625).
1968 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1970         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1972 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
1974         * processes.texi (Process Information): Explain process property
1975         `remote-tty'.
1977 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
1979         * modes.texi (Defining Minor Modes): Use C-delete in examples,
1980         instead of "\C-\^?" (bug#6334).
1982         * text.texi (Special Properties): Fix typo.
1984 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
1986         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1987         calling sequences, which are now the standard.
1989 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
1991         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1993         * commands.texi (Command Overview): Mention undo-boundary call.
1995 2010-06-23  Glenn Morris  <rgm@gnu.org>
1997         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1998         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1999         * frames.texi, functions.texi, internals.texi, keymaps.texi:
2000         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2001         * searching.texi, sequences.texi, strings.texi, syntax.texi:
2002         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2003         Untabify Texinfo files.
2005 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
2007         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2009 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
2011         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2013 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
2015         * searching.texi (Regexp Special): Remove obsolete information
2016         about matching non-ASCII characters, and suggest using char
2017         classes (Bug#6283).
2019 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
2021         * minibuf.texi (Basic Completion): Add missing "@end defun".
2023 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2025         * minibuf.texi (Basic Completion): Document completion-boundaries.
2026         (Programmed Completion): Document the new fourth method for boundaries.
2028 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
2030         * display.texi (Image Cache): Update documentation about image caching.
2032 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2034         * windows.texi (Textual Scrolling):
2035         * tips.texi (Coding Conventions):
2036         * minibuf.texi (Minibuffer History):
2037         * maps.texi (Standard Keymaps):
2038         * loading.texi (Where Defined):
2039         * edebug.texi (Instrumenting): Fix typos.
2041 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2043         * keymaps.texi (Menu Bar): Document :advertised-binding property.
2045         * functions.texi (Obsolete Functions):
2046         Document set-advertised-calling-convention.
2048         * minibuf.texi (Basic Completion): Document completion-in-region.
2049         (Programmed Completion): Document completion-annotate-function.
2051         * commands.texi (Reading One Event): Document read-key.
2052         (Distinguish Interactive): Document KIND arg to
2053         called-interactively-p.  Delete obsolete interactive-p.
2055         * elisp.texi (Top): Update node description.
2057 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2059         * nonascii.texi (Character Properties):
2060         Document unicode-category-table.  Add an index entry for Unicode
2061         general category.
2063 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2065         * Version 23.2 released.
2067 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2069         * locals.texi (Standard Buffer-Local Variables):
2070         Remove @ignore'd reference to `direction-reversed'.
2072 2010-04-14  Juri Linkov  <juri@jurta.org>
2074         Fix @deffn without category.
2076         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2077         for `abbrev-insert'.
2079         * buffers.texi (Indirect Buffers): Add category `Command'
2080         to @deffn of `clone-indirect-buffer'.
2082         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2083         for `next-window' and `previous-window'.  Add category `Command'
2084         to @deffn of `pop-to-buffer'.
2086 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
2088         * nonascii.texi (Text Representations): Don't mark
2089         enable-multibyte-characters as a user option.
2091 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2093         * control.texi (Handling Errors): How to re-throw a signal caught
2094         by condition-case.
2096 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
2098         * loading.texi (Hooks for Loading): Document after-load-functions.
2099         Copyedits.
2101 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
2103         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
2105 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2107         * processes.texi (Network Processes): Document seqpacket type.
2109 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2111         * os.texi (System Environment): Do not mention lynxos.
2113 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2115         * Branch for 23.2.
2117 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2119         * objects.texi (Integer Type): Take note of the read syntax
2120         exception for numbers that cannot fit in the integer type.
2122 2010-03-03  Glenn Morris  <rgm@gnu.org>
2124         * numbers.texi (Integer Basics, Bitwise Operations):
2125         * objects.texi (Integer Type): Update for integers now being 30-bit.
2127 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2129         * display.texi (Low-Level Font): Document :otf font-spec property.
2131 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2133         * display.texi (Line Height): Avoid obsolete special default variables
2134         like default-major-mode.
2136 2010-01-28  Alan Mackenzie  <acm@muc.de>
2138         * display.texi (Auto Faces): Say fontification-functions is called
2139         whether or not Font Lock is enabled.  Tidy up the wording a bit.
2141 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2143         * elisp.texi: Remove duplicate edition information (Bug#5407).
2145 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2147         * two.el (volume-header-toc-markup): Fix typos in docstring.
2149 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2151         Avoid dubious uses of save-excursions.
2152         * positions.texi (Excursions): Recommend the use of
2153         save-current-buffer if applicable.
2154         * text.texi (Clickable Text): Fix the example code which used
2155         save-excursion in a naive way which sometimes preserves point and
2156         sometimes not.
2157         * variables.texi (Creating Buffer-Local):
2158         * os.texi (Session Management):
2159         * display.texi (GIF Images):
2160         * control.texi (Cleanups): Use (save|with)-current-buffer.
2162 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2164         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
2166 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2168         * nonascii.texi (Text Representations, Character Codes)
2169         (Converting Representations, Explicit Encoding)
2170         (Translation of Characters): Use hex notation consistently.
2171         (Character Sets): Fix map-charset-chars doc (Bug#5197).
2173 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2175         * loading.texi (Where Defined): Make it clearer that these are
2176         loaded files (Bug#5068).
2178 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
2180         * minibuf.texi (Completion Styles): Document `initials' style.
2182 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
2184         * frames.texi (Resources): Describe inhibit-x-resources.
2185         (Size Parameters): Copyedit.
2187         * hash.texi (Creating Hash):
2188         * objects.texi (Hash Table Type): Document the new hash table
2189         printed representation.
2191         * minibuf.texi (Basic Completion): 4th arg to all-completions is
2192         obsolete.
2194         * processes.texi (Process Buffers):
2195         Document process-kill-buffer-query-function.
2197 2009-12-05  Glenn Morris  <rgm@gnu.org>
2199         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2200         diary-display-function, and no longer recommended to be a hook.
2201         Update for changes in the names of calendar and diary hooks.
2202         diary-print-entries-hook has changed section.
2204 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
2206         * text.texi (Special Properties): More accurate description of
2207         what the `cursor' property does.
2209 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2211         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2212         mouse-wheel-down-event, the closest thing to a definition for them.
2213         * os.texi (Startup Summary): vindex inhibit-startup-message and
2214         inhibit-splash-screen.
2215         (Command-Line Arguments): vindex argv.
2216         (Suspending Emacs): vindex suspend-tty-functions and
2217         resume-tty-functions.  Don't want to index every hook, but having
2218         the programming ones is helpful.
2220 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
2222         * commands.texi (Motion Events): Fix typo (Bug#4907).
2224 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2226         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2227         are affected by case-fold-search (Bug#4483).
2229 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2231         * minibuf.texi (Reading File Names): Note that read-file-name may
2232         use a graphical file dialog.
2234 2009-10-31  Glenn Morris  <rgm@gnu.org>
2236         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
2238 2009-10-16  Kevin Ryde  <user42@zip.com.au>
2240         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2241         in particular so `info-lookup-symbol' can find its docs.
2243 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
2245         * variables.texi (Constant Variables): Distinguish from defconst
2246         variables.
2247         (Defining Variables): Add cindex.
2249 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
2251         * os.texi (Time of Day): Clarify that the microsecond part is
2252         ignored (Bug#4637).
2254 2009-10-11  Glenn Morris  <rgm@gnu.org>
2256         * frames.texi (Size and Position): Clarify what is included in the frame
2257         height.  (Bug#4535)
2259 2009-10-10  Glenn Morris  <rgm@gnu.org>
2261         * windows.texi (Size of Window): The relationship between window and
2262         frame heights is not so simple.  (Bug#4535)
2263         Mention window-full-height-p.
2265 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2267         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2268         used from Lisp.
2270 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
2272         * files.texi (Directory Names) <abbreviate-file-name>:
2273         Document that root home directories are not replaced with "~".
2275 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
2277         * text.texi (Special Properties): Document the meaning of the
2278         `cursor' text property whose value is an integer.
2280 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2282         * files.texi (Magic File Names): Add `copy-directory'.
2284 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2286         * files.texi (File Attributes): Fix description of file
2287         attributes.  (Bug#4638) Update attributes of files.texi example to
2288         be more representative.
2290 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2292         * files.texi (Create/Delete Dirs): New command copy-directory.
2294 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2296         * anti.texi (Antinews):
2297         * macros.texi (Indenting Macros):
2298         * strings.texi (Creating Strings, Case Conversion):
2299         Remove duplicate words.
2301 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2303         * files.texi (Create/Delete Dirs): delete-directory has an
2304         optional parameter RECURSIVE.
2306 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2308         * buffers.texi (Swapping Text): Minor clarification.
2310 2009-10-01  Glenn Morris  <rgm@gnu.org>
2312         * functions.texi (Declaring Functions): Mention that we also search for
2313         ".m" files in the src/ directory.
2315 2009-09-25  David Engster  <deng@randomsample.de>
2317         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2319 2009-09-22  Glenn Morris  <rgm@gnu.org>
2321         * internals.texi (Building Emacs): Mention preloaded-file-list.
2323 2009-09-14  Alan Mackenzie  <acm@muc.de>
2325         * os.texi (Terminal Output): Put "@code{}" around "stdout".
2327 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2329         * functions.texi (Anonymous Functions): Rearrange discussion,
2330         giving usage of unquoted lambda forms first.  Mention that
2331         `function' and `#'' are no longer required (Bug#4290).
2333 2009-09-11  Alan Mackenzie  <acm@muc.de>
2335         * os.texi (Terminal Output): Document `send-string-to-terminal' in
2336         batch mode.
2338 2009-09-01  Glenn Morris  <rgm@gnu.org>
2340         * display.texi (Face Functions): Mention define-obsolete-face-alias.
2342 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
2344         * nonascii.texi (Character Codes): Fix typos.
2346 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2348         * processes.texi (Synchronous Processes): New defvar
2349         process-file-side-effects.
2351 2009-08-25  Glenn Morris  <rgm@gnu.org>
2353         * display.texi (Fontsets): Fix typo.
2355         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2357 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2359         * processes.texi (Asynchronous Processes): Adjust arglist of
2360         start-process-shell-command and start-file-process-shell-command.
2362 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
2364         * advice.texi (Argument Access in Advice): Note that argument
2365         positions are zero-based (Bug#3932).
2367         * commands.texi (Distinguish Interactive): Minor copyedit.
2369         * display.texi (Face Attributes): Add xref to Displaying Faces for
2370         explanation of "underlying face".
2372         * customize.texi (Common Keywords): Add xref to Loading.
2374         * loading.texi (How Programs Do Loading): Add xref to Lisp
2375         Libraries node in the Emacs manual.
2377 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
2379         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2381 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2383         * processes.texi (Shell Arguments): Copyedits.
2385 2009-07-18  Glenn Morris  <rgm@gnu.org>
2387         * loading.texi (Repeated Loading): Fix typo.
2389 2009-07-16  Richard Stallman  <rms@gnu.org>
2391         * buffers.texi (Swapping Text): Recommend setting
2392         write-region-annotate-functions and buffer-saved-size.
2394         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2396 2009-07-15  Glenn Morris  <rgm@gnu.org>
2398         * edebug.texi: Minor re-phrasings throughout.
2399         (Edebug Execution Modes): Sit-for affects continue mode too.
2400         (Jumping): Use `forward-sexp' rather than its keybinding.
2401         (Edebug Misc): Fix Q binding.
2402         (Edebug Eval): Remove cl version.
2403         (Printing in Edebug): Clarify print-length etc.
2404         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2405         (Specification List): Remove edebug-unwrap findex entry.
2406         (Specification Examples): defmacro is actually not the same as defun.
2407         Escape "`" in example.
2409 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2411         * markers.texi (The Mark): Document optional arg to
2412         deactivate-mark.
2414 2009-07-11  Kevin Ryde  <user42@zip.com.au>
2416         * hooks.texi (Standard Hooks): Fix cross-references.
2418         * loading.texi (Named Features): Refer to eval-after-load.
2420 2009-07-11  Glenn Morris  <rgm@gnu.org>
2422         * Makefile.in (TEXI2PDF): New.
2423         (elisp.pdf): New target.
2425         * searching.texi (Regexp Backslash): Fix typo.
2427         * elisp.texi (Top): Display copyright notice at start of non-TeX.
2429 2009-07-10  Glenn Morris  <rgm@gnu.org>
2431         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2433         * customize.texi (Customization Types):
2434         * display.texi (Abstract Display):
2435         * objects.texi (Character Type, String Type):
2436         Merge in some menu descriptions from elisp.texi.
2438         * hash.texi (Hash Tables):
2439         * modes.texi (Multiline Font Lock):
2440         End menu description with period.
2442 2009-07-09  Glenn Morris  <rgm@gnu.org>
2444         * back.texi: Don't hard-code texinfo location.
2446         * two-volume.make (texinfodir): New, with location of texinfo.tex.
2447         (tex): Add texinfodir to TEXINPUTS.
2448         (elisp1med-init, elisp2med-init): Use texinfodir.
2450         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2451         (clean): Add two-volume.make intermediate files.
2453         * elisp.texi, vol1.texi, vol2.texi:
2454         Use a DATE variable with the publication date, and update it.
2455         Fix antinews menu description.
2457         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2458         Update the detailed node listing to match elisp.texi.
2460         * README: Update edition to match elisp.texi.
2462         * objects.texi (General Escape Syntax):
2463         * nonascii.texi (Character Sets):
2464         Use consistent case for "Unicode Standard".
2466         * anti.texi (Antinews):
2467         * customize.texi (Variable Definitions):
2468         * functions.texi (Declaring Functions):
2469         * nonascii.texi (Character Properties):
2470         * processes.texi (Serial Ports):
2471         * text.texi (Special Properties):
2472         * tips.texi (Coding Conventions):
2473         Minor rearrangements to improve TeX line-filling.
2475         * commands.texi (Using Interactive): Fix cross-reference.
2477 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2479         * frames.texi (Management Parameters): Mention sticky.
2481 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
2483         * help.texi (Help Functions): Fix description of help-buffer and
2484         help-setup-xref to use @defun instead of @deffn.
2486 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2488         * frames.texi (Size Parameters): Mention maximized for fullscreen.
2490 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
2492         * display.texi (Window Systems): Add ns to the list.
2494 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2496         * Branch for 23.1.
2498 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
2500         * windows.texi (Dedicated Windows): Fix typo.
2501         (Resizing Windows): Replace @defun by @deffn.
2503 2009-06-17  Glenn Morris  <rgm@gnu.org>
2505         * variables.texi (Directory Local Variables):
2506         Update for 2009-04-11 name-change of dir-locals-directory-alist.
2508 2009-06-09  Kenichi Handa  <handa@m17n.org>
2510         * nonascii.texi (Character Sets): State clearly that FROM and TO
2511         are codepoints of CHARSET.
2513 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
2515         * minibuf.texi (Reading File Names): Fix introductory text.
2516         Suggested by stan@derbycityprints.com.
2517         (High-Level Completion): Fix typo.
2519 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
2521         * frames.texi (Text Terminal Colors): Multi-tty is already
2522         implemented, but tty-local colors are not.
2524 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
2526         * hooks.texi (Standard Hooks): Remove mention of obsolete
2527         redisplay-end-trigger-functions.
2529         * internals.texi (Window Internals): Remove mention of obsolete
2530         redisplay-end-trigger-functions.
2532 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
2534         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2536         * backups.texi (Making Backups): backup-directory-alist and
2537         make-backup-file-name-function are options.
2538         (Auto-Saving): auto-save-list-file-prefix is an option.
2540         * buffers.texi (Killing Buffers): buffer-offer-save is an
2541         option.
2543         * display.texi (Refresh Screen): no-redraw-on-reenter is an
2544         option.
2545         (Echo Area Customization): echo-keystrokes is an option.
2546         (Selective Display): selective-display-ellipses is an option.
2547         (Temporary Displays): temp-buffer-show-function is an option.
2548         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2549         are options.
2550         (Font Selection): face-font-family-alternatives,
2551         face-font-selection-order, face-font-registry-alternatives, and
2552         scalable-fonts-allowed are options.
2553         (Fringe Indicators): indicate-buffer-boundaries is an option.
2554         (Fringe Cursors): overflow-newline-into-fringe is an option.
2555         (Scroll Bars): scroll-bar-mode is an option.
2557         * eval.texi (Eval): max-lisp-eval-depth is an option.
2559         * files.texi (Visiting Functions): find-file-hook is an option.
2560         (Directory Names): directory-abbrev-alist is an option.
2561         (Unique File Names): temporary-file-directory and
2562         small-temporary-file-directory are options.
2564         * frames.texi (Initial Parameters): initial-frame-alist,
2565         minibuffer-frame-alist and default-frame-alist are options.
2566         (Cursor Parameters): blink-cursor-alist and
2567         cursor-in-non-selected-windows ar options.
2568         (Window System Selections): selection-coding-system is an
2569         option.
2570         (Display Feature Testing): display-mm-dimensions-alist is an
2571         option.
2573         * help.texi (Help Functions): help-char and help-event-list are
2574         options.
2576         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2577         an option.
2579         * minibuf.texi (Minibuffer History): history-length and
2580         history-delete-duplicates are options.
2581         (High-Level Completion): read-buffer-function and
2582         read-buffer-completion-ignore-case are options.
2583         (Reading File Names): read-file-name-completion-ignore-case is
2584         an option.
2586         * modes.texi (Mode Line Top): mode-line-format is an option.
2587         (Mode Line Variables): mode-line-position and mode-line-modes
2588         are options.
2590         * nonascii.texi (Text Representations):
2591         enable-multibyte-characters is an option.
2592         (Default Coding Systems): auto-coding-regexp-alist,
2593         file-coding-system-alist, auto-coding-alist and
2594         auto-coding-functions are options.
2595         (Specifying Coding Systems): inhibit-eol-conversion is an
2596         option.
2598         * os.texi (Init File): site-run-file is an option.
2599         (System Environment): mail-host-address is an option.
2600         (User Identification): user-mail-address is an option.
2601         (Terminal Output): baud-rate is an option.
2603         * positions.texi (Word Motion): words-include-escapes is an
2604         option.
2606         * searching.texi (Standard Regexps): page-delimiter,
2607         paragraph-separate, paragraph-separate and sentence-end are
2608         options.
2610         * text.texi (Margins): left-margin and fill-nobreak-predicate
2611         are options.
2613         * variables.texi (Local Variables): max-specpdl-size is an
2614         option.
2616         * windows.texi (Choosing Window):
2617         split-window-preferred-function, special-display-function and
2618         display-buffer-function are options.
2620 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
2622         Fix errors spotted by Martin Rudalics.
2624         * syntax.texi (Position Parse): Document rationale for ignored
2625         arguments to syntax-ppss-flush-cache.
2627         * processes.texi (Input to Processes): Mark PROCESS arg to
2628         process-running-child-p as optional.
2629         (Network Options): Document NO-ERROR arg to
2630         set-network-process-option.
2632         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2633         command.
2635         * searching.texi (POSIX Regexps): Mark posix-search-forward and
2636         posix-search-backward as commands.
2638         * os.texi (Killing Emacs): Mark kill-emacs as a command.
2639         (Suspending Emacs): Mark suspend-emacs as a command.
2640         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2641         commands.
2642         (Terminal Output): Remove obsolete function baud-rate.
2643         Document TERMINAL arg for send-string-to-terminal.
2645         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2646         terminal-coding-system and set-terminal-coding-system.
2647         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2648         as optional.
2649         (Character Sets): Document RESTRICTION arg of char-charset.
2650         (Character Codes): Mark POS argument to get-byte as optional.
2652         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2653         minibuffer-message.
2655         * files.texi (Create/Delete Dirs): Mark make-directory and
2656         delete-directory as commands.
2658         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2660         * text.texi (Base 64): Mark base64-decode-string and
2661         base64-encode-string as commands.
2662         (Columns): Mark move-to-column as a command.
2663         (Mode-Specific Indent): Document RIGID arg to
2664         indent-for-tab-command.
2665         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2666         Mark indent-code-rigidly as a command.
2667         (Substitution): Mark translate-region as a command.
2669         * frames.texi (Size and Position): Remove obsolete functions
2670         screen-height and screen-width.
2672 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
2674         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2675         (Displaying Buffers, Resizing Windows): Correct mistakes;
2676         next-window, previous-window, and pop-to-buffer are not commands,
2677         and fit-window-to-buffer" is a command.  (Pointed out by Martin
2678         Rudalics.)
2680 2009-05-17  Richard M Stallman  <rms@gnu.org>
2682         * modes.texi (Precalculated Fontification): Clarify text.
2684 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
2686         * windows.texi (Selecting Windows): Clarify descriptions of
2687         with-selected-window and get-lru-window.
2688         (Cyclic Window Ordering): Refer to particular frame when talking
2689         about how splitting affects the ordering.
2690         (Displaying Buffers): Fix descriptions of switch-to-buffer and
2691         switch-to-buffer-other-window.  Explain how setting of
2692         display-buffer-reuse-frames affects pop-to-buffer.
2693         (Choosing Window): Clarify some details in descriptions of
2694         display-buffer-reuse-frames, pop-up-frames, and
2695         pop-up-frame-function.
2696         (Dedicated Windows): Clarify some details.
2697         (Textual Scrolling): Replace term vscroll by term vertical
2698         scroll position.
2699         (Vertical Scrolling): Fix typo.
2700         (Window Hooks): Relate text on jit-lock-register to window
2701         scrolling and size changes.
2703 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
2705         * frames.texi (Initial Parameters): Clarify what the initial
2706         minibuffer frame is.
2707         (Buffer Parameters): Note that the minibuffer parameter can not be
2708         altered.
2710         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
2711         Document display-buffer changes.
2713 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
2715         * anti.texi (Antinews): Rewrite for Emacs 22.
2717         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2718         obarrays are first mentioned.  Define "system abbrev" more
2719         prominently, and add it to the index.
2720         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2721         Copyedits.
2722         (Abbrev Expansion): Document abbrev-insert.
2724 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
2726         * frames.texi (Font and Color Parameters): Rename from Color
2727         Parameters.  Document font-backend parameter.
2729         * vol2.texi (Top): Update node listing.
2730         * vol1.texi (Top): Update node listing.
2731         * elisp.texi (Top): Update node listing.
2733 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
2735         * windows.texi (Choosing Window): Don't explicitly refer to
2736         split-window-sensibly's window argument in descriptions of
2737         split-height-threshold and split-width-threshold.
2739 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
2741         * windows.texi (Choosing Window): Fix rewrite of window
2742         splitting section.
2744 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
2746         * nonascii.texi (Default Coding Systems):
2747         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2748         Add indexing.
2749         (Lisp and Coding Systems): Add index entries.
2751 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
2753         * windows.texi (Choosing Window): Describe split-window-sensibly
2754         and rewrite section on window splitting accordingly.
2755         (Textual Scrolling): Replace `...' by @code{...}.
2757 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
2759         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2760         Remove obsoleted pre-abbrev-expand-hook.
2762         * locals.texi (Standard Buffer-Local Variables): Consolidate table
2763         entries.
2765         * internals.texi (Object Internals): Don't assume 32-bit machines
2766         are the norm.
2767         (Buffer Internals): Consolidate table entries for readability.
2768         (Window Internals): Synch field names to window.h.
2769         (Process Internals): Synch field names to process.h.
2771 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
2773         * variables.texi (File Local Variables): Note that read-circle is
2774         bound to nil when reading file-local variables.
2776         * streams.texi (Input Functions): Document read-circle.
2777         (Output Variables): Add xref to Circular Objects.
2779 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
2781         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
2782         Features and Coding System Basics.  Node that "p" stands for
2783         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
2784         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2785         mouse-appearance-menu.
2786         (Programming Tips): Add xref to Progress.
2788 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
2790         * os.texi (Command-Line Arguments):
2791         Document command-line-args-left.
2792         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
2793         terminal objects for tty arguments.
2794         (Startup Summary): Add xref to Session Management.
2795         (Session Management): Mention emacs-session-restore.  Copyedits.
2797 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
2799         * os.texi (Startup Summary): Copyedits.  The init file is not
2800         necessarily named .emacs now.  Document initial-buffer-choice and
2801         initial-scratch-message.  Note where Emacs exits in batch mode.
2802         Document inhibit-splash-screen as an alias.
2803         (Init File): Be neutral about which init file name to use.
2805 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
2807         * os.texi (System Interface): Fix Texinfo usage.
2809 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
2811         * searching.texi (Regexp Backslash): Also refer to shy groups as
2812         non-capturing or unnumbered groups.
2813         (Regexp Functions): Add cross-reference to Regexp Backslash.
2815         * display.texi (Truncation): Overlays can use line-prefix and
2816         wrap-prefix too.
2817         (Overlay Properties): Document wrap-prefix and line-prefix.
2818         (Face Attributes): Document underline-minimum-offset.
2819         (Face Remapping): Copyedits.
2820         (Low-Level Font): Copyedits.
2821         (Image Cache): Note that the image cache is shared between frames.
2822         (Line Height): Emphasize that line-spacing only takes effect on
2823         graphical terminals.
2825 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2827         * display.texi (Refresh Screen): Note that a passage about screen
2828         refreshing is text terminal only.
2829         (Forcing Redisplay): Delete misleading comment---sit-for calls
2830         redisplay, not the other way around.
2831         (Truncation): Note new values of truncate-partial-width-windows.
2832         Copyedits.
2833         (Invisible Text): Document invisible-p.
2835 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2837         * display.texi (Overlays): Overlays don't scale well.  See
2838         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2840 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
2842         * syntax.texi (Syntax Table Functions): Document cons cell
2843         argument for modify-syntax-entry.
2844         (Categories): Document cons cell argument for
2845         modify-category-entry.
2847         * searching.texi (String Search): Document word-search-forward-lax
2848         and word-search-backward-lax.
2849         (Searching and Case): Describe isearch behavior more precisely.
2851         * keymaps.texi (Tool Bar): Mention that some platforms do not
2852         support multi-line toolbars.  Suggested by Stephen Eglen.
2854         * frames.texi (Layout Parameters): Mention that Nextstep also
2855         allows only one tool-bar line.  Suggested by Stephen Eglen.
2857         * nonascii.texi (Text Representations): Copyedits.
2858         (Coding System Basics): Also mention utf-8-emacs.
2859         (Converting Representations, Selecting a Representation)
2860         (Scanning Charsets, Translation of Characters, Encoding and I/O):
2861         Copyedits.
2862         (Character Codes): Mention role of codepoints 1114112 to 4194175.
2864 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
2866         * text.texi (Yank Commands): Note that yank uses push-mark.
2867         (Filling): Clarify REGION argument of fill-paragraph.
2868         Document fill-forward-paragraph-function.
2869         (Special Properties): Remove "new in Emacs 22" declaration.
2870         (Clickable Text): Merge with Links and Mouse-1 node.
2872         * display.texi (Button Properties, Button Buffer Commands):
2873         Change xref to Clickable Text.
2875         * tips.texi (Key Binding Conventions): Change xref to Clickable
2876         Text.
2878         * elisp.texi (Top): Update node listing.
2880 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
2882         * markers.texi (The Mark): Copyedits.  Improve description of
2883         handle-shift-selection.
2884         (The Region): Move use-region-p here from The Mark.
2886         * positions.texi (Screen Lines): Document (cols . lines) argument
2887         for vertical-motion.
2889 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
2891         * frames.texi (Frames): Clean up introduction.  Document `ns'
2892         return value for framep.
2893         (Creating Frames): Note how the terminal is chosen.
2894         (Multiple Terminals, Multiple Displays): Merge into a single node.
2895         (Color Parameters): Fix typo.
2897         * variables.texi (Local Variables, Buffer-Local Variables)
2898         (Creating Buffer-Local): Change link to Multiple Terminals.
2900         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2902         * keymaps.texi (Controlling Active Maps): Change link to Multiple
2903         Terminals.
2905         * commands.texi (Command Loop Info, Keyboard Macros): Change link
2906         to Multiple Terminals.
2908         * elisp.texi (Top): Update node listing.
2909         * vol2.texi (Top): Update node listing.
2910         * vol1.texi (Top): Update node listing.
2912         * buffers.texi (Current Buffer): Note that the append-to-buffer
2913         example is no longer in synch with the latest code.  Tie the two
2914         examples together.
2916         * files.texi (File Attributes): Move note about MS-DOS from
2917         Changing Files to File Attributes.
2918         (Create/Delete Dirs): Note that mkdir is an alias for this.
2920 2009-04-01  Markus Triska  <triska@gmx.at>
2922         * processes.texi (Filter Functions): Suggest how to handle output
2923         batches.
2925 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
2927         * help.texi (Accessing Documentation): Update example to use
2928         help-setup-xref and with-help-window.
2929         (Help Functions): Remove print-help-return-message, which is
2930         semi-obsolete due to with-help-window.  Document help-buffer and
2931         help-setup-xref.
2933 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
2935         * help.texi (Accessing Documentation, Help Functions):
2936         Remove information about long-obsolete Emacs versions.
2938         * modes.texi (Mode Line Variables): The default values of the mode
2939         line variables are now more complicated.
2941 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
2943         * modes.texi (Major Mode Conventions): Note that specialness is
2944         inherited.
2945         (Derived Modes): Note that define-derive-mode sets the mode-class
2946         property.
2948         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2949         goto-map.  Add search-map to the list.
2951 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
2953         * os.texi (System Environment): Update the list of system-type
2954         values.
2956         * markers.texi (The Mark) <handle-shift-selection>: Update for
2957         removal of the optional argument DEACTIVATE.
2959 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
2961         * commands.texi (Focus Events): Most X window managers don't use
2962         focus-follows-mouse nowadays.
2964 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
2966         * commands.texi (Defining Commands): Clarify introduction.
2967         (Using Interactive): Not that interactive can be put in a symbol
2968         property.
2969         (Interactive Call): Note that a symbol with a non-nil
2970         interactive-form property satisfies commandp.
2972 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
2974         * minibuf.texi (Intro to Minibuffers): Fix typos.
2976 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
2978         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
2979         about minibuffers in old Emacs versions.  Copyedits.
2980         Emphasize that enable-recursive-minibuffers defaults to nil.
2981         (Text from Minibuffer): Simplify introduction.
2983 2009-03-22  Alan Mackenzie  <acm@muc.de>
2985         * commands.texi (Using Interactive): Clarify string argument to
2986         `interactive' - even promptless elements need \n separators.
2988 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
2990         * minibuf.texi (Completion Styles): New node.
2992         * elisp.texi (Top): Update node listing.
2994 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
2996         * minibuf.texi (Basic Completion): Note that
2997         read-file-name-completion-ignore-case and
2998         read-buffer-completion-ignore-case can override
2999         completion-ignore-case.
3000         (Minibuffer Completion): Document completing-read changes.
3001         (Completion Commands): Avoid mentioning partial completion mode.
3002         Document minibuffer-completion-confirm changes, and
3003         minibuffer-confirm-exit-commands.
3004         (High-Level Completion): Document new require-match behavior for
3005         read-buffer.  Document read-buffer-completion-ignore-case.
3006         (Reading File Names): Document new require-match behavior for
3007         read-file-name.
3009 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
3011         * debugging.texi (Error Debugging): Don't mislead the reader into
3012         thinking that debug-on-error enters debugger for C-f at EOB.
3013         (Error Debugging): Setting debug-on-init within the init file
3014         works, and has for some time.
3016 2009-03-13  Kenichi Handa  <handa@m17n.org>
3018         * display.texi (Fontsets): Update the description.
3020 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
3022         * advice.texi (Advising Primitives): Link to What Is a Function.
3024 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
3026         * compile.texi (Speed of Byte-Code): Update example.
3027         (Disassembly): Update examples.
3029         * loading.texi (Repeated Loading): Simplify examples.
3031         * customize.texi (Common Keywords): It's not necessary to use :tag
3032         to remove hyphens, as custom-unlispify-tag-name does it
3033         automatically.
3034         (Variable Definitions): Link to File Local Variables.
3035         Document customized-value symbol property.
3036         (Customization Types): Move menu to end of node.
3038 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
3040         * macros.texi (Compiling Macros): Omit misleading sentence, which
3041         implied that macros can only be used in the same file they are
3042         defined.
3043         (Backquote): Remove obsolete information about Emacs 19.
3045 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
3047         * display.texi (Display Margins): Fix paren typo.
3049 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
3051         * elisp.texi (Top): Update node listing.
3053         * variables.texi (Variables): Clarify introduction.
3054         (Global Variables): Mention that setq is a special form.
3055         (Local Variables): Use active voice.
3056         (Tips for Defining): Mention marking variables as safe.
3057         (Buffer-Local Variables): Mention terminal-local and frame-local
3058         variables together.
3059         (File Local Variables): Copyedits.
3060         (Frame-Local Variables): Note that they are not really useful.
3061         (Future Local Variables): Node deleted.
3063         * objects.texi (General Escape Syntax): Update explanation of
3064         Unicode escape syntax.
3066 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
3068         * control.texi (Control Structures): Add cindex entry for "textual
3069         order".
3071         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
3072         instead of "expression" throughout.
3073         (Function Indirection): Copyedits.  Use active voice.
3074         (Eval): The default value of max-lisp-eval-depth is now 400.
3076 2009-02-23  Miles Bader  <miles@gnu.org>
3078         * processes.texi (System Processes): Rename `system-process-attributes'
3079         to `process-attributes'.
3081 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3083         * symbols.texi (Property Lists): Emphasize that property lists are
3084         not restricted to symbol cells.
3085         (Other Plists): Copyedit.
3087         * sequences.texi (Sequences Arrays Vectors): Make introduction
3088         more concise.
3089         (Arrays): Mention char-tables and bool-vectors too.
3090         (Vectors): Don't repeat information given in Arrays node.  Link to
3091         nodes that explain the vector usage examples.
3092         (Char-Tables): Note that char-table elements can have arbitrary
3093         type.  Explain effect of omitted char-table-extra-slots property.
3094         Link to Property Lists node.
3096 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3098         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3099         `append'.
3100         (List Elements): Copyedits.
3102         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3103         of `vconcat'.
3105         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
3106         Emacs 20 usage of `concat'.
3107         (Case Conversion): Copyedits.
3109 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
3111         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3112         Minor edits.
3113         (Frame Configuration Type): Emphasize that it is not primitive.
3114         (Font Type): New node.
3115         (Type Predicates): Add fontp; type-of now recognizes font object
3116         types.
3118         * intro.texi (Version Info): Update version numbers in examples.
3119         (Acknowledgements): List more contributors.
3121         * elisp.texi: Bump version number to 3.0.
3122         (Top): Link to Font Type node.
3124 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3126         * modes.texi (Major Mode Conventions): Remove duplicate words.
3127         (Customizing Keywords): Fix typo.
3129 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
3131         * nonascii.texi (User-Chosen Coding Systems): Document that
3132         select-safe-coding-system suggests raw-text if there are raw bytes
3133         in the region.
3134         (Explicit Encoding): Warn not to use `undecided' when encoding.
3136 2009-02-11  Glenn Morris  <rgm@gnu.org>
3138         * frames.texi (Visibility of Frames): Mention the effect multiple
3139         workspaces/desktops can have on visibility.
3141 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
3143         * text.texi (Commands for Insertion):
3144         * commands.texi (Event Mod):
3145         * keymaps.texi (Searching Keymaps):
3146         * nonascii.texi (Translation of Characters):
3147         Reinstate documentation of translation-table-for-input.
3148         (Explicit Encoding): Document the `charset' text property produced
3149         by decode-coding-region and decode-coding-string.
3151 2009-01-27  Alan Mackenzie  <acm@muc.de>
3153         * modes.texi (Search-based Fontification): Correct a typo.
3155 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
3157         * abbrevs.texi (Abbrev Table Properties): Fix typo.
3158         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
3160 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
3162         * display.texi (Window Systems): Document the value of
3163         `initial-window-system' under --daemon.
3165         * os.texi (System Environment): Remove description of the
3166         `environment' function which has been deleted.
3168 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
3170         * frames.texi (Multiple Displays): Remove documentation for
3171         removed function make-frame-on-tty.
3173 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
3175         * files.texi (Format Conversion Piecemeal): Clarify behavior of
3176         write-region-annotate-functions.
3177         Document write-region-post-annotation-function.
3179 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
3181         * display.texi (Font Lookup): Document WIDTH argument of
3182         x-list-fonts.
3184 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
3186         * maps.texi (Standard Keymaps): Rename function-key-map to
3187         local-function-key-map.
3189         * keymaps.texi (Translation Keymaps): Rename function-key-map to
3190         local-function-key-map.
3192         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3193         and `set-keyboard-coding-system' now accept an optional terminal
3194         argument.
3196         * commands.texi (Event Mod): `keyboard-translate-table' is now
3197         terminal-local.
3198         (Function Keys): Rename function-key-map to
3199         local-function-key-map.
3201         * elisp.texi (Top): Make @detailmenu be consistent with changes in
3202         frames.texi.
3204         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
3205         `delete-terminal-functions', `suspend-tty-functions' and
3206         `resume-tty-functions'.
3208         * frames.texi (Frames): Document `frame-terminal' and
3209         `terminal-live-p'.
3210         (Multiple Displays): Document `make-frame-on-tty'.
3211         (Multiple Terminals): Document `terminal-list', `delete-terminal',
3212         `terminal-name', and `get-device-terminal'.
3213         (Terminal Parameters): Document `terminal-parameters',
3214         `terminal-parameter', and `set-terminal-parameter'.
3216         * os.texi (System Environment): Document `environment' and
3217         `initial-environment'.
3218         (Suspending Emacs): Update for multi-tty; document
3219         `suspend-tty', `resume-tty', and `controlling-tty-p'.
3221         * nonascii.texi (Coding System Basics): More accurate description
3222         of `raw-text'.
3224 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
3226         * display.texi (Low-Level Font): Fix typo.
3228 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
3230         * elisp.texi (Top): Update node listing.
3232         * display.texi (PostScript Images): Node deleted.
3234 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
3236         * processes.texi (Decoding Output): Document that null bytes force
3237         no-conversion for reading process output.
3239         * files.texi (Reading from Files): Document that null bytes force
3240         no-conversion when visiting files.
3242         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
3244         * nonascii.texi (Lisp and Coding Systems):
3245         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
3246         (Character Properties): Improve wording.
3248 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
3250         * display.texi (Font Lookup): Remove obsolete function
3251         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
3252         (Low-Level Font): Rename from Fonts, move to end of Faces section.
3253         (Font Selection): Reorder order of variable descriptions.
3254         Minor clarifications.
3256         * elisp.texi (Top): Update node listing.
3258 2009-01-09  Glenn Morris  <rgm@gnu.org>
3260         * commands.texi (Command Loop Info): Say that last-command-char and
3261         last-input-char are obsolete aliases.
3263         * edebug.texi (Edebug Recursive Edit): Remove separate references to
3264         last-input-char and last-command-char, since they are just aliases for
3265         last-input-event and last-command-event.
3267         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3268         last-command-char.
3270 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3272         * elisp.texi: Update node listing.
3274         * display.texi (Faces): Put Font Selection node after Auto Faces.
3275         (Face Attributes): Don't link to Font Lookup.
3276         Document font-family-list.
3277         (Fonts): New node.
3279 2009-01-08  Jason Rumney  <jasonr@gnu.org>
3281         * frames.texi (Pointer Shape): Clarify that only X supports
3282         changing the standard pointer shapes.  (Bug#1485)
3284 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3286         * display.texi (Attribute Functions): Note that a function value
3287         :height is relative, and that compatibility functions work by
3288         calling set-face-attribute.
3289         (Displaying Faces): Reorder list in order of increasing priority.
3290         (Face Remapping): New node.  Content moved here from Displaying
3291         Faces.
3292         (Glyphs): Link to Face Functions.
3294 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3296         * display.texi (Faces): Don't discuss face id here.  facep does
3297         not return t.
3298         (Defining Faces): Minor clarification.
3299         (Face Attributes): Rearrange items to match docstring of
3300         set-face-attribute.  Add :foundry attribute.  Document new role of
3301         :font attribute.  Texinfo usage fix.
3302         (Attribute Functions): Copyedits.
3303         (Face Functions): Note that face number is seldom used.
3305 2009-01-05  Richard M Stallman  <rms@gnu.org>
3307         * strings.texi (Predicates for Strings): Minor clarification.
3309         * functions.texi (Function Safety): Texinfo usage fix.
3311 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
3313         * objects.texi (General Escape Syntax): Fix typo.
3315 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
3317         * windows.texi (Choosing Window): Say that pop-up-frame-alist
3318         works via the default value of pop-up-frame-function.
3320 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
3322         * processes.texi (System Processes): Document the `time' and
3323         `ctime' attributes of `system-process-attributes'.
3325 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3327         * display.texi (Face Attributes): Clarify :height attribute.
3329 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3331         * buffers.texi (The Buffer List): Clarify what moves a buffer to
3332         the front of the buffer list.  Add entries for `last-buffer' and
3333         `unbury-buffer'.
3335 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3337         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3338         and its subsections.
3340         * frames.texi (Multiple Terminals, Low-level Terminal)
3341         (Terminal Parameters, Frames on Other TTY devices): New sections.
3342         (Frames): Add an xref to "Multiple Terminals".
3344         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3346         * objects.texi (Terminal Type): New node.
3347         (Editing Types): Add it to the menu.
3349         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3350         Variables".
3352         * variables.texi (Directory Local Variables): New node.
3353         (Variables): Add a menu item for it.
3355         * loading.texi (Autoload): Document `generate-autoload-cookie' and
3356         `generated-autoload-file'.
3358 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
3360         * os.texi (Startup Summary): Add xref to documentation of
3361         `initial-window-system'.
3363         * display.texi (Window Systems): Document `window-system' the
3364         function.  The variable `window-system' is now frame-local.
3365         Document `initial-window-system'.
3367 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
3369         * windows.texi (Windows): Rewrite description of
3370         fit-window-to-buffer.
3372 2008-12-13  Glenn Morris  <rgm@gnu.org>
3374         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
3375         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3377 2008-12-12  Glenn Morris  <rgm@gnu.org>
3379         * debugging.texi (Error Debugging): Refer forwards to
3380         eval-expression-debug-on-error.
3382 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
3384         * strings.texi (String Basics): Only unibyte strings that
3385         represent key sequences hold 8-bit raw bytes.
3387         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3388         paragraph to speak about `undecided'.
3389         (Character Properties): Don't explain the meaning of each
3390         property; instead, identify their Unicode Standard names.
3391         (Character Sets): Document `map-charset-chars'.
3393 2008-12-02  Glenn Morris  <rgm@gnu.org>
3395         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3396         section yet again.
3398 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
3400         * nonascii.texi (Character Properties): New Section.
3401         (Specifying Coding Systems): Document
3402         `coding-system-priority-list', `set-coding-system-priority', and
3403         `with-coding-priority'.
3404         (Lisp and Coding Systems): Document `check-coding-systems-region'
3405         and `coding-system-charset-list'.
3406         (Coding System Basics): Document `coding-system-aliases'.
3408         * elisp.texi (Top): Add a @detailmenu entry for "Character
3409         Properties".
3411         * objects.texi (Character Type): Correct the range of Emacs
3412         characters.  Add an @xref to "Character Codes".
3414         * strings.texi (String Basics): Add an @xref to "Character Codes".
3416         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3418         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3419         (Character Codes): Document `max-char'.
3421 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3423         * nonascii.texi (Text Representations, Converting Representations)
3424         (Character Sets, Scanning Charsets, Translation of Characters):
3425         Make text more accurate.
3427 2008-11-28  Glenn Morris  <rgm@gnu.org>
3429         * files.texi (Format Conversion Round-Trip): Improve previous change.
3431 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3433         * modes.texi (Auto Major Mode): Fix example.
3435 2008-11-25  Glenn Morris  <rgm@gnu.org>
3437         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3439         * files.texi (Format Conversion Round-Trip):
3440         Use active voice for previous change.
3442 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3444         * os.texi (Processor Run Time):
3445         * processes.texi (Transaction Queues):
3446         * markers.texi (The Mark):
3447         * windows.texi (Choosing Window, Selecting Windows):
3448         * files.texi (Changing Files, Magic File Names):
3449         * commands.texi (Key Sequence Input):
3450         * functions.texi (Declaring Functions):
3451         * strings.texi (Predicates for Strings):
3452         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3454 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3456         * help.texi (Accessing Documentation): Update example.
3458         * variables.texi (Defining Variables): Note that `*' is not
3459         necessary if defcustom is used.
3461 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
3463         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3464         Characters" from @detailmenu.
3466         * nonascii.texi (Character Codes, Character Sets)
3467         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3468         (Chars and Bytes, Splitting Characters): Sections removed.
3470 2008-11-22  Lute Kamstra  <lute@gnu.org>
3472         * positions.texi (Text Lines): Update goto-line documentation.
3474 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
3476         * frames.texi (Frames): Fix typo, add cross references, reword.
3477         (Initial Parameters): Reword special-display-frame-alist text.
3478         (Frames and Windows): Reword.  Describe argument norecord for
3479         set-frame-selected-window.
3480         (Input Focus): Describe argument norecord for select-frame.
3481         Remove comment on MS-Windows behavior for focus-follows-mouse.
3482         (Raising and Lowering): Mention windows-frames dichotomy in
3483         metaphor.
3485         * windows.texi (Displaying Buffers, Vertical Scrolling)
3486         (Horizontal Scrolling): Fix indenting and rewording issues
3487         introduced with 2008-11-07 change.
3489 2008-11-20  Glenn Morris  <rgm@gnu.org>
3491         * files.texi (Format Conversion Round-Trip): Mention `preserve'
3492         element of `format-alist'.
3494 2008-11-19  Glenn Morris  <rgm@gnu.org>
3496         * doclicense.texi: Update to FDL 1.3.
3497         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3499 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
3501         * windows.texi (Window Hooks): Remove *-end-trigger-functions
3502         vars, which are obsolete.  Mention jit-lock-register.
3504         * modes.texi (Other Font Lock Variables):
3505         Document jit-lock-register and jit-lock-unregister.
3507         * frames.texi (Color Parameters): Document alpha parameter.
3509 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
3511         * windows.texi (Splitting Windows, Deleting Windows)
3512         (Selecting Windows, Cyclic Window Ordering)
3513         (Buffers and Windows, Displaying Buffers, Choosing Window)
3514         (Dedicated Windows, Window Point, Window Start and End)
3515         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3516         (Size of Window, Resizing Windows, Window Configurations)
3517         (Window Parameters): Avoid @var at beginning of sentences and
3518         reword accordingly.
3520 2008-11-11  Lute Kamstra  <lute@gnu.org>
3522         * files.texi (File Name Components): Fix file-name-extension
3523         documentation.
3525 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
3527         * frames.texi (Basic Parameters): Remove display-environment-variable
3528         and term-environment-variable.
3530 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3532         * windows.texi (Basic Windows, Splitting Windows)
3533         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3534         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3535         (Resizing Windows, Window Configurations, Window Parameters):
3536         Fix wording and markup.
3538 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
3540         * windows.texi (Windows): Update entries.
3541         (Basic Windows): Remove listing of attributes.  Reword.
3542         (Splitting Windows, Deleting Windows): Reword.
3543         (Selecting Windows, Cyclic Window Ordering): Reword with special
3544         emphasis on order of recently selected windows and buffer list.
3545         (Buffers and Windows, Choosing Window): Reword with special
3546         emphasis on dedicated windows.
3547         (Displaying Buffers): Reword.  For switch-to-buffer mention that
3548         it may fall back on pop-to-buffer.  For other-window try to
3549         explain how it treats the cyclic ordering of windows.
3550         (Dedicated Windows): New node and section discussing dedicated
3551         windows and associated functions.
3552         (Window Point): Add entry for window-point-insertion-type.  Reword.
3553         (Window Start and End): Rename node and section title.  Reword.
3554         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3555         Minor rewording.
3556         (Size of Window): Reword, in particular text on window-width.
3557         (Resizing Windows): Reword.  Add text on balancing windows.
3558         (Window Configurations): Reword.  Mention window parameters.
3559         (Window Parameters): New node and section on window parameters.
3560         (Window Hooks): Reword.  Mention that
3561         window-configuration-change-hook is run "buffer-locally".
3562         * elisp.texi (Top): Update Windows entries in @detailmenu
3563         section.
3565 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3567         * searching.texi (Regexp Search): Fix typo.
3569 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3571         * searching.texi (Regexp Search): Document GREEDY arg.
3572         (Simple Match Data): Fix return value.
3574 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
3576         * nonascii.texi (Text Representations): Rewrite to make consistent
3577         with Emacs 23 internal representation of characters.
3578         Document `unibyte-string'.
3580 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
3582         * processes.texi (Process Information): Note that process-status
3583         does not accept buffer names.
3585 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3587         * positions.texi (Skipping Characters): Correct return value of
3588         skip-chars-forward.
3590 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3592         * windows.texi (Deleting Windows): Update documentation of
3593         delete-windows-on.
3594         (Buffers and Windows): Update documentations of
3595         get-buffer-window and get-buffer-window-list.
3596         (Displaying Buffers): Update documentation of
3597         replace-buffer-in-windows.
3599         * buffers.texi (Current Buffer): Reword set-buffer and
3600         with-current-buffer documentations.
3601         (Creating Buffers): Reword documentation of get-buffer-create.
3603 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
3605         * buffers.texi (Current Buffer): Reword documentation of
3606         set-buffer.
3607         (Buffer Names): Reword documentation of buffer-name.
3608         (The Buffer List): For bury-buffer explain what happens with the
3609         buffer's window.
3610         (Creating Buffers): Say that get-buffer-create's arg is called
3611         buffer-or-name.
3613 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3615         * advice.texi (Computed Advice): Explain what DEFINITION is.
3617         * nonascii.texi (Character Codes): Remove obsolete function
3618         char-valid-p, and document characterp instead.
3620 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
3622         * windows.texi (Displaying Buffers): Reword documentation of
3623         pop-to-buffer.
3624         (Choosing Window): Rewrite documentation of display-buffer and
3625         its options.
3627         * buffers.texi (Killing Buffers): Update documentation of
3628         kill-buffer.
3630 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
3632         * processes.texi (Serial Ports): Fix wording and improve markup.
3634         * searching.texi (Regexp Search): Document `string-match-p' and
3635         `looking-at-p'.
3636         (POSIX Regexps): Add an xref for "non-greedy".
3637         (Regexp Special): Add @cindex entry for "non-greedy".
3639         * display.texi (Attribute Functions): Document `face-all-attributes'.
3640         (Image Cache) <image-refresh>: Minor wording fixes.
3642         * frames.texi (Color Names): Add an xref to `read-color'.
3644         * minibuf.texi (High-Level Completion): Document `read-color'.
3646         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3648         * positions.texi (Narrowing): Add an xref to "Swapping Text".
3650         * buffers.texi (Swapping Text): New section, documents
3651         `buffer-swap-text'.
3653 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
3655         * windows.texi (Resizing Windows): Minor wording fix.
3657 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3659         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3660         and `combine-and-quote-strings'.
3662         * strings.texi (Creating Strings): Add xrefs for them.
3664 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3666         * elisp.texi (Top): Make descriptive text for "Reading File Names"
3667         match the corresponding menu in minibuf.texi.
3669         * minibuf.texi (Reading File Names): Document `read-shell-command'
3670         and `minibuffer-local-shell-command-map'.
3672 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3674         * windows.texi (Resizing Windows): Remove var{} around "window" in
3675         documentation of enlarge-window.
3676         Rewrite documentation of window-min-height and window-min-width.
3678 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3680         * functions.texi (Calling Functions): Document `apply-partially'.
3682         * hooks.texi (Standard Hooks): Mention
3683         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3685         * variables.texi (File Local Variables): Document
3686         `file-local-variables-alist', `before-hack-local-variables-hook'
3687         and `hack-local-variables-hook'.
3689         * processes.texi (Synchronous Processes): Document `process-lines'.
3691         * customize.texi (Variable Definitions):
3692         Document `custom-reevaluate-setting'.
3694 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
3696         * windows.texi (Choosing Window, Deleting Windows)
3697         (Displaying Buffers): Expand documentation of dedicated windows.
3699 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3701         * files.texi (Changing Files): Document symbolic input of file
3702         modes to `set-file-modes'.  Document `read-file-modes' and
3703         `file-modes-symbolic-to-number'.
3705         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3706         and `search-map'.
3708         * searching.texi (Search and Replace):
3709         Document `replace-search-function' and `replace-re-search-function'.
3710         Document `multi-query-replace-map'.
3712         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3713         (Completion Commands, Reading File Names):
3714         Rename `minibuffer-local-must-match-filename-map' to
3715         `minibuffer-local-filename-must-match-map'.
3716         (Minibuffer Completion): The `require-match' argument to
3717         `completing-read' can now have the value `confirm-only'.
3719         * windows.texi (Displaying Buffers): Minor wording fix.
3720         (Choosing Window): `split-height-threshold' can now be nil.
3721         Document `split-width-threshold'.  `pop-up-frames' can have the
3722         value `graphic-only'.
3724 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
3726         * os.texi (Startup Summary): Document `before-init-time' and
3727         `after-init-time'.  Document `initial-window-system' and
3728         `window-system-initialization-alist'.  Document reading the
3729         abbrevs file.  Document the call to `server-start' under --daemon.
3730         Rearrange a bit to be consistent with the code flow.
3731         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3732         (Time Parsing): Document `format-seconds'.
3734 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
3736         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3737         and reword.
3739 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
3741         * markers.texi (The Mark): Document use-region-p.
3743 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
3745         * internals.texi (Writing Emacs Primitives): The interactive spec
3746         of a primitive can be a Lisp form.
3748         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3749         values of transient-mark-mode.  Document handle-shift-selection.
3751         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3752         (Interactive Examples): Show an example of `^'.
3753         (Key Sequence Input): Document this-command-keys-shift-translated.
3754         (Defining Commands, Using Interactive): The interactive-form of a
3755         function can be added via its symbol's property.
3757         * positions.texi (List Motion): beginning-of-defun-function can
3758         now accept an argument.
3760         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3761         now return a list of strings.
3763         * control.texi (Handling Errors): Document ignore-errors.
3765         * frames.texi (Creating Frames): Document frame-inherited-parameters.
3766         (Parameter Access): Document set-frame-parameter.
3768         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3769         Hooks" for the effect of kill-all-local-variables on local hook
3770         functions.
3772         * modes.texi (Major Mode Conventions, Mode Line Variables):
3773         `mode-name' need not be a string.  xref to "Mode Line Data" for
3774         details, and to "Emulating Mode Line" for computing a string
3775         value.
3777 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
3779         * processes.texi (System Processes): New section.
3780         (Processes, Signals to Processes): Add xrefs to it.
3782         * objects.texi (Editing Types): A `process' is a subprocess of
3783         Emacs, not just any process running on the OS.
3785         * elisp.texi (Top): Adjust the @detailmenu for the above two
3786         changes.
3788         * sequences.texi (Char-Tables): Remove documentation of
3789         set-char-table-default, which has no effect since Emacs 23.
3790         <char-table-range, set-char-table-range>: Don't mention generic
3791         characters and charsets.  Add a cons cell as a possible argument.
3793         * nonascii.texi (Splitting Characters)
3794         (Translation of Characters): Don't mention generic characters.
3796         * display.texi (Fontsets): Don't mention generic characters.
3798         * sequences.texi (Char-Tables): `map-char-table' can now call its
3799         argument FUNCTION with a cons cell as KEY.
3801 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
3803         * objects.texi (Primitive Function Type): Move "@cindex special
3804         forms" from here...
3806         * eval.texi (Special Forms): ...to here.
3808         * functions.texi (What Is a Function): `functionp' returns nil for
3809         special forms.  Add an xref.
3811         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3812         Variables".
3814         * variables.texi (Frame-Local Variables): New section.
3815         (Buffer-Local Variables): Add an xref to it.
3816         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3817         have both frame-local and buffer-local binding.
3819         * frames.texi (Frames): Mention multiple tty frames.
3820         (Frame Parameters, Parameter Access): Mention frame-local variable
3821         bindings.
3823 2008-09-20  Glenn Morris  <rgm@gnu.org>
3825         * display.texi (Defining Faces): Recommend against face variables.
3827 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
3829         * display.texi (Echo Area Customization): Fix typo.
3831 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3833         * loading.texi (Where Defined): Add `defface' item.
3835 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3837         * loading.texi (Where Defined): Fix description of symbol-file.
3839 2008-08-26  Jason Rumney  <jasonr@gnu.org>
3841         * display.texi (TIFF Images): New section describing :index property.
3843 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3845         * display.texi (Temporary Displays): Remove unnecessary comment
3846         about usage of temp-buffer-show-hook.
3848 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3850         * symbols.texi (Other Plists): Fix incorrect example.
3851         Suggested by Florian Beck.
3853 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3855         * os.texi: Fix previous change.
3857 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3859         * os.texi:
3860         * intro.texi:
3861         * files.texi: Remove VMS support.
3863 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3865         * os.texi:
3866         * frames.texi:
3867         * display.texi: Remove mentions of Mac Carbon.
3869 2008-07-01  Miles Bader  <miles@gnu.org>
3871         * text.texi (Special Properties):
3872         * display.texi (Truncation): Add wrap-prefix and line-prefix.
3874 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
3876         * display.texi (Other Image Types): Fix copy/paste error; say
3877         "PBM", not "XBM".
3879 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3881         * os.texi: Remove references to obsolete systems.
3883 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3885         * makefile.w32-in (distclean): Remove makefile.
3887 2008-06-17  Glenn Morris  <rgm@gnu.org>
3889         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3890         (elisp, dist): Remove rules and variables that are obsolete now
3891         the lisp manual is no longer distributed separately.
3893 2008-06-16  Glenn Morris  <rgm@gnu.org>
3895         * configure, configure.in, mkinstalldirs: Remove unused files.
3897         * book-spine.texinfo: Set version to 23.0.60.
3898         * vol1.texi (EMACSVER):
3899         * vol2.texi (EMACSVER): Set to 23.0.60.
3901         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3902         as per maintain.info.
3904 2008-06-15  Glenn Morris  <rgm@gnu.org>
3906         * makefile.w32-in (manual): Use "23" rather than "21".
3908         * Makefile.in (emacsver): New, set by configure.
3909         (manual): Use emacsver.
3911         * intro.texi: Report bugs using M-x report-emacs-bug.
3913         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3915 2008-06-13  Daniel Engeler  <engeler@gmail.com>
3917         * elisp.texi, internals.texi, processes.texi: Add documentation
3918         about serial port access.
3920 2008-06-05  Miles Bader  <miles@gnu.org>
3922         * display.texi (Displaying Faces): Update to reflect function
3923         renamings in face-remap.el.
3925 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
3927         * display.texi (Fontsets): Fix typos.
3929 2008-06-03  Miles Bader  <miles@gnu.org>
3931         * display.texi (Displaying Faces): Add add-relative-face-remapping,
3932         remove-relative-face-remapping, set-base-face-remapping,
3933         and set-default-base-face-remapping.
3935 2008-06-01  Miles Bader  <miles@gnu.org>
3937         * display.texi (Displaying Faces): Add face-remapping-alist.
3939 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3941         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3942         variable names.
3944 2008-05-03  Eric S. Raymond  <esr@golux>
3946         * keymaps.texi: Clarify that (current-local-map) and
3947         (current-global-map) return references, not copies.
3949 2008-05-02  Juri Linkov  <juri@jurta.org>
3951         * minibuf.texi (Text from Minibuffer): Document a list of
3952         default values for `read-from-minibuffer'.
3954 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
3956         * nonascii.texi (Translation of Characters): Fix previous change.
3958 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
3960         * display.texi (Overlay Properties): Clarify role of underlying
3961         textprop and overlay keymaps for display strings.
3963         * keymaps.texi (Active Keymaps): Ditto.
3965 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3967         * minibuf.texi (Programmed Completion):
3968         Replace dynamic-completion-table with the new completion-table-dynamic.
3970 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
3972         * intro.texi (Some Terms): Change "fonts in this manual" index
3973         entry to "typographic conventions".
3975 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
3977         * objects.texi (Text Props and Strings): Add indexing for read
3978         syntax of text properties.
3980 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3982         * processes.texi (Decoding Output): Remove process-filter-multibyte
3983         functions.
3985 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
3987         * display.texi (Finding Overlays): Say that empty overlays at
3988         the end of the buffer are reported too.
3990 2008-03-13  Glenn Morris  <rgm@gnu.org>
3992         * elisp.texi (EMACSVER): Set to 23.0.60.
3994 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
3996         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
3998 2008-02-22  Glenn Morris  <rgm@gnu.org>
4000         * frames.texi (Position Parameters): Clarify the description of
4001         `left' and `top', using information from "Geometry".
4002         (Geometry): Give a pointer to "Position Parameters", rather than
4003         repeating information.
4005 2008-02-11  Glenn Morris  <rgm@gnu.org>
4007         * objects.texi (Equality Predicates): No longer talk about "two"
4008         functions.
4010 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
4012         * objects.texi (Equality Predicates): Add defun for
4013         equal-including-properties.
4015 2008-02-10  Glenn Morris  <rgm@gnu.org>
4017         * objects.texi (Equality Predicates):
4018         Mention equal-including-properties.
4020 2008-02-07  Richard Stallman  <rms@gnu.org>
4022         * windows.texi (Window Start): Mention the feature of moving
4023         window-start to start of line.
4025 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
4027         * keymaps.texi (Tool Bar): Document rtl property.
4029 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
4031         * display.texi (Button Types):
4032         For define-button-type, clarify type of NAME.
4034 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
4036         * buffers.texi (Buffer Modification): Fix typo.
4038 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4040         * os.texi (System Environment): Remove references to OSes that are
4041         not supported anymore.
4043 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4045         * os.texi (System Environment): Remove mention for Masscomp.
4047 2008-01-04  Richard Stallman  <rms@gnu.org>
4049         * display.texi (Faces): Don't talk about internal face vector as arg
4050         to facep.
4052         * customize.texi (Type Keywords): Fix previous change.
4054         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4055         * elisp.texi (Top): Fix menu for commands.texi change.
4057 2007-12-30  Richard Stallman  <rms@gnu.org>
4059         * commands.texi (Accessing Mouse): Rename from Accessing Events.
4060         (Accessing Scroll): New node broken out of Accessing Mouse.
4062 2007-12-28  Richard Stallman  <rms@gnu.org>
4064         * frames.texi (Size Parameters): Fix typo.
4065         (Basic Parameters): For `title', refer to title bar.
4066         (Size and Position): Explain meaning of frame pixel width and height.
4068 2007-12-23  Richard Stallman  <rms@gnu.org>
4070         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4071         Improve some of the commented-out keywords' text too.
4073 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
4075         * nonascii.texi (Encoding and I/O): Reword to avoid saying
4076         "visit the current buffer".
4078         * os.texi (System Interface): Fix typo.
4080 2007-12-04  Richard Stallman  <rms@gnu.org>
4082         * objects.texi (Symbol Type): Fix typo.
4084 2007-12-03  Richard Stallman  <rms@gnu.org>
4086         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4088 2007-12-01  Glenn Morris  <rgm@gnu.org>
4090         * functions.texi (Declaring Functions): Improve previous change.
4092 2007-11-30  Glenn Morris  <rgm@gnu.org>
4094         * functions.texi (Declaring Functions): Add optional fourth
4095         argument of declare-function, and setting third argument to `t'.
4097 2007-11-29  Richard Stallman  <rms@gnu.org>
4099         * customize.texi (Composite Types): Document `group' type.
4101 2007-11-29  Glenn Morris  <rgm@gnu.org>
4103         * functions.texi (Declaring Functions): Add findex.
4104         Mention `external' files.
4106 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
4108         * functions.texi (Declaring Functions): Fix directive.
4110 2007-11-25  Richard Stallman  <rms@gnu.org>
4112         * help.texi (Help Functions): Clean up last change.
4114         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4116         * loading.texi (Named Features): Minor cleanup.
4118         * macros.texi (Eval During Expansion): Minor cleanup.
4120         * variables.texi (Variable Aliases): Minor cleanup.
4122 2007-11-24  Richard Stallman  <rms@gnu.org>
4124         * functions.texi (Declaring Functions): Clarify previous change.
4126         * compile.texi (Compiler Errors): Clarify previous change.
4128 2007-11-24  Richard Stallman  <rms@gnu.org>
4130         * display.texi (Refresh Screen, Forcing Redisplay):
4131         Clarify the text and move items around.
4133 2007-11-24  Glenn Morris  <rgm@gnu.org>
4135         * functions.texi (Declaring Functions): New section.
4136         * compile.texi (Compiler Errors): Mention declaring functions,
4137         defvar with no initvalue, and byte-compile-warnings.
4139 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
4141         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4142         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4144 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
4146         * help.texi (Help Functions): Document new macro `with-help-window'.
4148 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4150         * searching.texi (Replacing Match): Describe new
4151         `match-substitute-replacement'.
4153 2007-10-31  Richard Stallman  <rms@gnu.org>
4155         * strings.texi (Creating Strings): Null strings from concat not unique.
4157 2007-10-26  Richard Stallman  <rms@gnu.org>
4159         * objects.texi (Equality Predicates): Null strings are uniquified.
4161         * minibuf.texi: Minor clarifications in previous change.
4163 2007-10-25  Glenn Morris  <rgm@gnu.org>
4165         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4167 2007-10-24  Richard Stallman  <rms@gnu.org>
4169         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4171         * variables.texi (Frame-Local Variables): Node deleted.
4172         (Variables): Delete Frame-Local Variables from menu.
4173         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4174         (Default Value): Don't mention frame-local vars.
4176         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4178         * loading.texi (Unloading): Document FEATURE-unload-function
4179         instead of FEATURE-unload-hook.
4181         * frames.texi (Multiple Displays): Don't mention frame-local vars.
4183 2007-10-22  Juri Linkov  <juri@jurta.org>
4185         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4186         (High-Level Completion): Document a list of default value strings
4187         in the DEFAULT argument, for which minibuffer functions return the
4188         first element.
4190 2007-10-17  Juri Linkov  <juri@jurta.org>
4192         * text.texi (Filling): Update arguments of fill-paragraph.
4193         fill-paragraph operates on the active region in Transient Mark mode.
4194         Remove fill-paragraph-or-region.
4196 2007-10-13  Karl Berry  <karl@gnu.org>
4198         * elisp.texi (@dircategory): Move to after @copying,
4199         since we want @copying as close as possible to the beginning of
4200         the output.
4202 2007-10-12  Richard Stallman  <rms@gnu.org>
4204         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4206         * commands.texi (Distinguish Interactive): New node,
4207         broken out from Interactive Call and rewritten.
4208         (Command Loop): Put Distinguish Interactive in menu.
4210 2007-10-09  Richard Stallman  <rms@gnu.org>
4212         * text.texi (Examining Properties): Mention overlay priority.
4214         * display.texi (Display Margins): Correct the description
4215         of margin display specifications.
4216         (Replacing Specs): New subnode broken out of Display Property.
4218 2007-10-06  Juri Linkov  <juri@jurta.org>
4220         * text.texi (Filling): Document fill-paragraph-or-region.
4222 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
4224         * display.texi (Auto Faces): Fix typo.
4226 2007-10-02  Richard Stallman  <rms@gnu.org>
4228         * display.texi (Display Property): Explain some display specs
4229         don't let you move point in.
4231         * frames.texi (Cursor Parameters):
4232         Describe cursor-in-non-selected-windows here.  Explain more values.
4234         * windows.texi (Basic Windows): Don't describe
4235         cursor-in-non-selected-windows here.
4237 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
4239         * processes.texi (Misc Network): Note that these functions are
4240         supported only on some systems.
4242 2007-10-01  Richard Stallman  <rms@gnu.org>
4244         * display.texi (Overlay Properties): Explain nil as priority.
4245         Explain that conflicts are unpredictable if not resolved by
4246         priorities.
4248 2007-09-23  Richard Stallman  <rms@gnu.org>
4250         * macros.texi (Backquote): Minor clarification.
4252 2007-09-19  Richard Stallman  <rms@gnu.org>
4254         * display.texi (Display Property): Explain multiple display specs.
4255         Clarify when they work in parallel and when one overrides.
4256         Fix error in example.
4258 2007-09-06  Glenn Morris  <rgm@gnu.org>
4260         Move from lispref/ to doc/lispref/.  Change all setfilename
4261         commands to use ../../info.
4262         * Makefile.in (infodir): Go up one more level.
4263         (usermanualdir): Change from ../man to ../emacs.
4264         (miscmanualdir): New.
4265         (dist): Use new variable miscmanualdir.
4266         * makefile.w32-in (infodir, texinputdir): Go up one more level.
4267         (usermanualdir): Change from ../man to ../emacs.
4269 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
4271         * commands.texi (Command Loop Info): Advise against changing
4272         most variables described here.  Explain new variable
4273         last-repeatable-command.
4275 2007-08-29  Glenn Morris  <rgm@gnu.org>
4277         * elisp.texi (EMACSVER): Increase to 23.0.50.
4279 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4281         * frames.texi (Basic Parameters): Add display-environment-variable
4282         and term-environment-variable.
4284 2007-08-28  Juri Linkov  <juri@jurta.org>
4286         * display.texi (Image Formats, Other Image Types): Add SVG.
4288 2007-08-28  Juri Linkov  <juri@jurta.org>
4290         * display.texi (Images): Move formats-related text to new node
4291         "Image Formats".
4292         (Image Formats): New node.
4294 2007-08-27  Richard Stallman  <rms@gnu.org>
4296         * windows.texi (Window Configurations): Clarify what
4297         a window configuration saves.
4299 2007-08-25  Richard Stallman  <rms@gnu.org>
4301         * display.texi (Images): Delete redundant @findex.
4303 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4305         * text.texi (Change Hooks): (after|before)-change-functions are no
4306         longer bound to nil while running; rather inhibit-modification-hooks
4307         is t.
4309 2007-08-16  Richard Stallman  <rms@gnu.org>
4311         * processes.texi (Asynchronous Processes):
4312         Clarify doc of start-file-process.
4314 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
4316         * modes.texi (Example Major Modes): Fix typo.
4318 2007-08-08  Glenn Morris  <rgm@gnu.org>
4320         * intro.texi (nil and t): Do not use `iff' in documentation.
4322         * tips.texi (Documentation Tips): Recommend against `iff'.
4324 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4326         * display.texi (Image Cache): Document image-refresh.
4328 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
4330         * windows.texi (Size of Window): Document window-full-width-p.
4332 2007-07-25  Glenn Morris  <rgm@gnu.org>
4334         * gpl.texi (GPL): Replace license with GPLv3.
4336         * Relicense all FSF files to GPLv3 or later.
4338 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4340         * processes.texi (Synchronous Processes):
4341         Add `process-file-shell-command'.
4342         (Asynchronous Processes): Mention restricted use of
4343         `process-filter' and `process-sentinel' in
4344         `start-file-process'.  Add `start-file-process-shell-command'.
4346 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
4348         * files.texi (Magic File Names): Introduce optional parameter
4349         IDENTIFICATION for `file-remote-p'.
4351 2007-07-16  Richard Stallman  <rms@gnu.org>
4353         * display.texi (Defining Faces): Fix previous change.
4355 2007-07-14  Richard Stallman  <rms@gnu.org>
4357         * control.texi (Handling Errors): Document `debug' in handler list.
4359 2007-07-10  Richard Stallman  <rms@gnu.org>
4361         * display.texi (Defining Faces): Explain C-M-x feature for defface.
4363 2007-07-09  Richard Stallman  <rms@gnu.org>
4365         * files.texi (Magic File Names): Rewrite previous change.
4367 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
4369         * files.texi (Magic File Names): Introduce optional parameter
4370         CONNECTED for `file-remote-p'.
4372 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
4374         * processes.texi (Asynchronous Processes):
4375         * files.texi (Magic File Names): Add `start-file-process'.
4377 2007-06-27  Richard Stallman  <rms@gnu.org>
4379         * files.texi (Format Conversion Piecemeal):
4380         Clarify `after-insert-file-functions' calling convention.
4382 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
4384         * files.texi (Magic File Names): Remove `dired-call-process'.
4385         Add `process-file'.
4387 2007-06-27  Kenichi Handa  <handa@m17n.org>
4389         * text.texi (Special Properties): Fix description about
4390         `composition' property.
4392 2007-06-26  Kenichi Handa  <handa@m17n.org>
4394         * nonascii.texi (Default Coding Systems): Document about the
4395         return value `undecided'.
4397 2007-06-25  David Kastrup  <dak@gnu.org>
4399         * keymaps.texi (Active Keymaps): Document new POSITION argument of
4400         `current-active-maps'.
4402 2007-06-24  Karl Berry  <karl@gnu.org>
4404         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
4406 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
4408         * display.texi (Overlay Arrow): Doc fix.
4410 2007-06-14  Karl Berry  <karl@tug.org>
4412         * anti.texi (Antinews): Typo.
4414 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
4416         * display.texi (Image Cache): Document image-refresh.
4418 2007-06-12  Karl Berry  <karl@gnu.org>
4420         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4421         * two-volume.make: New file.
4422         * .cvsignore: Ignore two-volume files.
4424 2007-06-12  Tom Tromey  <tromey@redhat.com>
4426         * os.texi (Init File): Document user-emacs-directory.
4428 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
4430         * commands.texi (Click Events): Describe width and height when
4431         object is nil.
4433 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
4435         * commands.texi (Click Events): Layout more logically.
4436         Describe width and height.
4437         (Drag Events, Motion Events): Update to new format for position.
4439 2007-06-02  Richard Stallman  <rms@gnu.org>
4441         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4443 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4445         * Version 22.1 released.
4447 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4449         * text.texi (Special Properties): Correct meaning of fontified face.
4451 2007-05-30  Richard Stallman  <rms@gnu.org>
4453         * text.texi (Special Properties): Add link to Adjusting Point.
4455 2007-05-12  Richard Stallman  <rms@gnu.org>
4457         * text.texi (Margins): indent-to-left-margin is not the default.
4458         (Mode-Specific Indent): For indent-line-function, the default
4459         is indent-relative.
4461         * modes.texi (Example Major Modes): Explain last line of text-mode
4462         is redundant.
4464 2007-05-10  Richard Stallman  <rms@gnu.org>
4466         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4468         * help.texi (Keys in Documentation): Add reference to
4469         Documentation Tips.
4471         * files.texi (Format Conversion): TO-FN gets three arguments.
4473         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4475 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
4477         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4478         * files.texi (Format Conversion): Expand intro; add menu.
4479         (Format Conversion Overview, Format Conversion Round-Trip)
4480         (Format Conversion Piecemeal): New nodes/subsections.
4481         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4482         * text.texi (Text Properties): Remove "Saving Properties" from menu.
4483         (Saving Properties): Delete node/subsection.
4485 2007-05-07  Karl Berry  <karl@gnu.org>
4487         * elisp.texi (EMACSVER): Back to 22.
4489 2007-05-06  Richard Stallman  <rms@gnu.org>
4491         * processes.texi (Accepting Output): Revert most of previous change.
4493 2007-05-05  Richard Stallman  <rms@gnu.org>
4495         * processes.texi (Accepting Output): accept-process-output
4496         uses microseconds, not milliseconds.  But that arg is obsolete.
4498 2007-05-04  Karl Berry  <karl@tug.org>
4500         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4502 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
4504         * tips.texi (Documentation Tips): Rearrange items to place the
4505         more important ones first.  Add an index entry for hyperlinks.
4507 2007-05-03  Karl Berry  <karl@gnu.org>
4509         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4510         (EMACSVER) [smallbook]: 22 for printed version.
4512         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4513         so restore anchor to normal position after defun.  Found by Kevin Ryde.
4515 2007-04-26  Glenn Morris  <rgm@gnu.org>
4517         * elisp.texi (EMACSVER): Increase to 22.1.50.
4519 2007-04-28  Karl Berry  <karl@gnu.org>
4521         * elisp.texi: Improve line breaks on copyright page,
4522         similar layout to emacs manual, 8.5x11 by default.
4524 2007-04-24  Richard Stallman  <rms@gnu.org>
4526         * text.texi (Special Properties): Add xref to Overlay Properties.
4528         * display.texi (Overlay Properties): Add xref to Special Properties.
4530 2007-04-22  Richard Stallman  <rms@gnu.org>
4532         * keymaps.texi (Extended Menu Items): Move the info about
4533         format with cached keyboard binding.
4535 2007-04-21  Richard Stallman  <rms@gnu.org>
4537         * text.texi (Special Properties): Clarify previous change.
4539         * files.texi (File Name Expansion): Clarify previous change.
4541         * display.texi (Attribute Functions): Fix example for
4542         face-attribute-relative-p.
4544 2007-04-19  Kenichi Handa  <handa@m17n.org>
4546         * text.texi (Special Properties): Document composition property.
4548 2007-04-19  Glenn Morris  <rgm@gnu.org>
4550         * files.texi (File Name Expansion): Mention "superroot".
4552 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4554         * frames.texi (Multiple Displays): Add note about "multi-monitor"
4555         setups.
4556         (Display Feature Testing): Note that display refers to all
4557         physical monitors for multi-monitor setups.
4559 2007-04-14  Richard Stallman  <rms@gnu.org>
4561         * lists.texi (Sets And Lists): Clarify `delete' examples.
4562         Remove spurious xref to same node.
4563         Clarify xref for add-to-list.
4565 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4567         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4568         value of lisp-mode-map.
4570 2007-04-11  Karl Berry  <karl@gnu.org>
4572         * anti.texi (Antinews):
4573         * display.texi (Overlay Properties, Defining Images):
4574         * processes.texi (Synchronous Processes, Sentinels):
4575         * syntax.texi (Syntax Table Internals):
4576         * searching.texi (Regexp Special):
4577         * nonascii.texi (Default Coding Systems):
4578         * text.texi (Special Properties):
4579         * minibuf.texi (Basic Completion): Wording to improve breaks in
4580         8.5x11 format.
4581         * elisp.texi (smallbook): New @set to more easily switch between
4582         smallbook and 8.5x11.
4584 2007-04-11  Richard Stallman  <rms@gnu.org>
4586         * text.texi (Lazy Properties): Minor fix.
4588 2007-04-08  Karl Berry  <karl@gnu.org>
4590         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4591         * macros.texi (Backquote): Downcase Backquote in index entries for
4592         consistency.
4594 2007-04-08  Richard Stallman  <rms@gnu.org>
4596         * text.texi (Adaptive Fill): Just describe default,
4597         don't show it (since it contains non-ASCII chars).
4599 2007-04-07  Karl Berry  <karl@gnu.org>
4601         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4602         adaptive-fill-regexp's value, since they are not in the standard
4603         TeX fonts.
4605 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
4607         * display.texi (Defining Faces): Fix example.
4609 2007-04-07  Karl Berry  <karl@gnu.org>
4611         * display.texi (Button Buffer Commands): Improve page break.
4613 2007-04-07  Richard Stallman  <rms@gnu.org>
4615         * advice.texi (Activation of Advice): Remove redundant index entry.
4617         * backups.texi: Improve index entries.  Remove redundant ones.
4619         * compile.texi (Byte Compilation): Improve index entry.
4621         * hash.texi (Creating Hash): Improve index entry.
4623         * symbols.texi (Definitions): Improve index entry.
4625         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
4627         * maps.texi (Standard Keymaps): Remove useless index entry.
4629         * help.texi (Documentation Basics): Remove redundant index entries.
4631         * customize.texi: Improve index entries.
4632         Remove redundant/useless ones.
4634         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4636         * streams.texi (Output Variables): Improve index entry.
4638         * abbrevs.texi (Abbrevs): Remove useless index entry.
4640         * macros.texi (Expansion): Remove useless index entry.
4642         * text.texi: Improve index entries.  Remove redundant/useless ones.
4643         (Text Properties, Examining Properties)
4644         (Special Properties): Use "property category" instead of "category"
4645         to refer to the `category' property.
4647         * positions.texi: Improve index entries.  Remove useless one.
4649         * lists.texi: Improve index entries.  Remove redundant/useless ones.
4651         * os.texi: Improve index entries.
4652         (Timers): Fix previous change.
4654         * buffers.texi: Improve index entries.
4655         (Modification Time): Get rid of term "obsolete buffer".
4657         * debugging.texi: Improve index entries.
4658         (Test Coverage): Add xref to other test coverage ftr.
4660         * eval.texi: Improve index entry.  Remove redundant ones.
4662         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
4664         * files.texi: Improve index entries.  Remove redundant/useless ones.
4666         * objects.texi: Improve index entries.
4668         * processes.texi: Improve index entries.
4670         * modes.texi: Improve index entry.  Remove redundant one.
4672         * nonascii.texi: Improve index entries.
4674         * internals.texi: Improve index entries.
4676         * syntax.texi: Improve index entries.
4678         * keymaps.texi (Active Keymaps): Improve index entries.
4680         * commands.texi: Improve index entries.  Remove redundant/useless ones.
4682         * frames.texi: Improve index entries.  Remove redundant/useless ones.
4684         * markers.texi: Improve index entries.  Remove redundant ones.
4686         * tips.texi: Improve index entries.
4688         * loading.texi (Unloading): Improve index entry.
4690         * variables.texi: Improve index entries.  Remove redundant one.
4692         * sequences.texi: Improve index entry.
4694         * display.texi: Improve index entries.  Remove redundant ones.
4696         * windows.texi: Improve index entries.
4698         * searching.texi: Improve index entries.  Remove redundant one.
4700         * strings.texi (Case Tables): Improve last change.
4702 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4704         * strings.texi (Case Tables): Document with-case-table and
4705         ascii-case-table.
4707 2007-04-03  Karl Berry  <karl@gnu.org>
4709         * processes.texi (Network): Reword to improve page break.
4711 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4713         * functions.texi (Inline Functions): Describe more disadvantages
4714         of defsubst, and make advice against it stronger.
4716 2007-04-02  Karl Berry  <karl@gnu.org>
4718         * backups.texi (Backup Names): Avoid widow words.
4719         * modes.texi (Example Major Modes): Align last comment.
4721 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4723         * keymaps.texi (Remapping Commands): Document new arg to
4724         command-remapping.
4726 2007-04-01  Karl Berry  <karl@gnu.org>
4728         * processes.texi (Low-Level Network): Typo.
4729         * loading.texi (Hooks for Loading): Avoid double "the".
4730         * keymaps.texi (Key Sequences): No double "and".
4731         (Changing Key Bindings): Shorten to improve line break.
4733 2007-03-31  Glenn Morris  <rgm@gnu.org>
4735         * os.texi (Timers): Fix description of run-at-time TIME formats.
4737 2007-03-31  Richard Stallman  <rms@gnu.org>
4739         * display.texi (Invisible Text): Correct buffer-invisibility-spec
4740         regarding ellipsis.
4742 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4744         * intro.texi (nil and t):
4745         * symbols.texi (Plists and Alists):
4746         * variables.texi (Variable Aliases, Constant Variables):
4747         * functions.texi (Defining Functions):
4748         * advice.texi (Advising Primitives):
4749         * debugging.texi (Syntax Errors, Compilation Errors):
4750         * minibuf.texi (Minibuffer Windows):
4751         * commands.texi (Adjusting Point):
4752         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4753         (Auto Major Mode, Major Mode Conventions):
4754         * help.texi (Describing Characters):
4755         * files.texi (Create/Delete Dirs, Information about Files)
4756         (File Locks, Writing to Files, Reading from Files)
4757         (Saving Buffers):
4758         * windows.texi (Resizing Windows, Cyclic Window Ordering):
4759         * frames.texi (Finding All Frames):
4760         * positions.texi (Buffer End, Motion):
4761         * markers.texi (The Region):
4762         * text.texi (Deletion, Near Point):
4763         * display.texi (Displaying Messages, Truncation):
4764         * os.texi (Processor Run Time):
4765         * tips.texi (Key Binding Conventions, Programming Tips)
4766         (Warning Tips, Documentation Tips, Comment Tips):
4767         * internals.texi (Memory Usage): Improve indexing.
4769         * variables.texi (Frame-Local Variables):
4770         * functions.texi (Argument List):
4771         * loading.texi (Library Search):
4772         * streams.texi (Output Variables):
4773         * keymaps.texi (Translation Keymaps, Searching Keymaps):
4774         * searching.texi (Replacing Match, Search and Replace):
4775         * processes.texi (Byte Packing, Decoding Output)
4776         (Accepting Output, Network Servers, Shell Arguments):
4777         * display.texi (Abstract Display, Image Cache, Scroll Bars):
4778         * windows.texi (Window Point, Window Start):
4779         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4780         * commands.texi (Reading Input, Keyboard Events):
4781         * minibuf.texi (Reading File Names, Minibuffer Completion)
4782         (Recursive Mini):
4783         * positions.texi (List Motion):
4784         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4785         * numbers.texi (Arithmetic Operations, Math Functions)
4786         (Predicates on Numbers, Comparison of Numbers):
4787         (Numeric Conversions):
4788         * locals.texi (Standard Buffer-Local Variables):
4789         * maps.texi (Standard Keymaps):
4790         * os.texi (User Identification, System Environment, Recording Input)
4791         (X11 Keysyms):
4792         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4793         * backups.texi (Backups and Auto-Saving):
4794         * customize.texi (Customization, Group Definitions)
4795         (Variable Definitions):
4796         * compile.texi (Byte Compilation): Improve index entries.
4798 2007-03-31  Karl Berry  <karl@gnu.org>
4800         * macros.texi (Defining Macros): Avoid widow syllable.
4802 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4804         * elisp.texi (Top): Postscript -> PostScript.
4806         * display.texi (Images, Postscript Images): Postscript -> PostScript.
4808 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4810         * internals.texi (Writing Emacs Primitives): Untabify `For'.
4812 2007-03-30  Karl Berry  <karl@gnu.org>
4814         * lists.texi (List-related Predicates): Remove spurious @need.
4815         (Setcdr): Use @smallexample to improve page break.
4816         (Association Lists) <assoc>: Reword to improve page break.
4818         * strings.texi (String Conversion): Insert blank line to improve
4819         page break.
4821         * numbers.texi (Random Numbers): Use @minus{}.
4822         (Math Functions): Use @minus{}.
4824         * intro.texi (Acknowledgements): Avoid line breaks before middle
4825         initials.
4827 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
4829         * errors.texi (Standard Errors): Add an index entry.
4831 2007-03-19  Richard Stallman  <rms@gnu.org>
4833         * os.texi (Recording Input): recent-keys now gives 300 keys.
4835 2007-03-12  Glenn Morris  <rgm@gnu.org>
4837         * os.texi: Replace "daylight savings" with "daylight saving"
4838         throughout.
4840 2007-03-05  Richard Stallman  <rms@gnu.org>
4842         * variables.texi (File Local Variables):
4843         Update enable-local-variables values.
4845 2007-03-04  Richard Stallman  <rms@gnu.org>
4847         * syntax.texi (Control Parsing): Minor clarification.
4849         * strings.texi (Formatting Strings): Clarify width, precision, flags.
4851         * sequences.texi (Sequence Functions): Move string-bytes away,
4852         add xref.
4854         * nonascii.texi (Text Representations): Move string-bytes here.
4856         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4858         * minibuf.texi (Basic Completion): Minor clarification.
4860         * markers.texi (The Mark): Clarify existence vs activation of mark.
4861         Other cleanup.
4863         * display.texi (Finding Overlays): Write better example.
4865         * compile.texi (Eval During Compile): Clarify putting macros
4866         in eval-when-compile.
4868 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
4870         * loading.texi (How Programs Do Loading): Fix anchor position at
4871         load-read-function definition doc.
4873 2007-02-21  Kim F. Storm  <storm@cua.dk>
4875         * strings.texi (Text Comparison): Mention that assoc-string
4876         converts symbols to strings before testing.
4878 2007-02-17  Kim F. Storm  <storm@cua.dk>
4880         * processes.texi (Bindat Spec): Vector types can have optional
4881         element type.
4882         (Bindat Examples): Fix example.  Add vector with element type.
4884 2007-02-16  Andreas Schwab  <schwab@suse.de>
4886         * strings.texi (Formatting Strings): Document '+' flag.
4888 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4890         * strings.texi (Modifying Strings): Clarify that `clear-string'
4891         always converts the string to unibyte.
4893 2007-02-14  Kim F. Storm  <storm@cua.dk>
4895         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4896         Rewrite glyph code description to refer to these functions.
4897         Remove details of encoding face number and char into integer code.
4899 2007-02-03  Alan Mackenzie  <acm@muc.de>
4901         * loading.texi (Hooks for Loading): Make the description of
4902         `eval-after-load' more detailed, and amend the description of
4903         after-load-alist, in accordance with changes from 2006-05.
4905 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4907         * modes.texi (Defining Minor Modes): Document that a :require
4908         keyword or similar may be required to make saved customization
4909         variables work.
4911 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4913         * elisp.texi (Top): Make the detailed menu headers compliant with
4914         Texinfo guidelines and with what texnfo-upd.el expects.
4915         Add comments to prevent people from inadvertently modifying the key
4916         parts needed by `texinfo-multiple-files-update'.
4918 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4920         * elisp.texi (Top): Update the top-level menus.
4922         * syntax.texi (Categories): Add index entries.
4924 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4926         * display.texi (Attribute Functions): Fix name and description of
4927         the UNDERLINE arg of `set-face-underline-p'.
4929 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
4931         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4932         Variables", and "Standard Keymaps" to the detailed menu.
4934         * variables.texi (Future Local Variables): Add index entry.
4936 2007-01-28  Richard Stallman  <rms@gnu.org>
4938         * tips.texi (Coding Conventions): Clarify the tip about macros
4939         that define a function or a variable.
4941         * files.texi (File Attributes): UID and GID can be floats.
4942         (Magic File Names): Explain why deferring all operations to
4943         the standard handler does not work.
4945 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4947         * backups.texi (Reverting): Use "buffer" instead of "file"
4948         when talking about major and minor modes.
4950 2007-01-21  Richard Stallman  <rms@gnu.org>
4952         * help.texi (Documentation): Add xref to Documentation Tips.
4954 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4956         * tips.texi (Coding Conventions): Fix typos.
4958 2007-01-05  Richard Stallman  <rms@gnu.org>
4960         * modes.texi (Defining Minor Modes): Fix previous change.
4962 2007-01-03  Richard Stallman  <rms@gnu.org>
4964         * customize.texi (Variable Definitions, Customization Types):
4965         Don't use * in doc string for defcustom.
4967 2007-01-02  Richard Stallman  <rms@gnu.org>
4969         * variables.texi (Variable Aliases): Clarify that aliases vars
4970         always have the same value.
4972         * processes.texi (Bindat Spec): Fix Texinfo usage.
4974         * modes.texi (Defining Minor Modes): Explain effect of command
4975         defined with define-global-minor-mode on new buffers.
4977 2006-12-30  Kim F. Storm  <storm@cua.dk>
4979         * keymaps.texi (Tool Bar): Describe `grow-only' value of
4980         `auto-resize-tool-bars'.
4982 2006-12-30  Richard Stallman  <rms@gnu.org>
4984         * keymaps.texi (Active Keymaps): Fix previous change.
4986 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
4988         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4990 2006-12-30  Kim F. Storm  <storm@cua.dk>
4992         * processes.texi (Bindat Spec): Clarify using field names in
4993         length specifications.
4995 2006-12-29  Kim F. Storm  <storm@cua.dk>
4997         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4998         Add count and index variables for eval forms in repeat blocks.
5000 2006-12-24  Richard Stallman  <rms@gnu.org>
5002         * customize.texi (Variable Definitions):
5003         Document new name custom-add-frequent-value.
5005 2006-12-19  Kim F. Storm  <storm@cua.dk>
5007         * commands.texi (Misc Events): User signals now result in sigusr1
5008         and sigusr2 events which are handled through special-event-map.
5009         (Special Events): User signals and drag-n-drop are special.
5011 2006-12-17  Richard Stallman  <rms@gnu.org>
5013         * loading.texi (Named Features): Explain subfeatures better.
5015         * customize.texi: Use "option" only for user options.
5016         For the keyword values inside defcustom etc, say "keywords".
5017         For :options value's elements, say "elements".
5018         :group should not be omitted.
5020         * syntax.texi (Parsing Expressions): Split up node.
5021         (Motion via Parsing, Position Parse, Parser State)
5022         (Low-Level Parsing, Control Parsing): New subnodes.
5023         (Parser State): Document syntax-ppss-toplevel-pos.
5025         * positions.texi (List Motion): Punctuation fix.
5027         * files.texi (File Name Completion): Document PREDICATE arg
5028         to file-name-completion.
5030 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
5032         * internals.texi (Building Emacs, Writing Emacs Primitives):
5033         Add index entries.
5035 2006-12-11  Richard Stallman  <rms@gnu.org>
5037         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5038         affects face menu.  Explain how to make it non-nil without enabling
5039         any fontification.
5041 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5043         * modes.texi (Font Lock Basics): Document nil value of
5044         font-lock-defaults.
5046 2006-12-10  Glenn Morris  <rgm@gnu.org>
5048         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5049         value for system-flag argument.  Abbrev tables may not be empty
5050         when major modes are loaded.
5052 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5054         * makefile.w32-in (maintainer-clean): Partially revert last
5055         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5056         to protect elisp-covers.texi.
5058 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
5060         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5061         Don't remove elisp* info files; they are already deleted by the
5062         `clean' and `distclean' targets, and they are in the $(infodir)
5063         directory, not the current one.
5065 2006-12-04  Kim F. Storm  <storm@cua.dk>
5067         * commands.texi (Misc Events): Update signal events.
5068         (Event Examples): Add signal example.
5070 2006-11-29  Richard Stallman  <rms@gnu.org>
5072         * frames.texi (Visibility of Frames): Explain visible windows
5073         can be covered by others.  Add xref for raise-frame.
5075 2006-11-28  Richard Stallman  <rms@gnu.org>
5077         * searching.texi (Regexp Special): Update when ^ is special.
5079 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
5081         * customize.texi (Customization, Common Keywords)
5082         (Group Definitions, Variable Definitions, Composite Types)
5083         (Type Keywords, Customization Types): Add index entries for
5084         various customization keywords.
5086 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5088         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5090 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5092         * frames.texi (Window System Selections): Remove clipboard from
5093         description of selection-coding-system.
5095 2006-11-06  Richard Stallman  <rms@gnu.org>
5097         * lists.texi (List Variables): Document COMPARE-FN.
5099         * keymaps.texi: Avoid use of "binding" to mean a relation;
5100         use it only to refer to the meaning associated with a key.
5101         (Keymaps): Change menu node description.
5103         * elisp.texi (Top): Change menu node description.
5105         * display.texi (Managing Overlays): Document overlay-recenter.
5107 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
5109         * Makefile.in: Use relative paths to avoid advertising filesystem
5110         contents during compilation.
5112 2006-10-23  Kim F. Storm  <storm@cua.dk>
5114         * commands.texi (Event Input Misc): Update unread-command-events.
5116 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5118         * lists.texi (Sets And Lists): Fix typos.
5120 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5122         * control.texi (Processing of Errors): Use @var for an argument,
5123         not @code.
5125 2006-10-16  Richard Stallman  <rms@gnu.org>
5127         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5129         * keymaps.texi (Format of Keymaps): Show all the keymap element
5130         patterns that result from menu items.
5131         (Key Lookup): Minor cleanups.
5133         * modes.texi (Precalculated Fontification): Don't say that
5134         not setting font-lock-defaults avoids loading font-lock.
5136         * help.texi (Documentation): Move xref to Emacs Manual here.
5137         (Documentation Basics): From here.
5138         Also doc emacs-lisp-docstring-fill-column.
5140         * elisp.texi: Update version and ISBN.
5142         * commands.texi (Interactive Call): Clarify KEYS arg to
5143         call-interactively is a vector.
5144         (Command Loop Info): Delete anchor in this-command-keys.
5145         Add anchor in this-command-keys-vector.
5146         (Recursive Editing): Document how recursive-edit
5147         handles the current buffer.
5149 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
5151         * frames.texi (Frame Titles): %c and %l are ignored in
5152         frame-title-format.
5154 2006-10-11  Richard Stallman  <rms@gnu.org>
5156         * keymaps.texi (Key Sequences): Clarify use of kbd.
5158 2006-10-10  Kim F. Storm  <storm@cua.dk>
5160         * lists.texi (Sets And Lists): Add memql.
5162 2006-10-03  Richard Stallman  <rms@gnu.org>
5164         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5165         Clarify :ascii: and :nonascii:.
5167 2006-09-29  Juri Linkov  <juri@jurta.org>
5169         * modes.texi (%-Constructs): Reorder coding systems in the
5170         documentation of %z to the real order displayed in the modeline.
5172 2006-09-25  Richard Stallman  <rms@gnu.org>
5174         * os.texi (Timers): Describe timer-max-repeats.
5176 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5178         * os.texi (Timers): Mention with-local-quit.
5180 2006-09-24  Richard Stallman  <rms@gnu.org>
5182         * searching.texi (Searching and Matching): Mention property search.
5184         * commands.texi (Command Loop Info): Explain how read-event affects
5185         this-command-keys.
5187 2006-09-20  Richard Stallman  <rms@gnu.org>
5189         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5191         * windows.texi (Window Start): Minor cleanups.
5193 2006-09-20  Kim F. Storm  <storm@cua.dk>
5195         * windows.texi (Window Start): pos-visible-in-window-p allows
5196         specifying t for position to mean "end of window".
5197         Add window-line-height.
5199         * anti.texi (Antinews): Mention window-line-height.
5201 2006-09-19  David Kastrup  <dak@gnu.org>
5203         * keymaps.texi (Searching Keymaps): Small clarification.
5205 2006-09-18  Richard Stallman  <rms@gnu.org>
5207         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5208         cause keyboard menus.
5209         (Menu Keymaps): Likewise.
5210         (Defining Menus, Keyboard Menus): Clarify.
5212         * text.texi (Fields): Clarify explanation of constrain-to-field.
5214 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5216         * variables.texi (Tips for Defining): Fix a typo.
5218 2006-09-15  Richard Stallman  <rms@gnu.org>
5220         * keymaps.texi (Remapping Commands, Searching Keymaps)
5221         (Active Keymaps): Clean up previous change.
5223 2006-09-15  Jay Belanger  <belanger@truman.edu>
5225         * gpl.texi: Replace "Library Public License" by "Lesser Public
5226         License" throughout.
5228 2006-09-15  David Kastrup  <dak@gnu.org>
5230         * keymaps.texi (Active Keymaps): Adapt description to use
5231         `get-char-property' instead `get-text-property'.  Explain how
5232         mouse events change this.  Explain the new optional argument of
5233         `key-binding' and its mouse-dependent lookup.
5234         (Searching Keymaps): Adapt description similarly.
5235         (Remapping Commands): Explain the new optional argument of
5236         `command-remapping'.
5238 2006-09-14  Richard Stallman  <rms@gnu.org>
5240         * keymaps.texi (Searching Keymaps): Clarification.
5241         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5243 2006-09-13  Richard Stallman  <rms@gnu.org>
5245         * objects.texi (Character Type): Node split.
5246         Add xref to Describing Characters.
5247         (Basic Char Syntax, General Escape Syntax)
5248         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5250 2006-09-11  Richard Stallman  <rms@gnu.org>
5252         * display.texi (Display Table Format): Wording clarification.
5253         (Glyphs): Clarifications.
5255 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
5257         * keymaps.texi (Active Keymaps): Mention that key-binding checks
5258         local maps.
5260 2006-09-10  Kim F. Storm  <storm@cua.dk>
5262         * display.texi (Forcing Redisplay): Document return value of
5263         function redisplay.
5265 2006-09-09  Richard Stallman  <rms@gnu.org>
5267         * windows.texi (Window Hooks): Explain limits of
5268         window-scroll-functions.
5270         * display.texi (Fringe Indicators): Update for last change in
5271         indicate-buffer-boundaries.
5273 2006-09-08  Richard Stallman  <rms@gnu.org>
5275         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5277 2006-09-06  Kim F. Storm  <storm@cua.dk>
5279         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5281         * windows.texi (Window Start): Update pos-visible-in-window-p.
5283 2006-09-04  Richard Stallman  <rms@gnu.org>
5285         * processes.texi (Accepting Output): Explain SECONDS=0 for
5286         accept-process-output.
5288         * os.texi (Idle Timers): Explain why timer functions should not
5289         loop until (input-pending-p).
5291 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
5293         * makefile.w32-in (usermanualdir): New variable.
5294         (elisp.dvi): Use it.
5296 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
5298         * buffers.texi (Buffer Modification): Fix last change.
5300 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5302         * buffers.texi (Buffer Modification):
5303         Document buffer-chars-modified-tick.
5305 2006-08-31  Richard Stallman  <rms@gnu.org>
5307         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5309 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
5311         * modes.texi (Syntactic Font Lock):
5312         Mention font-lock-syntactic-face-function
5313         instead of specific faces.
5315 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5317         * display.texi (Images): Add xrref to display-images-p.
5319 2006-08-28  Kenichi Handa  <handa@m17n.org>
5321         * nonascii.texi (Lisp and Coding Systems): Fix description of
5322         detect-coding-region.
5324 2006-08-27  Michael Olson  <mwolson@gnu.org>
5326         * processes.texi (Transaction Queues): Remove stray quote
5327         character.
5329 2006-08-25  Richard Stallman  <rms@gnu.org>
5331         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5332         Add xref.
5334 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5336         * os.texi (Timers): Avoid waiting inside timers.
5338 2006-08-21  Lute Kamstra  <lute@gnu.org>
5340         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5342 2006-08-20  Richard Stallman  <rms@gnu.org>
5344         * os.texi (Idle Timers): New node, split out from Timers.
5345         Document current-idle-time.
5346         * commands.texi (Reading One Event): Update xref.
5347         * elisp.texi (Top): Update subnode menu.
5349 2006-08-16  Richard Stallman  <rms@gnu.org>
5351         * keymaps.texi (Extended Menu Items): Show format of cached
5352         bindings in extended menu items.
5354         * customize.texi (Variable Definitions): Explain when the
5355         standard value expression is evaluated.
5357 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
5359         * commands.texi (Reading One Event): Explain idleness in
5360         `read-event'.
5362 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
5364         * text.texi (Near Point): Say "cursor" not "terminal cursor".
5365         (Commands for Insertion): Remove split-line since it's not
5366         relevant for Lisp programming.
5367         (Yank Commands): Rewrite introduction.
5368         (Undo): Clarify.
5369         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
5370         (Filling): Remove redundant comment.  Clarify return value of
5371         current-justification.
5372         (Margins): Minor clarifications.
5373         (Adaptive Fill): Update default value of adaptive-fill-regexp.
5374         (Sorting): Update definition of sort-lines.
5375         (Columns): Clarify behavior of sort-columns.
5376         (Indent Tabs): Link to Tab Stops in Emacs manual.
5377         (Special Properties): Clarify.
5378         (Clickable Text): Mention Buttons package.
5380 2006-08-12  Kevin Ryde  <user42@zip.com.au>
5382         * os.texi (Time Parsing): Add %z to description of
5383         format-time-string, as per docstring.  Add cross reference to
5384         glibc manual for strftime.
5386 2006-08-08  Richard Stallman  <rms@gnu.org>
5388         * modes.texi: Clean up wording in previous change.
5390 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
5392         * modes.texi (Hooks): Clarify.
5393         (Major Mode Basics): Mention define-derived-mode explicitly.
5394         (Major Mode Conventions): Rebinding RET is OK for some modes.
5395         Mention change-major-mode-hook and after-change-major-mode-hook.
5396         (Example Major Modes): Move to end of Modes section.
5397         (Mode Line Basics): Clarify.
5398         (Mode Line Data): Mention help-echo and local-map in strings.
5399         Explain reason for treatment of non-risky variables.
5400         (Properties in Mode): Clarify.
5401         (Faces for Font Lock): Add font-lock-negation-char-face.
5403 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5405         * strings.texi (Formatting Strings): Warn against arbitrary
5406         strings as first arg to `format'.
5408 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
5410         * text.texi (Clickable Text): Mention `help-echo' text property.
5411         Update intro, examples and associated explanations.
5413 2006-07-31  Richard Stallman  <rms@gnu.org>
5415         * commands.texi: Update xrefs.
5416         (Event Mod): New node, cut out from old Translating Input.
5418         * maps.texi: Update xrefs.
5420         * keymaps.texi (Translation Keymaps): New node.
5421         Update xrefs from Translating Input to Translation Keymaps.
5423         * elisp.texi (Top): Update subnode menu.
5425         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5427         * os.texi (System Interface): Fix menu descriptions of some nodes.
5428         (Translating Input): Node deleted.
5430 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5432         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5434         * lists.texi (Sets And Lists): Likewise.
5436 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
5438         * text.texi (Fields): Mention POS
5439         requirement when narrowing is in effect.
5441 2006-07-28  Richard Stallman  <rms@gnu.org>
5443         * display.texi (Face Attributes): Simplify wording.
5444         (Attribute Functions): Clarify meaning of new-frame default
5445         attribute settings.
5447         * customize.texi (Common Keywords): Document how to use
5448         :package-version in a package not in Emacs.
5450 2006-07-28  Kim F. Storm  <storm@cua.dk>
5452         * commands.texi (Reading One Event): Fix last change.
5454 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5456         * commands.texi (Reading One Event): Document SECONDS argument for
5457         read-event, read-char, and read-char-exclusive.
5459 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5461         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5462         to ensure correct identification.
5464 2006-07-24  Richard Stallman  <rms@gnu.org>
5466         * text.texi (Clickable Text): Clarify.
5468         * sequences.texi (Vector Functions): Delete duplicate xref.
5470         * objects.texi (Function Type): Clarify.
5472         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5473         modes.
5475         * lists.texi (List Variables): New node.
5476         Material moved from other nodes.
5478         * variables.texi (Setting Variables): add-to-list and
5479         add-to-ordered-list moved to List Variables node.
5481 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5483         * text.texi (Links and Mouse-1):
5484         For mouse-on-link-p, expand on arg POS.
5486 2006-07-21  Kim F. Storm  <storm@cua.dk>
5488         * display.texi (Forcing Redisplay): Don't mention systems which
5489         don't support sub-second timers for redisplay-preemption-period.
5491         * os.texi (Terminal Output): Clarify text vs graphical terminal.
5493 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5495         * frames.texi (Input Focus): Document that focus-follows-mouse has
5496         no effect on MS-Windows.
5498 2006-07-18  Richard Stallman  <rms@gnu.org>
5500         * display.texi (Forcing Redisplay): Cleanups in previous change.
5502         * processes.texi (Low-Level Network): Make menu more convenient.
5504 2006-07-18  Kim F. Storm  <storm@cua.dk>
5506         * display.texi (Forcing Redisplay): redisplay-preemption-period
5507         only used on window systems.  Add xref to Terminal Output.
5509         * os.texi (Terminal Output): baud-rate only controls preemption on
5510         non-window systems.  Add xref to Forcing Redisplay.
5512         * processes.texi (Low-Level Network): Rename node "Make Network"
5513         to "Network Processes".
5515 2006-07-18  Karl Berry  <karl@gnu.org>
5517         * variables.texi, functions.texi, customize.texi, loading.texi:
5518         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5520 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5522         * commands.texi (Waiting): Document batch-mode sit-for behavior.
5524 2006-07-17  Richard Stallman  <rms@gnu.org>
5526         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5527         Put period and comma inside quotes.
5529         * loading.texi, markers.texi: Use real doublequote inside menus.
5531         * windows.texi: Put point and comma inside quotes.
5532         (Textual Scrolling): Use @samp for error message.
5534         * variables.texi, tips.texi, syntax.texi, symbols.texi:
5535         * strings.texi, streams.texi, processes.texi, os.texi:
5536         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5537         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5538         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5539         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5540         Put point and comma inside quotes.
5542         * control.texi (Processing of Errors): Add command-error-function.
5544         * variables.texi (File Local Variables): Clarify that
5545         file local variables make buffer-local bindings.
5547         * modes.texi (Syntactic Font Lock): Give default for
5548         font-lock-syntax-table.
5550 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
5552         * text.texi (Special Properties): Clean up previous change.
5554 2006-07-16  Karl Berry  <karl@gnu.org>
5556         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5557         * control.texi: Fix bad page breaks through chapter 10 (control).
5559         * anti.texi (Antinews): Reorder face-attribute fns to avoid
5560         underfull hbox.
5562 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
5564         * text.texi (Special Properties): Describe fontified text property
5565         in relation to a character (not text).
5567 2006-07-15  Kim F. Storm  <storm@cua.dk>
5569         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5570         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5571         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5573         * anti.texi (Antinews): Mention redisplay function.
5574         The kbd macro existed, but was not documented, before 22.x.
5575         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5577 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
5579         * display.texi (Displaying Messages): Add anchor.
5581         * frames.texi (Dialog Boxes): Use it.
5583 2006-07-12  Richard Stallman  <rms@gnu.org>
5585         * objects.texi (Frame Type): Explain nature of frames better.
5587         * frames.texi (Frames): Explain nature of frames better.
5589 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
5591         * tips.texi (Coding Conventions): Explain why use cl at compile time.
5593 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5595         * frames.texi (Window System Selections): Mention scrap support for Mac.
5596         Default value of x-select-enable-clipboard is t on Mac.
5598         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5600 2006-07-11  Kim F. Storm  <storm@cua.dk>
5602         * display.texi (Forcing Redisplay): Add `redisplay' function.
5603         Don't mention (sit-for -1) -- use (redisplay t) instead.
5605         * commands.texi (Waiting): (sit-for -1) is no longer special.
5606         (sit-for 0) is equivalent to (redisplay).
5607         Iconifying/deiconifying no longer makes sit-for return.
5609 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5611         * display.texi (Buttons): Fix typo.
5613         * index.texi, elisp.texi (New Symbols): Comment node out.
5615 2006-07-09  Richard Stallman  <rms@gnu.org>
5617         * display.texi (Truncation): Clean up previous change.
5619 2006-07-08  Richard Stallman  <rms@gnu.org>
5621         * commands.texi (Interactive Call): Use 3 as prefix in example
5622         for execute-extended-command.
5624         * display.texi (Attribute Functions): Move paragraph about
5625         compatibility with Emacs < 21.
5627 2006-07-09  Kim F. Storm  <storm@cua.dk>
5629         * display.texi (Refresh Screen): Clarify force-window-update.
5630         (Truncation): "Normally" indicated by fringe arrows.
5632 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5634         * windows.texi (Textual Scrolling, Resizing Windows):
5635         * variables.texi (Constant Variables):
5636         * text.texi (Buffer Contents, Deletion, Changing Properties)
5637         (Property Search, Special Properties, Sticky Properties)
5638         (Links and Mouse-1, Fields, Change Hooks):
5639         * syntax.texi (Syntax Table Functions, Parsing Expressions)
5640         (Categories):
5641         * symbols.texi (Other Plists):
5642         * streams.texi (Output Variables):
5643         * processes.texi (Input to Processes, Query Before Exit):
5644         * positions.texi (Word Motion, Text Lines, List Motion):
5645         * os.texi (Init File, System Environment, Sound Output)
5646         (Session Management):
5647         * nonascii.texi (Text Representations, Character Sets)
5648         (Chars and Bytes, Locales):
5649         * modes.texi (Defining Minor Modes, Header Lines):
5650         * minibuf.texi (Minibuffer Contents):
5651         * markers.texi (Information from Markers):
5652         * lists.texi (List Elements, Building Lists, Association Lists):
5653         * keymaps.texi (Tool Bar):
5654         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5655         * functions.texi (What Is a Function, Mapping Functions):
5656         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5657         (Color Names, Text Terminal Colors, Display Feature Testing):
5658         * files.texi (Visiting Functions, File Name Components)
5659         (Unique File Names, Contents of Directories):
5660         * display.texi (Forcing Redisplay, Displaying Messages)
5661         (Temporary Displays, Font Selection, Auto Faces)
5662         (Font Lookup, Fringe Indicators, Display Margins)
5663         (Image Descriptors, Showing Images, Image Cache, Button Types)
5664         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5665         (Display Table Format, Glyphs):
5666         * control.texi (Iteration):
5667         * commands.texi (Command Loop Info, Adjusting Point):
5668         * backups.texi (Making Backups, Auto-Saving):
5669         Remove @tindex entries.
5671 2006-07-07  Kim F. Storm  <storm@cua.dk>
5673         * display.texi (Fringe Cursors): Fix typo.
5674         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5675         (Overlay Arrow): Default is overlay-arrow fringe indicator.
5677 2006-07-05  Richard Stallman  <rms@gnu.org>
5679         * text.texi (Buffer Contents): Add example of text props
5680         in result of buffer-substring.
5681         (Text Properties): Explain better about use of specific property names.
5682         (Property Search): Some cleanups; reorder some functions.
5684         * keymaps.texi (Changing Key Bindings): Cleanup.
5685         Add xref to Key Binding Conventions.
5687         * display.texi (Attribute Functions): Add examples for
5688         face-attribute-relative-p.
5690         * tips.texi (Coding Conventions): Cleanup last change.
5692 2006-07-05  Karl Berry  <karl@gnu.org>
5694         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5695         Remove @setchapternewpage odd.
5696         Result is 1013 pages, down from 1100.
5698         * anti.texi, customize.texi, display.texi, internals.texi:
5699         * minibuf.texi, modes.texi, tips.texi:
5700         Fix overfull/underfull boxes.
5702 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5704         * edebug.texi (Instrumenting):
5705         Add Edebug-specific findex for eval-buffer.
5706         * loading.texi (Loading):
5707         Replace eval-current-buffer with eval-buffer.
5709 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5711         * locals.texi (Standard Buffer-Local Variables): Update the list
5712         of variables.
5714 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
5716         * files.texi (File Name Completion): Point user to the node
5717         "Reading File Names".
5719 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5721         * files.texi (Contents of Directories): Document case-insensitive
5722         behavior on respective filesystems.
5724         * objects.texi (Character Type): Document that Emacs signals an
5725         error for unsupported Unicode characters specified as \uNNNN.
5727 2006-06-19  Richard Stallman  <rms@gnu.org>
5729         * processes.texi (Bindat Spec): Clarify previous change.
5731 2006-06-16  Richard Stallman  <rms@gnu.org>
5733         * tips.texi (Coding Conventions): Better explain conventions
5734         for definition constructs.
5736         * text.texi (Special Properties): String value of `read-only'
5737         serves as the error message.
5739         * objects.texi (Character Type): Clarify prev. change.
5740         (Non-ASCII in Strings): Mention \u and \U.
5742         * commands.texi (Using Interactive): Explain problem of
5743         markers, etc., in command-history.
5745 2006-06-14  Kim F. Storm  <storm@cua.dk>
5747         * commands.texi (Waiting): Negative arg to sit-for forces
5748         redisplay even if input is pending.
5750         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5751         redisplay.  Remove incorrect example of binding redisplay-dont-pause
5752         around (sit-for 0).
5754 2006-06-13  Richard Stallman  <rms@gnu.org>
5756         * display.texi (Forcing Redisplay): Clarify previous change.
5758 2006-06-13  Romain Francoise  <romain@orebokech.com>
5760         * display.texi (Forcing Redisplay): Fix typo.
5762 2006-06-13  Kim F. Storm  <storm@cua.dk>
5764         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5766 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5768         * tips.texi (Coding Conventions): Add `@end itemize'.
5770 2006-06-10  Richard Stallman  <rms@gnu.org>
5772         * tips.texi (Coding Conventions): Explain use of coding systems
5773         to ensure one decoding for strings.
5775 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
5777         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5778         syntax.
5780 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
5782         * display.texi (Font Selection): Remove description of
5783         clear-face-cache.
5785         * compile.texi (Eval During Compile): Fix a typo.  Add index
5786         entries for possible uses of eval-when-compile.
5788 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
5790         * display.texi (Abstract Display): Fix typo.
5792 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
5794         * minibuf.texi (Minibuffer History) <history-add-new-input>:
5795         Reword variable's description.
5797 2006-06-01  Richard Stallman  <rms@gnu.org>
5799         * windows.texi (Splitting Windows): Clarify splitting nonselected
5800         window.
5802 2006-05-31  Juri Linkov  <juri@jurta.org>
5804         * minibuf.texi (Minibuffer History): Add history-add-new-input.
5806 2006-05-30  Richard Stallman  <rms@gnu.org>
5808         * display.texi (Line Height): Fix errors in description of
5809         default line height and line-height property.
5811         * nonascii.texi (Default Coding Systems): Further clarification.
5813 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5815         * internals.texi (Pure Storage): Mention that an overflow in pure
5816         space causes a memory leak.
5817         (Garbage Collection): If there was an overflow in pure space,
5818         `garbage-collect' returns nil.
5820 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5822         * nonascii.texi (Default Coding Systems): Fix it some more.
5824 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5826         * nonascii.texi (Default Coding Systems): Fix last change.
5828 2006-05-29  Kenichi Handa  <handa@m17n.org>
5830         * nonascii.texi (find-operation-coding-system): Describe the new
5831         argument format (FILENAME . BUFFER).
5833 2006-05-28  Richard Stallman  <rms@gnu.org>
5835         * tips.texi (Coding Conventions): Better explain reasons not to
5836         advise other packages or use `eval-after-load'.
5838 2006-05-29  Kim F. Storm  <storm@cua.dk>
5840         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5841         `bindat-idx' and `bindat-raw' for clarity.
5843 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5845         * processes.texi (Bindat Spec): Expand on `repeat' handler.
5847         * display.texi (Display): Add "Abstract Display" to menu.
5848         (Abstract Display, Abstract Display Functions)
5849         (Abstract Display Example): New nodes.
5850         * elisp.texi (Top): Add "Abstract Display" to menu.
5852 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
5854         * keymaps.texi (Key Sequences): Link to input events definition.
5855         (Format of Keymaps): Delete material duplicated in Keymap Basics.
5857         * files.texi (Changing Files): Document updated argument list for
5858         copy-file.
5860 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5862         * processes.texi (Bindat Functions): Explain term "total length".
5863         Use it in bindat-length and bindat-pack descriptions.
5865 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5867         * tips.texi (Coding Conventions): Advise against using
5868         eval-after-load in packages.  Add an index entry.
5870 2006-05-25  Juri Linkov  <juri@jurta.org>
5872         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5874         * modes.texi (%-Constructs): Add %e, %z, %Z.
5876 2006-05-25  Richard Stallman  <rms@gnu.org>
5878         * elisp.texi (Top): Update subnode menu.
5880         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5881         (Keymaps): Update menu.
5883 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5885         * keymaps.texi (Key Sequences): Some clarifications.
5887 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5889         * processes.texi (Bindat Functions): Say "unibyte string"
5890         explicitly for bindat-unpack and bindat-pack descriptions.
5891         (Bindat Examples): Don't call `string-make-unibyte' in example.
5893 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5895         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5896         Explain string and vector representations of key sequences.
5898         * keymaps.texi (Changing Key Bindings):
5899         * commands.texi (Interactive Codes):
5900         * help.texi (Describing Characters): Refer to it.
5902 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
5904         * frames.texi (Pointer Shape): @end table -> @end defvar.
5906 2006-05-22  Richard Stallman  <rms@gnu.org>
5908         * elisp.texi (Top): Update subnode menus.
5910         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5911         Contents rewritten; material from old Pointer Shape node moved here.
5913         * display.texi (Pointer Shape): Node deleted.
5914         (Image Descriptors): Minor cleanup.
5916 2006-05-21  Richard Stallman  <rms@gnu.org>
5918         * syntax.texi (Parsing Expressions): Update info on which STATE
5919         elements are ignored.
5921 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5923         * hooks.texi (Standard Hooks): Correct typo.
5925         * gpl.texi (GPL): ifinfo -> ifnottex.
5927 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
5929         * searching.texi (Simple Match Data): Warn about match data being
5930         set anew by every search.
5932 2006-05-17  Richard Stallman  <rms@gnu.org>
5934         * minibuf.texi (Minibuffer History): Clarify.
5936         * searching.texi (Regexp Special): Clarify nested regexp warning.
5938 2006-05-16  Kim F. Storm  <storm@cua.dk>
5940         * minibuf.texi (Minibuffer History): Update add-to-history.
5942 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
5944         * nonascii.texi (Explicit Encoding):
5945         Fix typo (encoding<->decoding).
5947 2006-05-14  Richard Stallman  <rms@gnu.org>
5949         * buffers.texi (Creating Buffers): Cleanup.
5951         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5953 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
5955         * buffers.texi (Current Buffer): Document that with-temp-buffer
5956         disables undo.
5958         * os.texi (Terminal-Specific): More accurate description of how
5959         Emacs searches for the terminal-specific libraries.
5961 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
5963         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5964         emacs-xtra to @inforef's.
5966         * text.texi (Undo): Document that undo is turned off in buffers
5967         whose names begin with a space.
5969         * buffers.texi (Buffer Names): Add index entries for buffers whose
5970         names begin with a space.
5971         (Creating Buffers): Document that undo is turned off in buffers
5972         whose names begin with a space.
5974         * files.texi (Visiting Functions, Reading from Files)
5975         (Saving Buffers): Mention code and EOL conversions by file I/O
5976         primitives and subroutines.
5978         * nonascii.texi (Lisp and Coding Systems):
5979         Document coding-system-eol-type.  Add index entries for eol conversion.
5981         * display.texi (Defining Faces): Mention `mac', and add an xref to
5982         where window-system is described.
5984 2006-05-10  Richard Stallman  <rms@gnu.org>
5986         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5988 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5990         * variables.texi (File Local Variables): Recommend to quote lambda
5991         expressions in safe-local-variable property.
5993 2006-05-09  Richard Stallman  <rms@gnu.org>
5995         * variables.texi (File Local Variables):
5996         Document safe-local-eval-forms and safe-local-eval-function.
5998 2006-05-07  Kim F. Storm  <storm@cua.dk>
6000         * minibuf.texi (Minibuffer History): Remove keep-dups arg
6001         from add-to-history.
6003 2006-05-07  Romain Francoise  <romain@orebokech.com>
6005         * commands.texi (Event Input Misc):
6006         * compile.texi (Eval During Compile):
6007         * internals.texi (Buffer Internals):
6008         * minibuf.texi (Initial Input):
6009         * nonascii.texi (Scanning Charsets):
6010         * numbers.texi (Comparison of Numbers):
6011         * windows.texi (Textual Scrolling, Vertical Scrolling):
6012         Fix various typos.
6014 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6016         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6017         conditional xref's to either emacs or emacs-xtra, depending on
6018         @iftex/@ifnottex.
6020         * minibuf.texi (Minibuffer History): Document add-to-history.
6022 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
6024         * internals.texi (Pure Storage): Mention the pure overflow message
6025         at startup.
6027 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
6029         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6030         (Searching Keymaps): Fix pseudo-Lisp description of keymap
6031         search.
6033 2006-05-01  Richard Stallman  <rms@gnu.org>
6035         * intro.texi (nil and t): Clarify.
6037         * variables.texi (File Local Variables): Suggest using booleanp.
6039 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
6041         * objects.texi (Type Predicates): Fix typos.
6043 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6045         * intro.texi (nil and t): Add booleanp.
6047         * objects.texi (Type Predicates): Add links for booleanp and
6048         string-or-null-p.
6050 2006-04-29  Richard Stallman  <rms@gnu.org>
6052         * modes.texi (Multiline Font Lock): Rename from
6053         Multi line Font Lock Elements.  Much clarification.
6054         (Font Lock Multiline, Region to Fontify): Much clarification.
6056 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6058         * variables.texi (File Local Variables): Remove the special case t for
6059         safe-local-variable.
6061 2006-04-26  Richard Stallman  <rms@gnu.org>
6063         * syntax.texi (Parsing Expressions): Minor cleanup.
6065 2006-04-18  Richard Stallman  <rms@gnu.org>
6067         * tips.texi (Coding Conventions): Explain when the package's
6068         prefix should appear later on (not at the start of the name).
6070         * searching.texi (String Search): Clarify effect of NOERROR.
6072         * modes.texi (Imenu): Clarify what special items do.
6074         * hooks.texi (Standard Hooks): Delete text about old hook names.
6076 2006-04-17  Romain Francoise  <romain@orebokech.com>
6078         * variables.texi (Local Variables): Update the default value of
6079         `max-specpdl-size'.
6081 2006-04-15  Michael Olson  <mwolson@gnu.org>
6083         * processes.texi (Transaction Queues): Mention the new optional
6084         `delay-question' argument for `tq-enqueue'.
6086 2006-04-13  Bill Wohler  <wohler@newt.com>
6088         * customize.texi (Common Keywords): Use dotted notation for
6089         :package-version value.  Specify its values.  Improve documentation
6090         for customize-package-emacs-version-alist.
6092 2006-04-12  Bill Wohler  <wohler@newt.com>
6094         * customize.texi (Common Keywords): Move description of
6095         customize-package-emacs-version-alist to @defvar.
6097 2006-04-10  Bill Wohler  <wohler@newt.com>
6099         * customize.texi (Common Keywords): Add :package-version.
6101 2006-04-10  Kim F. Storm  <storm@cua.dk>
6103         * text.texi (Buffer Contents): Add NOPROPS arg to
6104         filter-buffer-substring.
6106 2006-04-08  Kevin Ryde  <user42@zip.com.au>
6108         * os.texi (Command-Line Arguments): Update xref to emacs manual
6109         "Command Arguments" -> "Emacs Invocation", per change there.
6111 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
6113         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6114         be on one line to help makeinfo not render two spaces after the dot.
6116 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
6118         * strings.texi (Predicates for Strings): Add string-or-null-p.
6120 2006-03-28  Kim F. Storm  <storm@cua.dk>
6122         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6123         remarks about systems that don't support fractional seconds.
6125 2006-03-25  Karl Berry  <karl@gnu.org>
6127         * elisp.texi: Use @copyright{} instead of (C), and do not indent
6128         the year list.
6130 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
6132         * display.texi (Fringe Indicators): Fix typos.
6134 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
6136         * tips.texi (Documentation Tips): One can now also write `program'
6137         in front of a quoted symbol in a docstring to prevent making a
6138         hyperlink.
6140 2006-03-19  Alan Mackenzie  <acm@muc.de>
6142         * text.texi (Special Properties): Clarify `fontified' property.
6144 2006-03-16  Richard Stallman  <rms@gnu.org>
6146         * display.texi (Defining Images): Minor cleanup.
6148 2006-03-16  Bill Wohler  <wohler@newt.com>
6150         * display.texi (Defining Images): In image-load-path-for-library,
6151         prefer user's images.
6153 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6155         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6157 2006-03-15  Bill Wohler  <wohler@newt.com>
6159         * display.texi (Defining Images): Fix example in
6160         image-load-path-for-library by not recommending that one binds
6161         image-load-path.  Just defvar it to placate compiler and only use
6162         it if previously defined.
6164 2006-03-14  Bill Wohler  <wohler@newt.com>
6166         * display.texi (Defining Images): In image-load-path-for-library,
6167         always return list of directories.  Update example.
6169 2006-03-14  Alan Mackenzie  <acm@muc.de>
6171         * modes.texi: New node, "Region to Fontify" (for Font Lock).
6172         This describes font-lock-extend-region-function.
6173         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6174         the new node "Region to Fontify".
6176 2006-03-13  Richard Stallman  <rms@gnu.org>
6178         * display.texi (Invisible Text): The impossible position is
6179         now before the invisible text, not after.
6180         (Defining Images): Clean up last change.
6182 2006-03-11  Bill Wohler  <wohler@newt.com>
6184         * display.texi (Defining Images): Add image-load-path-for-library.
6186 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
6188         * text.texi (Adaptive Fill): Fix Texinfo usage.
6190         * strings.texi (Creating Strings): Fix Texinfo usage.
6192         * searching.texi (Regexp Special): Use @samp for regular
6193         expressions that are not in Lisp syntax.
6195 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
6197         * searching.texi (Regexp Special): Put remark between parentheses
6198         to avoid misreading.
6200 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
6202         * searching.texi (Syntax of Regexps): More accurately describe
6203         which characters are special in which situations.
6204         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6205         are not special.  Describe in detail when `[' and `]' are special.
6206         (Regexp Backslash): Plenty of regexps with unbalanced square
6207         brackets are valid, so reword that statement.
6209 2006-03-02  Kim F. Storm  <storm@cua.dk>
6211         * keymaps.texi (Tool Bar): Add tool-bar-border.
6213 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
6215         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
6217 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
6219         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6221         * files.texi (Locating Files): Suggest additional values for the
6222         SUFFIXES arg of `locate-file'.  Update pxref.
6224         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6225         (How Programs Do Loading): Discuss the effects of Auto Compression
6226         mode on `load'.
6227         (Load Suffixes): New node.
6228         (Library Search): Delete description of `load-suffixes'; it was
6229         moved to "Load Suffixes".
6230         (Autoload, Named Features): Mention `load-suffixes'.
6232 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6234         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6236         * windows.texi (Window Tree): Fix typo.
6238 2006-02-20  Kim F. Storm  <storm@cua.dk>
6240         * display.texi (Fringe Indicators): New section.
6241         Move indicate-empty-lines, indicate-buffer-boundaries, and
6242         default-indicate-buffer-boundaries here.
6243         Add fringe-indicator-alist and default-fringes-indicator-alist.
6244         Add list of logical fringe indicator symbols.
6245         Update list of standard bitmap names.
6246         (Fringe Cursors): New section.
6247         Move overflow-newline-into-fringe here.
6248         Add fringe-cursor-alist and default-fringes-cursor-alist.
6249         Add list of fringe cursor symbols.
6251 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
6253         * commands.texi (Using Interactive): Fix reference to node
6254         "Minibuffers".
6256 2006-02-19  Richard M. Stallman  <rms@gnu.org>
6258         * minibuf.texi (High-Level Completion):
6259         Add xref to read-input-method-name.
6261         * files.texi (Relative File Names): Move file-relative-name here.
6262         (File Name Expansion): From here.  Minor clarifications.
6264         * commands.texi (Using Interactive): Add xrefs about reading input.
6265         Clarify remarks about that moving point and mark.
6266         Put string case before list case.
6268 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
6270         * display.texi (Other Display Specs, Image Descriptors):
6271         Revert erroneous changes.  The previous description of
6272         image-descriptors as `(image . PROPS)' was correct.
6274 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6276         * variables.texi (File Local Variables): Clarifications.
6278 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6280         * variables.texi (File Local Variables): Use @code for a cons
6281         cell, not @var.
6283 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6285         * variables.texi (File Local Variables): Document new file local
6286         variable behavior.
6288 2006-02-10  Kim F. Storm  <storm@cua.dk>
6290         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6292 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
6294         * modes.texi (%-Constructs): Remove obsolete info about
6295         `global-mode-string'.
6297 2006-02-07  Richard M. Stallman  <rms@gnu.org>
6299         * commands.texi (Prefix Command Arguments): Minor cleanup.
6301         * display.texi: "Graphical display", not window system.
6303         * functions.texi (What Is a Function): Fix xref.
6305         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6306         (Changing Key Bindings): Clarify when remapping is better than
6307         substitute-key-definition.
6309 2006-02-02  Richard M. Stallman  <rms@gnu.org>
6311         * minibuf.texi (Basic Completion): Completion alists are risky.
6313         * keymaps.texi (Active Keymaps): Clarifications.
6314         (Searching Keymaps): New node.
6315         (Keymaps): Update menu.
6317         * frames.texi (Layout Parameters): Minor clarification.
6318         (Drag and Drop): New node.
6319         (Frames): Update menu.
6321 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
6323         * display.texi (Other Display Specs, Image Descriptors):
6324         Image description is a list, not a cons cell.
6326 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6328         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6329         list is not necessarily a list).
6331 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6333         * frames.texi (Layout Parameters): border-width and
6334         internal-border-width belong to the frame, not the window.
6336 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6338         * nonascii.texi (Translation of Characters): Search cmds use
6339         translation-table-for-input.  Automatically made local.
6341         * markers.texi (Overview of Markers): Count insertion type
6342         as one of a marker's attributes.
6344         * keymaps.texi (Controlling Active Maps): New node, split out of
6345         Active Keymaps.
6346         (Keymaps): Menu updated.
6347         (Active Keymaps): Give pseudocode to explain how the active
6348         maps are searched.  current-active-maps and key-binding moved here.
6349         (Functions for Key Lookup): current-active-maps and key-binding moved.
6350         Clarifications.
6351         (Searching the Keymaps): New subnode.
6353         * elisp.texi (Top): Menu clarification.
6355         * display.texi (Other Display Specs): Delete duplicate entry for
6356         just a string as display spec.  Move text about recursive display
6357         specs on such a string.
6359         * commands.texi (Key Sequence Input): Clarify.
6360         Move num-nonmacro-input-events out.
6361         (Reading One Event): num-nonmacro-input-events moved here.
6363 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
6365         * advice.texi (Simple Advice): Update example to fit argument
6366         change in previous-line.
6368 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6370         * markers.texi (The Mark): Fix in `mark'.
6372 2006-01-04  Richard M. Stallman  <rms@gnu.org>
6374         * processes.texi (Misc Network, Make Network): Minor cleanups.
6376 2006-01-04  Kim F. Storm  <storm@cua.dk>
6378         * processes.texi (Make Network): Add IPv6 addresses and handling.
6379         (Network Feature Testing): Mention (:family ipv6).
6380         (Misc Network): Add IPv6 formats to format-network-address.
6382 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6384         * text.texi (Changing Properties):
6385         Don't use return value of set-text-properties.
6387 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6389         * modes.texi (Mode Line Format): Correct typo in menu.
6391 2005-12-29  Richard M. Stallman  <rms@gnu.org>
6393         * modes.texi (Mode Line Top): New node.
6394         (Mode Line Data): Some text moved to new node.
6395         Explain the data structure more concretely.
6396         (Mode Line Basics): Clarifications.
6397         (Mode Line Variables): Clarify intro paragraph.
6398         (%-Constructs): Clarify intro paragraph.
6399         (Mode Line Format): Update menu.
6401 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6403         * minibuf.texi (Basic Completion): Update lazy-completion-table
6404         examples for removal of ARGS argument.
6406 2005-12-23  Richard M. Stallman  <rms@gnu.org>
6408         * text.texi (Undo): Restore some explanation from the version
6409         that was deleted.
6411 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
6413         * text.texi (Undo): Remove duplicate descriptions of `apply
6414         funname' and `apply delta' elements of the undo list.
6416 2005-12-20  Richard M. Stallman  <rms@gnu.org>
6418         * help.texi (Help Functions): Update documentation of `apropos'.
6420 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
6422         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6423         because it is confusing.  If the :help-echo keyword is a function,
6424         it is not directly used as the :help-echo overlay property, as the
6425         xref seems to suggest (it does not take the appropriate args).
6427 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6429         * customize.texi (Common Keywords): Fix Texinfo usage.
6430         (Group Definitions, Variable Definitions): Update for new
6431         conventions for using `*' in docstrings.
6433         * tips.texi (Documentation Tips): Update for new conventions for
6434         using `*' in docstrings.
6436 2005-12-16  Richard M. Stallman  <rms@gnu.org>
6438         * minibuf.texi (Minibuffer Contents): Minor cleanup.
6440 2005-12-16  Juri Linkov  <juri@jurta.org>
6442         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6444 2005-12-14  Romain Francoise  <romain@orebokech.com>
6446         * modes.texi (Customizing Keywords): Rename `append' to `how'.
6447         Fix typo.
6449 2005-12-11  Juri Linkov  <juri@jurta.org>
6451         * minibuf.texi (Completion Commands): Add mention of read-file-name
6452         for filename completion keymaps.
6453         (Reading File Names): Add mention of filename completion keymaps
6454         for read-file-name and xref to `Completion Commands'.
6456 2005-12-10  Richard M. Stallman  <rms@gnu.org>
6458         * customize.texi (Common Keywords): State caveats for use of :tag.
6460 2005-12-08  Richard M. Stallman  <rms@gnu.org>
6462         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6463         with xrefs and better explanation.
6464         (Completion Commands): Add the filename completion maps.
6466         * objects.texi (Character Type): Clarify that \s is not space
6467         if a dash follows.
6469 2005-12-05  Richard M. Stallman  <rms@gnu.org>
6471         * windows.texi (Resizing Windows): Delete preserve-before args.
6473 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6475         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6476         in full keymaps, since the quirk has been fixed.
6478 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6480         * hooks.texi (Standard Hooks): Add index entries.
6481         Mention `compilation-finish-functions'.
6483 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6485         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6487 2005-11-21  Juri Linkov  <juri@jurta.org>
6489         * customize.texi (Common Keywords): Update links types
6490         custom-manual and url-link.  Add link types emacs-library-link,
6491         file-link, function-link, variable-link, custom-group-link.
6493 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6495         * display.texi: Revert 2005-11-20 change.
6497 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6499         * processes.texi (Bindat Functions):
6500         Say "third" to refer to zero-based index "2".
6502 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
6504         * loading.texi (Library Search): Update the default value of
6505         `load-suffixes'.
6507 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6509         * display.texi (Attribute Functions): Mention :ignore-defface.
6511 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6513         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6514         (Minor Mode Conventions): Mention the use of a hook.
6516 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6518         * files.texi (Magic File Names): find-file-name-handler checks the
6519         `operations' property of the handler.
6521 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6523         * variables.texi (Frame-Local Variables): Small clarification.
6525 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6527         * os.texi (Init File): Document ~/.emacs.d/init.el.
6529 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6531         * internals.texi (Garbage Collection): Document memory-full.
6533 2005-10-28  Bill Wohler  <wohler@newt.com>
6535         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6536         for URLs.
6538 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6540         * minibuf.texi (Completion Commands): Clean up prev change.
6542 2005-10-26  Kevin Ryde  <user42@zip.com.au>
6544         * compile.texi (Eval During Compile): Explain recommended uses
6545         of eval-when-compile and eval-and-compile.
6547 2005-10-27  Masatake YAMATO  <jet@gyve.org>
6549         * minibuf.texi (Completion Commands):
6550         Write about new optional argument for `display-completion-list'.
6552 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6554         * display.texi (Overlay Arrow): Clarify about local bindings of
6555         overlay-arrow-position.
6557 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6559         * internals.texi (Building Emacs): Fix last change.
6561 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6563         * internals.texi (Building Emacs): Document eval-at-startup.
6565 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6567         * loading.texi (Where Defined): load-history contains abs file names.
6568         symbol-file returns abs file names.
6570 2005-10-19  Kim F. Storm  <storm@cua.dk>
6572         * display.texi (Showing Images): Add max-image-size integer value.
6574 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6576         * display.texi (Showing Images): Document max-image-size.
6578 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6580         * commands.texi (Quitting): Minor clarification.
6582         * processes.texi (Sentinels): Clarify about output and quitting.
6583         (Filter Functions): Mention with-local-quit.
6585 2005-10-17  Juri Linkov  <juri@jurta.org>
6587         * buffers.texi (Current Buffer):
6588         * commands.texi (Event Input Misc):
6589         * compile.texi (Eval During Compile, Compiler Errors):
6590         * customize.texi (Group Definitions):
6591         * display.texi (Progress, Defining Faces):
6592         * files.texi (Writing to Files):
6593         * modes.texi (Mode Hooks, Defining Minor Modes):
6594         * streams.texi (Output Functions):
6595         * syntax.texi (Syntax Table Functions):
6596         * text.texi (Change Hooks):
6597         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6599         * commands.texi (Quitting): Replace arg `forms' with `body' in
6600         `with-local-quit'.
6602         * positions.texi (Excursions): Replace arg `forms' with `body' in
6603         `save-excursion'.
6605 2005-10-08  Kim F. Storm  <storm@cua.dk>
6607         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6608         Rename manual section accordingly.
6610 2005-10-04  Kim F. Storm  <storm@cua.dk>
6612         * windows.texi (Window Split Tree): New section describing
6613         new function window-split-tree function.
6615 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
6617         * display.texi (Fringe Size/Pos): Simplify and add detail.
6619 2005-09-30  Romain Francoise  <romain@orebokech.com>
6621         * minibuf.texi (High-Level Completion): Explain that the prompt
6622         given to `read-buffer' should end with a colon and a space.
6623         Update usage examples.
6625 2005-09-29  Juri Linkov  <juri@jurta.org>
6627         * display.texi (Displaying Messages): Rename argument name
6628         `string' to `format-string' in functions `message', `message-box',
6629         `message-or-box'.
6631 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
6633         * errors.texi (Standard Errors): Correct xrefs.
6635 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6637         * display.texi (Defining Images): Update documentation for
6638         `image-load-path'.
6640 2005-09-17  Richard M. Stallman  <rms@gnu.org>
6642         * display.texi (Defining Images): Clean up previous change.
6644 2005-09-16  Romain Francoise  <romain@orebokech.com>
6646         * elisp.texi: Specify GFDL version 1.2.
6648         * doclicense.texi (GNU Free Documentation License): Update to
6649         version 1.2.
6651 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6653         * display.texi (Defining Images): Document `image-load-path'.
6655 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6657         * objects.texi (Printed Representation): Minor cleanup.
6658         (Box Diagrams): Minor fix.
6659         (Cons Cell Type): Move (...) index item here.
6660         (Box Diagrams): From here.
6661         (Array Type): Minor fix.
6662         (Type Predicates): Delete index "predicates".
6663         (Hash Table Type): Clarify xref.
6664         (Dotted Pair Notation): Minor fix.
6666 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
6668         * files.texi (Saving Buffers): Fix typo.
6670 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6672         * tips.texi (Programming Tips): Correct the "default" prompt spec.
6674 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6676         * locals.texi (Standard Buffer-Local Variables): Don't include
6677         mode variables for minor modes.
6678         Fix xrefs for buffer-display-count, buffer-display-table,
6679         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6680         enable-multibyte-characters, fill-column, header-line-format,
6681         left-fringe-width, left-margin, and right-fringe-width.
6683         * hooks.texi (Standard Hooks): All hooks should conform to the
6684         standard naming convention now.
6685         Fix xref for `echo-area-clear-hook'.
6687         * display.texi (Usual Display): Note that indicate-empty-lines and
6688         tab-width are buffer-local.
6690         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6692         * modes.texi (Mode Help): Note that major-mode is buffer-local.
6694         * nonascii.texi (Encoding and I/O): Note that
6695         buffer-file-coding-system is buffer-local.
6697         * positions.texi (List Motion): Note that defun-prompt-regexp is
6698         buffer-local.
6700         * text.texi (Auto Filling): Note that auto-fill-function is
6701         buffer-local.
6702         (Undo): Note that buffer-undo-list is buffer-local.
6704         * windows.texi (Buffers and Windows):
6705         Document buffer-display-count.
6707 2005-09-06  Richard M. Stallman  <rms@gnu.org>
6709         * tips.texi (Coding Conventions): Sometimes it is ok to put the
6710         package prefix elsewhere than at the start of the name.
6712 2005-09-03  Richard M. Stallman  <rms@gnu.org>
6714         * tips.texi (Programming Tips): Add conventions for minibuffer
6715         questions and prompts.
6717 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
6719         * intro.texi (nil and t): Minor cleanup.
6720         Delete spurious mention of keyword symbols.
6721         (Evaluation Notation): Add index entry.
6722         (A Sample Function Description): Minor cleanup.
6723         (A Sample Variable Description): Not all vars can be set.
6725 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
6727         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6729         (Insertion): Document precise type of `insert-char' arg COUNT.
6731 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6733         * modes.texi (Other Font Lock Variables): Sync the default of
6734         font-lock-lines-before.
6736 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6738         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6740 2005-08-29  Richard M. Stallman  <rms@gnu.org>
6742         * elisp.texi (Top): Update subnode menu.
6744         * searching.texi (Searching and Matching): Move node.
6745         Rearrange contents and add overall explanation.
6746         (Searching and Case): Move node.
6747         (Searching and Matching): Update menu.
6749 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
6751         * os.texi (Startup Summary): Fix the description of the initial
6752         startup message display.
6754 2005-08-25  Richard M. Stallman  <rms@gnu.org>
6756         * searching.texi (Search and Replace): Add replace-regexp-in-string.
6758 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
6760         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6761         `next-overlay-change' example.
6763 2005-08-22  Juri Linkov  <juri@jurta.org>
6765         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6766         Fix invert-face.  Fix args of face-background.
6768         * display.texi (Standard Faces): Delete node.
6769         (Faces): Add xref to `(emacs)Standard Faces'.
6770         (Displaying Faces): Fix xref to `Standard Faces'.
6772         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6774 2005-08-20  Alan Mackenzie  <acm@muc.de>
6776         * buffers.texi (The Buffer List): Clarify the manipulation of the
6777         buffer list.
6779 2005-08-14  Richard M. Stallman  <rms@gnu.org>
6781         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6782         a regexp.
6784 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6786         * elisp.texi (Top): Update subnode lists.
6788         * display.texi (Inverse Video): Node deleted.
6790         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6791         New nodes split out of Coding Conventions.
6793         * searching.texi (Regular Expressions): Document re-builder.
6795         * os.texi (Time Parsing): New node split out of Time Conversion.
6797         * processes.texi (Misc Network, Network Feature Testing)
6798         (Network Options, Make Network): New nodes split out of
6799         Low-Level Network.
6801 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6803         * frames.texi (Geometry): New node, split from Size and Position.
6804         (Frame Parameters): Refer to Geometry.
6806         * buffers.texi (The Buffer List): Fix xrefs.
6808         * windows.texi (Splitting Windows): Fix xref.
6810         * frames.texi (Layout Parameters): Add xref.
6812         * display.texi (Line Height, Scroll Bars): Fix xrefs.
6814         * keymaps.texi (Menu Bar): Fix xref.
6816         * locals.texi (Standard Buffer-Local Variables): Fix xref.
6818         * modes.texi (%-Constructs): Fix xref.
6820         * frames.texi (Window Frame Parameters): Node split up.
6821         (Basic Parameters, Position Parameters, Size Parameters)
6822         (Layout Parameters, Buffer Parameters, Management Parameters)
6823         (Cursor Parameters, Color Parameters): New subnodes.
6825 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6827         * positions.texi (Screen Lines): Update xref for previous change
6828         in minibuf.texi.
6830         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6831         change in minibuf.texi.
6833 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6835         * tips.texi (Coding Conventions): Minor cleanup.
6837         * modes.texi (Defining Minor Modes): Explain when init-value
6838         can be non-nil.
6840         * elisp.texi (Top): Update submenu for Minibuffer.
6842         * minibuf.texi (Minibuffer Misc): Node split up.
6843         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6844         (Recursive Mini): New nodes split out from Minibuffer Misc.
6845         (Minibuffer Misc): Document max-mini-window-height.
6847         * hash.texi (Defining Hash): Delete stray paren in example.
6849         * display.texi (Echo Area Customization): Don't define
6850         max-mini-window-height here; xref instead.
6852         * commands.texi (Event Input Misc): Update while-no-input.
6854         * advice.texi (Advising Functions): Explain when to use advice
6855         and when to use a hook.
6857 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
6859         * makefile.w32-in (info): Don't run install-info.
6860         ($(infodir)/dir): New target, produced by running install-info.
6862 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
6864         * modes.texi (Defining Minor Modes): The keyword for the initial
6865         value is :init-value, not :initial-value.
6867 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
6869         * loading.texi (Autoload): Make the `doctor' example be consistent
6870         with what's in current loaddefs.el.  Describe the "fn" magic in
6871         the usage portion of the doc string.
6873 2005-07-22  Richard M. Stallman  <rms@gnu.org>
6875         * internals.texi (Garbage Collection): Clarify previous change.
6877 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6879         * internals.texi (Garbage Collection): Add gc-cons-percentage.
6881 2005-07-18  Juri Linkov  <juri@jurta.org>
6883         * commands.texi (Accessing Events):
6884         * frames.texi (Text Terminal Colors, Resources):
6885         * markers.texi (The Mark):
6886         * modes.texi (Defining Minor Modes):
6887         Delete duplicate duplicate words.
6889 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6891         * display.texi (Managing Overlays): Clarify make-overlay
6892         args for insertion types.
6894 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6896         * customize.texi (Variable Definitions):
6897         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6898         `standard-value' is a list too.
6899         (Defining New Types): Use @key{RET} instead of @key{ret}.
6901 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6903         * os.texi (Translating Input): Fix typo.
6905 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6907         * README: Update edition number and size estimate.
6909         * elisp.texi (VERSION): Set to 2.9.
6911 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6913         * book-spine.texinfo: Update Emacs version.
6915         * display.texi (Inverse Video): Delete mode-line-inverse-video.
6917 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6919         * searching.texi (Regexp Search): Clarify what re-search-forward
6920         does when the search fails.
6922 2005-07-05  Lute Kamstra  <lute@gnu.org>
6924         * Update FSF's address in GPL notices.
6926         * doclicense.texi (GNU Free Documentation License):
6927         * gpl.texi (GPL):
6928         * tips.texi (Coding Conventions, Library Headers):
6929         * vol1.texi:
6930         * vol2.texi: Update FSF's address.
6932 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6934         * hooks.texi (Standard Hooks): Add occur-hook.
6936 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6938         * display.texi (The Echo Area): Correct menu.
6940 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6942         * elisp.texi (Top): Update subnode menu for Display.
6944         * display.texi (Displaying Messages): New node, with most
6945         of what was in The Echo Area.
6946         (Progress): Move under The Echo Area.
6947         (Logging Messages): New node with new text.
6948         (Echo Area Customization): New node, the rest of what was
6949         in The Echo Area.  Document message-truncate-lines with @defvar.
6950         (Display): Update menu.
6952         * windows.texi (Textual Scrolling): Doc 3 values for
6953         scroll-preserve-screen-position.
6955         * text.texi (Special Properties): Change hook functions
6956         should bind inhibit-modification-hooks around altering buffer text.
6958         * keymaps.texi (Key Binding Commands): Call binding BINDING
6959         rather than DEFINITION.
6961 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
6963         * variables.texi (Defining Variables): `user-variable-p' returns t
6964         for aliases of user options, nil for alias loops.
6966 2005-06-28  Richard M. Stallman  <rms@gnu.org>
6968         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6969         make-keymap.
6971 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
6973         * variables.texi (Setting Variables): Correct and clarify
6974         description of `add-to-ordered-list'.
6976 2005-06-26  Richard M. Stallman  <rms@gnu.org>
6978         * display.texi (Faces): Minor cleanup.
6980 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
6982         * display.texi (Faces): `facep' returns t for strings that are
6983         face names.
6985 2005-06-25  Richard M. Stallman  <rms@gnu.org>
6987         * objects.texi (Equality Predicates): Clarify meaning of equal.
6989         * windows.texi (Selecting Windows): save-selected-window
6990         and with-selected-window save and restore the current buffer.
6992 2005-06-24  Richard M. Stallman  <rms@gnu.org>
6994         * numbers.texi (Float Basics): Explain how to test for NaN,
6995         and printing the sign of NaNs.
6997 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
6999         * makefile.w32-in (MAKEINFO): Use --force.
7001 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7003         * display.texi (Face Functions): Correct Texinfo usage.
7005 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7007         * lists.texi (Rings): `ring-elements' now returns the elements of
7008         RING in order.
7010 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7012         * markers.texi (The Mark): Texinfo usage fix.
7014 2005-06-23  Kim F. Storm  <storm@cua.dk>
7016         * searching.texi (Entire Match Data): Remove evaporate option for
7017         match-data.  Do not mention evaporate option for set-match-data.
7019 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7021         * display.texi (Face Functions): Mention face aliases.
7023 2005-06-21  Richard M. Stallman  <rms@gnu.org>
7025         * anti.texi (Antinews): Texinfo usage fix.
7027 2005-06-21  Karl Berry  <karl@gnu.org>
7029         * elisp.texi: Use @copying.
7031         * elisp.texi: Put @summarycontents and @contents before the Top
7032         node, instead of the end of the file, so that the contents appear
7033         in the right place in the dvi/pdf output.
7035 2005-06-21  Juri Linkov  <juri@jurta.org>
7037         * display.texi (Defining Faces): Add `customized-face'.
7039 2005-06-20  Kim F. Storm  <storm@cua.dk>
7041         * variables.texi (Setting Variables): Any type of element can be
7042         given order in add-to-ordered-list.  Compare elements with eq.
7044         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7046 2005-06-20  Karl Berry  <karl@gnu.org>
7048         * syntax.texi (Syntax Flags): Make last column very slightly wider
7049         to avoid "generic comment" breaking on two lines and causing an
7050         underfull box.
7052 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
7054         * lists.texi (Rings): Various minor clarifications and corrections.
7056 2005-06-18  Richard M. Stallman  <rms@gnu.org>
7058         * functions.texi (Obsolete Functions): Simplify.
7060         * variables.texi (Variable Aliases): Simplify.
7062         * anti.texi, backups.texi, compile.texi, customization.texi:
7063         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7064         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7065         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7066         * variables.texi: Fix formatting ugliness.
7068         * elisp.texi: Add links to Rings and Byte Packing.
7069         Update version and copyright years.
7071         * minibuf.texi: Fix formatting ugliness.
7072         (Completion Commands): Move keymap vars to the end
7073         and vars completing-read binds to the top.
7075 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7077         * processes.texi: Fix typos.
7078         (Bindat Spec): Correct Texinfo error.
7079         (Byte Packing): Fix ungrammatical sentence.
7081 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
7083         * lists.texi (Rings): New node.
7084         (Lists): Add it to menu.
7086         * processes.texi (Byte Packing): New node.
7087         (Processes): Add it to menu.
7089 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7091         * syntax.texi (Parsing Expressions): Fix texinfo usage.
7093         * help.texi (Documentation Basics): Explain the xref to
7094         Documentation Tips.
7096         * debugging.texi (Debugger Commands): Minor fix.
7098 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
7100         * edebug.texi (Instrumenting): Eliminate duplicate link.
7101         (Specification List): Replace references to "below", referring to
7102         a later node, with one @ref to that node.
7104         * os.texi (Timers): Timers should save and restore the match data
7105         if they change it.
7107         * debugging.texi (Debugger Commands): Mention that the Lisp
7108         debugger can not step through primitive functions.
7110 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7112         * functions.texi (Obsolete Functions): Update argument names of
7113         `make-obsolete' and `define-obsolete-function-alias'.
7115         * variables.texi (Variable Aliases): Update argument names of
7116         `defvaralias', `make-obsolete-variable' and
7117         `define-obsolete-variable-alias'.
7119 2005-06-15  Kim F. Storm  <storm@cua.dk>
7121         * searching.texi (Entire Match Data): Rephrase warnings about
7122         evaporate arg to match-data and set-match-data.
7124 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
7126         * elisp.texi (Top): Update detailed menu.
7128         * edebug.texi (Edebug): Update menu.
7129         (Instrumenting): Update xrefs.
7130         (Edebug Execution Modes): Correct xref.
7131         (Jumping): Clarify description of `h' command.
7132         Eliminate redundant @ref.
7133         (Breaks): New node.
7134         (Breakpoints): Is now a subsubsection.
7135         (Global Break Condition): Mention `C-x X X'.
7136         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
7137         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7138         (Edebug Display Update): Correct pxref.
7139         (Edebug and Macros): New node.
7140         (Instrumenting Macro Calls): Is now a subsubsection.
7141         Neither arg of `def-edebug-spec' is evaluated.
7142         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7143         (Specification Examples): Fix typo.
7145 2005-06-14  Lute Kamstra  <lute@gnu.org>
7147         * debugging.texi (Function Debugging): Primitives can break on
7148         entry too.
7150 2005-06-14  Kim F. Storm  <storm@cua.dk>
7152         * variables.texi (Setting Variables): Add add-to-ordered-list.
7154 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7156         * syntax.texi (Parsing Expressions): Document aux functions and vars of
7157         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7159 2005-06-13  Lute Kamstra  <lute@gnu.org>
7161         * text.texi (Special Properties): Fix cross reference.
7163 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7165         * debugging.texi (Function Debugging): Delete mention of empty
7166         string argument to `cancel-debug-on-entry'.  Delete inaccurate
7167         description of the return value of that command.
7169 2005-06-11  Alan Mackenzie  <acm@muc.de>
7171         * text.texi (Adaptive Fill): Amplify the description of
7172         fill-context-prefix.
7174 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7176         * syntax.texi (Parsing Expressions): Fix Texinfo error.
7178 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7180         * syntax.texi (Parsing Expressions): Document syntax-ppss.
7182 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7184         * debugging.texi (Error Debugging): Minor rewording.
7185         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7186         is optional.
7188 2005-06-10  Lute Kamstra  <lute@gnu.org>
7190         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7191         (Top): Give it a title.  Correct version number.  Give the
7192         detailed node listing a more prominent header.
7193         * intro.texi: Don't set VERSION here a second time.
7194         Mention Emacs's version too.
7195         * anti.texi (Antinews): Use EMACSVER to refer to the current
7196         version of Emacs.
7198 2005-06-09  Kim F. Storm  <storm@cua.dk>
7200         * searching.texi (Entire Match Data): Explain new `reseat' argument to
7201         match-data and set-match-data.
7203 2005-06-08  Richard M. Stallman  <rms@gnu.org>
7205         * searching.texi (Entire Match Data): Clarify when match-data
7206         returns markers and when integers.
7208         * display.texi (Defining Faces): Explain that face name should not
7209         end in `-face'.
7211         * modes.texi (Mode Line Data): Minor cleanup.
7212         (Customizing Keywords): Node split out of Search-based Fontification.
7213         Add example of using font-lock-add-keywords from a hook.
7214         Clarify when MODE should be non-nil, and when nil.
7216 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7218         * modes.texi (Mode Line Data): Explain what happens when the car
7219         of a list is a void symbol.
7220         (Search-based Fontification): Explain MODE arg to
7221         font-lock-add-keywords and warn about calls from major modes.
7223 2005-06-08  Juri Linkov  <juri@jurta.org>
7225         * display.texi (Standard Faces): Add `shadow' face.
7227 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7229         * modes.texi (Major Mode Conventions): A derived mode only needs
7230         to put the call to the parent mode inside `delay-mode-hooks'.
7232 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7234         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7235         new, and what that implies.  Clarify.
7237         * files.texi (Locating Files): Clean up the text.
7239         * frames.texi (Window Frame Parameters): Document user-size.
7240         Shorten entry for top by referring to left.
7242 2005-05-26  Richard M. Stallman  <rms@gnu.org>
7244         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7245         is new, and what the implications are.  Other clarifications.
7247 2005-05-24  Richard M. Stallman  <rms@gnu.org>
7249         * frames.texi (Dialog Boxes): Minor fixes.
7251 2005-05-25  Masatake YAMATO  <jet@gyve.org>
7253         * display.texi (Standard Faces): Write about `mode-line-highlight'.
7255 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7257         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7258         is optional.
7260 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
7262         * frames.texi (Dialog Boxes): Describe new optional argument.
7264 2005-05-23  Lute Kamstra  <lute@gnu.org>
7266         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7267         syntax-begin-function over font-lock-beginning-of-syntax-function.
7269 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
7271         * minibuf.texi (Reading File Names): Update description of
7272         `read-directory-name'.
7274         * modes.texi (Derived Modes): Clarify :group keyword.
7276 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
7278         * files.texi (Locating Files): New subsection.
7279         Describe locate-file and executable-find.
7281 2005-05-21  Kevin Ryde  <user42@zip.com.au>
7283         * frames.texi (Initial Parameters): Update cross reference to
7284         "Emacs Invocation".
7286 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
7288         * keymaps.texi (Active Keymaps): Add anchor.
7290         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7291         (Major Mode Conventions): Refer to `Auto Major Mode' in more
7292         appropriate place.
7293         (Derived Modes): Small clarifications.
7294         (Minor Mode Conventions, Keymaps and Minor Modes):
7295         Replace references to nodes with references to anchors.
7296         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7297         Clarify description of lists whose first element is an integer.
7298         (Mode Line Variables): Add anchor.
7299         (%-Constructs): Clarify description of integer after %.
7300         (Emulating Mode Line): Describe nil value for FACE.
7302 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7304         * modes.texi (Derived Modes): Correct references to non-existing
7305         variable standard-syntax-table.
7307 2005-05-17  Lute Kamstra  <lute@gnu.org>
7309         * modes.texi (Defining Minor Modes): Mention the mode hook.
7311 2005-05-15  Kim F. Storm  <storm@cua.dk>
7313         * processes.texi (Network): Remove open-network-stream-nowait.
7314         (Network Servers): Remove open-network-stream-server.
7316 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
7318         * elisp.texi (Top): Update detailed menu.
7320         * variables.texi: Reorder nodes.
7321         (Variables): Update menu.
7322         (File Local Variables): Do not refer to the `-*-' line as
7323         a "local variables list".  Add pxref.
7325 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7327         * elisp.texi (Top): Update detailed menu for node changes.
7329         * modes.texi (Modes): Update Menu.
7330         (Hooks): Move to beginning of chapter.
7331         Most minor modes run mode hooks too.
7332         `add-hook' can handle void hooks or hooks whose value is a single
7333         function.
7334         (Major Modes): Update Menu.
7335         (Major Mode Basics): New node, split off from `Major Modes'.
7336         (Major Mode Conventions): Correct xref.  Explain how to handle
7337         auto-mode-alist if the major mode command has an autoload cookie.
7338         (Auto Major Mode): Major update.  Add magic-mode-alist.
7339         (Derived Modes): Major update.
7340         (Mode Line Format): Update Menu.
7341         (Mode Line Basics): New node, split off from `Mode Line Format'.
7343         * loading.texi (Autoload): Mention `autoload cookie' as synonym
7344         for `magic autoload comment'.  Add index entries and anchor.
7346 2005-05-14  Richard M. Stallman  <rms@gnu.org>
7348         * tips.texi (Coding Conventions): Explain how important it is
7349         that just loading certain files not change Emacs behavior.
7351         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7353 2005-05-12  Lute Kamstra  <lute@gnu.org>
7355         * modes.texi (Generic Modes): Update.
7356         (Major Modes): Refer to node "Generic Modes".
7358         * elisp.texi (Top): Update to the current structure of the manual.
7359         * processes.texi (Processes): Add menu description.
7360         * customize.texi (Customization): Add menu descriptions.
7362 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7364         * processes.texi (Signals to Processes)
7365         (Low-Level Network): Fix typos.
7367 2005-05-11  Lute Kamstra  <lute@gnu.org>
7369         * elisp.texi (Top): Add some nodes from the chapter "Major and
7370         Minor Modes" to the detailed node listing.
7372 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7374         * keymaps.texi (Extended Menu Items): Menu item filter functions
7375         can be called at any time.
7377 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7379         * variables.texi (File Local Variables): `(hack-local-variables t)'
7380         now also checks whether a mode is specified in the local variables
7381         list.
7383 2005-05-05  Kevin Ryde  <user42@zip.com.au>
7385         * display.texi (The Echo Area): Correct format function cross
7386         reference.
7388 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
7390         * variables.texi (Variable Aliases): Change description of
7391         `define-obsolete-variable-alias'.
7393         * functions.texi (Functions): Add "Obsolete Functions" to menu.
7394         (Defining Functions): Add xref.
7395         (Obsolete Functions): New node.
7396         (Function Safety): Standardize capitalization of section title.
7398         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7399         (Dialog Boxes): Complete description of `x-popup-dialog'.
7401 2005-05-04  Richard M. Stallman  <rms@gnu.org>
7403         * commands.texi (Interactive Codes): Fix Texinfo usage.
7404         Document U more clearly.
7406 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7408         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7409         function and not a macro.
7411         * frames.texi (Pop-Up Menus): Correct and clarify description of
7412         `x-popup-menu'.
7413         (Dialog Boxes): Clarify description of `x-popup-dialog'.
7415 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7417         * edebug.texi (Checking Whether to Stop): Fix previous change.
7419 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7421         * display.texi: Fix typos and Texinfo usage.
7423         * edebug.texi (Checking Whether to Stop): executing-macro ->
7424         executing-kbd-macro.
7426 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7428         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7430 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7432         * files.texi (Magic File Names): Document `operations' property.
7434 2005-04-29  Lute Kamstra  <lute@gnu.org>
7436         * modes.texi (Generic Modes): New node.
7437         (Major Modes): Add it to the menu.
7438         (Derived Modes): Add "derived mode" to concept index.
7440 2005-04-28  Lute Kamstra  <lute@gnu.org>
7442         * modes.texi (Defining Minor Modes): Fix previous change.
7443         (Font Lock Mode): Simplify.
7444         (Font Lock Basics): Say that font-lock-defaults is buffer-local
7445         when set and that some parts are optional.  Add cross references.
7446         (Search-based Fontification): Say how to specify font-lock-keywords.
7447         Add cross references.  Add font-lock-multiline to index.
7448         Move font-lock-keywords-case-fold-search here from node "Other Font
7449         Lock Variables".  Document font-lock-add-keywords and
7450         font-lock-remove-keywords.
7451         (Other Font Lock Variables): Move font-lock-keywords-only,
7452         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7453         and font-lock-syntactic-face-function to node "Syntactic Font
7454         Lock".  Move font-lock-keywords-case-fold-search to node
7455         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
7456         and font-lock-{,un}fontify-{buffer,region}-function.
7457         (Precalculated Fontification): Remove reference to deleted variable
7458         font-lock-core-only.
7459         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7460         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
7461         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7462         and font-lock-syntactic-face-function here from node "Other Font
7463         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
7464         Syntax Properties".  Add cross references.
7465         (Setting Syntax Properties): New node.
7466         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7467         * syntax.texi (Syntax Properties): Add cross reference.
7468         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7470 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7472         * display.texi (Defining Faces):
7473         Document `default' elements of defface spec.
7475         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7477         * variables.texi (Variable Aliases): Clarify text.
7479 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7481         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7483 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7485         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7487 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7489         * syntax.texi (Syntax Table Internals): Elaborate documentation of
7490         syntax-after and syntax-class.
7492         * files.texi (Changing Files): Fix last change's cross-reference.
7493         (Unique File Names): Don't mention "numbers" in the documentation
7494         of make-temp-file and make-temp-name.
7496 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7498         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7500 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7502         * windows.texi (Cyclic Window Ordering): Clarify window-list.
7504 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7506         * variables.texi (Variable Aliases): Describe make-obsolete-variable
7507         and define-obsolete-variable-alias.
7509 2005-04-22  Kim F. Storm  <storm@cua.dk>
7511         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7512         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7514 2005-04-21  Lute Kamstra  <lute@gnu.org>
7516         * lists.texi (Association Lists): Document rassq-delete-all.
7518 2005-04-19  Richard M. Stallman  <rms@gnu.org>
7520         * modes.texi (Search-based Fontification): Explain that
7521         facespec is an expression to be evaluated.
7523 2005-04-19  Kevin Ryde  <user42@zip.com.au>
7525         * streams.texi (Output Functions): Fix xref.
7526         * strings.texi (String Conversion): Fix xref.
7528 2005-04-19  Kim F. Storm  <storm@cua.dk>
7530         * symbols.texi (Symbol Plists): Add safe-get.
7531         Mention that `get' may signal an error.
7533 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7535         * customize.texi (Variable Definitions): Replace tooltip-mode
7536         example with save-place.
7538 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7540         * buffers.texi (Indirect Buffers): Clarify.
7542         * positions.texi (Positions): Clarify converting marker to integer.
7544         * strings.texi (String Basics): Mention string-match; clarify.
7546 2005-04-08  Lute Kamstra  <lute@gnu.org>
7548         * modes.texi (Search-based Fontification): Fix cross references.
7549         Use consistent terminology.  Document anchored highlighting.
7551 2005-04-05  Lute Kamstra  <lute@gnu.org>
7553         * modes.texi (Defining Minor Modes): Document :group keyword
7554         argument and its default value.
7556 2005-04-03  Lute Kamstra  <lute@gnu.org>
7558         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
7559         references and/or descriptions.  Delete major mode hooks; mention
7560         them as a category instead.  Rename or delete obsolete hooks.
7562 2005-04-02  Richard M. Stallman  <rms@gnu.org>
7564         * nonascii.texi (Coding System Basics): Another wording cleanup.
7566 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7568         * nonascii.texi (Coding System Basics): Clarify previous change.
7570 2005-04-01  Kenichi Handa  <handa@m17n.org>
7572         * nonascii.texi (Coding System Basics): Describe about roundtrip
7573         identity of coding systems.
7575 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7577         * text.texi (Buffer Contents): Add filter-buffer-substring and
7578         buffer-substring-filters.
7580 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
7582         * anti.texi (Antinews): Mention `G' interactive code.
7584         * tips.texi (Compilation Tips): Mention benchmark.el.
7586 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7588         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7589         is now bound to M-o M-o.
7591         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7593 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7595         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7596         in the Emacs Manual).
7597         * Makefile.in (srcs): Remove calendar.texi.
7598         * makefile.w32-in (srcs): Remove calendar.texi.
7599         * display.texi (Display): Change name of next node.
7600         * os.texi (System In): Change name of previous node.
7601         * elisp.texi (Top): Remove Calendar references.
7602         * vol1.texi (Top): Remove Calendar references.
7603         * vol2.texi (Top): Remove Calendar references.
7605 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7607         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7608         Cleanup previous change.
7610 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7612         * display.texi (Face Attributes): Faces earlier in an :inherit
7613         list take precedence.
7614         (Scroll Bars): Fix description of vertical-scroll-bars.
7615         Document frame-current-scroll-bars and window-current-scroll-bars.
7617         * markers.texi (The Mark): Document temporary Transient Mark mode.
7619         * minibuf.texi (Reading File Names):
7620         Document read-file-name-completion-ignore-case.
7622         * positions.texi (Screen Lines): Document nil for width argument
7623         to compute-motion.
7625 2005-03-23  Kim F. Storm  <storm@cua.dk>
7627         * display.texi (Standard Faces): Other faces used in the fringe
7628         implicitly inherits from the fringe face.
7629         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7630         properties implicitly inherits from fringe face.
7631         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7633 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7635         * display.texi (Invisible Text): State default value of
7636         line-move-ignore-invisible.
7637         (Managing Overlays): Document remove-overlays.
7638         (Standard Faces): Document escape-glyph face.
7640         * minibuf.texi (Reading File Names): Document read-file-name-function.
7642         * modes.texi (Other Font Lock Variables):
7643         Document font-lock-lines-before.
7645         * positions.texi (Skipping Characters): skip-chars-forward allows
7646         character classes.
7648 2005-03-18  Lute Kamstra  <lute@gnu.org>
7650         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7652 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7654         * text.texi (Undo): Document extensible undo entries.
7656         * searching.texi (String Search, Regexp Search): Cleanups.
7658         * nonascii.texi (Character Codes): Minor fix.
7660         * display.texi (Display Property): Explain the significance
7661         of having text properties that are eq.
7662         (Other Display Specs): Explain string as display spec.
7664         * commands.texi (Interactive Codes): Document G option.
7666 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
7668         * text.texi (Filling): Add sentence-end-without-period and
7669         sentence-end-without-space.
7670         (Changing Properties): Minor fix.
7672         * anti.texi: Total rewrite.
7674 2005-03-15  Lute Kamstra  <lute@gnu.org>
7676         * edebug.texi (Instrumenting Macro Calls): Fix typos.
7678 2005-03-08  Kim F. Storm  <storm@cua.dk>
7680         * display.texi (Specified Space): Property :width is support on
7681         non-graphic terminals, :height is not.
7683 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7685         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7686         Now subnodes of Fringes.
7687         (Overlay Arrow): Document overlay-arrow-variable-list.
7688         (Fringe Size/Pos): New node, broken out of Fringes.
7689         (Display): Explain clearing vs redisplay better.
7690         (Truncation): Clarify use of bitmaps.
7691         (The Echo Area): Clarify the uses of the echo area.
7692         Add max-mini-window-height.
7693         (Progress): Clarify.
7694         (Invisible Text): Explain that main loop moves point out.
7695         (Selective Display): Say "hidden", not "invisible".
7696         (Managing Overlays): Move up.  Describe relation to Undo here.
7697         (Overlay Properties): Clarify intro.
7698         (Finding Overlays): Explain return values when nothing found.
7699         (Width): truncate-string-to-width has added arg.
7700         (Displaying Faces): Clarify and update mode line face handling.
7701         (Face Functions): Minor cleanup.
7702         (Conditional Display): Merge into Other Display Specs.
7703         (Pixel Specification, Other Display Specs): Minor cleanups.
7704         (Images, Image Descriptors): Minor cleanups.
7705         (GIF Images): Patents have expired.
7706         (Showing Images): Explain default text for insert-image.
7707         (Manipulating Button Types): Merge into Manipulating Buttons.
7708         (Making Buttons): Explain return values.
7709         (Button Buffer Commands): Add xref.
7710         (Inverse Video): Update mode-line-inverse-video.
7711         (Display Table Format): Clarify.
7712         (Active Display Table): Give defaults for window-display-table.
7714         * calendar.texi (Calendar Customizing): calendar-holiday-marker
7715         and calendar-today-marker are strings, not chars.
7716         (Holiday Customizing): Minor fix.
7718         * internals.texi (Writing Emacs Primitives): Update `or' example.
7719         Update limit on # args of subr.
7721         * edebug.texi (Using Edebug): Arrow is in fringe.
7722         (Instrumenting): Arg to eval-defun works without loading edebug.
7723         (Edebug Execution Modes): Add xref.
7725         * customize.texi (Common Keywords): Clarify :require.
7726         Mention :version here.
7727         (Variable Definitions, Group Definitions): Not here.
7728         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7730 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
7731         * nonascii.texi (Text Representations): Clarify position-bytes.
7732         (Character Sets): Add list-charset-chars.
7733         (Scanning Charsets): Add charset-after.
7734         (Encoding and I/O): Minor fix.
7736 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7738         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7739         (Resizing Windows): Likewise.
7741         * text.texi (Change Hooks): Get rid of "Emacs 21".
7743         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7745         * streams.texi (Output Variables): Get rid of "Emacs 21".
7747         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7749         * os.texi (Translating Input): Replace flow-control example
7750         with a less obsolete example that uses `keyboard-translate'.
7752         * objects.texi (Hash Table Type, Circular Objects):
7753         Get rid of "Emacs 21".
7755         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7756         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7758         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7760         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7762         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7763         (Menu Bar): Fix when menu-bar-update-hook is called.
7765         * hash.texi (Hash Tables): Get rid of "Emacs 21".
7767         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7768         and make it read better.
7770         * files.texi (Writing to Files): Get rid of "Emacs 21".
7771         (Unique File Names): Likewise.
7773         * elisp.texi: Update Emacs version to 22.
7775         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7776         (Overlay Properties, Face Attributes): Likewise.
7777         (Managing Overlays): Fix punctuation.
7778         (Attribute Functions): Clarify set-face-font; get rid of
7779         info about old Emacs versions.
7780         (Auto Faces, Font Lookup, Display Property, Images):
7781         Get rid of "Emacs 21".
7783         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7785 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7787         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7789 2005-03-04  Lute Kamstra  <lute@gnu.org>
7791         * debugging.texi (Error Debugging): Document stack-trace-on-error.
7793 2005-03-03  Lute Kamstra  <lute@gnu.org>
7795         * edebug.texi (Instrumenting Macro Calls): Fix typo.
7797 2005-03-01  Lute Kamstra  <lute@gnu.org>
7799         * debugging.texi (Debugger Commands): Update `j'.
7801 2005-02-28  Lute Kamstra  <lute@gnu.org>
7803         * debugging.texi (Debugging): Fix typo.
7804         (Error Debugging): Document eval-expression-debug-on-error.
7805         (Function Debugging): Update example.
7806         (Using Debugger): Mention starred stack frames.
7807         (Debugger Commands): Document `j' and `l'.
7808         (Invoking the Debugger): `d' and `j' exit recursive edit too.
7809         Update the messages that the debugger displays.
7810         (Internals of Debugger): Add cross reference.  Update example.
7811         (Excess Open): Minor improvement.
7812         (Excess Close): Minor improvement.
7814 2005-02-26  Richard M. Stallman  <rms@gnu.org>
7816         * tips.texi (Coding Conventions): Clarify.
7817         Put all the major mode key reservations together.
7818         Mention the Mouse-1 => Mouse-2 conventions.
7820         * syntax.texi (Syntax Class Table): Clarify.
7821         (Syntax Table Functions): syntax-after moved from here.
7822         (Syntax Table Internals): syntax-after moved to here.
7823         (Parsing Expressions): Update info on number of values
7824         and what's meaningful in the STATE argument.
7825         (Categories): Fix typo.
7827         * sequences.texi (Arrays): Cleanup.
7828         (Char-Tables): Clarify.
7830         * processes.texi (Deleting Processes): Cleanups, add xref.
7831         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
7832         (Process Information): set-process-coding-system, some args optional.
7833         (Input to Processes): Explain various types for PROCESS args.
7834         Rename them from PROCESS-NAME to PROCESS.
7835         (Signals to Processes): Likewise.
7836         (Decoding Output): Cleanup.
7837         (Query Before Exit): Clarify.
7839         * os.texi (Startup Summary): Correct the options; add missing ones.
7840         (Terminal Output, Batch Mode): Clarify.
7841         (Flow Control): Node deleted.
7843         * markers.texi (The Mark): Clarify.
7845         * macros.texi (Expansion): Cleanup.
7846         (Indenting Macros): indent-spec allows ints, not floats.
7848         * keymaps.texi (Keymaps): Clarify.
7849         (Format of Keymaps): Update lisp-mode-map example.
7850         (Active Keymaps, Key Lookup): Clarify.
7851         (Changing Key Bindings): Add xref to `kbd'.
7852         (Key Binding Commands, Simple Menu Items): Clarify.
7853         (Mouse Menus, Menu Bar): Clarify.
7854         (Menu Example): Replace print example with menu-bar-replace-menu.
7856         * help.texi (Documentation Basics): Add function-documentation prop.
7858         * elisp.texi (Top): Don't refer to Flow Control node.
7860         * commands.texi (Command Overview): Improve xrefs.
7861         (Adjusting Point): Adjusting point applies to intangible and invis.
7862         (Key Sequence Input): Doc extra read-key-sequence args.
7863         Likewise for read-key-sequence-vector.
7865         * backups.texi (Rename or Copy): Minor fix.
7866         (Numbered Backups): For version-control, say the default.
7867         (Auto-Saving): make-auto-save-file-name example is simplified.
7869         * advice.texi (Advising Functions): Don't imply one part of Emacs
7870         should advise another part.  Markup changes.
7871         (Defining Advice): Move transitional para.
7872         (Activation of Advice): Cleanup.
7873         Explain if COMPILE is nil or negative.
7875         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7877 2005-02-24  Lute Kamstra  <lute@gnu.org>
7879         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7880         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7882 2005-02-23  Lute Kamstra  <lute@gnu.org>
7884         * modes.texi (Defining Minor Modes): define-minor-mode can be used
7885         to define global minor modes as well.
7887         * display.texi (Managing Overlays): overlay-buffer returns nil for
7888         deleted overlays.
7890 2005-02-22  Kim F. Storm  <storm@cua.dk>
7892         * minibuf.texi (Basic Completion): Allow symbols in addition to
7893         strings in try-completion and all-completions.
7895 2005-02-14  Lute Kamstra  <lute@gnu.org>
7897         * elisp.texi (Top): Remove reference to deleted node.
7899         * lists.texi (Lists): Remove reference to deleted node.
7900         (Cons Cells): Fix typo.
7902         * loading.texi (Where Defined): Fix typo.
7904 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7906         * variables.texi (Creating Buffer-Local): change-major-mode-hook
7907         is useful for discarding some minor modes.
7909         * symbols.texi (Symbol Components): Reorder examples.
7911         * streams.texi (Input Functions): State standard-input default.
7912         (Output Variables): State standard-output default.
7914         * objects.texi (Printed Representation): Clarify read syntax vs print.
7915         (Floating Point Type): Explain meaning better.
7916         (Symbol Type): Explain uniqueness better.
7917         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
7918         List examples sooner.
7919         (Box Diagrams): New subnode broken out.
7920         Some examples moved from old Lists as Boxes node.
7921         (Dotted Pair Notation): Clarify intro.
7922         (Array Type): Clarify.
7923         (Type Predicates): Add hash-table-p.
7925         * numbers.texi (Integer Basics): Clarify radix explanation.
7926         (Predicates on Numbers): Minor clarification.
7927         (Comparison of Numbers): Minor clarification.  Clarify eql.
7928         Typos in min, max.
7929         (Math Functions): Clarify overflow in expt.
7931         * minibuf.texi (Text from Minibuffer): Minor clarification.
7932         Mention arrow keys.
7934         * loading.texi (Autoload): defun's doc string overrides autoload's
7935         doc string.
7936         (Repeated Loading): Modernize "add to list" examples.
7937         (Where Defined): Finish updating table of load-history elts.
7939         * lists.texi (List-related Predicates): Minor wording improvement.
7940         (Lists as Boxes): Node deleted.
7941         (Building Lists): Explain trivial cases of number-sequence.
7943         * hash.texi (Hash Tables): Add desc to menu items.
7944         (Creating Hash): Explain "full" means "make larger".
7945         (Hash Access): Any object can be a key.
7946         State value of maphash.
7948         * functions.texi (What Is a Function): Wording cleanup.
7949         (Function Documentation): Minor cleanup.
7950         Explain purpose of calling convention at end of doc string.
7951         (Function Names): Wording cleanup.
7952         (Calling Functions): Wording cleanup.
7953         Explain better how funcall calls the function.
7954         (Function Cells): Delete example of saving and redefining function.
7956         * control.texi (Combining Conditions): Wording cleanup.
7957         (Iteration): dolist and dotimes bind VAR locally.
7958         (Cleanups): Xref to Atomic Changes.
7960         * compile.texi (Byte Compilation): Delete 19.29 info.
7961         (Compilation Functions): Macros' difficulties don't affect defsubst.
7962         (Docs and Compilation): Delete 19.29 info.
7964 2005-02-10  Richard M. Stallman  <rms@gnu.org>
7966         * objects.texi (Symbol Type): Minor correction.
7968 2005-02-06  Lute Kamstra  <lute@gnu.org>
7970         * modes.texi (Example Major Modes): Fix typos.
7972 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7974         * text.texi (Margins): fill-nobreak-predicate can be one function.
7976         * strings.texi (Modifying Strings): clear-string can make unibyte.
7977         (Formatting Strings): format gives error if values missing.
7979         * positions.texi (Character Motion): Mention default arg
7980         for forward-char.  backward-char refers to forward-char.
7981         (Word Motion): Mention default arg for forward-word.
7982         (Buffer End Motion): Mention default arg for beginning-of-buffer.
7983         Simplify end-of-buffer.
7984         (Text Lines): Mention default arg for forward-line.
7985         (List Motion): Mention default arg for beginning/end-of-defun.
7986         (Skipping Characters): Minor fixes in explaining character-set.
7988         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7989         Mode inheritance applies only when default-major-mode is nil.
7990         Clarifications.
7991         (Example Major Modes): Update Text mode and Lisp mode examples.
7992         (Minor Mode Conventions): Mention define-minor-mode at top.
7993         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7994         (Mode Line Format): Update mode line face display info.
7995         (Properties in Mode): Mention effect of risky vars.
7996         (Imenu): Define imenu-add-to-menubar.
7997         (Font Lock Mode): Add descriptions to menu lines.
7998         (Faces for Font Lock): Add font-lock-doc-face.
8000 2005-02-05  Lute Kamstra  <lute@gnu.org>
8002         * text.texi (Maintaining Undo): Remove obsolete function.
8004 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8006         * frames.texi (Color Names): Add pointer to the X docs about RGB
8007         color specifications.  Improve indexing.
8008         (Text Terminal Colors): Replace the description of RGB values by
8009         an xref to "Color Names".
8011 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8013         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8014         Clarify.
8015         (Selecting Windows): Clarify save-selected-window.
8016         (Cyclic Window Ordering): Clarify walk-windows.
8017         (Window Point): Clarify.
8018         (Window Start): Add comment to example.
8019         (Resizing Windows): Add `interactive' specs in examples.
8020         Document fit-window-to-buffer.
8022         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8023         (Undo, Maintaining Undo): Clarify last change.
8024         (Sorting): In sort-numeric-fields, explain about octal and hex.
8025         Mention sort-numeric-base.
8026         (Format Properties): Add xref for hard newlines.
8028         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8029         (Pop-Up Menus): Fix typo.
8030         (Color Names): Explain all types of color names.
8031         Explain color-values on B&W terminal.
8032         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
8034         * files.texi (File Locks): Not supported on MS systems.
8035         (Testing Accessibility): Clarify.
8037         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8038         (Coverage Testing): Fix typo.
8040         * commands.texi (Misc Events): Remove stray space.
8042         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8043         (Modification Time): Clarify when visited-file-modtime returns 0.
8044         (The Buffer List): Clarify bury-buffer.
8045         (Killing Buffers): Clarify.
8046         (Indirect Buffers): Add clone-indirect-buffer.
8048 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
8050         * edebug.texi (Printing in Edebug): Fix default value of
8051         edebug-print-circle.
8052         (Coverage Testing): Fix displayed frequency count data.
8054 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
8056         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8058 2005-02-02  Kim F. Storm  <storm@cua.dk>
8060         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8062 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
8064         * commands.texi (Misc Events): Describe the help-echo event.
8066         * text.texi (Special Properties) <help-echo>: Use `pos'
8067         consistently in description of the help-echo property.
8068         Use @code{nil} instead of @var{nil}.
8070         * display.texi (Overlay Properties): Fix the index entry for
8071         help-echo overlay property.
8073         * customize.texi (Type Keywords): Uncomment the xref to the
8074         help-echo property documentation.
8076 2005-01-23  Kim F. Storm  <storm@cua.dk>
8078         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8079         return value.  Third element FULLY replaced by PARTIAL which
8080         specifies number of invisible pixels if row is only partially visible.
8081         (Textual Scrolling): Mention auto-window-vscroll.
8082         (Vertical Scrolling): New defvar auto-window-vscroll.
8084 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
8086         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8087         command remapping.
8089 2005-01-15  Richard M. Stallman  <rms@gnu.org>
8091         * display.texi (Defining Images): Mention DATA-P arg of create-image.
8093 2005-01-14  Kim F. Storm  <storm@cua.dk>
8095         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8097         * text.texi (Links and Mouse-1): Fix string and vector item.
8099 2005-01-13  Richard M. Stallman  <rms@gnu.org>
8101         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8102         descriptions of overriding-local-map and overriding-terminal-local-map.
8104         * text.texi (Links and Mouse-1): Clarify text.
8106 2005-01-13  Kim F. Storm  <storm@cua.dk>
8108         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8110 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
8112         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8114 2005-01-12  Kim F. Storm  <storm@cua.dk>
8116         * text.texi (Links and Mouse-1): Rename section from Enabling
8117         Mouse-1 to Following Links.  Change xrefs.
8118         Add examples for define-button-type and define-widget.
8120         * display.texi (Button Properties, Button Buffer Commands):
8121         Clarify mouse-1 and follow-link functionality.
8123 2005-01-12  Richard M. Stallman  <rms@gnu.org>
8125         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8127         * display.texi (Beeping): Fix Texinfo usage.
8129         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8131 2005-01-11  Kim F. Storm  <storm@cua.dk>
8133         * display.texi (Button Properties, Button Buffer Commands):
8134         Mention mouse-1 binding.  Add follow-link keyword.
8136         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8137         (Enabling Mouse-1 to Follow Links): New subsection.
8139 2005-01-06  Richard M. Stallman  <rms@gnu.org>
8141         * text.texi (Special Properties): Minor change.
8143         * os.texi (Timers): Clarify previous change.
8145         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8147 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
8149         * display.texi (Face Attributes): Correct xref to renamed node.
8151 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8153         * display.texi (Face Attributes): Describe hex color specs.
8155 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8157         * os.texi (Timers): Update previous change.
8159 2004-12-30  Kim F. Storm  <storm@cua.dk>
8161         * display.texi (Line Height): Total line-height is now specified
8162         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
8163         in cons cells.  (nil . RATIO) is relative to actual line height.
8164         Use line-height `t' instead of `0' to get minimum height.
8166 2004-12-29  Richard M. Stallman  <rms@gnu.org>
8168         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8170 2004-12-28  Richard M. Stallman  <rms@gnu.org>
8172         * commands.texi (Quitting): Clarify value of with-local-quit.
8174         * elisp.texi (Top): Fix previous change.
8176         * loading.texi (Loading): Fix previous change.
8178 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8180         * Makefile.in (MAKEINFO): Specify --force.
8182         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8184         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8186         * display.texi (Line Height): Further clarify.
8188         * elisp.texi (Top): Update Loading submenu.
8190         * loading.texi (Where Defined): New node.
8191         (Unloading): load-history moved to Where Defined.
8193 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8195         * commands.texi (Event Input Misc): Add while-no-input.
8197 2004-12-11  Richard M. Stallman  <rms@gnu.org>
8199         * display.texi (Line Height): Rewrite text for clarity.
8201 2004-12-11  Kim F. Storm  <storm@cua.dk>
8203         * display.texi (Display): Add node "Line Height" to menu.
8204         (Line Height): New node.  Move full description of line-spacing
8205         and line-height text properties here from text.texi.
8206         (Scroll Bars): Add vertical-scroll-bar variable.
8208         * frames.texi (Window Frame Parameters): Remove line-height defvar.
8210         * locals.texi (Standard Buffer-Local Variables): Fix xref for
8211         line-spacing and vertical-scroll-bar.
8213         * text.texi (Special Properties): Just mention line-spacing and
8214         line-height here, add xref to new "Line Height" node.
8216 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
8218         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8220         * locals.texi (Standard Buffer-Local Variables):
8221         Add @xref for `line-spacing'.
8223 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8225         * Makefile.in (maintainer-clean): Remove the info files
8226         in $(infodir) where they are created.
8228 2004-12-03  Richard M. Stallman  <rms@gnu.org>
8230         * windows.texi (Selecting Windows): get-lru-window and
8231         get-largest-window don't consider dedicated windows.
8233         * text.texi (Undo): Document undo-in-progress.
8235 2004-11-26  Richard M. Stallman  <rms@gnu.org>
8237         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8238         Remove a few vars that are not always buffer-local.
8240 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
8242         * locals.texi (Standard Buffer-Local Variables): Comment out
8243         xref's to non-existent node `Yet to be written'.
8245 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8247         * processes.texi (Synchronous Processes): Grammar fix.
8249         * numbers.texi (Comparison of Numbers): Add eql.
8251         * locals.texi (Standard Buffer-Local Variables): Add many vars.
8253         * intro.texi (Printing Notation): Fix previous change.
8255         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8256         and default-indicate-buffer-boundaries from here.
8257         (Usual Display): To here.
8258         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8259         (Usual Display): Move tab-width up.
8261         * customize.texi (Variable Definitions):
8262         Replace show-paren-mode example with tooltip-mode.
8263         (Simple Types, Composite Types, Defining New Types):
8264         Minor cleanups.
8266 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
8268         * processes.texi (Synchronous Processes, Output from Processes):
8269         Markup fix.
8271 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8273         * positions.texi (Skipping Characters): skip-chars-forward
8274         now handles char classes.
8276         * intro.texi (Printing Notation): Avoid confusion of `print'
8277         when explaining @print.
8279         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8281         * display.texi (Display Table Format): Minor fix.
8283         * streams.texi (Output Functions): Fix print example.
8285         * Makefile.in (elisp): New target.
8286         (dist): Depend on $(infodir)/elisp, not elisp.
8287         Copy the info files from $(infodir).
8289         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8290         read-from-minibuffer.
8292         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8294 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8296         * searching.texi (Regexp Search): Add search-whitespace-regexp.
8298 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
8300         * tips.texi (Coding Conventions): Fix typo.
8302 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8304         * tips.texi (Coding Conventions): Separate defvar and require
8305         methods to avoid warnings.  Use require only when there are many
8306         functions and variables from that package.
8308         * minibuf.texi (Minibuffer Completion): When ignoring case,
8309         predicate must not be case-sensitive.
8311         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8312         (Test Coverage): Don't talk about "splotches".  Clarified.
8314 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
8316         * frames.texi (Window Frame Parameters): Fix typo.
8318 2004-11-15  Kim F. Storm  <storm@cua.dk>
8320         * symbols.texi (Other Plists): Note that plist-get may signal error.
8321         Add safe-plist-get.
8323 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
8325         * modes.texi (Font Lock Basics): Fix typo.
8327 2004-11-08  Richard M. Stallman  <rms@gnu.org>
8329         * syntax.texi (Syntax Table Functions): Add syntax-after.
8331 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
8333         * os.texi (Processor Run Time): New section documenting
8334         get-internal-run-time.
8336 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8338         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8339         it nukes elisp-cover.texi.
8340         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8341         elisp-0 etc.
8343 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
8345         * commands.texi (Keyboard Macros): Document `append' return value
8346         of `defining-kbd-macro'.
8348 2004-11-01  Richard M. Stallman  <rms@gnu.org>
8350         * commands.texi (Interactive Call): Add called-interactively-p.
8352 2004-10-29  Simon Josefsson  <jas@extundo.com>
8354         * minibuf.texi (Reading a Password): Revert.
8356 2004-10-28  Richard M. Stallman  <rms@gnu.org>
8358         * frames.texi (Display Feature Testing): Explain about "vendor".
8360 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8362         * commands.texi (Interactive Codes): `N' uses numeric prefix,
8363         not raw.  Clarify `n'.
8364         (Interactive Call): Rewrite interactive-p, focusing on when
8365         and how to use it.
8366         (Misc Events): Clarify previous change.
8368         * advice.texi (Simple Advice): Clarify what job the example does.
8369         (Around-Advice): Clarify ad-do-it.
8370         (Activation of Advice): An option of ad-default-compilation-action
8371         is `never', not `nil'.
8373 2004-10-26  Kim F. Storm  <storm@cua.dk>
8375         * commands.texi (Interactive Codes): Add U code letter.
8377 2004-10-25  Simon Josefsson  <jas@extundo.com>
8379         * minibuf.texi (Reading a Password): Add.
8381 2004-10-24  Jason Rumney  <jasonr@gnu.org>
8383         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
8384         and wheel-down.
8386 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
8388         * processes.texi (Synchronous Processes): Document process-file.
8390 2004-10-22  Kenichi Handa  <handa@m17n.org>
8392         * text.texi (translate-region): Document that it accepts also a
8393         char-table.
8395 2004-10-22  David Ponce  <david@dponce.com>
8397         * windows.texi (Resizing Windows): Document the `preserve-before'
8398         argument of the functions `enlarge-window' and `shrink-window'.
8400 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8402         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8404 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8406         * text.texi (Filling): Add anchor for definition of
8407         `sentence-end-double-space'.
8409         * searching.texi (Regexp Example): Update description of how
8410         Emacs currently recognizes the end of a sentence.
8411         (Standard Regexps): Update definition of the variable
8412         `sentence-end'.  Add definition of the function `sentence-end'.
8414 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
8416         * display.texi (Progress): New node.
8418 2004-10-05  Kim F. Storm  <storm@cua.dk>
8420         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8422 2004-09-29  Kim F. Storm  <storm@cua.dk>
8424         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8425         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
8426         fringe bitmap symbols, as they now have their own namespace.
8427         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8428         vs. pixels.  Signal error if no free bitmap slots.
8429         (Pixel Specification): Change IMAGE to @var{image}.
8431 2004-09-28  Richard M. Stallman  <rms@gnu.org>
8433         * text.texi (Special Properties): Clarify line-spacing and line-height.
8435         * searching.texi (Regexp Search): Add looking-back.
8437 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
8439         * display.texi: Correct typos.
8440         (Image Descriptors): Correct xref's.
8442 2004-09-25  Richard M. Stallman  <rms@gnu.org>
8444         * text.texi (Special Properties): Cleanups in `cursor'.
8445         Rewrites in `line-height' and `line-spacing'; exchange them.
8447         * display.texi (Fringes): Rewrite previous change.
8448         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
8449         (Display Fringe Bitmaps): Node deleted, text moved.
8450         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
8451         (Scroll Bars): Clarify set-window-scroll-bars.
8452         (Pointer Shape): Rewrite.
8453         (Specified Space): Clarify :align-to, etc.
8454         (Pixel Specification): Use @var.  Clarify new text.
8455         (Other Display Specs): Clarify `slice'.
8456         (Image Descriptors): Cleanups.
8457         (Showing Images): Cleanups.
8459 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
8461         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8463         * modes.texi: Various minor changes in addition to:
8464         (Major Mode Conventions): Final call to `run-mode-hooks' should
8465         not be inside the `delay-mode-hooks' form.
8466         (Mode Hooks): New node.
8467         (Hooks): Delete obsolete example.
8468         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8469         node "Mode Hooks".
8471 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8473         * display.texi: Correct various typos.
8474         (Display): Rename node "Pointer Shapes" to "Pointer
8475         Shape".  (There is already a node called "Pointer Shapes" in
8476         frames.texi.)
8477         (Images): Remove non-existent node "Image Slices" from menu.
8479 2004-09-23  Kim F. Storm  <storm@cua.dk>
8481         * text.texi (Special Properties): Add `cursor', `pointer',
8482         `line-height', and `line-spacing' properties.
8484         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8485         Shapes' to menu.
8486         (Standard Faces): Doc fix for fringe face.
8487         (Fringes): Add `overflow-newline-into-fringe' and
8488         'indicate-buffer-boundaries'.
8489         (Fringe Bitmaps, Pointer Shapes): New nodes.
8490         (Display Property): Add 'Pixel Specification' and 'Display Fringe
8491         Bitmaps' to menu.
8492         (Specified Space): Describe pixel width and height.
8493         (Pixel Specification): New node.
8494         (Other Display Specs): Add `slice' property.
8495         (Display Fringe Bitmaps): New node.
8496         (Images): Add 'Image Slices' to menu.
8497         (Image Descriptors): Add `:pointer' and `:map' properties.
8498         (Showing Images): Add slice arg to `insert-image'.
8499         Add 'insert-sliced-image'.
8501 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8503         * commands.texi (Key Sequence Input):
8504         Clarify downcasing in read-key-sequence.
8506 2004-09-08  Juri Linkov  <juri@jurta.org>
8508         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8510 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
8512         * locals.texi (Standard Buffer-Local Variables):
8513         Add `buffer-auto-save-file-format'.
8514         * internals.texi (Buffer Internals): Describe new
8515         auto_save_file_format field of the buffer structure.
8516         * files.texi (Format Conversion): `auto-save-file-format' has been
8517         renamed `buffer-auto-save-file-format'.
8519 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8521         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8522         an integer or a marker.
8523         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8525 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8527         * modes.texi (Major Mode Conventions): Discuss rebinding of
8528         standard key bindings.
8530 2004-08-18  Kim F. Storm  <storm@cua.dk>
8532         * processes.texi (Accepting Output): Add `just-this-one' arg to
8533         `accept-process-output'.
8534         (Output from Processes): New var `process-adaptive-read-buffering'.
8536 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8538         * keymaps.texi: Various changes in addition to:
8539         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8540         Give more varied examples for `kbd'.
8541         (Creating Keymaps): Char tables have slots for all characters
8542         without modifiers.
8543         (Active Keymaps): `overriding-local-map' and
8544         `overriding-terminal-local-map' also override text property and
8545         overlay keymaps.
8546         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8547         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8548         to denote a prefix of no events.
8549         `map-keymap' includes parent's bindings _recursively_.
8550         Clarify and correct description of `where-is-internal'.
8551         Mention BUFFER-OR-NAME arg to `describe-bindings'.
8552         (Menu Example): For menus intended for use with the keyboard, the
8553         menu items should be bound to characters or real function keys.
8555 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8557         * objects.texi (Character Type): Reposition `@anchor' to prevent
8558         double space inside sentence in Info.
8560         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8561         renamed to `disabled-command-function'.
8562         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8563         (Command Loop Info): Replace reference to it.
8564         (Disabling Commands): `disabled-command-hook' has been renamed to
8565         `disabled-command-function'.
8567 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8569         * os.texi (Translating Input): Only non-prefix bindings in
8570         `key-translation-map' override actual key bindings.  Warn about
8571         possible indirect effect of actual key bindings on non-prefix
8572         bindings in `key-translation-map'.
8574 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8576         * minibuf.texi (High-Level Completion): Add anchor for definition
8577         of `read-variable'.
8579         * commands.texi: Various changes in addition to:
8580         (Using Interactive): Clarify description of `interactive-form'.
8581         (Interactive Call): Mention default for KEYS argument to
8582         `call-interactively'.
8583         (Command Loop Info): Clarify description of `this-command-keys'.
8584         Mention KEEP-RECORD argument to `clear-this-command-keys'.
8585         Value of `last-event-frame' can be `macro'.
8586         (Repeat Events): `double-click-fuzz' is also used to distinguish
8587         clicks and drags.
8588         (Classifying Events): Clarify descriptions of `event-modifiers'
8589         `event-basic-type' and `event-convert-list'.
8590         (Accessing Events): `posn-timestamp' takes POSITION argument.
8591         (Quoted Character Input): Clarify description of
8592         `read-quoted-char' and fix example.
8593         (Quitting): Add `with-local-quit'.
8594         (Disabling Commands): Correct and clarify descriptions of
8595         `enable-command' and `disable-command'.
8596         Mention what happens if `disabled-command-hook' is nil.
8597         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8598         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8600 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8602         * frames.texi: Various changes in addition to:
8603         (Creating Frames): Expand and clarify description of `make-frame'.
8604         (Window Frame Parameters): Either none or both of the `icon-left'
8605         and `icon-top' parameters must be specified.  Put descriptions of
8606         `menu-bar-lines' and `toolbar-lines' closer together and change
8607         them accordingly.
8608         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8609         except while processing `frame-title-format' or `icon-title-format'.
8610         (Deleting Frames): Correct description of `delete-frame'.
8611         Non-nil return values of `frame-live-p' are like those of `framep'.
8612         (Frames and Windows): Mention return value of
8613         `set-frame-selected-window'.
8614         (Visibility of Frames): Mention `force' argument to
8615         `make-frame-invisible'.  `frame-visible-p' returns t for all
8616         frames on text-only terminals.
8617         (Frame Configurations): Restoring a frame configuration does not
8618         restore deleted frames.
8619         (Window System Selections): `x-set-selection' returns DATA.
8620         (Resources): Add example.
8621         (Display Feature Testing): Clarify descriptions of
8622         `display-pixel-height', `display-pixel-width', `x-server-version'
8623         and `x-server-vendor'.
8625         * windows.texi (Choosing Window): Add anchor.
8626         * minibuf.texi (Minibuffer Misc): Add anchor.
8628 2004-07-23  John Paul Wallington  <jpw@gnu.org>
8630         * macros.texi (Defining Macros): Declaration keyword for setting
8631         Edebug spec is `debug' not `edebug'.
8633 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8635         * windows.texi: Various small changes in addition to:
8636         (Window Point): Mention return value of `set-window-point'.
8637         (Window Start): `pos-visible-in-window-p' disregards horizontal
8638         scrolling.  Explain return value if PARTIALLY is non-nil.
8639         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8640         and `set-window-vscroll'.
8641         (Size of Window): The argument WINDOW to `window-inside-edges',
8642         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8643         (Resizing Windows): Explain return value of
8644         `shrink-window-if-larger-than-buffer'.
8645         `window-size-fixed' automatically becomes buffer local when set.
8646         (Window Configurations): Explain return value of
8647         `set-window-configuration'.
8649         * minibuf.texi (Minibuffer Misc): Add anchor for
8650         `minibuffer-scroll-window'.
8652         * positions.texi (Text Lines): Add anchor for `count-lines'.
8654 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8656         * display.texi (Overlay Properties): Adding `evaporate' prop
8657         deletes empty overlay immediately.
8659         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8660         fix example.
8662 2004-07-16  Jim Blandy  <jimb@redhat.com>
8664         * searching.texi (Regexp Backslash): Document new \_< and \_>
8665         operators.
8667 2004-07-16  Juanma Barranquero  <lektu@terra.es>
8669         * display.texi (Images): Fix Texinfo usage.
8671 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8673         * buffers.texi (Modification Time): `visited-file-modtime' now
8674         returns a list of two integers, instead of a cons.
8676 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8678         * windows.texi: Various changes in addition to:
8679         (Splitting Windows): Add `split-window-keep-point'.
8681 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8683         * frames.texi (Input Focus): Minor fix.
8685 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
8687         * frames.texi (Input Focus): Clarify descriptions of
8688         `select-frame-set-input-focus' and `select-frame'.
8690 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8692         * os.texi: Various small changes in addition to:
8693         (Killing Emacs): Expand and clarify description of
8694         `kill-emacs-query-functions' and `kill-emacs-hook'.
8695         (System Environment): Expand and clarify description of `getenv'
8696         and `setenv'.
8697         (Timers): Clarify description of `run-at-time'.
8698         (Translating Input): Correct description of
8699         `extra-keyboard-modifiers'.
8700         (Flow Control): Correct description of `enable-flow-control'.
8702 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
8704         * os.texi: Update copyright.
8705         (Session Management): Grammar fix.
8706         Clarify which Emacs does the restarting.
8707         Use @samp for *scratch* buffer.
8709 2004-07-04  Alan Mackenzie  <acm@muc.de>
8711         * frames.texi (Input Focus): Add documentation for
8712         `select-frame-set-input-focus'.  Replace refs to non-existent
8713         `switch-frame' with `select-frame'.  Minor corrections and tidying
8714         up of text-only terminal stuff.
8716 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8718         * files.texi (Saving Buffers): Cleanup write-contents-function.
8719         (Magic File Names): Cleanup file-remote-p.
8721 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
8723         * files.texi (Magic File Names): `file-remote-p' returns an
8724         identifier of the remote system, not just t.
8726 2004-07-02  David Kastrup  <dak@gnu.org>
8728         * searching.texi (Entire Match Data): Add explanation about new
8729         match-data behavior when @var{integers} is non-nil.
8731 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8733         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8735         * customize.texi (Variable Definitions): Note about doc strings
8736         and :set.
8738         * keymaps.texi (Keymap Terminology): Document `kbd'.
8739         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8741         * display.texi (Invisible Text): Setting buffer-invisibility-spec
8742         makes it buffer-local.
8744         * files.texi (Saving Buffers): Correct previous change.
8746         * commands.texi (Accessing Events):
8747         Clarify posn-col-row and posn-actual-col-row.
8749 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
8751         * commands.texi (Accessing Events): New functions
8752         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
8754 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8756         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8757         * frames.texi, buffers.texi, backups.texi, variables.texi:
8758         * loading.texi, eval.texi, functions.texi, control.texi:
8759         * symbols.texi, minibuf.texi: Reposition @anchor's.
8761         * help.texi: Various small changes in addition to the following.
8762         (Describing Characters): Describe PREFIX argument to
8763         `key-description'.  Correct and clarify definition of
8764         `text-char-description'.  Describe NEED-VECTOR argument to
8765         `read-kbd-macro'.
8766         (Help Functions): Clarify definition of `apropos'.
8768 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8770         * files.texi (Saving Buffers): Correct description of
8771         `write-contents-functions'.
8773 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8775         * display.texi (Images): Remove redundant @vindex directives.
8776         Rewrite `image-library-alist' doc in active voice.
8778 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8780         * display.texi (Images): Document new delayed library loading,
8781         variable `image-library-alist' and (existing but undocumented)
8782         function `image-type-available-p'.
8784 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8786         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8787         refer the user to the Initial Input node.
8788         (Text from Minibuffer): Likewise.
8789         (Initial Input): New node.  Document this feature
8790         and say it is mostly deprecated.
8792 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8794         * loading.texi (Named Features): Clarify return value
8795         and meaning of NOERROR.
8797         * variables.texi (File Local Variables): Minor cleanup.
8799 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8801         * files.texi (Magic File Names): Add `file-remote-p' as operation
8802         of file name handlers.
8804 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8806         * modes.texi (Minor Mode Conventions): (-) has no special meaning
8807         as arg to a minor mode command.
8809 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8811         * syntax.texi (Syntax Class Table): Word syntax not just for English.
8813         * streams.texi (Output Variables): Doc float-output-format.
8815         * searching.texi (Regexp Special): Nested repetition can be infloop.
8817         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8818         real stack overflow.
8820         * compile.texi: Minor cleanups.
8822 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
8824         * lists.texi (Cons Cells): Explain dotted lists, true lists,
8825         circular lists.
8826         (List Elements): Explain handling of circular and dotted lists.
8828 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
8830         * modes.texi (Search-based Fontification): Fix typo.
8832 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8834         * modes.texi (Mode Line Variables): Fix description of
8835         global-mode-string, which is now after which-func-mode, not the
8836         buffer name.
8838 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8840         * modes.texi (Desktop Save Mode): Add.
8841         (Modes): Add menu entry Desktop Save Mode.
8843         * hooks.texi: Add desktop-after-read-hook,
8844         desktop-no-desktop-file-hook and desktop-save-hook.
8846         * locals.texi: Add desktop-save-buffer.
8848 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
8850         * display.texi: emacs -> Emacs.
8852 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8854         * files.texi (Changing Files): Document set-file-times.
8856 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8858         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8860 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
8862         * tips.texi (Coding Conventions): defopt -> defcustom.
8864 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
8866         * sequences.texi: Various clarifications.
8868 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
8870         * buffers.texi (Read Only Buffers): Mention optional ARG to
8871         `toggle-read-only'.
8873 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
8875         * windows.texi (Selecting Windows): Note that get-lru-window
8876         returns a full-width window if possible.
8878 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8880         * buffers.texi: Various changes in addition to:
8881         (Buffer File Name): Add `find-buffer-visiting'.
8882         (Buffer Modification): Mention optional ARG to `not-modified'.
8883         (Indirect Buffers): Mention optional CLONE argument to
8884         `make-indirect-buffer'.
8886         * files.texi: Various changes in addition to:
8887         (Visiting Functions): `find-file-hook' is now a normal hook.
8888         (File Name Expansion): Explain difference between the way that
8889         `expand-file-name' and `file-truename' treat `..'.
8890         (Contents of Directories): Mention optional ID-FORMAT argument to
8891         `directory-files-and-attributes'.
8892         (Format Conversion): Mention new optional CONFIRM argument to
8893         `format-write-file'.
8895 2004-04-12  Miles Bader  <miles@gnu.org>
8897         * macros.texi (Expansion): Add description of `macroexpand-all'.
8899 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8901         * variables.texi (Variable Aliases):
8902         Mention cyclic-variable-indirection.
8904         * errors.texi (Standard Errors): Ditto.
8906 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8908         * backups.texi: Various small changes in addition to:
8909         (Making Backups): Mention return value of `backup-buffer'.
8910         (Auto-Saving): Mention optional FORCE argument to
8911         `delete-auto-save-file-if-necessary'.
8912         (Reverting): Mention optional PRESERVE-MODES argument to
8913         `revert-buffer'.  Correct description of `revert-buffer-function'.
8915 2004-03-22  Juri Linkov  <juri@jurta.org>
8917         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8918         with `Vector Functions'.
8920         * text.texi (Sorting): Add missing quote.
8922 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
8924         * intro.texi (Lisp History): Replace xref to `cl' manual with
8925         inforef.
8927 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8929         * intro.texi (Version Info): Add arg to emacs-version.
8930         (Lisp History): Change xref to CL manual.
8932 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
8934         * minibuf.texi (Completion Commands): Add xref to Emacs manual
8935         for Partial Completion mode.
8937 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
8939         * customize.texi: Fix typo.  Remove eol whitespace.
8941 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8943         * processes.texi: Fix typos.
8945         * lists.texi (Building Lists): Minor clarification.
8947         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8948         in make-hash-table.
8950 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8952         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8953         rm, and ignore exit code.
8955 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
8957         * display.texi (Defining Faces): Add description for min-colors.
8958         Update example.
8960 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
8962         * abbrevs.texi: Various corrections and clarifications in addition
8963         to the following:
8964         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8966 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8968         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8970 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
8972         * text.texi: Various small changes in addition to the following:
8973         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8974         to delete-horizontal-space.
8975         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8976         description of yank-handler text property at various places.
8978         * frames.texi (Window System Selections): Add anchor.
8980         * syntax.texi (Syntax Table Functions): Clarify and correct
8981         descriptions of make-syntax-table and copy-syntax-table.
8982         (Motion and Syntax): Clarify SYNTAXES argument to
8983         skip-syntax-forward.
8984         (Parsing Expressions): Mention that the return value of
8985         parse-partial-sexp is currently a list of ten rather than nine
8986         elements.
8987         (Categories): Various corrections and clarifications.
8989 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
8991         * markers.texi (Marker Insertion Types): Minor change.
8993         * locals.texi (Standard Buffer-Local Variables):
8994         * commands.texi (Interactive Codes, Using Interactive):
8995         * functions.texi (Related Topics): Fix xrefs.
8997 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8999         * lists.texi (Sets And Lists): Update description of delete-dups.
9001 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9003         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9005 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
9007         * frames.texi (Parameter Access): frame-parameters arg is optional.
9008         modify-frame-parameters handles nil for FRAME.
9009         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9010         are all-or-nothing for certain toolkits.
9011         Mention parameter wait-for-wm.
9012         (Frames and Windows): In frame-first-window and frame-selected-window
9013         the arg is optional.
9014         (Input Focus): In redirect-frame-focus the second arg is optional.
9015         (Window System Selections): Mention selection type CLIPBOARD.
9016         Mention data-type UTF8_STRING.
9017         Mention numbering of cut buffers.
9018         (Resources): Describe x-resource-name.
9020 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9022         * windows.texi (Buffers and Windows): Delete false table
9023         about all-frames.
9025         * syntax.texi (Parsing Expressions): Delete old caveat
9026         about parse-sexp-ignore-comments.
9028         * streams.texi (Output Variables): Add print-quoted.
9030         * lists.texi (Building Lists): Minor cleanup.
9032         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9034         * display.texi (Overlays): Explain overlays use markers.
9035         (Managing Overlays): Explain front-advance and rear-advance
9036         in more detail.
9038         * loading.texi (Unloading): Document unload-feature-special-hooks.
9039         Get rid of fns-NNN.el file.
9041 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9043         * help.texi (Describing Characters): Fix text-char-description
9044         example output.
9046         * edebug.texi (Using Edebug): Fix example.
9048         * debugging.texi (Internals of Debugger): Fix return value.
9050         * files.texi (Changing Files): Fix argname.
9052         * calendar.texi: Fix parens, and default values.
9054         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9055         * nonascii.texi, objects.texi, os.texi: Minor fixes.
9056         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
9058         * positions.texi (Text Lines): Don't add -1 in current-line.
9060 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9062         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9064 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9066         * processes.texi (Low-Level Network): Fix a typo.
9068 2004-02-12  Kim F. Storm  <storm@cua.dk>
9070         * display.texi (Fringes): Use consistent wording.
9071         Note that window-fringe's window arg is optional.
9072         (Scroll Bars): Use consistent wording.
9074 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
9076         * tips.texi (Comment Tips): Document the new conventions for
9077         commenting out code.
9079 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
9081         * positions.texi (Text Lines): Add missing end defun.
9083 2004-02-07  Kim F. Storm  <storm@cua.dk>
9085         * positions.texi (Text Lines): Add line-number-at-pos.
9087 2004-02-06  John Paul Wallington  <jpw@gnu.org>
9089         * display.texi (Button Properties, Button Buffer Commands):
9090         mouse-2 invokes button, not down-mouse-1.
9092 2004-02-04  Jason Rumney  <jasonr@gnu.org>
9094         * makefile.w32-in: Sync with Makefile.in changes.
9096 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
9098         * minibuf.texi (Text from Minibuffer): Various corrections and
9099         clarifications.
9100         (Object from Minibuffer): Correct Lisp description of
9101         read-minibuffer.
9102         (Minibuffer History): Clarify description of cons values for
9103         HISTORY arguments.
9104         (Basic Completion): Various corrections and clarifications.
9105         Add completion-regexp-list.
9106         (Minibuffer Completion): Correct and clarify description of
9107         completing-read.
9108         (Completion Commands): Mention Partial Completion mode.
9109         Various other minor changes.
9110         (High-Level Completion): Various corrections and clarifications.
9111         (Reading File Names): Ditto.
9112         (Minibuffer Misc): Ditto.
9114 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
9116         * strings.texi (Text Comparison): assoc-string also matches
9117         elements of alists that are strings instead of conses.
9118         (Formatting Strings): Standardize Texinfo usage.  Update index
9119         entries.
9121 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
9123         * lists.texi (Sets And Lists): Add delete-dups.
9125 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
9127         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9128         special form.
9129         * macros.texi (Defining Macros): Update description of `declare',
9130         which now is a macro.
9131         (Wrong Time): Fix typos.
9133 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
9135         * compile.texi (Compilation Functions): Expand descriptions of
9136         `compile-defun', `byte-compile-file', `byte-recompile-directory'
9137         and `batch-byte-compile'.  In particular, mention and describe
9138         all optional arguments.
9139         (Disassembly): Correct and clarify the description of `disassemble'.
9141 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
9143         * searching.texi: Various small changes in addition to the
9144         following.
9145         (Regexp Example): Adapt to new value of `sentence-end'.
9146         (Regexp Functions): The PAREN argument to `regexp-opt' can be
9147         `words'.
9148         (Search and Replace): Add usage note for `perform-replace'.
9149         (Entire Match Data): Mention INTEGERS and REUSE arguments to
9150         `match-data'.
9151         (Standard Regexps): Update for new values of `paragraph-start'
9152         and `sentence-end'.
9154 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
9156         * files.texi (Saving Buffers): Clarify descriptions of
9157         `write-contents-functions' and `before-save-hook'.
9158         Make the defvar's for `before-save-hook' and `after-save-hook'
9159         into defopt's.
9161 2004-01-07  Kim F. Storm  <storm@cua.dk>
9163         * commands.texi (Click Events): Describe new image and
9164         width/height elements of click events.
9165         (Accessing Events): Add posn-string, posn-image, and
9166         posn-object-width-height.  Change posn-object to return either
9167         image or string object.
9169 2004-01-01  Simon Josefsson  <jas@extundo.com>
9171         * hooks.texi (Standard Hooks): Add before-save-hook.
9172         * files.texi (Saving Buffers): Likewise.
9174 2004-01-03  Richard M. Stallman  <rms@gnu.org>
9176         * frames.texi (Frames and Windows): Delete frame-root-window.
9178 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9180         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9182         * functions.texi: Various small changes in addition to the
9183         following.
9184         (What Is a Function): `functionp' returns nil for macros.
9185         Clarify behavior of this and following functions for symbol arguments.
9186         (Function Documentation): Add `\' in front of (fn @var{arglist})
9187         and explain why.
9188         (Defining Functions): Mention DOCSTRING argument to `defalias'.
9189         Add anchor.
9190         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
9192 2004-01-01  Miles Bader  <miles@gnu.org>
9194         * display.texi (Buttons): New section.
9196 2003-12-31  Andreas Schwab  <schwab@suse.de>
9198         * numbers.texi (Math Functions): sqrt reports a domain-error
9199         error.
9200         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9202 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9204         * tips.texi (Documentation Tips): Update item on hyperlinks in
9205         documentation strings.
9207         * errors.texi (Standard Errors): Various small corrections and
9208         additions.
9210         * control.texi: Various small changes in addition to the
9211         following.
9212         (Signaling Errors): Provide some more details on how `signal'
9213         constructs the error message.  Add anchor to the definition of
9214         `signal'.
9215         (Error Symbols): Describe special treatment of `quit'.
9216         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9217         to emphasize that it has to be a single form.
9219         * buffers.texi: Add anchor.
9221 2003-12-29  Richard M. Stallman  <rms@gnu.org>
9223         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9224         (Window Configurations): Add window-configuration-frame.
9226         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9228         * text.texi (Examining Properties): Add get-char-property-and-overlay.
9229         Change arg name in get-char-property.
9230         (Special Properties): Update handling of keymap property.
9232         * strings.texi (Modifying Strings): Add clear-string.
9233         (Text Comparison): Add assoc-string and remove
9234         assoc-ignore-case, assoc-ignore-representation.
9236         * os.texi (Time of Day): Add set-time-zone-rule.
9238         * numbers.texi (Math Functions): asin, acos, log, log10
9239         report domain-error errors.
9241         * nonascii.texi (Converting Representations):
9242         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9243         (Encoding and I/O): Add file-name-coding-system.
9245         * modes.texi (Search-based Fontification): Explain that
9246         face specs are symbols with face names as values.
9248         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9250         * lists.texi (Building Lists): remq moved elsewhere.
9251         (Sets And Lists): remq moved here.
9252         (Association Lists): Refer to assoc-string.
9254         * internals.texi (Garbage Collection): Add memory-use-counts.
9256         * frames.texi (Frames and Windows): Add set-frame-selected-window
9257         and frame-root-window.
9259         * files.texi (Contents of Directories):
9260         Add directory-files-and-attributes.
9262         * display.texi (Refresh Screen): Add force-window-update.
9263         (Invisible Text): Explain about moving point out of invis text.
9264         (Overlay Properties): Add overlay-properties.
9265         (Managing Overlays): Add overlayp.
9266         (GIF Images): Invalid image number displays a hollow box.
9268         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9269         (Killing Buffers): Add buffer-live-p.
9271 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9273         * display.texi (Fringes): Fix typo "set-buffer-window".
9275 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
9277         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9278         * nonascii.texi, processes.texi, tips.texi, variables.texi:
9279         Add or change various xrefs and anchors.
9281         * commands.texi: Replace all occurrences of @acronym{CAR} with
9282         @sc{car}, for consistency with the rest of the Elisp manual.
9283         `car' and `cdr' are historically acronyms, but are no longer
9284         widely thought of as such.
9286         * internals.texi (Pure Storage): Mention that `purecopy' does not
9287         copy text properties.
9288         (Object Internals): Now 29 bits are used (in most implementations)
9289         to address Lisp objects.
9291         * variables.texi (Variables with Restricted Values): New node.
9293         * objects.texi (Lisp Data Types): Mention that certain variables
9294         can only take on a restricted set of values and add an xref to
9295         the new node "Variables with Restricted Values".
9297         * eval.texi (Function Indirection): Describe the errors that
9298         `indirect-function' can signal.
9299         (Eval): Clarify the descriptions of `eval-region' and `values'.
9300         Describe `eval-buffer' instead of `eval-current-buffer' and
9301         mention `eval-current-buffer' as an alias for `current-buffer'.
9302         Correct the description and mention all optional arguments.
9304         * nonascii.texi: Various small changes in addition to the
9305         following.
9306         (Converting Representations): Clarify behavior of
9307         `string-make-multibyte' and `string-to-multibyte' for unibyte all
9308         ASCII arguments.
9309         (Character Sets): Document the variable `charset-list' and adapt
9310         the definition of the function `charset-list' accordingly.
9311         (Translation of Characters): Clarify use of generic characters in
9312         `make-translation-table'.  Clarify and correct the description of
9313         the use of translation tables in encoding and decoding.
9314         (User-Chosen Coding Systems): Correct and clarify the description
9315         of `select-safe-coding-system'.
9316         (Default Coding Systems): Clarify description of
9317         `file-coding-system-alist'.
9319 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9321         * strings.texi (Text Comparison): Correctly describe when two
9322         strings are `equal'.  Combine and clarify descriptions of
9323         `assoc-ignore-case' and `assoc-ignore-representation'.
9325         * objects.texi (Non-ASCII in Strings): Clarify description of
9326         when a string is unibyte or multibyte.
9327         (Bool-Vector Type): Update examples.
9328         (Equality Predicates): Correctly describe when two strings are
9329         `equal'.
9331 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
9333         * lists.texi (Building Lists): `append' no longer accepts integer
9334         arguments.  Update the description of `number-sequence' to reflect
9335         recent changes.
9336         (Sets And Lists): Describe `member-ignore-case' after `member'.
9338 2003-11-27  Kim F. Storm  <storm@cua.dk>
9340         * commands.texi (Click Events): Click object may be an images.
9341         Describe (dx . dy) element of click positions.
9342         (Accessing Events): Remove duplicate posn-timestamp.
9343         New functions posn-object and posn-object-x-y.
9345 2003-11-23  Kim F. Storm  <storm@cua.dk>
9347         * commands.texi (Click Events): Describe enhancements to event
9348         position lists, including new text-pos and (col . row) items.
9349         Mention left-fringe and right-fringe area events.
9350         (Accessing Events): New functions posn-area and
9351         posn-actual-col-row.  Mention posn-timestamp.  Mention that
9352         posn-point in non-text area still returns buffer position.
9353         Clarify posn-col-row.
9355 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
9357         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9358         * anti.texi (File Attributes): Describe removed parameter
9359         ID-FORMAT.
9361 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
9363         * positions.texi (Positions): Mention that, if a marker is used as
9364         a position, its buffer is ignored.
9366         * markers.texi (Overview of Markers): Mention it here too.
9368 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
9370         * numbers.texi (Numeric Conversions): Not just `floor', but also
9371         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9373 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
9375         * markers.texi (Creating Markers): Specify insertion type of
9376         created markers.  Add xref to `Marker Insertion Types'.
9377         Second argument to `copy-marker' is optional.
9378         (Marker Insertion Types): Mention that most markers are created
9379         with insertion type nil.
9380         (The Mark): Correctly describe when `mark' signals an error.
9381         (The Region): Correctly describe when `region-beginning' and
9382         `region-end' signal an error.
9384 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
9386         * hash.texi (Creating Hash): Clarify description of `eql'.
9387         `makehash' is obsolete.
9388         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9390         * positions.texi (Point): Change description of `buffer-end', so
9391         that it is also correct for floating point arguments.
9392         (List Motion): Correct argument lists of `beginning-of-defun' and
9393         `end-of-defun'.
9394         (Excursions): Add xref to `Marker Insertion Types'.
9395         (Narrowing): Argument to `narrow-to-page' is optional.
9397 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
9399         * streams.texi (Output Streams): Clarify behavior of point for
9400         marker output streams.
9402 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9404         * variables.texi (Defining Variables): Second argument to
9405         `defconst' is not optional.
9406         (Setting Variables): Mention optional argument APPEND to
9407         `add-to-list'.
9408         (Creating Buffer-Local): Expand description of
9409         `make-variable-buffer-local'.
9410         (Frame-Local Variables): Expand description of
9411         `make-variable-frame-local'.
9412         (Variable Aliases): Correct description of optional argument
9413         DOCSTRING to `defvaralias'.  Mention return value of
9414         `defvaralias'.
9415         (File Local Variables): Add xref to `File variables' in Emacs
9416         Manual.  Correct description of `hack-local-variables'.  Mention
9417         `safe-local-variable' property.  Mention optional second argument
9418         to `risky-local-variable-p'.
9420 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
9422         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9424 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9426         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9427         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9428         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9429         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9430         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9431         lispref/processes.texi, lispref/searching.texi,
9432         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9433         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9434         @acronym{FOO}.
9436 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
9438         * strings.texi (Creating Strings): Argument START to `substring'
9439         can not be `nil'.  Expand description of
9440         `substring-no-properties'.  Correct description of `split-string',
9441         especially with respect to empty matches.  Prevent very bad line
9442         break in definition of `split-string-default-separators'.
9443         (Text Comparison): `string=' and `string<' also accept symbols as
9444         arguments.
9445         (String Conversion): More completely describe argument BASE in
9446         `string-to-number'.
9447         (Formatting Strings): `%s' and `%S' in `format' do require
9448         corresponding object.  Clarify behavior of numeric prefix after
9449         `%' in `format'.
9450         (Case Conversion): The argument to `upcase-initials' can be a
9451         character.
9453 2003-10-27  Kenichi Handa  <handa@m17n.org>
9455         * display.texi (Fontsets): Fix texinfo usage.
9457 2003-10-25  Kenichi Handa  <handa@m17n.org>
9459         * display.texi (Fontsets): Add description of the function
9460         set-fontset-font.
9462 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
9464         * display.texi (Temporary Displays): Add xref to `Documentation
9465         Tips'.
9467         * functions.texi (Function Safety): Use inforef instead of pxref
9468         for SES.
9470 2003-10-23  Andreas Schwab  <schwab@suse.de>
9472         * Makefile.in (TEX, texinputdir): Don't define.
9473         (TEXI2DVI): Define.
9474         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9475         add $(srcdir)/index.texi.
9476         ($(infodir)/elisp): Remove index.texi dependency.
9477         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
9478         (index.texi): Remove target.
9479         (dist): Don't link $(srcdir)/permute-index.
9480         (clean): Don't remove index.texi.
9482         * permute-index, index.perm: Remove.
9483         * index.texi: Rename from index.unperm.
9485 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
9487         * tips.texi (Documentation Tips): Document new behavior for face
9488         and variable hyperlinks in Help mode.
9490 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
9492         * objects.texi (Integer Type): Update for extra bit of integer range.
9493         (Character Type): Ditto.
9495 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9497         * numbers.texi (Integer Basics): Add index entries for reading
9498         numbers in hex, octal, and binary.
9500 2003-10-16  Lute Kamstra  <lute@gnu.org>
9502         * modes.texi (Mode Line Format): Mention force-mode-line-update's
9503         argument.
9505 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
9507         * windows.texi (Choosing Window): Fix typo.
9508         * edebug.texi (Edebug Execution Modes): Fix typo.
9510 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9512         * windows.texi (Basic Windows): A window has fringe settings,
9513         display margins and scroll-bar settings.
9514         (Splitting Windows): Doc split-window return value.
9515         Clean up one-window-p.
9516         (Selecting Windows): Fix typo.
9517         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9518         (Buffers and Windows): In set-window-buffer, explain effect
9519         on fringe settings and scroll bar settings.
9520         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9521         (Choosing Window): Use defopt for pop-up-frame-function.
9522         For special-display-buffer-names, explain same-window and same-frame.
9523         Clarify window-dedicated-p return value.
9524         (Textual Scrolling): scroll-up and scroll-down can get an error.
9525         (Horizontal Scrolling): Clarify auto-hscroll-mode.
9526         Clarify set-window-hscroll.
9527         (Size of Window): Don't mention tool bar in window-height.
9528         (Coordinates and Windows): Explain what coordinates-in-window-p
9529         returns for fringes and display margins.
9530         (Window Configurations): Explain saving fringes, etc.
9532         * tips.texi (Library Headers): Clean up Documentation.
9534         * syntax.texi (Parsing Expressions): Clean up forward-comment
9535         and parse-sexp-lookup-properties.
9537         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9539         * os.texi (System Environment): Clean up text for load-average errors.
9541         * modes.texi (Hooks): Don't explain local hook details at front.
9542         Clarify run-hooks and run-hook-with-args a little.
9543         Clean up add-hook and remove-hook.
9545         * edebug.texi (Edebug Execution Modes): Clarify t.
9546         Document edebug-sit-for-seconds.
9547         (Coverage Testing): Document C-x X = and =.
9548         (Instrumenting Macro Calls): Fix typo.
9549         (Specification List): Don't index the specification keywords.
9551 2003-10-10  Kim F. Storm  <storm@cua.dk>
9553         * processes.texi (Network): Introduce make-network-process.
9555 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9557         * tips.texi (Library Headers): Fix typo.
9559 2003-10-07  Juri Linkov  <juri@jurta.org>
9561         * modes.texi (Imenu): Mention imenu-create-index-function's
9562         default value.  Explain submenus better.
9564 2003-10-07  Lute Kamstra  <lute@gnu.org>
9566         * modes.texi (Faces for Font Lock): Fix typo.
9567         (Hooks): Explain how buffer-local hook variables can refer to
9568         global hook variables.
9569         Various minor clarifications.
9571 2003-10-06  Lute Kamstra  <lute@gnu.org>
9573         * tips.texi (Coding Conventions): Mention naming conventions for
9574         hooks.
9576 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
9578         * loading.texi (Library Search): Correct default value of
9579         load-suffixes.
9580         (Named Features): Fix typo.
9582 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9584         * loading.texi (Named Features): In `provide',
9585         say how to test for subfeatures.
9586         (Unloading): In unload-feature, use new var name
9587         unload-feature-special-hooks.
9589 2003-10-03  Lute Kamstra  <lute@gnu.org>
9591         * modes.texi (Major Mode Conventions): Mention third way to set up
9592         Imenu.
9593         (Imenu): A number of small fixes.
9594         Delete documentation of internal variable imenu--index-alist.
9595         Document the return value format of imenu-create-index-function
9596         functions.
9598 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9600         * processes.texi (Network): Say what stopped datagram connections do.
9602         * lists.texi (Association Lists): Clarify `assq-delete-all'.
9604         * display.texi (Overlay Properties): Clarify `evaporate' property.
9606 2003-09-29  Lute Kamstra  <lute@gnu.org>
9608         * modes.texi (Mode Line Data): Explain when symbols in mode-line
9609         constructs should be marked as risky.
9610         Change cons cell into proper list.
9611         (Mode Line Variables): Change cons cell into proper list.
9613 2003-09-26  Lute Kamstra  <lute@gnu.org>
9615         * modes.texi (Mode Line Data): Document the :propertize construct.
9616         (Mode Line Variables): Reorder the descriptions of the variables
9617         to match their order in the default mode-line-format.
9618         Describe the new variables mode-line-position and mode-line-modes.
9619         Update the default values of mode-line-frame-identification,
9620         minor-mode-alist, and default-mode-line-format.
9621         (Properties in Mode): Mention the :propertize construct.
9623 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9625         * buffers.texi, commands.texi, debugging.texi, eval.texi:
9626         * loading.texi, minibuf.texi, text.texi, variables.texi:
9627         Avoid @strong{Note:}.
9629 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9631         * keymaps.texi (Remapping Commands): Fix typo.
9633 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
9635         * processes.texi (Low-Level Network): Fix typo.
9637 2003-09-23  Kim F. Storm  <storm@cua.dk>
9639         * processes.texi (Network, Network Servers): Fix typos.
9640         (Low-Level Network): Add timeout value for :server keyword.
9641         Add new option keywords to make-network-process.
9642         Add set-network-process-options.
9643         Explain how to test availability of network options.
9645 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9647         * text.texi (Motion by Indent): Arg to
9648         backward-to-indentation and forward-to-indentation is optional.
9650         * strings.texi (Creating Strings): Add substring-no-properties.
9652         * processes.texi
9653         (Process Information): Add list-processes arg QUERY-ONLY.
9654         Delete process-contact from here.
9655         Add new status values for process-status.
9656         Add process-get, process-put, process-plist, set-process-plist.
9657         (Synchronous Processes): Add call-process-shell-command.
9658         (Signals to Processes): signal-process allows process objects.
9659         (Network): Complete rewrite.
9660         (Network Servers, Datagrams, Low-Level Network): New nodes.
9662         * positions.texi (Word Motion): forward-word, backward-word
9663         arg is optional.  Reword.
9665         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9667         * variables.texi (Creating Buffer-Local):
9668         Delete duplicate definition of buffer-local-value.
9669         (File Local Variables): Explain about discarding text props.
9671 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9673         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9674         changes variables that record input events.
9675         (Minibuffer Misc): Add minibuffer-selected-window.
9677         * lists.texi (Building Lists): Add copy-tree.
9679         * display.texi (Fontsets): Add char-displayable-p.
9680         (Scroll Bars): New node.
9682 2003-09-08  Lute Kamstra  <lute@gnu.org>
9684         * modes.texi (%-Constructs): Document new `%i' and `%I'
9685         constructs.
9687 2003-09-03  Peter Runestig  <peter@runestig.com>
9689         * makefile.w32-in: New file.
9691 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9693         * display.texi (Overlay Properties): Clarify how priorities
9694         affect use of the properties.
9696 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9698         * customize.texi (Type Keywords): Correct the description of
9699         `:help-echo' in the case where `motion-doc' is a function.
9701 2003-08-14  John Paul Wallington  <jpw@gnu.org>
9703         * modes.texi (Emulating Mode Line): Subsection, not section.
9705 2003-08-13  Richard M. Stallman  <rms@gnu.org>
9707         * elisp.texi (Top): Update subnode lists in menu.
9709         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9710         (Kill Functions): kill-region has new arg yank-handler.
9711         (Yanking): New node.
9712         (Yank Commands): Add yank-undo-function.
9713         (Low-Level Kill Ring):
9714         kill-new and kill-append have new arg yank-handler.
9715         (Changing Properties): Add remove-list-of-text-properties.
9716         (Atomic Changes): New node.
9718         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9720         * streams.texi (Output Variables): Add eval-expression-print-length
9721         and eval-expression-print-level.
9723         * os.texi (Time Conversion): For encode-time, explain limits on year.
9725         * objects.texi (Character Type): Define anchor "modifier bits".
9727         * modes.texi (Emulating Mode Line): New node.
9728         (Search-based Fontification): Font Lock uses font-lock-face property.
9729         (Other Font Lock Variables): Likewise.
9731         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9732         not vectors.
9733         (Active Keymaps): Add emulation-mode-map-alists.
9734         (Functions for Key Lookup): key-binding has new arg no-remap.
9735         (Remapping Commands): New node.
9736         (Scanning Keymaps): where-is-internal has new arg no-remap.
9737         (Tool Bar): Add tool-bar-local-item-from-menu.
9738         Clarify when to use tool-bar-add-item-from-menu.
9740         * commands.texi (Interactive Call): commandp has new arg.
9741         (Command Loop Info): Add this-original-command.
9743 2003-08-06  John Paul Wallington  <jpw@gnu.org>
9745         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9747         * display.texi (Warning Basics): Fix typo.
9748         (Fringes): Add closing curly bracket and fix typo.
9750         * elisp.texi (Top): Fix typo.
9752 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9754         * elisp.texi: Update lists of subnodes.
9756         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9758         * variables.texi (Local Variables): Use lc for example variable names.
9760         * tips.texi (Library Headers): Explain where to put -*-.
9762         * strings.texi (Creating Strings): Fix xref for vconcat.
9764         * sequences.texi (Vector Functions):
9765         vconcat no longer allows integer args.
9767         * minibuf.texi (Reading File Names): read-file-name has new
9768         arg PREDICATE.  New function read-directory-name.
9770         * macros.texi (Defining Macros): Give definition of `declare'.
9771         (Indenting Macros): New node.
9773         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9774         (Window Frame Parameters): Make separate table of parameters
9775         that are coupled with specific face attributes.
9776         (Deleting Frames): delete-frame-hooks renamed to
9777         delete-frame-functions.
9779         * files.texi (Magic File Names): Add file-remote-p.
9780         Clarify file-local-copy.
9782         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9783         here; instead xref Defining Macros.
9785         * display.texi (Warnings): New node, and subnodes.
9786         (Fringes): New node.
9788         * debugging.texi (Test Coverage): New node.
9790         * compile.texi (Compiler Errors): Explain with-no-warnings
9791         and other ways to suppress warnings.
9793         * commands.texi (Interactive Call): Minor clarification.
9795         * buffers.texi (Buffer File Name): set-visited-file-name
9796         renames the buffer too.
9798         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9800 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9802         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9804 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
9806         * internals.texi (Garbage Collection): Fix previous change.
9808 2003-07-22  Richard M. Stallman  <rms@gnu.org>
9810         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9812         * display.texi (Width): Use \s syntax in example.
9813         (Font Selection): Add face-font-rescale-alist.
9815         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9816         Remove spurious indent in example.
9818         * lists.texi (Building Lists): Add number-sequence.
9820         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9822         * functions.texi (Function Documentation): Explain how to
9823         show calling convention explicitly in the doc string.
9825         * windows.texi (Selecting Windows): save-selected-window saves
9826         selected window of each frame.
9827         (Window Configurations): Minor change.
9829         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9831         * streams.texi (Output Variables): Add print-continuous-numbering
9832         and print-number-table.
9834         * processes.texi (Decoding Output): New node.
9836         * os.texi (Time Conversion): decode-time arg is optional.
9838         * objects.texi (Character Type): Don't use space as example for \.
9839         Make list of char names and \-sequences correspond.
9840         Explain that \s is not used in strings.  `\ ' needs space after.
9842         * nonascii.texi (Converting Representations): Add string-to-multibyte.
9843         (Translation of Characters): Add translation-table-for-input.
9844         (Default Coding Systems): Add auto-coding-functions.
9845         (Explicit Encoding): Add decode-coding-inserted-region.
9846         (Locales): Add locale-info.
9848         * minibuf.texi (Basic Completion): Describe test-completion.
9849         Collections can be lists of strings.
9850         Clean up lazy-completion-table.
9851         (Programmed Completion): Mention test-completion.
9852         Clarify why lambda expressions are not accepted.
9853         (Minibuffer Misc): Describe minibufferp.
9855 2003-07-14  Richard M. Stallman  <rms@gnu.org>
9857         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9859         * windows.texi (Selecting Windows): New arg to select-window.
9860         (Selecting Windows): Add with-selected-window.
9861         (Size of Window): Add window-inside-edges, etc.
9863         * internals.texi (Garbage Collection): Add post-gc-hook.
9865         * processes.texi (Subprocess Creation): Add exec-suffixes.
9867         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9868         (Scanning Keymaps): Add map-keymaps.
9869         (Defining Menus): Add keymap-prompt.
9871         * numbers.texi (Integer Basics): Add most-positive-fixnum,
9872         most-negative-fixnum.
9874         * compile.texi (Byte Compilation): Explain no-byte-compile.
9875         (Compiler Errors): New node.
9877         * os.texi (User Identification): user-uid, user-real-uid
9878         can return float.
9880         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9881         and about derived modes.
9882         (Minor Modes): Add minor-mode-list.
9883         (Defining Minor Modes): Keyword args for define-minor-mode.
9884         (Search-based Fontification): Explain managing other properties.
9885         (Other Font Lock Variables): Add font-lock-extra-managed-props.
9886         (Faces for Font Lock): Add font-lock-preprocessor-face.
9887         (Hooks): Add run-mode-hooks and delay-mode-hooks.
9889         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9890         (Variable Aliases): Clarify defvaralias.
9892         * loading.texi (Library Search): Add load-suffixes.
9894         * minibuf.texi (Basic Completion): Add lazy-completion-table.
9895         (Programmed Completion): Add dynamic-completion-table.
9897         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9898         (Magic File Names): Specify precedence order of handlers.
9900         * commands.texi (Command Overview): Emacs server runs pre-command-hook
9901         and post-command-hook.
9902         (Waiting): New calling convention for sit-for.
9904         * text.texi (Special Properties): local-map and keymap properties
9905         apply based on their stickiness.
9907 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9909         * modes.texi (Minor Mode Conventions): Specify only some kinds
9910         of list values as args to minor modes.
9912         * files.texi (File Name Expansion): Warn about iterative use
9913         of substitute-in-file-name.
9915         * advice.texi (Activation of Advice): Clean up previous change.
9917 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
9919         * advice.texi (Activation of Advice): Note that ad-start-advice is
9920         turned on by default.
9922 2003-06-30  Richard M. Stallman  <rms@gnu.org>
9924         * text.texi (Buffer Contents): Document current-word.
9925         (Change Hooks): Not called for *Messages*.
9927         * functions.texi (Defining Functions): Explain about redefining
9928         primitives.
9929         (Function Safety): Rename.  Minor changes.
9930         Comment out the detailed criteria for what is safe.
9932 2003-06-22  Andreas Schwab  <schwab@suse.de>
9934         * objects.texi (Symbol Type): Fix description of examples.
9936 2003-06-16  Andreas Schwab  <schwab@suse.de>
9938         * hash.texi (Creating Hash): Fix description of :weakness.
9940 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
9942         * files.texi (Changing Files): copy-file copies file modes, too.
9944 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9946         * strings.texi (Creating Strings): Clarify split-string.
9948 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
9950         * strings.texi (Creating Strings): Update split-string specification
9951         and examples.
9953 2003-05-19  Richard M. Stallman  <rms@gnu.org>
9955         * elisp.texi: Correct invariant section names.
9957 2003-04-20  Richard M. Stallman  <rms@gnu.org>
9959         * os.texi (Timers): Explain about timers and quitting.
9961 2003-04-19  Richard M. Stallman  <rms@gnu.org>
9963         * internals.texi (Writing Emacs Primitives): Strings are
9964         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
9965         Explain GCPRO convention for varargs function args.
9967 2003-04-16  Richard M. Stallman  <rms@gnu.org>
9969         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9971 2003-04-08  Richard M. Stallman  <rms@gnu.org>
9973         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9975 2003-02-13  Kim F. Storm  <storm@cua.dk>
9977         * objects.texi (Character Type): New \s escape for space.
9979 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
9981         * os.texi (System Environment): Add cygwin system-type.
9983 2003-01-25  Richard M. Stallman  <rms@gnu.org>
9985         * keymaps.texi: Document that a symbol can act as a keymap.
9987 2003-01-13  Richard M. Stallman  <rms@gnu.org>
9989         * text.texi (Changing Properties): Say string indices are origin-0.
9991         * positions.texi (Screen Lines) <compute-motion>:
9992         Correct order of elts in return value.
9994         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9995         how to define a default binding.
9997 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
9999         * loading.texi (Unloading): Fix recent change for load-history.
10001         * customize.texi (Simple Types): Clarify description of custom
10002         type 'number.  Describe new custom type 'float.
10004 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
10006         * variables.texi (File Local Variables): Fix typo.
10008 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
10010         From Michael Albinus <Michael.Albinus@alcatel.de>.
10012         * README: Target for Info file is `make info'.
10014         * files.texi (File Name Components): Fix typos in
10015         `file-name-sans-extension'.
10016         (Magic File Names): Complete list of operations for magic file
10017         name handlers.
10019 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
10021         * variables.texi (File Local Variables): New function
10022         risky-local-variable-p.
10024 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
10026         * functions.texi (Function safety): New node about unsafep.
10028 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10030         * customize.texi (Splicing into Lists): Fix example.
10031         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
10033 2002-06-17  Juanma Barranquero  <lektu@terra.es>
10035         * frames.texi (Display Feature Testing): Fix typo.
10037 2002-06-12  Andreas Schwab  <schwab@suse.de>
10039         * frames.texi (Initial Parameters, Resources): Fix references to
10040         the Emacs manual.
10042 2002-05-13  Kim F. Storm  <storm@cua.dk>
10044         * variables.texi (Intro to Buffer-Local): Updated warning and
10045         example relating to changing buffer inside let.
10047 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
10049         * os.texi (Session Management): New node about X Session management.
10051 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
10053         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
10054         to which the manual corresponds, and the copyright years.
10056         * Makefile.in (VERSION): Set to 2.9.
10058 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
10060         * elisp.texi: Change the category in @dircategory to "Emacs", to
10061         make it consistent with info/dir.
10063 2001-11-25  Miles Bader  <miles@gnu.org>
10065         * text.texi (Fields): Describe new `limit' arg in
10066         field-beginning/field-end.
10068 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
10070         * permute-index: Don't depend on csh-specific features.
10071         Replace the interpreter name with /bin/sh.
10073         * two-volume-cross-refs.txt: New file.
10074         * two.el: New file.
10075         * spellfile: New file.
10077 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
10079         * permute-index: New file.
10081         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10082         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10083         8+3 restricted namespace.
10085         * Makefile.in (infodir): Define relative to $(srcdir).
10086         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10087         include directories list via -I switch to makeinfo.
10088         (index.texi): Use cp if both hard and symbolic links fail.
10090 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
10092         * Makefile.in (distclean): Add.
10094         The following changes make ELisp manual part of the Emacs
10095         distribution:
10097         * Makefile.in: Add Copyright notice.
10098         (prefix): Remove.
10099         (infodir): Change value to "../info".
10100         (VPATH): New variable.
10101         (MAKE): Don't define.
10102         (texmacrodir): Don't define.
10103         (texinputdir): Append the existing value of TEXINPUTS.
10104         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
10105         command to be compatible with man/Makefile.in, and to put the
10106         output into ../info.
10107         (info): Add target.
10108         (installall): Target removed.
10110 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
10112         * tips.texi (Coding Conventions): Fix typo.
10114 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
10116         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10118 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
10120         * files.texi (File Name Components): Update the description of
10121         file-name-sans-extension and file-name-extension, as they now
10122         ignore leading dots.
10124 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
10126         * (Version 21.1 released.)
10128 2001-10-19  Miles Bader  <miles@gnu.org>
10130         * positions.texi (Text Lines): Describe behavior of
10131         `beginning-of-line'/`end-of-line' in the presence of field properties.
10133 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
10135         * Makefile.in (VERSION): Set to 2.8.
10136         (manual): Use `manual-21'.
10138         * elisp.texi (VERSION): Add and use it where the version
10139         number was used.  Set it to 2.8.
10141         * intro.texi: Likewise.
10143 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
10145         * files.texi (File Name Completion): Document the significance of
10146         a trailing slash in elements of completion-ignored-extensions.
10148 2001-10-06  Miles Bader  <miles@gnu.org>
10150         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10152 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10154         * variables.texi (Variable Aliases): New node.
10156 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10158         * Branch for 21.1.
10160 2001-10-02  Miles Bader  <miles@gnu.org>
10162         * minibuf.texi (Minibuffer Misc): Add entries for
10163         `minibuffer-contents', `minibuffer-contents-no-properties', and
10164         `delete-minibuffer-contents'.
10165         Correct description for `minibuffer-prompt-end'.
10167         * text.texi (Property Search): Correct descriptions of
10168         `next-char-property-change' and `previous-char-property-change'.
10169         Add entries for `next-single-char-property-change' and
10170         `previous-single-char-property-change'.
10171         Make operand names a bit more consistent.
10173 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
10175         * frames.texi (Finding All Frames): Document that next-frame and
10176         previous-frame are local to current terminal.
10178 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
10180         * keymaps.texi (Creating Keymaps): Fix the description of the
10181         result of make-keymap.
10183 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
10185         * display.texi (Font Lookup, Attribute Functions)
10186         (Image Descriptors): Add cross-references to the definition of
10187         selected frame.
10189         * buffers.texi (The Buffer List): Add cross-references to the
10190         definition of selected frame.
10192         * frames.texi (Input Focus): Clarify which frame is _the_ selected
10193         frame at any given time.
10194         (Multiple Displays, Size and Position): Add a cross-reference to
10195         the definition of the selected frame.
10197 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10199         * strings.texi (String Conversion) <string-to-number>: Document
10200         that a float is returned for integers that are too large.
10202         * frames.texi (Mouse Position): Document mouse-position-function.
10203         (Display Feature Testing): Document display-images-p.
10204         (Window Frame Parameters): Document the cursor-type variable.
10206         * numbers.texi (Integer Basics): Document CL style read syntax for
10207         integers in bases other than 10.
10209         * positions.texi (List Motion):
10210         Document open-paren-in-column-0-is-defun-start.
10212         * lists.texi (Sets And Lists): Document member-ignore-case.
10214         * internals.texi (Garbage Collection): Document the used and free
10215         strings report.
10216         (Memory Usage): Document strings-consed.
10218         * os.texi (Time of Day): Document float-time.
10219         (Recording Input): Document that clear-this-command-keys clears
10220         the vector to be returned by recent-keys.
10222         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10223         argument keymap can be a list.
10225         * nonascii.texi (User-Chosen Coding Systems)
10226         <select-safe-coding-system>: Document the new argument
10227         accept-default-p and the variable
10228         select-safe-coding-system-accept-default-p.  Tell what happens if
10229         buffer-file-coding-system is undecided.
10230         (Default Coding Systems): Document auto-coding-regexp-alist.
10232         * display.texi (The Echo Area) <message>: Document
10233         message-truncate-lines.
10234         (Glyphs): Document that the glyph table is unused on windowed
10235         displays.
10237         * help.texi (Describing Characters) <single-key-description>:
10238         Document the new argument no-angles.
10239         (Accessing Documentation) <documentation-property>: Document that
10240         a non-string property is evaluated.
10241         <documentation>: Document that the function-documentation property
10242         is looked for.
10244         * windows.texi (Selecting Windows): Document some-window.
10246         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10248         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10249         apropos-mode-hook.
10251         * commands.texi (Using Interactive): Document interactive-form.
10252         (Keyboard Macros): Document kbd-macro-termination-hook.
10253         (Command Loop Info): Document that clear-this-command-keys clears
10254         the vector to be returned by recent-keys.
10256 2001-09-04  Werner LEMBERG  <wl@gnu.org>
10258         * Makefile.in (srcdir, texinputdir): New variables.
10259         (srcs, index.texi, install): Use $(srcdir).
10260         (.PHONY): Remove elisp.dvi.
10261         (elisp): Use -I switch for makeinfo.
10262         (elisp.dvi): Use $(srcdir) and $(texinputdir).
10263         (installall, dist): Use $(srcdir).
10264         Fix path to texinfo.tex.
10265         (maintainer-clean): Add elisp.dvi and elisp.oaux.
10267 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
10269         * display.texi (Conditional Display): Adjust to API change.
10271         * configure: New file.
10273 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
10275         * commands.texi (Repeat Events): Add description of
10276         double-click-fuzz.
10278 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
10280         * syntax.texi (Syntax Class Table): Add the missing designator for
10281         comment and string fences.
10282         (Syntax Properties): Add a xref to syntax table internals.
10283         (Syntax Table Internals): Document string-to-syntax.
10285 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
10287         * Makefile.in (install): Use install-info command line options
10288         like in Emacs' Makefile.in.
10290 2000-12-09  Miles Bader  <miles@gnu.org>
10292         * windows.texi (Window Start): Update documentation for
10293         `pos-visible-in-window-p'.
10295 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
10297         * lists.texi (Building Lists): Add footnote to explain how to add
10298         to the end of a list.
10300 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10302         * files.texi (Visiting Functions): Typos.
10304 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
10306         * files.texi (Visiting Functions): Return value of
10307         find-file-noselect may be a list of buffers if wildcards are used.
10309 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10311         * display.texi (Defining Faces): Document `graphic' display type
10312         in face specs.
10314 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10316         * hooks.texi (Standard Hooks): Replace obsolete
10317         `after-make-frame-hook' with `after-make-frame-functions'.
10319         * frames.texi (Creating Frames): Ditto.
10321         * variables.texi (Future Local Variables): Ditto.
10323 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
10325         * display.texi (Other Image Types): Add description of :foreground
10326         and :background properties of mono PBM images.
10328 2000-08-17  Werner LEMBERG  <wl@gnu.org>
10330         * .cvsignore: New file.
10332 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
10334         * tindex.pl: New script.
10336 1999-12-03  Dave Love  <fx@gnu.org>
10338         * Makefile.in (MAKEINFO): New parameter.
10340 1999-09-17  Richard Stallman  <rms@gnu.org>
10342         * Makefile.in (srcs): Add hash.texi.
10343         (VERSION): Update to 20.6.
10345 1999-09-13  Richard Stallman  <rms@gnu.org>
10347         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10349 1998-08-29  Karl Heuer  <kwzh@gnu.org>
10351         * configure.in: New file.
10352         * Makefile.in: Renamed from Makefile.
10353         (prefix, infodir): Use value obtained from configure.
10354         (emacslibdir): Obsolete variable deleted.
10355         (dist): Distribute configure.in, configure, Makefile.in.
10357 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10359         * Makefile (INSTALL_INFO): New variable.
10360         (install): Run install-info.
10362 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10364         * Makefile (elisp.dvi): Add missing backslash.
10366 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
10368         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10369         Run texindex without `./'.  Always run texindex on elisp.tp.
10370         (elisp.tps): Target deleted.
10372 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
10374         * Makefile (srcs): Add nonascii.texi and customize.texi.
10375         (dist): Start by deleting `temp'.
10377 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
10379         * Makefile (makeinfo, texindex): Targets deleted.
10380         (makeinfo.o, texindex.o): Targets deleted.
10381         (clean, dist): Don't do anything with them or with getopt*.
10383 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
10385         * Makefile (SHELL): Defined.
10387 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
10389         * Makefile (elisp.tps): New target.
10390         (elisp.dvi): Depend on elisp.tps.
10392 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10394         * README: Update phone number.
10396         * Makefile (elisp): Make this be the default target.
10397         Depend on makeinfo.c instead of makeinfo.
10398         (install): Don't depend on elisp.dvi, since we don't install that.
10399         Use mkinstalldirs.
10400         (dist): Add mkinstalldirs.
10402 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10404         * Makefile (VERSION): Update version number.
10405         (maintainer-clean): Rename from realclean.
10407 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
10409         * Makefile (realclean): New target.
10410         (elisp): Remove any old elisp-* files first.
10412 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
10414         * Makefile (VERSION): New variable.
10415         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10416         Compressed file suffix should be `.gz', not `.z'.
10418 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10420         * Makefile (elisp): Depend on makeinfo.
10422 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
10424         * Makefile (srcs): Add anti.texi.
10426 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10428         * Makefile (infodir, prefix): New vars.
10429         (install): Use infodir.
10430         (emacsinfodir): Delete.
10432 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10434         * Makefile (srcs): Add calendar.texi.
10436         * Makefile (dist): Copy texindex.c and makeinfo.c.
10437         Limit elisp-* files to those with one or two digits.
10439 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10441         * Makefile (dist): Change to use Gzip instead of compress.
10443 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10445         * loading.texi (Unloading): define-function changed back to
10446         defalias.  It may not stay this way, but at least it's
10447         consistent with the known-good version of the code patch.
10449 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10451         * modes.texi (Hooks): Document new optional arg of add-hook.
10453 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10455         * variables.texi: Document nil initial value of buffer-local variables.
10457         * tips.texi: Add new section on standard library headers.
10459 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10461         * Makefile (srcs): Add frame.texi to the list of sources.
10463 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10465         * Makefile (dist): Don't bother excluding autosave files; they'll
10466         never make it into the temp directory anyway, and the hash marks
10467         in the name are problematic for make and the Bourne shell.
10468         (srcs):
10470 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10472         * Makefile (dist): Don't include backup files or autosave files in
10473         the distribution tar file.
10475 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10477         * Makefile (srcs): Add index.perm.
10478         (elisp.dvi): Remove erroneous shell comment.
10479         Expect output of permute-index in permuted.fns.
10480         Save old elisp.aux in elisp.oaux.
10481         (clean): Add index.texi to be deleted.
10483 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10485         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10487 1990-06-26  David Lawrence  (tale@geech)
10489         * files.texi: Noted that completion-ignored-extensions is ignored
10490         when making *Completions*.
10492 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
10494         * Makefile  make dist now depends on elisp.dvi, since it tries
10495         to include it in the dist file.
10497 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10499         * functions.texinfo (Mapping Functions): Add missing quote.
10501 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10503         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10504         (defunargs): Turn off \hyphenchar of \sl font temporarily.
10506 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10508         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10509         and @error{} are the terms now being used.  The files in the
10510         directory have been changed to reflect this.
10512         * All instances of @indentedresultt{} have been changed to
10513         `     @result{}', using 5 spaces at the beginning of the line.
10515 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10517         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10518         experimental @indentedresult{}, @indentedexpandsto{} are part of
10519         the texinfo.tex in this directory.  These TeX macros are not
10520         stable yet.
10522 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10524         * texinfo.tex: Temporarily added
10525                 \let\result=\dblarrow
10526                 \def\error{{\it ERROR} \longdblarrow}
10527         We need to do this better soon.
10529 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10531         * Applied Karl Berry's patches to *.texinfo files, but not to
10532         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
10533         new title page format is also not applied, since it requires
10534         texinfo.tex changes.)
10536         * Cleaned up `Makefile' and defined the `emacslibdir' directory
10537         for the Project GNU development environment.
10539 ;; Local Variables:
10540 ;; coding: utf-8
10541 ;; End:
10543   Copyright (C) 1998-2012  Free Software Foundation, Inc.
10545   This file is part of GNU Emacs.
10547   GNU Emacs is free software: you can redistribute it and/or modify
10548   it under the terms of the GNU General Public License as published by
10549   the Free Software Foundation, either version 3 of the License, or
10550   (at your option) any later version.
10552   GNU Emacs is distributed in the hope that it will be useful,
10553   but WITHOUT ANY WARRANTY; without even the implied warranty of
10554   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10555   GNU General Public License for more details.
10557   You should have received a copy of the GNU General Public License
10558   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.