Small doc and elisp manual fixes related to searching
[emacs.git] / doc / lispref / ChangeLog
bloba326117cdce5c162e791f95ea9e9a1206ff48d02
1 2012-03-27  Glenn Morris  <rgm@gnu.org>
3         * searching.texi (String Search): Add xref to Emacs manual.
4         Copyedits.  Mention the function word-search-regexp.
5         (Searching and Case): Add xref to Emacs manual.  Copyedits.
7         * processes.texi (Network Servers): Standardize apostrophe usage.
9         * os.texi (System Environment): Copyedits.  Remove some examples
10         that do not seem useful.  Mention setenv third arg.
11         tty-erase-char does not seem to be nil under a window-system.
12         (User Identification): Copyedits.
13         Remove some examples that do not seem useful.
15 2012-03-26  Glenn Morris  <rgm@gnu.org>
17         * os.texi (Startup Summary): Copyedits.  Fix startup screen logic.
18         (Init File): Copyedits.
19         (Command-Line Arguments): Copyedits.  Do not mention argv alias.
20         (Killing Emacs): Copyedits.
21         (Suspending Emacs): Copyedits.  Mention not very relevant with GUIs.
22         Shorten the example, use more standard shell prompts.
24 2012-03-25  Chong Yidong  <cyd@gnu.org>
26         * display.texi (Fringes): Note that fringes are shown on graphical
27         displays only.
28         (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
29         (Replacing Specs): Clarify example.
30         (Manipulating Buttons): Note that button-at can return a marker.
31         (Buttons): Minor rewrite.
32         (Character Display): New node.  Consolidate all character display
33         related nodes into its subsections.
34         (Usual Display): Character 127 is also affected by ctl-arrow.
35         (Display Tables): Improve example.
37 2012-03-22  Glenn Morris  <rgm@gnu.org>
39         * strings.texi (Text Comparison): Mention string-prefix-p.
41 2012-03-21  Chong Yidong  <cyd@gnu.org>
43         * display.texi (The Echo Area): Add xref to Output Streams.
44         (Displaying Messages): Improve doc of message.
45         (Echo Area Customization, Invisible Text): Copyedits.
46         (Invisible Text): Mention that spec comparison is done with eq.
47         (Width): Improve doc of char-width.
48         (Faces): Recommend using symbol instead of string for face name.
49         Minor clarifications.
50         (Defining Faces): Copyedits.  Update face example.
51         (Attribute Functions): Mark set-face-foreground etc as commands.
52         (Face Remapping): Mention text-scale-adjust.  Clarify
53         face-remapping-alist and related docs.
54         (Face Functions): Don't document make-face or copy-face.
56 2012-03-20  Chong Yidong  <cyd@gnu.org>
58         * display.texi (Forcing Redisplay): Various rewrites to reflect
59         new value of redisplay-dont-pause.
60         (Truncation): Copyedits.
62 2012-03-20  Glenn Morris  <rgm@gnu.org>
64         * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
65         Add summary table of some relevant command-line options.
67 2012-03-18  Chong Yidong  <cyd@gnu.org>
69         * internals.texi (Building Emacs, Garbage Collection): Copyedits.
70         (Writing Emacs Primitives): Re-organize discussion of functions
71         with variable Lisp arguments are handled.  Delete an obsolete
72         remark, previously tagged as FIXME.
74         * os.texi (Idle Timers): Minor clarification.
75         (Idle Timers): Link to Time of Day for description of time list.
77 2012-03-18  Glenn Morris  <rgm@gnu.org>
79         * os.texi (System Interface): Flow control was removed.
80         (Startup Summary): General update.
81         (Init File): Don't mention compiling it.
83 2012-03-17  Chong Yidong  <cyd@gnu.org>
85         * os.texi (Startup Summary): Mention package loading.
86         (Init File): Don't refer to .emacs in section title.  Copyedits.
87         (Terminal-Specific): Give a realistic example.
88         (Command-Line Arguments): Reference Entering Emacs instead of
89         repeating the spiel about not restarting Emacs.
90         (Time of Day): Discuss time representation at beginning of node.
91         (Sound Output): Copyedits.
93         * package.texi (Packaging Basics): Document package-initialize.
95 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
97         * frames.texi (Initial Parameters): Add an index entry for
98         minibuffer-only frame.
100 2012-03-16  Glenn Morris  <rgm@gnu.org>
102         * modes.texi (Major Mode Conventions): Mention the strange
103         relationship between View mode and special modes.  (Bug#10650)
105 2012-03-11  Chong Yidong  <cyd@gnu.org>
107         * windows.texi (Window Configurations): save-window-excursion is
108         now a macro.
110         * display.texi (Temporary Displays): with-output-to-temp-buffer is
111         now a macro.
113         * text.texi (Fields): Minor copyedit.
115 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
117         * strings.texi (String Basics):
118         * sequences.texi (Sequence Functions): Mention that `length' is
119         not appropriate for computing the string width on display; add a
120         cross-reference to the description of `string-width'.  (Bug#10978)
122         * eval.texi (Autoloading): Minor change of wording.
124 2012-03-10  Chong Yidong  <cyd@gnu.org>
126         * loading.texi (Autoload): Explicitly state which forms are
127         processed specially (Bug#7783).
129         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
130         non-default situation.  Describe one-submenu exception (Bug#7695).
132         * nonascii.texi (Character Properties): Copyedits.
134 2012-03-08  Chong Yidong  <cyd@gnu.org>
136         * text.texi (Mode-Specific Indent): Document new behavior of
137         indent-for-tab-command.  Document tab-always-indent.
138         (Special Properties): Copyedits.
139         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
140         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
141         libxml-parse-html-region.
143 2012-03-07  Glenn Morris  <rgm@gnu.org>
145         * markers.texi (The Region): Briefly mention use-empty-active-region
146         and region-active-p.
147         (Overview of Markers): Reword garbage collection, add cross-ref.
148         (The Mark): Tiny clarification re command loop and activate-mark-hook.
150 2012-03-07  Chong Yidong  <cyd@gnu.org>
152         * text.texi (Buffer Contents): Don't duplicate explanation of
153         region arguments from Text node.  Put doc of obsolete var
154         buffer-substring-filters back, since it is referred to.
155         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
156         selection by default.
158         * markers.texi (The Mark): Fix typo.
159         (The Region): Copyedits.
161 2012-03-07  Glenn Morris  <rgm@gnu.org>
163         * markers.texi (Overview of Markers): Copyedits.
164         (Creating Markers): Update approximate example buffer size.
165         (The Mark): Don't mention uninteresting return values.
167 2012-03-05  Chong Yidong  <cyd@gnu.org>
169         * positions.texi (Text Lines): Document count-words.
171 2012-03-04  Chong Yidong  <cyd@gnu.org>
173         * frames.texi (Frames): Remove little-used "terminal frame" and
174         "window frame" terminology.
175         (Frame Parameters, Font and Color Parameters, Initial Parameters)
176         (Size and Position, Visibility of Frames): Callers changed.
177         (Frames): Clarify which terminals in framep are graphical.
178         (Initial Parameters): --geometry is not the only option which adds
179         to initial-frame-alist.
180         (Position Parameters): Note that icon-left and icon-top are for
181         old window managers only.
182         (Size Parameters): Sizes are in characters even on graphical
183         displays.
184         (Management Parameters): Note that window-id and outer-window-id
185         can't really be changed, and that auto-raise isn't always obeyed.
186         (Cursor Parameters): Document cursor-type explicitly.
187         (Size and Position): The aliases set-screen-height and
188         set-screen-width have been deleted.
189         (Visibility of Frames): Mention "minimization".
191         * os.texi (Startup Summary): Minor clarifications.
192         (Startup Summary, Suspending Emacs): Standardize on "text
193         terminal" terminology.
195         * windows.texi (Basic Windows, Coordinates and Windows)
196         (Coordinates and Windows):
197         * display.texi (Refresh Screen, Line Height, Face Attributes)
198         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
200 2012-03-04  Glenn Morris  <rgm@gnu.org>
202         * abbrevs.texi: Small copyedits throughout.
203         (Abbrev Mode): Remove this section, folding it into the top-level.
204         (Abbrev Tables): Don't mention irrelevant return values.
205         (Abbrev Expansion): Add cross-ref for wrapper hooks.
206         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
207         (Abbrev Table Properties): Update nil :regexp description.
209 2012-03-03  Glenn Morris  <rgm@gnu.org>
211         * internals.texi: Change @appendix section commands to @section.
212         (Building Emacs): Say less about CANNOT_DUMP platforms.
213         Replace deleted eval-at-startup with custom-initialize-delay.
214         (Pure Storage): Small changes.
215         (Memory Usage): Copyedit.
216         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
217         example definitions. Give examples of things with non-nil
218         interactive args.  Mention eval_sub.  Remove old info about
219         strings and GCPRO.  Mention cus-start.el.
220         (Buffer Internals, Window Internals, Process Internals):
221         Misc small updates and fixes for fields.
223         * tips.texi: Copyedits.
224         (Coding Conventions): Mention autoloads.
225         Combine partially duplicated macro items.  Fix xref.
226         Refer to Library Headers for copyright notice.
227         (Programming Tips): edit-options is long-obsolete.
228         (Compilation Tips): Mention loading bytecomp for byte-compile props.
229         (Warning Tips): Mention declare-function.
230         (Documentation Tips): Remove old info.
231         (Comment Tips): Mention comment-dwim, not indent-for-comment.
232         (Library Headers): General update.
234 2012-03-02  Glenn Morris  <rgm@gnu.org>
236         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
237         and relocate entry.  Mention buffer-stale-function.
239         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
241         * hooks.texi (Standard Hooks): General update.
242         Put related hooks together.  Add and remove items.
243         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
244         * modes.texi (Hooks): Tweak cross-ref description.
246 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
248         * files.texi (Kinds of Files): The return value of file-equal-p is
249         unspecified, if FILE1 or FILE2 does not exist.
251 2012-03-01  Glenn Morris  <rgm@gnu.org>
253         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
255         * maps.texi (Standard Keymaps): General update.
256         Remove mode-specific maps, talk about the more general keymaps.
257         * help.texi (Help Functions): Add vindex for Helper-help-map.
258         * keymaps.texi (Active Keymaps): Minor rephrasing.
260 2012-02-29  Glenn Morris  <rgm@gnu.org>
262         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
264 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
266         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
267         Update changed behavior of file-subdir-of-p.
269 2012-02-28  Glenn Morris  <rgm@gnu.org>
271         * advice.texi, anti.texi, display.texi, elisp.texi:
272         * processes.texi, variables.texi, vol1.texi, vol2.texi:
273         Standardize possessive apostrophe usage.
275         * locals.texi: Remove file.
276         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
277         Remove menu entry.
278         * errors.texi, maps.texi: Adjust node pointers.
279         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
280         * makefile.w32-in (srcs):
281         * Makefile.in (srcs): Remove locals.texi.
283         * frames.texi (Mouse Position): Fix cross-ref.
285 2012-02-27  Chong Yidong  <cyd@gnu.org>
287         * buffers.texi (Creating Buffers): Clarify that
288         generate-new-buffer uses generate-new-buffer-names.
289         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
291         * files.texi (Directory Names): Index entry for file name abbreviations.
292         (Relative File Names, File Name Expansion): Refer to it.
293         (Locating Files): Move locate-user-emacs-file documentation to
294         Standard File Names.
295         (Standard File Names): Add locate-user-emacs-file; update examples.
297 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
299         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
301 2012-02-26  Chong Yidong  <cyd@gnu.org>
303         * files.texi (Kinds of Files): Improve documentation of
304         files-equal-p and file-subdir-of-p.
306 2012-02-26  Glenn Morris  <rgm@gnu.org>
308         * intro.texi (Acknowledgements): Small changes.
310 2012-02-25  Glenn Morris  <rgm@gnu.org>
312         * errors.texi: Don't try to list _all_ the error symbols.
313         Add circular-list, cl-assertion-failed, compression-error.
314         * elisp.texi, vol1.texi, vol2.texi:
315         * control.texi (Error Symbols): Tweak "Standard Errors" description.
317 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
319         * files.texi (files-equal-p, file-subdir-of-p): New,
320         add initial documentation.
322 2012-02-25  Chong Yidong  <cyd@gnu.org>
324         * files.texi (File Attributes): Document file-selinux-context.
325         (Changing Files): Link to it.
326         (Changing Files): Document set-file-selinux-context.
328         * backups.texi (Making Backups): Return value of backup-buffer is
329         changed.  Mention default value of backup-directory-alist.
330         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
331         (Auto-Saving): New minor mode behavior for auto-save-mode.
332         (Reverting): Add defvar for revert-buffer-in-progress-p.
334         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
336 2012-02-24  Glenn Morris  <rgm@gnu.org>
338         * errors.texi (Standard Errors): Mention dbus-error.
339         For arith-error sub-classes, just use one cross-ref.
341 2012-02-23  Alan Mackenzie  <acm@muc.de>
343         * modes.texi (Defining Minor Modes): Document the new keyword
344         :after-hook.
346 2012-02-21  Chong Yidong  <cyd@gnu.org>
348         * files.texi (Files): Mention magic file names as arguments.
349         (Reading from Files): Copyedits.
350         (File Attributes): Mention how to change file modes.
351         (Changing Files): Use standard "file permissions" terminology.
352         Add xref to File Attributes node.
353         (Locating Files): Document locate-user-emacs-file.
354         (Unique File Names): Recommend against using make-temp-name.
356 2012-02-19  Chong Yidong  <cyd@gnu.org>
358         * help.texi (Documentation, Documentation Basics, Help Functions):
359         Minor clarifications.
360         (Accessing Documentation): Clarify what documentation-property is
361         for.  Add xref to Keys in Documentation.
363         * tips.texi (Documentation Tips): Don't recommend using * in
364         docstrings.
366         * macros.texi (Defining Macros):
367         * modes.texi (Derived Modes): Say "documentation string" instead
368         of docstring.
370 2012-02-18  Chong Yidong  <cyd@gnu.org>
372         * modes.texi (Tabulated List Mode): New node.
373         (Basic Major Modes): Add xref to it.
375         * processes.texi (Process Information): Mention Process Menu mode.
377 2012-02-17  Chong Yidong  <cyd@gnu.org>
379         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
381 2012-02-17  Glenn Morris  <rgm@gnu.org>
383         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
385 2012-02-16  Chong Yidong  <cyd@gnu.org>
387         * syntax.texi (Syntax Tables, Syntax Descriptors)
388         (Syntax Table Functions): Copyedits.
389         (Syntax Basics): Don't repeat the material in the preceding node.
390         (Syntax Class Table): Use a table.
391         (Syntax Properties): Document syntax-propertize-function and
392         syntax-propertize-extend-region-functions.
393         (Motion via Parsing): Clarify scan-lists. Fix indentation.
394         (Parser State): Update for the new "c" comment style.  Fix
395         description of item 7 (comment style).
397         * modes.texi (Minor Modes): Update how mode commands should treat
398         arguments now.
399         (Mode Line Basics): Clarify force-mode-line-update.
400         (Mode Line Top): Note that the example is not realistic.
401         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
402         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
403         "mode line construct" instead of "mode line specification".
404         (Syntactic Font Lock): Remove mention of obsolete variable
405         font-lock-syntactic-keywords.
406         (Setting Syntax Properties): Node deleted.
407         (Font Lock Mode): Note that Font Lock mode is a minor mode.
408         (Font Lock Basics): Note that syntactic fontification falls back
409         on `syntax-table'.
410         (Search-based Fontification): Emphasize that font-lock-keywords
411         should not be set directly.
412         (Faces for Font Lock): Avoid some confusing terminology.
413         (Syntactic Font Lock): Minor clarifications.  Add xref to
414         Syntactic Font Lock node.
416 2012-02-15  Chong Yidong  <cyd@gnu.org>
418         * minibuf.texi (Basic Completion): Define "completion table".
419         Move completion-in-region to Completion in Buffers node.
420         (Completion Commands): Use "completion table" terminology.
421         (Completion in Buffers): New node.
423         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
424         (Setting Hooks): Update minor mode usage example.
425         (Major Mode Conventions): Note that completion-at-point-functions
426         should be altered locally.  Add xref to Completion in Buffers.
427         Remove duplicate tip about auto-mode-alist.
428         (Minor Modes): Rewrite introduction.
429         (Minor Mode Conventions): Copyedits.  Don't recommend
430         variable-only minor modes since few minor modes are like that.
432 2012-02-15  Glenn Morris  <rgm@gnu.org>
434         * processes.texi (Network): Document open-network-stream :parameters.
436 2012-02-14  Chong Yidong  <cyd@gnu.org>
438         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
439         was removed on 2009-09-10.  Update lisp-mode-map example.
440         (Inheritance and Keymaps): Minor clarification.
441         (Searching Keymaps): Remove out-of-place enumeration.
442         (Key Lookup): Remove unnecessary example (one was already given in
443         Format of Keymaps).
444         (Changing Key Bindings): Update suppress-keymap example.
445         (Menu Bar, Tool Bar): Copyedits.
446         (Tool Bar): Update tool-bar-map example.
448 2012-02-12  Chong Yidong  <cyd@gnu.org>
450         * debugging.texi (Debugger Commands): Continuing is now allowed
451         for errors.
453 2012-02-11  Chong Yidong  <cyd@gnu.org>
455         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
456         Move the list of standard bitmaps there.
457         (Fringe Cursors): Rewrite for clarity.
458         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
460         * commands.texi (Command Overview): Mention read-key.
461         (Using Interactive, Interactive Call): Minor clarifications.
462         (Function Keys, Click Events): Avoid "input stream" terminology.
463         (Click Events): Add xref to Window Sizes and Accessing Mouse.
464         Clarify column and row components.
465         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
466         (Special Events): Copyedits.
468         * streams.texi (Input Streams): De-document get-file-char.
469         (Output Variables): Don't refer to old backquote syntax.
471         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
472         (Error Debugging): Note that debug-ignored-errors overrides list
473         values of debug-on-error too.  Add xref to Signaling Errors.  Note
474         that debug-on-signal is not customizable.  Mention
475         condition-case-unless-debug.
476         (Compilation Errors): Node deleted.
478         * compile.texi (Compiler Errors): Move a paragraph here from
479         deleted node Compilation Errors.
481 2012-02-10  Leo Liu  <sdl.web@gmail.com>
483         * control.texi (Handling Errors): Change condition-case-no-debug
484         to condition-case-unless-debug.
486 2012-02-10  Chong Yidong  <cyd@gnu.org>
488         * advice.texi (Defining Advice): Clarify ad-unadvise.
489         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
490         is not abnormal.
491         (Advising Primitives): Node deleted; ad-define-subr-args has been
492         removed.
494         * compile.texi (Speed of Byte-Code): Use float-time in example.
495         (Compilation Functions): Note that the log uses Compilation mode.
496         Don't discuss the contents of byte-code function object here.
497         (Compilation Functions): De-document internal function byte-code.
498         (Docs and Compilation): Minor clarifications.
500         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
501         Objects.
503 2012-02-10  Glenn Morris  <rgm@gnu.org>
505         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
506         Mention secure-hash.
507         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
509 2012-02-10  Chong Yidong  <cyd@gnu.org>
511         * loading.texi (Loading): Don't emphasize "library" terminology.
512         (Library Search): load-path is not a user option.  Mention role of
513         -L option and packages.  Improve examples.
514         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
515         obsolete.
516         (Autoload): Minor clarifications.
518 2012-02-10  Glenn Morris  <rgm@gnu.org>
520         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
522         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
524 2012-02-08  Glenn Morris  <rgm@gnu.org>
526         * loading.texi (Named Features): Update the require example.
528 2012-02-07  Glenn Morris  <rgm@gnu.org>
530         * modes.texi (Defining Minor Modes):
531         Expand on args of defined minor modes.
533 2012-02-07  Chong Yidong  <cyd@gnu.org>
535         * variables.texi (Creating Buffer-Local): Minor clarification
536         to buffer-local-variables doc (Bug#10715).
538 2012-02-07  Glenn Morris  <rgm@gnu.org>
540         * display.texi (ImageMagick Images): General update.
541         Move most details of imagemagick-render-type to the variable's doc.
543 2012-02-06  Glenn Morris  <rgm@gnu.org>
545         * keymaps.texi (Tool Bar): Mention separators.
546         (Inheritance and Keymaps):
547         Mention make-composed-keymap and multiple inheritance.
549         * modes.texi (Running Hooks): Mention run-hook-wrapped.
551         * control.texi (Handling Errors):
552         Mention condition-case-no-debug and with-demoted-errors.
554 2012-02-05  Chong Yidong  <cyd@gnu.org>
556         * customize.texi (Common Keywords): Minor clarifications.
557         Document custom-unlispify-remove-prefixes.
558         (Variable Definitions): Backquotes in defcustom seem to work fine
559         now.  Various other copyedits.
560         (Simple Types): Copyedits.  Document color selector.
561         (Composite Types): Copyedits.
562         (Splicing into Lists): Clarifications.
564         * eval.texi (Backquote): Move from macros.texi.
566         * macros.texi (Expansion): Minor clarification.
567         (Backquote): Move node to eval.texi.
568         (Defining Macros): Move an example from Backquote node.
569         (Argument Evaluation): No need to mention Pascal.
570         (Indenting Macros): Add xref to Defining Macros.
572 2012-02-05  Glenn Morris  <rgm@gnu.org>
574         * debugging.texi (Error Debugging): Mention debug-on-event default.
576 2012-02-04  Glenn Morris  <rgm@gnu.org>
578         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
580         * debugging.texi (Error Debugging): Mention debug-on-event.
581         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
583         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
585         * text.texi (Buffer Contents):
586         Update filter-buffer-substring description.
588 2012-02-04  Chong Yidong  <cyd@gnu.org>
590         * functions.texi (What Is a Function): Add closures.  Mention
591         "return value" terminology.  Add xref for command-execute.  Remove
592         unused "keystroke command" terminology.
593         (Lambda Expressions): Give a different example than in the
594         following subsection.  Add xref to Anonymous Functions.
595         (Function Documentation): Remove gratuitous markup.
596         (Function Names): Move introductory text to `What Is a Function'.
597         (Defining Functions): Fix defun argument spec.
598         (Anonymous Functions): Document lambda macro explicitly.  Mention
599         effects on lexical binding.
600         (Function Cells): Downplay direct usage of fset.
601         (Closures): New node.
602         (Inline Functions): Remove "open-code" terminology.
603         (Declaring Functions): Minor tweak; .m is not C code.
605         * variables.texi (Variables): Don't refer to "global value".
606         (Local Variables, Void Variables): Copyedits.
607         (Lexical Binding): Minor clarification of example.
608         (File Local Variables): Mention :safe and :risky defcustom args.
609         (Lexical Binding): Add xref to Closures node.
611 2012-02-04  Glenn Morris  <rgm@gnu.org>
613         * minibuf.texi (High-Level Completion): Updates for read-color.
615 2012-02-03  Glenn Morris  <rgm@gnu.org>
617         * display.texi (GIF Images): Mention animation.
618         Remove commented-out old example of animation.
619         (Animated Images): New subsection.
620         * elisp.texi (Top):
621         * vol1.texi (Top):
622         * vol2.texi (Top): Add Animated Images menu entry.
624         * display.texi (Image Formats): Remove oddly specific information
625         on versions of image libraries.
626         (GIF Images, TIFF Images): Minor rephrasing.
628 2012-02-02  Glenn Morris  <rgm@gnu.org>
630         * processes.texi (Synchronous Processes):
631         Mention call-process's :file gets overwritten.
633         * commands.texi (Reading One Event):
634         * help.texi (Help Functions): Document read-char-choice.
636         * hooks.texi (Standard Hooks):
637         * modes.texi (Keymaps and Minor Modes):
638         * text.texi (Commands for Insertion): Document post-self-insert-hook.
640         * hooks.texi (Standard Hooks): Add prog-mode-hook.
642         * hooks.texi (Standard Hooks):
643         * modes.texi (Major Mode Conventions, Mode Hooks):
644         Document change-major-mode-after-body-hook.
646 2012-02-01  Glenn Morris  <rgm@gnu.org>
648         * modes.texi (Defining Minor Modes):
649         Mention disabling global minor modes on a per-major-mode basis.
651 2012-01-31  Chong Yidong  <cyd@gnu.org>
653         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
654         (Parser State): Remove unnecessary statement (Bug#10661).
656         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
658 2012-01-31  Glenn Morris  <rgm@gnu.org>
660         * modes.texi (Defining Minor Modes):
661         Document define-minor-mode's new :variable keyword.
663 2012-01-29  Chong Yidong  <cyd@gnu.org>
665         * syntax.texi (Syntax Class Table): Tweak description of newline
666         char syntax (Bug#9619).
668         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
669         description (Bug#10189).
671 2012-01-29  Glenn Morris  <rgm@gnu.org>
673         * files.texi (Changing Files): Document SELinux support.
675         * windows.texi (Window Sizes): Fix typo.
677 2012-01-28  Chong Yidong  <cyd@gnu.org>
679         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
680         doc (Bug#8568).
682         * frames.texi (Input Focus): Add NORECORD arg to
683         select-frame-set-input-focus.  Clarify its role in select-frame.
685         * text.texi (Transposition): We don't use transpose-region as an
686         internal subroutine (Bug#3249).
688         * modes.texi (Example Major Modes): Update Lisp example code to
689         current sources.  Delete the old non-derived-major-mode example,
690         which has diverged badly from current sources.
692 2012-01-27  Glenn Morris  <rgm@gnu.org>
694         * makefile.w32-in (texinputdir): Fix (presumed) typo.
695         (VERSION, manual): Remove, unused.
697 2012-01-27  Chong Yidong  <cyd@gnu.org>
699         * commands.texi (Command Overview): Minor clarification (Bug#10384).
701 2012-01-26  Chong Yidong  <cyd@gnu.org>
703         * searching.texi (String Search): Document negative repeat count
704         (Bug#10507).
706 2012-01-26  Glenn Morris  <rgm@gnu.org>
708         * variables.texi (Using Lexical Binding):
709         Mention that lexical-binding should be set in the first line.
711 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
713         * macros.texi (Defining Macros): Don't claim that `declare' only
714         affects Edebug and indentation.
716 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
718         * macros.texi (Defining Macros): Slight `declare' fixup.
720 2012-01-25  Glenn Morris  <rgm@gnu.org>
722         * makefile.w32-in (texinputdir):
723         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
725 2012-01-24  Chong Yidong  <cyd@gnu.org>
727         * variables.texi (Variables, Local Variables, Void Variables):
728         Edit to make the descriptions less specific to dynamic binding.
729         (Local Variables): Default max-specpdl-size is now 1300.
730         (Defining Variables): Edits for lexical scoping.  Delete
731         information about starting docstrings with *.  De-document
732         user-variable-p.
733         (Tips for Defining): Remove an unimportant discussion of quitting
734         in the middle of a load.
735         (Accessing Variables, Setting Variables): Discuss lexical binding.
736         (Variable Scoping): Rewrite.
737         (Scope, Extent, Impl of Scope): Nodes deleted.
738         (Dynamic Binding): New node, with material from Scope, Extent, and
739         Impl of Scope nodes.
740         (Dynamic Binding Tips): Rename from Using Scoping.
741         (Lexical Binding): Rewrite.
742         (Using Lexical Binding): Rename from Converting to Lexical
743         Binding.  Convert to subsection.
745         * customize.texi (Variable Definitions): Add custom-variable-p.
746         Move user-variable-p documentation here.
748 2012-01-23  Chong Yidong  <cyd@gnu.org>
750         * strings.texi (Text Comparison): Minor qualification.
752         * lists.texi (Cons Cells): Copyedits.
753         (List Elements): Mention push.
754         (List Variables): Mention pop.
755         (Rings): Move to sequences.texi.
757         * sequences.texi (Sequence Functions): Don't repeat the
758         introduction already given in the parent.
759         (Vectors): Copyedits.
760         (Rings): Move from lists.texi.  Note that this is specific to the
761         ring package.
763         * symbols.texi (Definitions, Symbol Components): Mention variable
764         scoping issues.
765         (Plists and Alists): Copyedits.
767         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
768         correctness with lexical scoping.
769         (Eval): Copyedits.
771 2012-01-21  Chong Yidong  <cyd@gnu.org>
773         * intro.texi (A Sample Function Description): Special notation
774         used for macros too.
776         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
777         (Symbol Type): Add xref for keyword symbols.
778         (Sequence Type): Clarify differences between sequence types.
779         (Cons Cell Type): Add "linked list" index entry.
780         (Non-ASCII in Strings): Copyedits.
781         (Equality Predicates): Symbols with same name need not be eq.
783         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
784         ldexp.  Move float-e and float-pi to Math Functions node.
786 2012-01-21  Glenn Morris  <rgm@gnu.org>
788         * modes.texi (Auto Major Mode):
789         * variables.texi (File Local Variables):
790         Mention inhibit-local-variables-regexps.
792 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
794         * windows.texi (Window Configurations): Rewrite references to
795         persistent window parameters.
796         (Window Parameters): Fix description of persistent window
797         parameters.
799 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
801         * windows.texi (Window Parameters): Use @pxref.
803 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
805         * windows.texi (Window Configurations, Window Parameters):
806         Describe persistent window parameters.
808 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
810         * variables.texi (Creating Buffer-Local): Warn against misuses of
811         make-variable-buffer-local (bug#10258).
813 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
817 2012-01-06  Chong Yidong  <cyd@gnu.org>
819         * variables.texi (Directory Local Variables): Document
820         hack-dir-local-variables-non-file-buffer.
822 2012-01-06  Glenn Morris  <rgm@gnu.org>
824         * maps.texi (Standard Keymaps): Refer to Info-edit by name
825         rather than by keybinding.
827 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
829         * frames.texi (Font and Color Parameters): Add @pxref.
831 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
833         * frames.texi (Font and Color Parameters):
834         Document w32 font backends (bug#10399).
836 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
838         * files.texi (File Attributes, Changing Files):
839         Use a more-natural notation for octal numbers.
841 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
843         * variables.texi (Variables with Restricted Values):
844         Change reference to variable (bug#10354).
846 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
848         * windows.texi (Splitting Windows): Use t instead of non-nil
849         when describing window-combination-resize.
851 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * text.texi (Special Properties): Warn against `intangible' properties
854         (bug#10222).
856 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
858         * display.texi (Truncation):
859         * text.texi (Special Properties): Describe what a stretch-glyph is
860         instead of using that term without explanation.  Make the
861         cross-references more accurate.
863         * display.texi (Usual Display): Update the description,
864         cross-references, and indexing related to display of control
865         characters and raw bytes.
867 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
869         * windows.texi (Splitting Windows): Fix description of
870         window-combination-limit.  Suggested by Eli Zaretskii.
872 2011-11-23  Chong Yidong  <cyd@gnu.org>
874         * windows.texi (Window Sizes): Move window-top-line,
875         window-left-column, and window-*-pixel-edges to Coordinates and
876         Windows node.
877         (Coordinates and Windows): Restore window-edges doc.
879 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
881         * windows.texi (Windows and Frames, Splitting Windows):
882         Fix typos.
884 2011-11-21  Chong Yidong  <cyd@gnu.org>
886         * windows.texi (Splitting Windows): Fix error in documentation of
887         window-combination-limit.
888         (Cyclic Window Ordering): Minor fixes to next-window,
889         one-window-p, and get-lru-window docs.  Don't document
890         window-list-1.
891         (Buffers and Windows): Copyedits.
892         (Choosing Window): Document special handling of special-display-*.
893         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
894         Don't document even-window-heights, which is going away.
895         Clarify which options are obeyed by which action functions.
897 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
899         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
901 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
903         * windows.texi (Resizing Windows, Splitting Windows):
904         Remove term "status" when talking about combination limits.
906 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
908         * compile.texi (Compiler Errors):
909         * help.texi (Help Functions): Fix typos.
911 2011-11-19  Chong Yidong  <cyd@gnu.org>
913         * windows.texi (Splitting Windows): Clarify role of window
914         parameters in split-window.  Shorten the example.
915         (Deleting Windows): Rewrite intro to handle internal windows.
916         Fix delete-windows-on doc.
917         (Selecting Windows): Copyedits.
919 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
921         * windows.texi (Resizing Windows, Splitting Windows)
922         (Deleting Windows): Use term window-combination-resize instead
923         of window-splits.
925 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
927         * windows.texi (Resizing Windows, Splitting Windows):
928         Rename occurrences of window-nest to window-combination-limit.
930 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
932         * intro.texi (Lisp History): Fix typo.
934 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
936         * windows.texi (Splitting Windows, Deleting Windows):
937         Remove references to splits status of windows.
939 2011-11-10  Glenn Morris  <rgm@gnu.org>
941         * buffers.texi (Read Only Buffers): Expand a bit on why
942         toggle-read-only should only be used interactively.  (Bug#7292)
944 2011-11-09  Chong Yidong  <cyd@gnu.org>
946         * windows.texi (Window Sizes): Document window-pixel-edges,
947         window-inside-pixel-edges, window-absolute-pixel-edges, and
948         window-inside-absolute-pixel-edges.
949         (Resizing Windows): shrink-window-if-larger-than-buffer works on
950         non-full-width windows.
952 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
954         * windows.texi (Resizing Windows): Rewrite documentation of
955         window-resizable.
957 2011-11-09  Chong Yidong  <cyd@gnu.org>
959         * windows.texi (Splitting Windows): Simplify example.
961 2011-11-08  Chong Yidong  <cyd@gnu.org>
963         * windows.texi (Window Sizes): Copyedits.  Document
964         window-text-height.  Remove window-min-height and window-min-width
965         discussion, referring instead to Emacs manual.
966         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
967         (Resizing Windows): Simplify introduction.  Don't document
968         enlarge-window, shrink-window, enlarge-window-horizontally, and
969         shrink-window-horizontally; they are no longer preferred for
970         calling from Lisp, and are already documented in the Emacs manual.
972 2011-11-07  Glenn Morris  <rgm@gnu.org>
974         * windows.texi (Choosing Window): Fix keybinding typo.
976 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
978         * windows.texi (Resizing Windows, Splitting Windows)
979         (Window Configurations): Use "child window" instead of
980         "subwindow".
982 2011-11-06  Chong Yidong  <cyd@gnu.org>
984         * windows.texi (Basic Windows): Clarify various definitions.
985         Treat window-normalize-* as internal; don't document them.
986         (Windows and Frames): Various clarifications, e.g. non-live
987         windows also belong to frames.  Fix window-list description.
988         Simplify window nesting example.
989         (Splitting Windows, Window Configurations):
990         Use split-window-below.
992 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
994         * windows.texi (Window Sizes): Mention in the doc string that the
995         return values of `window-body-height' and `window-body-width' are
996         in frame's canonical units.  (Bug#9949)
998 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
1000         * windows.texi (Windows and Frames): Remove "iso-" infix from
1001         documentation of window-iso-combined-p.
1003 2011-10-26  Chong Yidong  <cyd@gnu.org>
1005         * modes.texi (Running Hooks): Document with-wrapper-hook.
1007 2011-10-18  Chong Yidong  <cyd@gnu.org>
1009         * display.texi (Glyphless Chars): New node.
1011 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
1013         * text.texi (Yanking): Document yank-excluded-properties.
1015         * package.texi (Packaging Basics): The commentary should say how
1016         to begin using the package.
1018 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
1020         * windows.texi (Deleting Windows): Mention which window gets
1021         selected when deleting the selected window.
1023 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
1025         * buffers.texi (The Buffer List): Describe how bury-buffer deals
1026         with the selected window.
1027         * windows.texi (Buffers and Windows): Reformulate text on how
1028         replace-buffer-in-windows deals with a window.
1029         (Quitting Windows): Describe how quit-window deals with a
1030         standalone frame.  Describe new option frame-auto-hide-function.
1032 2011-10-08  Glenn Morris  <rgm@gnu.org>
1034         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
1036         * positions.texi (Excursions): Update warning message.
1038 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
1040         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1041         Fix Emacs manual xref (Bug#9675).
1043 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
1045         * windows.texi (Textual Scrolling): Document scroll-up-command,
1046         scroll-down-command, scroll-error-top-bottom, and the
1047         scroll-command symbol property.
1048         (Display Action Functions): Fix description of
1049         display-buffer-pop-up-window.
1051 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
1053         * windows.texi (Splitting Windows): Fix typos.
1055 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
1057         * windows.texi (Windows and Frames, Display Action Functions)
1058         (Switching Buffers): Fix some typos.
1059         (Buffers and Windows): Remove reference to window-auto-delete.
1060         Reword description of replace-buffer-in-windows.
1061         (Window History): Fix some typos and refer to frame local buffer
1062         list.
1063         (Quitting Windows): New node.
1064         (Window Configurations): Add descriptions of window-state-get
1065         and window-state-put.
1066         (Window Parameters): Describe variable ignore-window-parameters.
1067         Sketch some window parameters currently in use.
1068         * elisp.texi (Top): Update node listing.
1070 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
1072         * windows.texi (Display Action Functions)
1073         (Choosing Window Options): New nodes.
1075 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
1077         * windows.texi (Window History): New node.  Move text here from
1078         Buffers and Windows.
1079         (Switching Buffers): Rename from Displaying Buffers, since we
1080         don't document display-buffer here; callers changed.
1081         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
1082         switch-to-buffer-other-frame.  Delete duplicate
1083         replace-buffer-in-windows doc.
1084         (Choosing Window): Document display actions.
1086 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
1088         * display.texi (Forcing Redisplay): Update the description of
1089         redisplay-dont-pause due to change in the default value.
1091 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
1093         * frames.texi (Frames and Windows): Move section and rename to
1094         Windows and Frames in windows.texi.
1095         * windows.texi (Windows): Restructure.
1096         (Basic Windows): Rewrite.  Explain live and internal windows and
1097         normalization functions.
1098         (Windows and Frames): Move section here from frames.texi.
1099         Describe subwindows, window combinations, window tree, and
1100         corresponding functions including window-list here.
1101         (Window Sizes): Rename section from Size of Window and move it
1102         up in chapter.  Describe total and body sizes and the
1103         corresponding functions.  Explain new semantics of
1104         window-min-height/-width.
1105         (Resizing Windows): Move section up in chapter.  Describe new
1106         resize functions.
1107         (Splitting Windows): Describe new behavior of split-window,
1108         split-window-above-each-other and split-window-side-by-side.
1109         Provide examples.  Describe window-nest and window-splits
1110         options.
1111         (Deleting Windows): Minor rewrite.
1112         (Selecting Windows): Minor rewrite.
1113         Describe frame-selected-window and set-frame-selected-window here.
1114         (Cyclic Window Ordering): Minor rewrite.
1115         Describe window-list-1.
1116         (Buffers and Windows): Rewrite.  Explain a window's previous and
1117         next buffers and the corresponding functions.
1118         (Window Tree): Merge into Windows and Frames section.
1119         * elisp.texi (Top): Update node listings for frames and windows
1120         sections.
1122 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1126 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128         * errors.texi (Standard Errors): Remove apparent placeholder text
1129         (bug#9491).
1131 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
1133         * frames.texi (Management Parameters): Fix description of
1134         icon-type parameter.
1136 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
1138         * tips.texi (Key Binding Conventions): Don't bind a key sequence
1139         ending in C-g.  Suggested by Edward O'Connor.
1141 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
1143         * numbers.texi (Integer Basics): Add indexing for
1144         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
1146 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1148         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
1150 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
1152         * processes.texi (Network Servers): Clarify what the process
1153         buffer is used for (bug#9233).
1155 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1157         * lists.texi (Building Lists): Fix typo.
1159 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
1161         * display.texi (Basic Faces): New node.  Document new faces.
1163         * modes.texi (Major Mode Conventions): Move some text there.
1164         (Mode Help): Remove major-mode var, duplicated in Major Modes.
1166 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
1168         * modes.texi (Basic Major Modes): New node.  Callers updated.
1169         (Major Modes): Document fundamental-mode and major-mode.
1170         (Major Mode Basics): Node deleted; text moved to Major Modes.
1171         (Derived Modes): Document derived-mode-p.
1173 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1175         * files.texi (Changing Files, Create/Delete Dirs): Document new
1176         arguments for delete-file, delete-directory, and copy-directory.
1177         (Visiting Functions): Remove view-file; it is documented in the
1178         Emacs manual.
1180         * frames.texi (Layout Parameters): The defaults for the
1181         menu-bar-lines and tool-bar-lines parameters depend on the mode.
1183         * display.texi (Progress): Document spinner functionality.
1185         * os.texi (Killing Emacs): Note that kill-emacs can be called by
1186         operating system signals.  Refer to save-buffers-kill-terminal
1187         instead of save-buffers-kill-emacs.
1189         * objects.texi (Symbol Type): Document ## print representation.
1191 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
1193         * display.texi (Specified Space): Mention that `space' specs
1194         influence bidi reordering.
1195         (Bidirectional Display): Explain how to use `(space . PROPS)' for
1196         separating fields with bidirectional content.
1198 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
1200         * display.texi (Bidirectional Display): Document return value in
1201         buffers that are not bidi-reordered for display, and in unibyte
1202         buffers.
1204 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
1206         * nonascii.texi (Character Properties): Document the values for
1207         unassigned codepoints.
1209 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
1211         * nonascii.texi (Character Properties): Document use of
1212         `bidi-class' and `mirroring' properties as part of reordering.
1213         Provide cross-references to "Bidirectional Display".
1215         * display.texi (Bidirectional Display): Document the pitfalls of
1216         concatenating strings with bidirectional content, with possible
1217         solutions.  Document bidi-string-mark-left-to-right.
1218         Mention paragraph direction in modes that inherit from prog-mode.
1219         Document use of `bidi-class' and `mirroring' properties as part of
1220         reordering.
1222 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
1224         * modes.texi (Major Mode Conventions): Improve the documentation
1225         of `mode-class' `special' modes.
1227         * nonascii.texi (Character Properties): Document the `mirroring'
1228         property.  Add index entries.
1230         * syntax.texi (Categories): Add an example of defining a new
1231         category and category table.
1233         * searching.texi (Regexp Backslash): Document how to display
1234         existing categories.  Mention the possibility of adding
1235         categories, and add an xref to where this is described.  Add an
1236         index entry.
1238 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
1240         * text.texi (Special Properties):
1241         * display.texi (Overlay Properties): Note that mouse-face cannot
1242         change the text size (Bug#8530).
1244 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
1246         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1247         using setenv instead.
1249 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
1251         * display.texi (Bidirectional Display): Document the fact that
1252         bidi-display-reordering is t by default.
1254 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
1256         * display.texi (Bidirectional Display): New section.
1258 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259             Tim Cross  <theophilusx@gmail.com>  (tiny change)
1260             Glenn Morris   <rgm@gnu.org>
1262         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
1264 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
1266         * help.texi (Keys in Documentation): Revert last change.
1268 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270         * help.texi (Keys in Documentation): Clarify that \= only quotes
1271         the next character, and doesn't affect longer sequences in
1272         particular (bug#8935).
1274         * debugging.texi (Using Debugger):
1275         Mention @code{eval-expression-debug-on-error} (bug#8549).
1277 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
1279         * display.texi (Other Display Specs): Document that `left-fringe'
1280         and `right-fringe' display specifications are of the "replacing"
1281         kind.
1283 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285         * help.texi (Documentation Basics): Add a link to the Function
1286         Documentation node (bug#6580).
1288 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290         * keymaps.texi (Menu Bar): Mention :visible and :enable
1291         (bug#6344).  Text by Drew Adams.
1293         * modes.texi (Running Hooks): Mention buffer-local hook variables
1294         (bug#6218).
1296         * objects.texi (General Escape Syntax): "a with grave accent" is
1297         ?xe0, not ?x8e0 (bug#5259).
1299 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1301         * display.texi (Face Attributes, Font Selection): Add references
1302         to the Fonts node in the Emacs manual (Bug#4178).
1304 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1306         * display.texi (Window Systems): `window-system' is
1307         terminal-local.
1309         * frames.texi (Frame Parameters, Parameter Access): Don't mention
1310         frame-local variables.
1312         * variables.texi (Buffer-Local Variables): Don't mention obsolete
1313         frame-local variables.
1314         (Frame-Local Variables): Node deleted.
1316         * elisp.texi (Top): Update node listing.
1318 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320         * elisp.texi: Change "inferiors" to "subnodes" in three places
1321         (bug#3523).
1323 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
1325         * frames.texi (Window System Selections): Discussion of
1326         x-select-enable-clipboard moved to Emacs manual.
1328 2011-07-11  Deniz Dogan  <deniz@dogan.se>
1330         * commands.texi (Prefix Command Arguments): Remove excessive
1331         apostrophe.
1333 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1336         description is a string (bug#3313).
1338         * frames.texi (Display Feature Testing): Try to explain what all
1339         the visual classes mean (bug#3042).
1341 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343         * modes.texi (Mode Line Variables): Document `mode-line-remote'
1344         and `mode-line-client' (bug#2974).
1346         * text.texi (Insertion): Clarify marker movements (bug#1651).
1347         Text from Drew Adams.
1349 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351         * text.texi (Special Properties): Clarify the format of `face'
1352         (bug#1375).
1354         * commands.texi (Interactive Call): Add a `call-interactively'
1355         example (bug#1010).
1357 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359         * functions.texi (Calling Functions): Link to the "Interactive
1360         Call" node (bug#1001).
1362 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
1364         * customize.texi (Composite Types): Move alist and plist to here
1365         from Simple Types (Bug#7545).
1367         * elisp.texi (Top): Update menu description.
1369         * display.texi (Face Attributes): Document negative line widths
1370         (Bug#6113).
1372 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1374         * searching.texi (Match Data): Note that match data can be
1375         overwritten by most functions (bug#2499).
1377 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1380         flags mean (bug#6659).
1382         * functions.texi (What Is a Function): Document the autoload
1383         object (bug#6496).
1385 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1388         is only used in the Customize user interface (bug#6089).
1390         * display.texi (Showing Images): Mention the point of sliced
1391         images (bug#7836).
1393 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
1395         * variables.texi (Defining Variables, Void Variables)
1396         (Constant Variables): Fix incorrect usage of @kindex.
1398 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400         * variables.texi (Defining Variables): Add an index entry for
1401         `set-variable' (bug#7262).
1402         (Defining Variables): Use @findex for functions.
1404         * frames.texi (Basic Parameters): Document the `explicit-name'
1405         parameter (bug#6951).
1407         * customize.texi (Type Keywords): Clarify that :value provides a
1408         default value for all types (bug#7386).
1410         * streams.texi (Output Functions): Document `pp'.
1412 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
1414         * keymaps.texi (Searching Keymaps):
1415         * display.texi (Overlay Properties): Fix errors in 2011-05-29
1416         change.  Suggested by Johan Bockgård.
1418 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
1420         * text.texi (Special Properties): Clarify role of font-lock-face.
1422 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424         * processes.texi (Process Information): Rename `process-alive-p'
1425         to `process-live-p' for consistency with other `-live-p' functions.
1427 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1429         Document wide integers better.
1430         * files.texi (File Attributes): Document ino_t values better.
1431         ino_t values no longer map to anything larger than a single cons.
1432         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1433         (Bitwise Operations):
1434         * objects.texi (Integer Type): Use a binary notation that is a bit easier
1435         to read, and that will port better if 62-bits becomes the default.
1436         Fix or remove incorrect examples.
1437         * os.texi (Time Conversion): Document time_t values better.
1439 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441         * processes.texi (Process Information):
1442         Document `process-alive-p'.
1444 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1446         * help.texi (Accessing Documentation):
1447         * display.texi (Pixel Specification):
1448         * processes.texi (Serial Ports, Serial Ports):
1449         * nonascii.texi (Character Properties, Default Coding Systems):
1450         * text.texi (Changing Properties, Special Properties):
1451         * windows.texi (Window Start and End):
1452         * modes.texi (SMIE Indentation Example, SMIE Tricks):
1453         * keymaps.texi (Searching Keymaps, Tool Bar):
1454         * minibuf.texi (Basic Completion):
1455         * compile.texi (Eval During Compile):
1456         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1457         7x9 paper in printed manual.
1459         * lists.texi (Sets And Lists): Fix misplaced text.
1461 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1463         * keymaps.texi (Remapping Commands): Emphasize that the keymap
1464         needs to be active (Bug#8350).
1466 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
1468         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1470         * tips.texi (Coding Conventions): Remove antediluvian filename
1471         limit recommendation (Bug#8538).
1473 2011-05-27  Glenn Morris  <rgm@gnu.org>
1475         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1477 2011-05-26  Glenn Morris  <rgm@gnu.org>
1479         * variables.texi (File Local Variables):
1480         Update hack-local-variables `mode-only' return value.
1481         Add some more details on what this function does in the other case.
1483 2011-05-19  Glenn Morris  <rgm@gnu.org>
1485         * lists.texi (Sets And Lists): Mention cl provides union etc.
1487 2011-05-19  Nix  <nix@esperi.org.uk>
1489         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1491         * text.texi (Parsing HTML): Update for function name changes.
1493         * syntax.texi (Syntax Flags): Small fix.
1495         * keymaps.texi (Active Keymaps): Typo fix.
1496         (Changing Key Bindings): Grammar fix.
1498         * frames.texi (Minibuffers and Frames): Grammar fix.
1499         (Window System Selections): x-select-enable-clipboard now defaults to t.
1501         * customize.texi (Common Keywords):
1502         * display.texi (Abstract Display):
1503         * modes.texi (Auto-Indentation):
1504         * nonascii.texi (Converting Representations): Typo fixes.
1506         * control.texi (Examples of Catch): Call it "goto" not "go to".
1508 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
1510         * nonascii.texi (Character Properties): Fix inconsistencies with
1511         implementation.
1513         * text.texi (Special Properties): Move @defvar's out of the
1514         @table.  (Bug#8652)
1516 2011-05-12  Glenn Morris  <rgm@gnu.org>
1518         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
1520 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1522         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1523         (Multiline Font Lock):
1524         * vol2.texi (Top):
1525         * vol1.texi (Top):
1526         * elisp.texi (Top): Update menu accordingly.
1528 2011-05-12  Drew Adams  <drew.adams@oracle.com>
1530         * modes.texi (Region to Fontify): Fix typo.
1532 2011-05-10  Jim Meyering  <meyering@redhat.com>
1534         * minibuf.texi: Fix typo "in in -> in".
1536 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1538         * numbers.texi (Integer Basics): Large integers are treated as floats.
1540 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542         * processes.texi (Synchronous Processes): Document the (:file
1543         "/file-name") syntax for `call-process'.
1545 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
1547         * windows.texi (Choosing Window): Fix typo.
1549 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
1551         * frames.texi (Layout Parameters): Note the difference between
1552         querying and setting parameters for left-fringe and right-fringe
1553         (Bug#6930).
1555 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1557         * minibuf.texi (Basic Completion): Be a bit more precise about the
1558         valid kinds of completion tables.
1559         (Programmed Completion): Remove obsolete text about lambda expressions
1560         not being valid completion tables.
1562 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1564         * positions.texi (Excursions): Explain the "save-excursion
1565         defeated by set-buffer" warning.
1567         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
1568         save-excursion.  Suggested by Uday S Reddy.
1570 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1573         (Lexical Binding): New sub-section.
1575         * eval.texi (Eval): Discourage the use of `eval'.
1576         Document its new `lexical' argument.
1578 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1580         * commands.texi (Command Overview): `post-command-hook' is not reset to
1581         nil any more.
1583 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1585         * strings.texi (String Conversion): Don't mention
1586         string-make-(uni|multi)byte (bug#8262).
1587         * nonascii.texi (Converting Representations): Fix up range.
1588         * keymaps.texi (Key Binding Commands): Update code point, avoid
1589         "unibyte character" and remove mention of unibyte bindings.
1591 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
1593         * modes.texi (Operator Precedence Grammars): Don't use characters
1594         outside ISO-8859-1.
1596 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
1598         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1600         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1602 2011-03-08  Glenn Morris  <rgm@gnu.org>
1604         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1605         * intro.texi (Acknowledgements): Names to UTF-8.
1606         * elisp.texi: Set documentencoding.
1608 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1610         * Version 23.3 released.
1612 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1614         * package.texi: Update index keywords.
1615         (Package Archives): New node contents.  Document package-x.el.
1617 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
1619         * makefile.w32-in (srcs): Add package.texi.
1621 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1623         * package.texi (Packaging, Packaging Basics, Simple Packages)
1624         (Multi-file Packages): Expand and clarify.
1625         (Package Archives): Temporary placeholder node.
1627         * elisp.texi (Top): Update node listing.
1629         * Makefile.in (srcs): Add package.texi.
1631 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
1633         * processes.texi (Synchronous Processes): Minor clarification
1634         (Bug#8149).
1636 2011-03-03  Glenn Morris  <rgm@gnu.org>
1638         * files.texi (Truenames): Minor clarification.  (Bug#2341)
1640 2011-03-01  Glenn Morris  <rgm@gnu.org>
1642         * variables.texi (Directory Local Variables):
1643         Mention `(subdirs . nil)' alist element.
1645 2011-02-28  Glenn Morris  <rgm@gnu.org>
1647         * variables.texi (Directory Local Variables): Mention the optional
1648         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
1650 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
1652         * minibuf.texi (Minibuffer History): Clarify discussion of
1653         minibuffer history lists (Bug#8085).
1655 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1657         * elisp.texi: Sync @dircategory with ../../info/dir.
1659         * files.texi (Visiting Functions): Document find-file-literally,
1660         both the command and the variable.
1662         * variables.texi (Creating Buffer-Local): Explain the meaning of
1663         permanent local variables.
1665         * files.texi (Visiting Functions): Document find-file-literally,
1666         both the command and the variable.
1668         * variables.texi (Creating Buffer-Local): Explain the meaning of
1669         permanent local variables.
1671 2011-02-19  Glenn Morris  <rgm@gnu.org>
1673         * keymaps.texi (Remapping Commands): Mention how to undo it.
1675 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
1677         * loading.texi (Hooks for Loading): Remove unnecessary advice
1678         about eval-after-load (Bug#7986).
1680 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
1682         * commands.texi (Accessing Mouse): Note that a header line is not
1683         included in the row of posn-col-row.
1685 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1687         * modes.texi (Major Mode Conventions): Add face guidelines.
1688         (Faces for Font Lock): List faces in order of prominence.
1690 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1692         format-time-string now supports subsecond time stamp resolution
1693         * os.texi (Time Parsing): Document %N.
1695 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1697         * vol1.texi (Top):
1698         * vol2.texi (Top):
1699         * elisp.texi (Top):
1700         * display.texi (Display Property): Shorten the menu description of
1701         the "Other Display Specs" node (Bug#7816).
1703         * keymaps.texi (Defining Menus): Add "menu item" and "extended
1704         menu item" concept index entries (Bug#7805).
1706 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1708         * makefile.w32-in (texinfodir): New variable.
1709         (usermanualdir): Remove as redundant with $(emacsdir).
1710         (MAKEINFO): Remove options, leave only program name.
1711         (MAKEINFO_OPTS): New variable.
1712         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1714 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1715             Richard Kim  <emacs18@gmail.com>
1717         * loading.texi (Library Search): Document list-load-path-shadows
1718         (Bug#7757).
1720 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1722         * searching.texi (Regexp Special): Remove outdated discussion of
1723         character sets (Bug#7780).
1725         * frames.texi (Pop-Up Menus): Document where menu title comes
1726         from (Bug#7684).
1728 2011-01-25  Glenn Morris  <rgm@gnu.org>
1730         * display.texi (Making Buttons): Mention limitation of text buttons.
1732 2011-01-23  Werner Lemberg  <wl@gnu.org>
1734         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1735         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1736         (ENVADD): New variable to control texi2dvi and texi2pdf.
1738 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1740         * files.texi (Directory Names): Move directory-abbrev-alist doc to
1741         Emacs manual.
1743 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1745         * files.texi (Directory Names): Explain why FROM in
1746         directory-abbrev-alist should begin with \`.  (Bug#7777)
1748 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1750         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1752 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1754         * modes.texi (Emulating Mode Line): Fix last change.
1756 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1758         * modes.texi (Emulating Mode Line): Update documentation of
1759         format-mode-line according to changes that fixed bug #7587.
1761 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1763         * modes.texi (Derived Modes): Mention prog-mode.
1765         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1766         of the key-binding-data cache since we don't use it any more.
1768 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1770         * processes.texi (Shell Arguments):
1771         * strings.texi (Creating Strings): Don't mention "shell commands";
1772         make it explicit that `split-string-and-unquote' and
1773         `combine-and-quote-strings' are mainly for working with arguments
1774         to call-process and start-process.
1776         * processes.texi (Shell Arguments): Fix documentation of
1777         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
1779 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1781         * modes.texi (Auto-Indentation): New section to document SMIE.
1782         (Major Mode Conventions):
1783         * text.texi (Mode-Specific Indent): Refer to it.
1785 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1787         * display.texi (Other Display Specs): Document left-fringe and
1788         right-fringe display specs.
1790 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1792         * backups.texi (Making Backups):
1793         * modes.texi (Example Major Modes): Use recommended coding style.
1794         (Major Mode Basics, Derived Modes): Encourge more strongly use of
1795         define-derived-mode.  Mention completion-at-point-functions.
1797 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1799         * nonascii.texi (Converting Representations):
1800         Document byte-to-string.
1802 2010-12-08  Glenn Morris  <rgm@gnu.org>
1804         * buffers.texi (Modification Time):
1805         verify-visited-file-modtime now defaults to the current buffer.
1807 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1809         * nonascii.texi (Converting Representations): Document byte-to-string.
1811         * strings.texi (Creating Strings): Don't mention semi-obsolete
1812         function char-to-string.
1813         (String Conversion): Shorten discussion of semi-obsolete function
1814         string-to-char.  Link to Converting Representations.
1816         * objects.texi (Symbol Type):
1817         * text.texi (Near Point):
1818         * help.texi (Help Functions):
1819         * functions.texi (Mapping Functions): Use string instead of
1820         char-to-string in examples.
1822 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1824         * text.texi (Kill Functions, Kill Functions)
1825         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1826         YANK-HANDLER args.
1828         * symbols.texi (Creating Symbols): Using unintern without an
1829         obarray arg is now obsolete.
1831         * numbers.texi (Float Basics): Document float-e and float-pi.
1833         * variables.texi (Defining Variables): Change "pi" example to
1834         "float-pi".
1836 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1838         * commands.texi (Click Events): Document the values of X, Y and
1839         COL, ROW in the event's position, when the click is on the header
1840         or mode line, on the fringes, or in the margins.
1842 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1844         * customize.texi (Composite Types): Lower-case index entry.
1846         * loading.texi (How Programs Do Loading):
1847         Document load-file-name.  (Bug#7346)
1849 2010-11-17  Glenn Morris  <rgm@gnu.org>
1851         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1853 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1855         * display.texi (Usual Display): Characters with no fonts are not
1856         necessarily displayed as empty boxes.
1858 2010-10-31  Glenn Morris  <rgm@gnu.org>
1860         * maps.texi (Standard Keymaps): Update File menu description.
1862 2010-10-28  Glenn Morris  <rgm@gnu.org>
1864         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1866 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
1868         * display.texi (Window Systems): Deprecate use of window-system as
1869         a predicate.
1871 2010-10-23  Glenn Morris  <rgm@gnu.org>
1873         * help.texi (Documentation Basics): Remove mentions of digest-doc and
1874         sorted-doc.
1876 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1878         * os.texi (Dynamic Libraries): New node, with slightly modified
1879         text deleted from "Image Formats".
1880         (System Interface): Add @menu entry for "Dynamic Libraries".
1882         * display.texi (Image Formats): Remove description of
1883         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1885 2010-10-12  Glenn Morris  <rgm@gnu.org>
1887         * book-spine.texinfo: Rename to book-spine.texi.
1889 2010-10-11  Glenn Morris  <rgm@gnu.org>
1891         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1893         * Makefile.in (DVIPS): New variable.
1894         (.PHONY): Add html, ps.
1895         (html, elisp.html, ps, elisp.ps): New targets.
1896         (clean): Delete html, ps files.
1897         ($(infodir)/elisp): Remove unnecessary includes.
1899 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1901         * makefile.w32-in (emacsdir): New variable.
1902         (srcs): Add emacsver.texi.
1903         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1905 2010-10-09  Glenn Morris  <rgm@gnu.org>
1907         * Makefile.in (VPATH): Remove.
1908         (infodir): Make it absolute.
1909         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1911         * Makefile.in (dist): Anchor regexps.
1913         * Makefile.in (srcs): Put elisp.texi first.
1914         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1916         * Makefile.in (infoclean): Remove harmless, long-standing error.
1918         * Makefile.in ($(infodir)): Delete rule.
1919         (mkinfodir): New.
1920         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1922         * Makefile.in (dist): Remove reference to emacsver.texi.in.
1923         Also copy emacsver.texi, and edit $emacsdir.
1925 2010-10-09  Glenn Morris  <rgm@gnu.org>
1927         * Makefile.in (emacsdir): New variable.
1928         (MAKEINFO): Add -I $emacsdir.
1929         (dist): Copy emacsver.texi.
1930         (srcs): Add emacsver.texi.
1932         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1933         Set EMACSVER by including emacsver.texi.
1935         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1937 2010-10-07  Glenn Morris  <rgm@gnu.org>
1939         * Makefile.in (version): New, set by configure.
1940         (clean): Delete dist tar file.
1941         (dist): Use version in tar name.
1943 2010-10-06  Glenn Morris  <rgm@gnu.org>
1945         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1946         (INSTALL_INFO): Remove unused variable.
1947         (mostlyclean, infoclean, dist): New rules.
1948         (clean): Delete dvi and pdf files.
1949         (maintainer-clean): Remove elisp.oaux, use infoclean.
1950         ($(infodir)): Add parallel build workaround.
1952 2010-10-04  Glenn Morris  <rgm@gnu.org>
1954         * Makefile.in (dvi, pdf, $(infodir)): New targets.
1955         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
1956         Fix -I typo.
1957         (clean): No 'make.out' or 'core' files.
1958         (.PHONY): Declare clean rules.
1959         (maintainer-clean): Delete pdf file.  Guard against cd failures.
1961 2010-10-03  Glenn Morris  <rgm@gnu.org>
1963         * files.texi (File Name Components): Remove ignored section about
1964         deleted variable directory-sep-char.
1966 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
1968         * files.texi (Magic File Names): New defopt
1969         remote-file-name-inhibit-cache.
1971 2010-10-02  Glenn Morris  <rgm@gnu.org>
1973         * os.texi (Killing Emacs): Hook now runs in batch mode.
1975 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1977         * text.texi (Special Properties): Clarify when modification-hooks run.
1979 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1981         * syntax.texi (Syntax Flags): Document new `c' flag.
1983 2010-09-09  Glenn Morris  <rgm@gnu.org>
1985         * display.texi (ImageMagick Images): General cleanup.
1987 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1989         * files.texi (Directory Names): Use \` rather than ^.
1991 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1993         * text.texi (Low-Level Kill Ring):
1994         * frames.texi (Window System Selections): Remove cut buffer
1995         documentation.
1997 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
1999         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2000         Parameters", where the default fringe width is described.
2002         * frames.texi (Window Frame Parameters, Basic Parameters)
2003         (Position Parameters, Layout Parameters, Management Parameters)
2004         (Cursor Parameters, Font and Color Parameters): Add indexing for
2005         frame parameters.  (Bug#6929)
2007 2010-08-25  Tom Tromey  <tromey@redhat.com>
2009         * vol2.texi (Top): Update.
2010         * vol1.texi (Top): Update.
2011         * tips.texi (Library Headers): Mention Package-Version and
2012         Package-Requires.
2013         * package.texi: New file.
2014         * os.texi (System Interface): Update pointers.
2015         * elisp.texi (Top): Link to new nodes.  Include package.texi.
2016         * anti.texi (Antinews): Update pointers.
2018 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
2020         * processes.texi (Filter Functions): Fix last change.
2022 2010-08-24  Markus Triska  <triska@gmx.at>
2024         * processes.texi (Filter Functions): Use `buffer-live-p' instead
2025         of `buffer-name' in the main text as well as in the example
2026         (Bug#3098).
2028 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2030         * nonascii.texi (Text Representations):
2031         * loading.texi (Loading Non-ASCII):
2032         * compile.texi (Byte Compilation): Don't mention obsolete
2033         --unibyte command-line argument.
2035 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2037         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2039 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2041         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2043 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
2045         * commands.texi (Misc Events): Add cross-references to where
2046         POSITION of a mouse event is described in detail.
2048 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
2050         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
2052 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2054         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2055         Suggested by Štěpán Němec <stepnem@gmail.com>.
2057 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2059         * minibuf.texi (High-Level Completion): Document args of
2060         `read-buffer-function' (bug#5625).
2062 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2064         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2066 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2068         * processes.texi (Process Information): Explain process property
2069         `remote-tty'.
2071 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2073         * modes.texi (Defining Minor Modes): Use C-delete in examples,
2074         instead of "\C-\^?" (bug#6334).
2076         * text.texi (Special Properties): Fix typo.
2078 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
2080         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2081         calling sequences, which are now the standard.
2083 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
2085         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2087         * commands.texi (Command Overview): Mention undo-boundary call.
2089 2010-06-23  Glenn Morris  <rgm@gnu.org>
2091         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2092         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2093         * frames.texi, functions.texi, internals.texi, keymaps.texi:
2094         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2095         * searching.texi, sequences.texi, strings.texi, syntax.texi:
2096         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2097         Untabify Texinfo files.
2099 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
2101         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2103 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
2105         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2107 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
2109         * searching.texi (Regexp Special): Remove obsolete information
2110         about matching non-ASCII characters, and suggest using char
2111         classes (Bug#6283).
2113 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
2115         * minibuf.texi (Basic Completion): Add missing "@end defun".
2117 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * minibuf.texi (Basic Completion): Document completion-boundaries.
2120         (Programmed Completion): Document the new fourth method for boundaries.
2122 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
2124         * display.texi (Image Cache): Update documentation about image caching.
2126 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2128         * windows.texi (Textual Scrolling):
2129         * tips.texi (Coding Conventions):
2130         * minibuf.texi (Minibuffer History):
2131         * maps.texi (Standard Keymaps):
2132         * loading.texi (Where Defined):
2133         * edebug.texi (Instrumenting): Fix typos.
2135 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2137         * keymaps.texi (Menu Bar): Document :advertised-binding property.
2139         * functions.texi (Obsolete Functions):
2140         Document set-advertised-calling-convention.
2142         * minibuf.texi (Basic Completion): Document completion-in-region.
2143         (Programmed Completion): Document completion-annotate-function.
2145         * commands.texi (Reading One Event): Document read-key.
2146         (Distinguish Interactive): Document KIND arg to
2147         called-interactively-p.  Delete obsolete interactive-p.
2149         * elisp.texi (Top): Update node description.
2151 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2153         * nonascii.texi (Character Properties):
2154         Document unicode-category-table.  Add an index entry for Unicode
2155         general category.
2157 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2159         * Version 23.2 released.
2161 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2163         * locals.texi (Standard Buffer-Local Variables):
2164         Remove @ignore'd reference to `direction-reversed'.
2166 2010-04-14  Juri Linkov  <juri@jurta.org>
2168         Fix @deffn without category.
2170         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2171         for `abbrev-insert'.
2173         * buffers.texi (Indirect Buffers): Add category `Command'
2174         to @deffn of `clone-indirect-buffer'.
2176         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2177         for `next-window' and `previous-window'.  Add category `Command'
2178         to @deffn of `pop-to-buffer'.
2180 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
2182         * nonascii.texi (Text Representations): Don't mark
2183         enable-multibyte-characters as a user option.
2185 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2187         * control.texi (Handling Errors): How to re-throw a signal caught
2188         by condition-case.
2190 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
2192         * loading.texi (Hooks for Loading): Document after-load-functions.
2193         Copyedits.
2195 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
2197         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
2199 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2201         * processes.texi (Network Processes): Document seqpacket type.
2203 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2205         * os.texi (System Environment): Do not mention lynxos.
2207 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2209         * Branch for 23.2.
2211 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2213         * objects.texi (Integer Type): Take note of the read syntax
2214         exception for numbers that cannot fit in the integer type.
2216 2010-03-03  Glenn Morris  <rgm@gnu.org>
2218         * numbers.texi (Integer Basics, Bitwise Operations):
2219         * objects.texi (Integer Type): Update for integers now being 30-bit.
2221 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2223         * display.texi (Low-Level Font): Document :otf font-spec property.
2225 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2227         * display.texi (Line Height): Avoid obsolete special default variables
2228         like default-major-mode.
2230 2010-01-28  Alan Mackenzie  <acm@muc.de>
2232         * display.texi (Auto Faces): Say fontification-functions is called
2233         whether or not Font Lock is enabled.  Tidy up the wording a bit.
2235 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2237         * elisp.texi: Remove duplicate edition information (Bug#5407).
2239 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2241         * two.el (volume-header-toc-markup): Fix typos in docstring.
2243 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         Avoid dubious uses of save-excursions.
2246         * positions.texi (Excursions): Recommend the use of
2247         save-current-buffer if applicable.
2248         * text.texi (Clickable Text): Fix the example code which used
2249         save-excursion in a naive way which sometimes preserves point and
2250         sometimes not.
2251         * variables.texi (Creating Buffer-Local):
2252         * os.texi (Session Management):
2253         * display.texi (GIF Images):
2254         * control.texi (Cleanups): Use (save|with)-current-buffer.
2256 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2258         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
2260 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2262         * nonascii.texi (Text Representations, Character Codes)
2263         (Converting Representations, Explicit Encoding)
2264         (Translation of Characters): Use hex notation consistently.
2265         (Character Sets): Fix map-charset-chars doc (Bug#5197).
2267 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2269         * loading.texi (Where Defined): Make it clearer that these are
2270         loaded files (Bug#5068).
2272 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
2274         * minibuf.texi (Completion Styles): Document `initials' style.
2276 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
2278         * frames.texi (Resources): Describe inhibit-x-resources.
2279         (Size Parameters): Copyedit.
2281         * hash.texi (Creating Hash):
2282         * objects.texi (Hash Table Type): Document the new hash table
2283         printed representation.
2285         * minibuf.texi (Basic Completion): 4th arg to all-completions is
2286         obsolete.
2288         * processes.texi (Process Buffers):
2289         Document process-kill-buffer-query-function.
2291 2009-12-05  Glenn Morris  <rgm@gnu.org>
2293         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2294         diary-display-function, and no longer recommended to be a hook.
2295         Update for changes in the names of calendar and diary hooks.
2296         diary-print-entries-hook has changed section.
2298 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
2300         * text.texi (Special Properties): More accurate description of
2301         what the `cursor' property does.
2303 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2305         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2306         mouse-wheel-down-event, the closest thing to a definition for them.
2307         * os.texi (Startup Summary): vindex inhibit-startup-message and
2308         inhibit-splash-screen.
2309         (Command-Line Arguments): vindex argv.
2310         (Suspending Emacs): vindex suspend-tty-functions and
2311         resume-tty-functions.  Don't want to index every hook, but having
2312         the programming ones is helpful.
2314 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
2316         * commands.texi (Motion Events): Fix typo (Bug#4907).
2318 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2320         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2321         are affected by case-fold-search (Bug#4483).
2323 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2325         * minibuf.texi (Reading File Names): Note that read-file-name may
2326         use a graphical file dialog.
2328 2009-10-31  Glenn Morris  <rgm@gnu.org>
2330         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
2332 2009-10-16  Kevin Ryde  <user42@zip.com.au>
2334         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2335         in particular so `info-lookup-symbol' can find its docs.
2337 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
2339         * variables.texi (Constant Variables): Distinguish from defconst
2340         variables.
2341         (Defining Variables): Add cindex.
2343 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
2345         * os.texi (Time of Day): Clarify that the microsecond part is
2346         ignored (Bug#4637).
2348 2009-10-11  Glenn Morris  <rgm@gnu.org>
2350         * frames.texi (Size and Position): Clarify what is included in the frame
2351         height.  (Bug#4535)
2353 2009-10-10  Glenn Morris  <rgm@gnu.org>
2355         * windows.texi (Size of Window): The relationship between window and
2356         frame heights is not so simple.  (Bug#4535)
2357         Mention window-full-height-p.
2359 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2361         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2362         used from Lisp.
2364 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
2366         * files.texi (Directory Names) <abbreviate-file-name>:
2367         Document that root home directories are not replaced with "~".
2369 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
2371         * text.texi (Special Properties): Document the meaning of the
2372         `cursor' text property whose value is an integer.
2374 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2376         * files.texi (Magic File Names): Add `copy-directory'.
2378 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2380         * files.texi (File Attributes): Fix description of file
2381         attributes.  (Bug#4638) Update attributes of files.texi example to
2382         be more representative.
2384 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2386         * files.texi (Create/Delete Dirs): New command copy-directory.
2388 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2390         * anti.texi (Antinews):
2391         * macros.texi (Indenting Macros):
2392         * strings.texi (Creating Strings, Case Conversion):
2393         Remove duplicate words.
2395 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2397         * files.texi (Create/Delete Dirs): delete-directory has an
2398         optional parameter RECURSIVE.
2400 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2402         * buffers.texi (Swapping Text): Minor clarification.
2404 2009-10-01  Glenn Morris  <rgm@gnu.org>
2406         * functions.texi (Declaring Functions): Mention that we also search for
2407         ".m" files in the src/ directory.
2409 2009-09-25  David Engster  <deng@randomsample.de>
2411         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2413 2009-09-22  Glenn Morris  <rgm@gnu.org>
2415         * internals.texi (Building Emacs): Mention preloaded-file-list.
2417 2009-09-14  Alan Mackenzie  <acm@muc.de>
2419         * os.texi (Terminal Output): Put "@code{}" around "stdout".
2421 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2423         * functions.texi (Anonymous Functions): Rearrange discussion,
2424         giving usage of unquoted lambda forms first.  Mention that
2425         `function' and `#'' are no longer required (Bug#4290).
2427 2009-09-11  Alan Mackenzie  <acm@muc.de>
2429         * os.texi (Terminal Output): Document `send-string-to-terminal' in
2430         batch mode.
2432 2009-09-01  Glenn Morris  <rgm@gnu.org>
2434         * display.texi (Face Functions): Mention define-obsolete-face-alias.
2436 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
2438         * nonascii.texi (Character Codes): Fix typos.
2440 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2442         * processes.texi (Synchronous Processes): New defvar
2443         process-file-side-effects.
2445 2009-08-25  Glenn Morris  <rgm@gnu.org>
2447         * display.texi (Fontsets): Fix typo.
2449         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2451 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2453         * processes.texi (Asynchronous Processes): Adjust arglist of
2454         start-process-shell-command and start-file-process-shell-command.
2456 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
2458         * advice.texi (Argument Access in Advice): Note that argument
2459         positions are zero-based (Bug#3932).
2461         * commands.texi (Distinguish Interactive): Minor copyedit.
2463         * display.texi (Face Attributes): Add xref to Displaying Faces for
2464         explanation of "underlying face".
2466         * customize.texi (Common Keywords): Add xref to Loading.
2468         * loading.texi (How Programs Do Loading): Add xref to Lisp
2469         Libraries node in the Emacs manual.
2471 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
2473         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2475 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2477         * processes.texi (Shell Arguments): Copyedits.
2479 2009-07-18  Glenn Morris  <rgm@gnu.org>
2481         * loading.texi (Repeated Loading): Fix typo.
2483 2009-07-16  Richard Stallman  <rms@gnu.org>
2485         * buffers.texi (Swapping Text): Recommend setting
2486         write-region-annotate-functions and buffer-saved-size.
2488         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2490 2009-07-15  Glenn Morris  <rgm@gnu.org>
2492         * edebug.texi: Minor re-phrasings throughout.
2493         (Edebug Execution Modes): Sit-for affects continue mode too.
2494         (Jumping): Use `forward-sexp' rather than its keybinding.
2495         (Edebug Misc): Fix Q binding.
2496         (Edebug Eval): Remove cl version.
2497         (Printing in Edebug): Clarify print-length etc.
2498         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2499         (Specification List): Remove edebug-unwrap findex entry.
2500         (Specification Examples): defmacro is actually not the same as defun.
2501         Escape "`" in example.
2503 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2505         * markers.texi (The Mark): Document optional arg to
2506         deactivate-mark.
2508 2009-07-11  Kevin Ryde  <user42@zip.com.au>
2510         * hooks.texi (Standard Hooks): Fix cross-references.
2512         * loading.texi (Named Features): Refer to eval-after-load.
2514 2009-07-11  Glenn Morris  <rgm@gnu.org>
2516         * Makefile.in (TEXI2PDF): New.
2517         (elisp.pdf): New target.
2519         * searching.texi (Regexp Backslash): Fix typo.
2521         * elisp.texi (Top): Display copyright notice at start of non-TeX.
2523 2009-07-10  Glenn Morris  <rgm@gnu.org>
2525         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2527         * customize.texi (Customization Types):
2528         * display.texi (Abstract Display):
2529         * objects.texi (Character Type, String Type):
2530         Merge in some menu descriptions from elisp.texi.
2532         * hash.texi (Hash Tables):
2533         * modes.texi (Multiline Font Lock):
2534         End menu description with period.
2536 2009-07-09  Glenn Morris  <rgm@gnu.org>
2538         * back.texi: Don't hard-code texinfo location.
2540         * two-volume.make (texinfodir): New, with location of texinfo.tex.
2541         (tex): Add texinfodir to TEXINPUTS.
2542         (elisp1med-init, elisp2med-init): Use texinfodir.
2544         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2545         (clean): Add two-volume.make intermediate files.
2547         * elisp.texi, vol1.texi, vol2.texi:
2548         Use a DATE variable with the publication date, and update it.
2549         Fix antinews menu description.
2551         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2552         Update the detailed node listing to match elisp.texi.
2554         * README: Update edition to match elisp.texi.
2556         * objects.texi (General Escape Syntax):
2557         * nonascii.texi (Character Sets):
2558         Use consistent case for "Unicode Standard".
2560         * anti.texi (Antinews):
2561         * customize.texi (Variable Definitions):
2562         * functions.texi (Declaring Functions):
2563         * nonascii.texi (Character Properties):
2564         * processes.texi (Serial Ports):
2565         * text.texi (Special Properties):
2566         * tips.texi (Coding Conventions):
2567         Minor rearrangements to improve TeX line-filling.
2569         * commands.texi (Using Interactive): Fix cross-reference.
2571 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2573         * frames.texi (Management Parameters): Mention sticky.
2575 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
2577         * help.texi (Help Functions): Fix description of help-buffer and
2578         help-setup-xref to use @defun instead of @deffn.
2580 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2582         * frames.texi (Size Parameters): Mention maximized for fullscreen.
2584 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
2586         * display.texi (Window Systems): Add ns to the list.
2588 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2590         * Branch for 23.1.
2592 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
2594         * windows.texi (Dedicated Windows): Fix typo.
2595         (Resizing Windows): Replace @defun by @deffn.
2597 2009-06-17  Glenn Morris  <rgm@gnu.org>
2599         * variables.texi (Directory Local Variables):
2600         Update for 2009-04-11 name-change of dir-locals-directory-alist.
2602 2009-06-09  Kenichi Handa  <handa@m17n.org>
2604         * nonascii.texi (Character Sets): State clearly that FROM and TO
2605         are codepoints of CHARSET.
2607 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
2609         * minibuf.texi (Reading File Names): Fix introductory text.
2610         Suggested by stan@derbycityprints.com.
2611         (High-Level Completion): Fix typo.
2613 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
2615         * frames.texi (Text Terminal Colors): Multi-tty is already
2616         implemented, but tty-local colors are not.
2618 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
2620         * hooks.texi (Standard Hooks): Remove mention of obsolete
2621         redisplay-end-trigger-functions.
2623         * internals.texi (Window Internals): Remove mention of obsolete
2624         redisplay-end-trigger-functions.
2626 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
2628         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2630         * backups.texi (Making Backups): backup-directory-alist and
2631         make-backup-file-name-function are options.
2632         (Auto-Saving): auto-save-list-file-prefix is an option.
2634         * buffers.texi (Killing Buffers): buffer-offer-save is an
2635         option.
2637         * display.texi (Refresh Screen): no-redraw-on-reenter is an
2638         option.
2639         (Echo Area Customization): echo-keystrokes is an option.
2640         (Selective Display): selective-display-ellipses is an option.
2641         (Temporary Displays): temp-buffer-show-function is an option.
2642         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2643         are options.
2644         (Font Selection): face-font-family-alternatives,
2645         face-font-selection-order, face-font-registry-alternatives, and
2646         scalable-fonts-allowed are options.
2647         (Fringe Indicators): indicate-buffer-boundaries is an option.
2648         (Fringe Cursors): overflow-newline-into-fringe is an option.
2649         (Scroll Bars): scroll-bar-mode is an option.
2651         * eval.texi (Eval): max-lisp-eval-depth is an option.
2653         * files.texi (Visiting Functions): find-file-hook is an option.
2654         (Directory Names): directory-abbrev-alist is an option.
2655         (Unique File Names): temporary-file-directory and
2656         small-temporary-file-directory are options.
2658         * frames.texi (Initial Parameters): initial-frame-alist,
2659         minibuffer-frame-alist and default-frame-alist are options.
2660         (Cursor Parameters): blink-cursor-alist and
2661         cursor-in-non-selected-windows ar options.
2662         (Window System Selections): selection-coding-system is an
2663         option.
2664         (Display Feature Testing): display-mm-dimensions-alist is an
2665         option.
2667         * help.texi (Help Functions): help-char and help-event-list are
2668         options.
2670         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2671         an option.
2673         * minibuf.texi (Minibuffer History): history-length and
2674         history-delete-duplicates are options.
2675         (High-Level Completion): read-buffer-function and
2676         read-buffer-completion-ignore-case are options.
2677         (Reading File Names): read-file-name-completion-ignore-case is
2678         an option.
2680         * modes.texi (Mode Line Top): mode-line-format is an option.
2681         (Mode Line Variables): mode-line-position and mode-line-modes
2682         are options.
2684         * nonascii.texi (Text Representations):
2685         enable-multibyte-characters is an option.
2686         (Default Coding Systems): auto-coding-regexp-alist,
2687         file-coding-system-alist, auto-coding-alist and
2688         auto-coding-functions are options.
2689         (Specifying Coding Systems): inhibit-eol-conversion is an
2690         option.
2692         * os.texi (Init File): site-run-file is an option.
2693         (System Environment): mail-host-address is an option.
2694         (User Identification): user-mail-address is an option.
2695         (Terminal Output): baud-rate is an option.
2697         * positions.texi (Word Motion): words-include-escapes is an
2698         option.
2700         * searching.texi (Standard Regexps): page-delimiter,
2701         paragraph-separate, paragraph-separate and sentence-end are
2702         options.
2704         * text.texi (Margins): left-margin and fill-nobreak-predicate
2705         are options.
2707         * variables.texi (Local Variables): max-specpdl-size is an
2708         option.
2710         * windows.texi (Choosing Window):
2711         split-window-preferred-function, special-display-function and
2712         display-buffer-function are options.
2714 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
2716         Fix errors spotted by Martin Rudalics.
2718         * syntax.texi (Position Parse): Document rationale for ignored
2719         arguments to syntax-ppss-flush-cache.
2721         * processes.texi (Input to Processes): Mark PROCESS arg to
2722         process-running-child-p as optional.
2723         (Network Options): Document NO-ERROR arg to
2724         set-network-process-option.
2726         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2727         command.
2729         * searching.texi (POSIX Regexps): Mark posix-search-forward and
2730         posix-search-backward as commands.
2732         * os.texi (Killing Emacs): Mark kill-emacs as a command.
2733         (Suspending Emacs): Mark suspend-emacs as a command.
2734         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2735         commands.
2736         (Terminal Output): Remove obsolete function baud-rate.
2737         Document TERMINAL arg for send-string-to-terminal.
2739         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2740         terminal-coding-system and set-terminal-coding-system.
2741         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2742         as optional.
2743         (Character Sets): Document RESTRICTION arg of char-charset.
2744         (Character Codes): Mark POS argument to get-byte as optional.
2746         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2747         minibuffer-message.
2749         * files.texi (Create/Delete Dirs): Mark make-directory and
2750         delete-directory as commands.
2752         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2754         * text.texi (Base 64): Mark base64-decode-string and
2755         base64-encode-string as commands.
2756         (Columns): Mark move-to-column as a command.
2757         (Mode-Specific Indent): Document RIGID arg to
2758         indent-for-tab-command.
2759         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2760         Mark indent-code-rigidly as a command.
2761         (Substitution): Mark translate-region as a command.
2763         * frames.texi (Size and Position): Remove obsolete functions
2764         screen-height and screen-width.
2766 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
2768         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2769         (Displaying Buffers, Resizing Windows): Correct mistakes;
2770         next-window, previous-window, and pop-to-buffer are not commands,
2771         and fit-window-to-buffer" is a command.  (Pointed out by Martin
2772         Rudalics.)
2774 2009-05-17  Richard M Stallman  <rms@gnu.org>
2776         * modes.texi (Precalculated Fontification): Clarify text.
2778 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
2780         * windows.texi (Selecting Windows): Clarify descriptions of
2781         with-selected-window and get-lru-window.
2782         (Cyclic Window Ordering): Refer to particular frame when talking
2783         about how splitting affects the ordering.
2784         (Displaying Buffers): Fix descriptions of switch-to-buffer and
2785         switch-to-buffer-other-window.  Explain how setting of
2786         display-buffer-reuse-frames affects pop-to-buffer.
2787         (Choosing Window): Clarify some details in descriptions of
2788         display-buffer-reuse-frames, pop-up-frames, and
2789         pop-up-frame-function.
2790         (Dedicated Windows): Clarify some details.
2791         (Textual Scrolling): Replace term vscroll by term vertical
2792         scroll position.
2793         (Vertical Scrolling): Fix typo.
2794         (Window Hooks): Relate text on jit-lock-register to window
2795         scrolling and size changes.
2797 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
2799         * frames.texi (Initial Parameters): Clarify what the initial
2800         minibuffer frame is.
2801         (Buffer Parameters): Note that the minibuffer parameter can not be
2802         altered.
2804         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
2805         Document display-buffer changes.
2807 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
2809         * anti.texi (Antinews): Rewrite for Emacs 22.
2811         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2812         obarrays are first mentioned.  Define "system abbrev" more
2813         prominently, and add it to the index.
2814         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2815         Copyedits.
2816         (Abbrev Expansion): Document abbrev-insert.
2818 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
2820         * frames.texi (Font and Color Parameters): Rename from Color
2821         Parameters.  Document font-backend parameter.
2823         * vol2.texi (Top): Update node listing.
2824         * vol1.texi (Top): Update node listing.
2825         * elisp.texi (Top): Update node listing.
2827 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
2829         * windows.texi (Choosing Window): Don't explicitly refer to
2830         split-window-sensibly's window argument in descriptions of
2831         split-height-threshold and split-width-threshold.
2833 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
2835         * windows.texi (Choosing Window): Fix rewrite of window
2836         splitting section.
2838 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
2840         * nonascii.texi (Default Coding Systems):
2841         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2842         Add indexing.
2843         (Lisp and Coding Systems): Add index entries.
2845 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
2847         * windows.texi (Choosing Window): Describe split-window-sensibly
2848         and rewrite section on window splitting accordingly.
2849         (Textual Scrolling): Replace `...' by @code{...}.
2851 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
2853         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2854         Remove obsoleted pre-abbrev-expand-hook.
2856         * locals.texi (Standard Buffer-Local Variables): Consolidate table
2857         entries.
2859         * internals.texi (Object Internals): Don't assume 32-bit machines
2860         are the norm.
2861         (Buffer Internals): Consolidate table entries for readability.
2862         (Window Internals): Synch field names to window.h.
2863         (Process Internals): Synch field names to process.h.
2865 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
2867         * variables.texi (File Local Variables): Note that read-circle is
2868         bound to nil when reading file-local variables.
2870         * streams.texi (Input Functions): Document read-circle.
2871         (Output Variables): Add xref to Circular Objects.
2873 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
2875         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
2876         Features and Coding System Basics.  Node that "p" stands for
2877         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
2878         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2879         mouse-appearance-menu.
2880         (Programming Tips): Add xref to Progress.
2882 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
2884         * os.texi (Command-Line Arguments):
2885         Document command-line-args-left.
2886         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
2887         terminal objects for tty arguments.
2888         (Startup Summary): Add xref to Session Management.
2889         (Session Management): Mention emacs-session-restore.  Copyedits.
2891 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
2893         * os.texi (Startup Summary): Copyedits.  The init file is not
2894         necessarily named .emacs now.  Document initial-buffer-choice and
2895         initial-scratch-message.  Note where Emacs exits in batch mode.
2896         Document inhibit-splash-screen as an alias.
2897         (Init File): Be neutral about which init file name to use.
2899 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
2901         * os.texi (System Interface): Fix Texinfo usage.
2903 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
2905         * searching.texi (Regexp Backslash): Also refer to shy groups as
2906         non-capturing or unnumbered groups.
2907         (Regexp Functions): Add cross-reference to Regexp Backslash.
2909         * display.texi (Truncation): Overlays can use line-prefix and
2910         wrap-prefix too.
2911         (Overlay Properties): Document wrap-prefix and line-prefix.
2912         (Face Attributes): Document underline-minimum-offset.
2913         (Face Remapping): Copyedits.
2914         (Low-Level Font): Copyedits.
2915         (Image Cache): Note that the image cache is shared between frames.
2916         (Line Height): Emphasize that line-spacing only takes effect on
2917         graphical terminals.
2919 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2921         * display.texi (Refresh Screen): Note that a passage about screen
2922         refreshing is text terminal only.
2923         (Forcing Redisplay): Delete misleading comment---sit-for calls
2924         redisplay, not the other way around.
2925         (Truncation): Note new values of truncate-partial-width-windows.
2926         Copyedits.
2927         (Invisible Text): Document invisible-p.
2929 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2931         * display.texi (Overlays): Overlays don't scale well.  See
2932         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2934 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
2936         * syntax.texi (Syntax Table Functions): Document cons cell
2937         argument for modify-syntax-entry.
2938         (Categories): Document cons cell argument for
2939         modify-category-entry.
2941         * searching.texi (String Search): Document word-search-forward-lax
2942         and word-search-backward-lax.
2943         (Searching and Case): Describe isearch behavior more precisely.
2945         * keymaps.texi (Tool Bar): Mention that some platforms do not
2946         support multi-line toolbars.  Suggested by Stephen Eglen.
2948         * frames.texi (Layout Parameters): Mention that Nextstep also
2949         allows only one tool-bar line.  Suggested by Stephen Eglen.
2951         * nonascii.texi (Text Representations): Copyedits.
2952         (Coding System Basics): Also mention utf-8-emacs.
2953         (Converting Representations, Selecting a Representation)
2954         (Scanning Charsets, Translation of Characters, Encoding and I/O):
2955         Copyedits.
2956         (Character Codes): Mention role of codepoints 1114112 to 4194175.
2958 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
2960         * text.texi (Yank Commands): Note that yank uses push-mark.
2961         (Filling): Clarify REGION argument of fill-paragraph.
2962         Document fill-forward-paragraph-function.
2963         (Special Properties): Remove "new in Emacs 22" declaration.
2964         (Clickable Text): Merge with Links and Mouse-1 node.
2966         * display.texi (Button Properties, Button Buffer Commands):
2967         Change xref to Clickable Text.
2969         * tips.texi (Key Binding Conventions): Change xref to Clickable
2970         Text.
2972         * elisp.texi (Top): Update node listing.
2974 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
2976         * markers.texi (The Mark): Copyedits.  Improve description of
2977         handle-shift-selection.
2978         (The Region): Move use-region-p here from The Mark.
2980         * positions.texi (Screen Lines): Document (cols . lines) argument
2981         for vertical-motion.
2983 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
2985         * frames.texi (Frames): Clean up introduction.  Document `ns'
2986         return value for framep.
2987         (Creating Frames): Note how the terminal is chosen.
2988         (Multiple Terminals, Multiple Displays): Merge into a single node.
2989         (Color Parameters): Fix typo.
2991         * variables.texi (Local Variables, Buffer-Local Variables)
2992         (Creating Buffer-Local): Change link to Multiple Terminals.
2994         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2996         * keymaps.texi (Controlling Active Maps): Change link to Multiple
2997         Terminals.
2999         * commands.texi (Command Loop Info, Keyboard Macros): Change link
3000         to Multiple Terminals.
3002         * elisp.texi (Top): Update node listing.
3003         * vol2.texi (Top): Update node listing.
3004         * vol1.texi (Top): Update node listing.
3006         * buffers.texi (Current Buffer): Note that the append-to-buffer
3007         example is no longer in synch with the latest code.  Tie the two
3008         examples together.
3010         * files.texi (File Attributes): Move note about MS-DOS from
3011         Changing Files to File Attributes.
3012         (Create/Delete Dirs): Note that mkdir is an alias for this.
3014 2009-04-01  Markus Triska  <triska@gmx.at>
3016         * processes.texi (Filter Functions): Suggest how to handle output
3017         batches.
3019 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
3021         * help.texi (Accessing Documentation): Update example to use
3022         help-setup-xref and with-help-window.
3023         (Help Functions): Remove print-help-return-message, which is
3024         semi-obsolete due to with-help-window.  Document help-buffer and
3025         help-setup-xref.
3027 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
3029         * help.texi (Accessing Documentation, Help Functions):
3030         Remove information about long-obsolete Emacs versions.
3032         * modes.texi (Mode Line Variables): The default values of the mode
3033         line variables are now more complicated.
3035 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
3037         * modes.texi (Major Mode Conventions): Note that specialness is
3038         inherited.
3039         (Derived Modes): Note that define-derive-mode sets the mode-class
3040         property.
3042         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3043         goto-map.  Add search-map to the list.
3045 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
3047         * os.texi (System Environment): Update the list of system-type
3048         values.
3050         * markers.texi (The Mark) <handle-shift-selection>: Update for
3051         removal of the optional argument DEACTIVATE.
3053 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
3055         * commands.texi (Focus Events): Most X window managers don't use
3056         focus-follows-mouse nowadays.
3058 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
3060         * commands.texi (Defining Commands): Clarify introduction.
3061         (Using Interactive): Not that interactive can be put in a symbol
3062         property.
3063         (Interactive Call): Note that a symbol with a non-nil
3064         interactive-form property satisfies commandp.
3066 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
3068         * minibuf.texi (Intro to Minibuffers): Fix typos.
3070 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
3072         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
3073         about minibuffers in old Emacs versions.  Copyedits.
3074         Emphasize that enable-recursive-minibuffers defaults to nil.
3075         (Text from Minibuffer): Simplify introduction.
3077 2009-03-22  Alan Mackenzie  <acm@muc.de>
3079         * commands.texi (Using Interactive): Clarify string argument to
3080         `interactive' - even promptless elements need \n separators.
3082 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
3084         * minibuf.texi (Completion Styles): New node.
3086         * elisp.texi (Top): Update node listing.
3088 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
3090         * minibuf.texi (Basic Completion): Note that
3091         read-file-name-completion-ignore-case and
3092         read-buffer-completion-ignore-case can override
3093         completion-ignore-case.
3094         (Minibuffer Completion): Document completing-read changes.
3095         (Completion Commands): Avoid mentioning partial completion mode.
3096         Document minibuffer-completion-confirm changes, and
3097         minibuffer-confirm-exit-commands.
3098         (High-Level Completion): Document new require-match behavior for
3099         read-buffer.  Document read-buffer-completion-ignore-case.
3100         (Reading File Names): Document new require-match behavior for
3101         read-file-name.
3103 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
3105         * debugging.texi (Error Debugging): Don't mislead the reader into
3106         thinking that debug-on-error enters debugger for C-f at EOB.
3107         (Error Debugging): Setting debug-on-init within the init file
3108         works, and has for some time.
3110 2009-03-13  Kenichi Handa  <handa@m17n.org>
3112         * display.texi (Fontsets): Update the description.
3114 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
3116         * advice.texi (Advising Primitives): Link to What Is a Function.
3118 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
3120         * compile.texi (Speed of Byte-Code): Update example.
3121         (Disassembly): Update examples.
3123         * loading.texi (Repeated Loading): Simplify examples.
3125         * customize.texi (Common Keywords): It's not necessary to use :tag
3126         to remove hyphens, as custom-unlispify-tag-name does it
3127         automatically.
3128         (Variable Definitions): Link to File Local Variables.
3129         Document customized-value symbol property.
3130         (Customization Types): Move menu to end of node.
3132 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
3134         * macros.texi (Compiling Macros): Omit misleading sentence, which
3135         implied that macros can only be used in the same file they are
3136         defined.
3137         (Backquote): Remove obsolete information about Emacs 19.
3139 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
3141         * display.texi (Display Margins): Fix paren typo.
3143 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
3145         * elisp.texi (Top): Update node listing.
3147         * variables.texi (Variables): Clarify introduction.
3148         (Global Variables): Mention that setq is a special form.
3149         (Local Variables): Use active voice.
3150         (Tips for Defining): Mention marking variables as safe.
3151         (Buffer-Local Variables): Mention terminal-local and frame-local
3152         variables together.
3153         (File Local Variables): Copyedits.
3154         (Frame-Local Variables): Note that they are not really useful.
3155         (Future Local Variables): Node deleted.
3157         * objects.texi (General Escape Syntax): Update explanation of
3158         Unicode escape syntax.
3160 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
3162         * control.texi (Control Structures): Add cindex entry for "textual
3163         order".
3165         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
3166         instead of "expression" throughout.
3167         (Function Indirection): Copyedits.  Use active voice.
3168         (Eval): The default value of max-lisp-eval-depth is now 400.
3170 2009-02-23  Miles Bader  <miles@gnu.org>
3172         * processes.texi (System Processes): Rename `system-process-attributes'
3173         to `process-attributes'.
3175 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3177         * symbols.texi (Property Lists): Emphasize that property lists are
3178         not restricted to symbol cells.
3179         (Other Plists): Copyedit.
3181         * sequences.texi (Sequences Arrays Vectors): Make introduction
3182         more concise.
3183         (Arrays): Mention char-tables and bool-vectors too.
3184         (Vectors): Don't repeat information given in Arrays node.  Link to
3185         nodes that explain the vector usage examples.
3186         (Char-Tables): Note that char-table elements can have arbitrary
3187         type.  Explain effect of omitted char-table-extra-slots property.
3188         Link to Property Lists node.
3190 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3192         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3193         `append'.
3194         (List Elements): Copyedits.
3196         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3197         of `vconcat'.
3199         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
3200         Emacs 20 usage of `concat'.
3201         (Case Conversion): Copyedits.
3203 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
3205         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3206         Minor edits.
3207         (Frame Configuration Type): Emphasize that it is not primitive.
3208         (Font Type): New node.
3209         (Type Predicates): Add fontp; type-of now recognizes font object
3210         types.
3212         * intro.texi (Version Info): Update version numbers in examples.
3213         (Acknowledgements): List more contributors.
3215         * elisp.texi: Bump version number to 3.0.
3216         (Top): Link to Font Type node.
3218 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3220         * modes.texi (Major Mode Conventions): Remove duplicate words.
3221         (Customizing Keywords): Fix typo.
3223 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
3225         * nonascii.texi (User-Chosen Coding Systems): Document that
3226         select-safe-coding-system suggests raw-text if there are raw bytes
3227         in the region.
3228         (Explicit Encoding): Warn not to use `undecided' when encoding.
3230 2009-02-11  Glenn Morris  <rgm@gnu.org>
3232         * frames.texi (Visibility of Frames): Mention the effect multiple
3233         workspaces/desktops can have on visibility.
3235 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
3237         * text.texi (Commands for Insertion):
3238         * commands.texi (Event Mod):
3239         * keymaps.texi (Searching Keymaps):
3240         * nonascii.texi (Translation of Characters):
3241         Reinstate documentation of translation-table-for-input.
3242         (Explicit Encoding): Document the `charset' text property produced
3243         by decode-coding-region and decode-coding-string.
3245 2009-01-27  Alan Mackenzie  <acm@muc.de>
3247         * modes.texi (Search-based Fontification): Correct a typo.
3249 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
3251         * abbrevs.texi (Abbrev Table Properties): Fix typo.
3252         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
3254 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
3256         * display.texi (Window Systems): Document the value of
3257         `initial-window-system' under --daemon.
3259         * os.texi (System Environment): Remove description of the
3260         `environment' function which has been deleted.
3262 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
3264         * frames.texi (Multiple Displays): Remove documentation for
3265         removed function make-frame-on-tty.
3267 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
3269         * files.texi (Format Conversion Piecemeal): Clarify behavior of
3270         write-region-annotate-functions.
3271         Document write-region-post-annotation-function.
3273 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
3275         * display.texi (Font Lookup): Document WIDTH argument of
3276         x-list-fonts.
3278 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
3280         * maps.texi (Standard Keymaps): Rename function-key-map to
3281         local-function-key-map.
3283         * keymaps.texi (Translation Keymaps): Rename function-key-map to
3284         local-function-key-map.
3286         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3287         and `set-keyboard-coding-system' now accept an optional terminal
3288         argument.
3290         * commands.texi (Event Mod): `keyboard-translate-table' is now
3291         terminal-local.
3292         (Function Keys): Rename function-key-map to
3293         local-function-key-map.
3295         * elisp.texi (Top): Make @detailmenu be consistent with changes in
3296         frames.texi.
3298         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
3299         `delete-terminal-functions', `suspend-tty-functions' and
3300         `resume-tty-functions'.
3302         * frames.texi (Frames): Document `frame-terminal' and
3303         `terminal-live-p'.
3304         (Multiple Displays): Document `make-frame-on-tty'.
3305         (Multiple Terminals): Document `terminal-list', `delete-terminal',
3306         `terminal-name', and `get-device-terminal'.
3307         (Terminal Parameters): Document `terminal-parameters',
3308         `terminal-parameter', and `set-terminal-parameter'.
3310         * os.texi (System Environment): Document `environment' and
3311         `initial-environment'.
3312         (Suspending Emacs): Update for multi-tty; document
3313         `suspend-tty', `resume-tty', and `controlling-tty-p'.
3315         * nonascii.texi (Coding System Basics): More accurate description
3316         of `raw-text'.
3318 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
3320         * display.texi (Low-Level Font): Fix typo.
3322 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
3324         * elisp.texi (Top): Update node listing.
3326         * display.texi (PostScript Images): Node deleted.
3328 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
3330         * processes.texi (Decoding Output): Document that null bytes force
3331         no-conversion for reading process output.
3333         * files.texi (Reading from Files): Document that null bytes force
3334         no-conversion when visiting files.
3336         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
3338         * nonascii.texi (Lisp and Coding Systems):
3339         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
3340         (Character Properties): Improve wording.
3342 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
3344         * display.texi (Font Lookup): Remove obsolete function
3345         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
3346         (Low-Level Font): Rename from Fonts, move to end of Faces section.
3347         (Font Selection): Reorder order of variable descriptions.
3348         Minor clarifications.
3350         * elisp.texi (Top): Update node listing.
3352 2009-01-09  Glenn Morris  <rgm@gnu.org>
3354         * commands.texi (Command Loop Info): Say that last-command-char and
3355         last-input-char are obsolete aliases.
3357         * edebug.texi (Edebug Recursive Edit): Remove separate references to
3358         last-input-char and last-command-char, since they are just aliases for
3359         last-input-event and last-command-event.
3361         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3362         last-command-char.
3364 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3366         * elisp.texi: Update node listing.
3368         * display.texi (Faces): Put Font Selection node after Auto Faces.
3369         (Face Attributes): Don't link to Font Lookup.
3370         Document font-family-list.
3371         (Fonts): New node.
3373 2009-01-08  Jason Rumney  <jasonr@gnu.org>
3375         * frames.texi (Pointer Shape): Clarify that only X supports
3376         changing the standard pointer shapes.  (Bug#1485)
3378 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3380         * display.texi (Attribute Functions): Note that a function value
3381         :height is relative, and that compatibility functions work by
3382         calling set-face-attribute.
3383         (Displaying Faces): Reorder list in order of increasing priority.
3384         (Face Remapping): New node.  Content moved here from Displaying
3385         Faces.
3386         (Glyphs): Link to Face Functions.
3388 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3390         * display.texi (Faces): Don't discuss face id here.  facep does
3391         not return t.
3392         (Defining Faces): Minor clarification.
3393         (Face Attributes): Rearrange items to match docstring of
3394         set-face-attribute.  Add :foundry attribute.  Document new role of
3395         :font attribute.  Texinfo usage fix.
3396         (Attribute Functions): Copyedits.
3397         (Face Functions): Note that face number is seldom used.
3399 2009-01-05  Richard M Stallman  <rms@gnu.org>
3401         * strings.texi (Predicates for Strings): Minor clarification.
3403         * functions.texi (Function Safety): Texinfo usage fix.
3405 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
3407         * objects.texi (General Escape Syntax): Fix typo.
3409 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
3411         * windows.texi (Choosing Window): Say that pop-up-frame-alist
3412         works via the default value of pop-up-frame-function.
3414 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
3416         * processes.texi (System Processes): Document the `time' and
3417         `ctime' attributes of `system-process-attributes'.
3419 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3421         * display.texi (Face Attributes): Clarify :height attribute.
3423 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3425         * buffers.texi (The Buffer List): Clarify what moves a buffer to
3426         the front of the buffer list.  Add entries for `last-buffer' and
3427         `unbury-buffer'.
3429 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3431         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3432         and its subsections.
3434         * frames.texi (Multiple Terminals, Low-level Terminal)
3435         (Terminal Parameters, Frames on Other TTY devices): New sections.
3436         (Frames): Add an xref to "Multiple Terminals".
3438         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3440         * objects.texi (Terminal Type): New node.
3441         (Editing Types): Add it to the menu.
3443         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3444         Variables".
3446         * variables.texi (Directory Local Variables): New node.
3447         (Variables): Add a menu item for it.
3449         * loading.texi (Autoload): Document `generate-autoload-cookie' and
3450         `generated-autoload-file'.
3452 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
3454         * os.texi (Startup Summary): Add xref to documentation of
3455         `initial-window-system'.
3457         * display.texi (Window Systems): Document `window-system' the
3458         function.  The variable `window-system' is now frame-local.
3459         Document `initial-window-system'.
3461 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
3463         * windows.texi (Windows): Rewrite description of
3464         fit-window-to-buffer.
3466 2008-12-13  Glenn Morris  <rgm@gnu.org>
3468         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
3469         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3471 2008-12-12  Glenn Morris  <rgm@gnu.org>
3473         * debugging.texi (Error Debugging): Refer forwards to
3474         eval-expression-debug-on-error.
3476 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
3478         * strings.texi (String Basics): Only unibyte strings that
3479         represent key sequences hold 8-bit raw bytes.
3481         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3482         paragraph to speak about `undecided'.
3483         (Character Properties): Don't explain the meaning of each
3484         property; instead, identify their Unicode Standard names.
3485         (Character Sets): Document `map-charset-chars'.
3487 2008-12-02  Glenn Morris  <rgm@gnu.org>
3489         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3490         section yet again.
3492 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
3494         * nonascii.texi (Character Properties): New Section.
3495         (Specifying Coding Systems): Document
3496         `coding-system-priority-list', `set-coding-system-priority', and
3497         `with-coding-priority'.
3498         (Lisp and Coding Systems): Document `check-coding-systems-region'
3499         and `coding-system-charset-list'.
3500         (Coding System Basics): Document `coding-system-aliases'.
3502         * elisp.texi (Top): Add a @detailmenu entry for "Character
3503         Properties".
3505         * objects.texi (Character Type): Correct the range of Emacs
3506         characters.  Add an @xref to "Character Codes".
3508         * strings.texi (String Basics): Add an @xref to "Character Codes".
3510         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3512         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3513         (Character Codes): Document `max-char'.
3515 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3517         * nonascii.texi (Text Representations, Converting Representations)
3518         (Character Sets, Scanning Charsets, Translation of Characters):
3519         Make text more accurate.
3521 2008-11-28  Glenn Morris  <rgm@gnu.org>
3523         * files.texi (Format Conversion Round-Trip): Improve previous change.
3525 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3527         * modes.texi (Auto Major Mode): Fix example.
3529 2008-11-25  Glenn Morris  <rgm@gnu.org>
3531         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3533         * files.texi (Format Conversion Round-Trip):
3534         Use active voice for previous change.
3536 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3538         * os.texi (Processor Run Time):
3539         * processes.texi (Transaction Queues):
3540         * markers.texi (The Mark):
3541         * windows.texi (Choosing Window, Selecting Windows):
3542         * files.texi (Changing Files, Magic File Names):
3543         * commands.texi (Key Sequence Input):
3544         * functions.texi (Declaring Functions):
3545         * strings.texi (Predicates for Strings):
3546         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3548 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3550         * help.texi (Accessing Documentation): Update example.
3552         * variables.texi (Defining Variables): Note that `*' is not
3553         necessary if defcustom is used.
3555 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
3557         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3558         Characters" from @detailmenu.
3560         * nonascii.texi (Character Codes, Character Sets)
3561         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3562         (Chars and Bytes, Splitting Characters): Sections removed.
3564 2008-11-22  Lute Kamstra  <lute@gnu.org>
3566         * positions.texi (Text Lines): Update goto-line documentation.
3568 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
3570         * frames.texi (Frames): Fix typo, add cross references, reword.
3571         (Initial Parameters): Reword special-display-frame-alist text.
3572         (Frames and Windows): Reword.  Describe argument norecord for
3573         set-frame-selected-window.
3574         (Input Focus): Describe argument norecord for select-frame.
3575         Remove comment on MS-Windows behavior for focus-follows-mouse.
3576         (Raising and Lowering): Mention windows-frames dichotomy in
3577         metaphor.
3579         * windows.texi (Displaying Buffers, Vertical Scrolling)
3580         (Horizontal Scrolling): Fix indenting and rewording issues
3581         introduced with 2008-11-07 change.
3583 2008-11-20  Glenn Morris  <rgm@gnu.org>
3585         * files.texi (Format Conversion Round-Trip): Mention `preserve'
3586         element of `format-alist'.
3588 2008-11-19  Glenn Morris  <rgm@gnu.org>
3590         * doclicense.texi: Update to FDL 1.3.
3591         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3593 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
3595         * windows.texi (Window Hooks): Remove *-end-trigger-functions
3596         vars, which are obsolete.  Mention jit-lock-register.
3598         * modes.texi (Other Font Lock Variables):
3599         Document jit-lock-register and jit-lock-unregister.
3601         * frames.texi (Color Parameters): Document alpha parameter.
3603 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
3605         * windows.texi (Splitting Windows, Deleting Windows)
3606         (Selecting Windows, Cyclic Window Ordering)
3607         (Buffers and Windows, Displaying Buffers, Choosing Window)
3608         (Dedicated Windows, Window Point, Window Start and End)
3609         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3610         (Size of Window, Resizing Windows, Window Configurations)
3611         (Window Parameters): Avoid @var at beginning of sentences and
3612         reword accordingly.
3614 2008-11-11  Lute Kamstra  <lute@gnu.org>
3616         * files.texi (File Name Components): Fix file-name-extension
3617         documentation.
3619 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
3621         * frames.texi (Basic Parameters): Remove display-environment-variable
3622         and term-environment-variable.
3624 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3626         * windows.texi (Basic Windows, Splitting Windows)
3627         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3628         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3629         (Resizing Windows, Window Configurations, Window Parameters):
3630         Fix wording and markup.
3632 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
3634         * windows.texi (Windows): Update entries.
3635         (Basic Windows): Remove listing of attributes.  Reword.
3636         (Splitting Windows, Deleting Windows): Reword.
3637         (Selecting Windows, Cyclic Window Ordering): Reword with special
3638         emphasis on order of recently selected windows and buffer list.
3639         (Buffers and Windows, Choosing Window): Reword with special
3640         emphasis on dedicated windows.
3641         (Displaying Buffers): Reword.  For switch-to-buffer mention that
3642         it may fall back on pop-to-buffer.  For other-window try to
3643         explain how it treats the cyclic ordering of windows.
3644         (Dedicated Windows): New node and section discussing dedicated
3645         windows and associated functions.
3646         (Window Point): Add entry for window-point-insertion-type.  Reword.
3647         (Window Start and End): Rename node and section title.  Reword.
3648         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3649         Minor rewording.
3650         (Size of Window): Reword, in particular text on window-width.
3651         (Resizing Windows): Reword.  Add text on balancing windows.
3652         (Window Configurations): Reword.  Mention window parameters.
3653         (Window Parameters): New node and section on window parameters.
3654         (Window Hooks): Reword.  Mention that
3655         window-configuration-change-hook is run "buffer-locally".
3656         * elisp.texi (Top): Update Windows entries in @detailmenu
3657         section.
3659 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3661         * searching.texi (Regexp Search): Fix typo.
3663 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3665         * searching.texi (Regexp Search): Document GREEDY arg.
3666         (Simple Match Data): Fix return value.
3668 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
3670         * nonascii.texi (Text Representations): Rewrite to make consistent
3671         with Emacs 23 internal representation of characters.
3672         Document `unibyte-string'.
3674 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
3676         * processes.texi (Process Information): Note that process-status
3677         does not accept buffer names.
3679 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3681         * positions.texi (Skipping Characters): Correct return value of
3682         skip-chars-forward.
3684 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3686         * windows.texi (Deleting Windows): Update documentation of
3687         delete-windows-on.
3688         (Buffers and Windows): Update documentations of
3689         get-buffer-window and get-buffer-window-list.
3690         (Displaying Buffers): Update documentation of
3691         replace-buffer-in-windows.
3693         * buffers.texi (Current Buffer): Reword set-buffer and
3694         with-current-buffer documentations.
3695         (Creating Buffers): Reword documentation of get-buffer-create.
3697 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
3699         * buffers.texi (Current Buffer): Reword documentation of
3700         set-buffer.
3701         (Buffer Names): Reword documentation of buffer-name.
3702         (The Buffer List): For bury-buffer explain what happens with the
3703         buffer's window.
3704         (Creating Buffers): Say that get-buffer-create's arg is called
3705         buffer-or-name.
3707 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3709         * advice.texi (Computed Advice): Explain what DEFINITION is.
3711         * nonascii.texi (Character Codes): Remove obsolete function
3712         char-valid-p, and document characterp instead.
3714 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
3716         * windows.texi (Displaying Buffers): Reword documentation of
3717         pop-to-buffer.
3718         (Choosing Window): Rewrite documentation of display-buffer and
3719         its options.
3721         * buffers.texi (Killing Buffers): Update documentation of
3722         kill-buffer.
3724 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
3726         * processes.texi (Serial Ports): Fix wording and improve markup.
3728         * searching.texi (Regexp Search): Document `string-match-p' and
3729         `looking-at-p'.
3730         (POSIX Regexps): Add an xref for "non-greedy".
3731         (Regexp Special): Add @cindex entry for "non-greedy".
3733         * display.texi (Attribute Functions): Document `face-all-attributes'.
3734         (Image Cache) <image-refresh>: Minor wording fixes.
3736         * frames.texi (Color Names): Add an xref to `read-color'.
3738         * minibuf.texi (High-Level Completion): Document `read-color'.
3740         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3742         * positions.texi (Narrowing): Add an xref to "Swapping Text".
3744         * buffers.texi (Swapping Text): New section, documents
3745         `buffer-swap-text'.
3747 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
3749         * windows.texi (Resizing Windows): Minor wording fix.
3751 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3753         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3754         and `combine-and-quote-strings'.
3756         * strings.texi (Creating Strings): Add xrefs for them.
3758 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3760         * elisp.texi (Top): Make descriptive text for "Reading File Names"
3761         match the corresponding menu in minibuf.texi.
3763         * minibuf.texi (Reading File Names): Document `read-shell-command'
3764         and `minibuffer-local-shell-command-map'.
3766 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3768         * windows.texi (Resizing Windows): Remove var{} around "window" in
3769         documentation of enlarge-window.
3770         Rewrite documentation of window-min-height and window-min-width.
3772 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3774         * functions.texi (Calling Functions): Document `apply-partially'.
3776         * hooks.texi (Standard Hooks): Mention
3777         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3779         * variables.texi (File Local Variables): Document
3780         `file-local-variables-alist', `before-hack-local-variables-hook'
3781         and `hack-local-variables-hook'.
3783         * processes.texi (Synchronous Processes): Document `process-lines'.
3785         * customize.texi (Variable Definitions):
3786         Document `custom-reevaluate-setting'.
3788 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
3790         * windows.texi (Choosing Window, Deleting Windows)
3791         (Displaying Buffers): Expand documentation of dedicated windows.
3793 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3795         * files.texi (Changing Files): Document symbolic input of file
3796         modes to `set-file-modes'.  Document `read-file-modes' and
3797         `file-modes-symbolic-to-number'.
3799         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3800         and `search-map'.
3802         * searching.texi (Search and Replace):
3803         Document `replace-search-function' and `replace-re-search-function'.
3804         Document `multi-query-replace-map'.
3806         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3807         (Completion Commands, Reading File Names):
3808         Rename `minibuffer-local-must-match-filename-map' to
3809         `minibuffer-local-filename-must-match-map'.
3810         (Minibuffer Completion): The `require-match' argument to
3811         `completing-read' can now have the value `confirm-only'.
3813         * windows.texi (Displaying Buffers): Minor wording fix.
3814         (Choosing Window): `split-height-threshold' can now be nil.
3815         Document `split-width-threshold'.  `pop-up-frames' can have the
3816         value `graphic-only'.
3818 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
3820         * os.texi (Startup Summary): Document `before-init-time' and
3821         `after-init-time'.  Document `initial-window-system' and
3822         `window-system-initialization-alist'.  Document reading the
3823         abbrevs file.  Document the call to `server-start' under --daemon.
3824         Rearrange a bit to be consistent with the code flow.
3825         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3826         (Time Parsing): Document `format-seconds'.
3828 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
3830         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3831         and reword.
3833 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
3835         * markers.texi (The Mark): Document use-region-p.
3837 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
3839         * internals.texi (Writing Emacs Primitives): The interactive spec
3840         of a primitive can be a Lisp form.
3842         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3843         values of transient-mark-mode.  Document handle-shift-selection.
3845         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3846         (Interactive Examples): Show an example of `^'.
3847         (Key Sequence Input): Document this-command-keys-shift-translated.
3848         (Defining Commands, Using Interactive): The interactive-form of a
3849         function can be added via its symbol's property.
3851         * positions.texi (List Motion): beginning-of-defun-function can
3852         now accept an argument.
3854         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3855         now return a list of strings.
3857         * control.texi (Handling Errors): Document ignore-errors.
3859         * frames.texi (Creating Frames): Document frame-inherited-parameters.
3860         (Parameter Access): Document set-frame-parameter.
3862         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3863         Hooks" for the effect of kill-all-local-variables on local hook
3864         functions.
3866         * modes.texi (Major Mode Conventions, Mode Line Variables):
3867         `mode-name' need not be a string.  xref to "Mode Line Data" for
3868         details, and to "Emulating Mode Line" for computing a string
3869         value.
3871 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
3873         * processes.texi (System Processes): New section.
3874         (Processes, Signals to Processes): Add xrefs to it.
3876         * objects.texi (Editing Types): A `process' is a subprocess of
3877         Emacs, not just any process running on the OS.
3879         * elisp.texi (Top): Adjust the @detailmenu for the above two
3880         changes.
3882         * sequences.texi (Char-Tables): Remove documentation of
3883         set-char-table-default, which has no effect since Emacs 23.
3884         <char-table-range, set-char-table-range>: Don't mention generic
3885         characters and charsets.  Add a cons cell as a possible argument.
3887         * nonascii.texi (Splitting Characters)
3888         (Translation of Characters): Don't mention generic characters.
3890         * display.texi (Fontsets): Don't mention generic characters.
3892         * sequences.texi (Char-Tables): `map-char-table' can now call its
3893         argument FUNCTION with a cons cell as KEY.
3895 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
3897         * objects.texi (Primitive Function Type): Move "@cindex special
3898         forms" from here...
3900         * eval.texi (Special Forms): ...to here.
3902         * functions.texi (What Is a Function): `functionp' returns nil for
3903         special forms.  Add an xref.
3905         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3906         Variables".
3908         * variables.texi (Frame-Local Variables): New section.
3909         (Buffer-Local Variables): Add an xref to it.
3910         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3911         have both frame-local and buffer-local binding.
3913         * frames.texi (Frames): Mention multiple tty frames.
3914         (Frame Parameters, Parameter Access): Mention frame-local variable
3915         bindings.
3917 2008-09-20  Glenn Morris  <rgm@gnu.org>
3919         * display.texi (Defining Faces): Recommend against face variables.
3921 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
3923         * display.texi (Echo Area Customization): Fix typo.
3925 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3927         * loading.texi (Where Defined): Add `defface' item.
3929 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3931         * loading.texi (Where Defined): Fix description of symbol-file.
3933 2008-08-26  Jason Rumney  <jasonr@gnu.org>
3935         * display.texi (TIFF Images): New section describing :index property.
3937 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3939         * display.texi (Temporary Displays): Remove unnecessary comment
3940         about usage of temp-buffer-show-hook.
3942 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3944         * symbols.texi (Other Plists): Fix incorrect example.
3945         Suggested by Florian Beck.
3947 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3949         * os.texi: Fix previous change.
3951 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3953         * os.texi:
3954         * intro.texi:
3955         * files.texi: Remove VMS support.
3957 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3959         * os.texi:
3960         * frames.texi:
3961         * display.texi: Remove mentions of Mac Carbon.
3963 2008-07-01  Miles Bader  <miles@gnu.org>
3965         * text.texi (Special Properties):
3966         * display.texi (Truncation): Add wrap-prefix and line-prefix.
3968 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
3970         * display.texi (Other Image Types): Fix copy/paste error; say
3971         "PBM", not "XBM".
3973 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3975         * os.texi: Remove references to obsolete systems.
3977 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3979         * makefile.w32-in (distclean): Remove makefile.
3981 2008-06-17  Glenn Morris  <rgm@gnu.org>
3983         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3984         (elisp, dist): Remove rules and variables that are obsolete now
3985         the lisp manual is no longer distributed separately.
3987 2008-06-16  Glenn Morris  <rgm@gnu.org>
3989         * configure, configure.in, mkinstalldirs: Remove unused files.
3991         * book-spine.texinfo: Set version to 23.0.60.
3992         * vol1.texi (EMACSVER):
3993         * vol2.texi (EMACSVER): Set to 23.0.60.
3995         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3996         as per maintain.info.
3998 2008-06-15  Glenn Morris  <rgm@gnu.org>
4000         * makefile.w32-in (manual): Use "23" rather than "21".
4002         * Makefile.in (emacsver): New, set by configure.
4003         (manual): Use emacsver.
4005         * intro.texi: Report bugs using M-x report-emacs-bug.
4007         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4009 2008-06-13  Daniel Engeler  <engeler@gmail.com>
4011         * elisp.texi, internals.texi, processes.texi: Add documentation
4012         about serial port access.
4014 2008-06-05  Miles Bader  <miles@gnu.org>
4016         * display.texi (Displaying Faces): Update to reflect function
4017         renamings in face-remap.el.
4019 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
4021         * display.texi (Fontsets): Fix typos.
4023 2008-06-03  Miles Bader  <miles@gnu.org>
4025         * display.texi (Displaying Faces): Add add-relative-face-remapping,
4026         remove-relative-face-remapping, set-base-face-remapping,
4027         and set-default-base-face-remapping.
4029 2008-06-01  Miles Bader  <miles@gnu.org>
4031         * display.texi (Displaying Faces): Add face-remapping-alist.
4033 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4035         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4036         variable names.
4038 2008-05-03  Eric S. Raymond  <esr@golux>
4040         * keymaps.texi: Clarify that (current-local-map) and
4041         (current-global-map) return references, not copies.
4043 2008-05-02  Juri Linkov  <juri@jurta.org>
4045         * minibuf.texi (Text from Minibuffer): Document a list of
4046         default values for `read-from-minibuffer'.
4048 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
4050         * nonascii.texi (Translation of Characters): Fix previous change.
4052 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
4054         * display.texi (Overlay Properties): Clarify role of underlying
4055         textprop and overlay keymaps for display strings.
4057         * keymaps.texi (Active Keymaps): Ditto.
4059 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4061         * minibuf.texi (Programmed Completion):
4062         Replace dynamic-completion-table with the new completion-table-dynamic.
4064 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
4066         * intro.texi (Some Terms): Change "fonts in this manual" index
4067         entry to "typographic conventions".
4069 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
4071         * objects.texi (Text Props and Strings): Add indexing for read
4072         syntax of text properties.
4074 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4076         * processes.texi (Decoding Output): Remove process-filter-multibyte
4077         functions.
4079 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
4081         * display.texi (Finding Overlays): Say that empty overlays at
4082         the end of the buffer are reported too.
4084 2008-03-13  Glenn Morris  <rgm@gnu.org>
4086         * elisp.texi (EMACSVER): Set to 23.0.60.
4088 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
4090         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
4092 2008-02-22  Glenn Morris  <rgm@gnu.org>
4094         * frames.texi (Position Parameters): Clarify the description of
4095         `left' and `top', using information from "Geometry".
4096         (Geometry): Give a pointer to "Position Parameters", rather than
4097         repeating information.
4099 2008-02-11  Glenn Morris  <rgm@gnu.org>
4101         * objects.texi (Equality Predicates): No longer talk about "two"
4102         functions.
4104 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
4106         * objects.texi (Equality Predicates): Add defun for
4107         equal-including-properties.
4109 2008-02-10  Glenn Morris  <rgm@gnu.org>
4111         * objects.texi (Equality Predicates):
4112         Mention equal-including-properties.
4114 2008-02-07  Richard Stallman  <rms@gnu.org>
4116         * windows.texi (Window Start): Mention the feature of moving
4117         window-start to start of line.
4119 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
4121         * keymaps.texi (Tool Bar): Document rtl property.
4123 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
4125         * display.texi (Button Types):
4126         For define-button-type, clarify type of NAME.
4128 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
4130         * buffers.texi (Buffer Modification): Fix typo.
4132 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4134         * os.texi (System Environment): Remove references to OSes that are
4135         not supported anymore.
4137 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4139         * os.texi (System Environment): Remove mention for Masscomp.
4141 2008-01-04  Richard Stallman  <rms@gnu.org>
4143         * display.texi (Faces): Don't talk about internal face vector as arg
4144         to facep.
4146         * customize.texi (Type Keywords): Fix previous change.
4148         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4149         * elisp.texi (Top): Fix menu for commands.texi change.
4151 2007-12-30  Richard Stallman  <rms@gnu.org>
4153         * commands.texi (Accessing Mouse): Rename from Accessing Events.
4154         (Accessing Scroll): New node broken out of Accessing Mouse.
4156 2007-12-28  Richard Stallman  <rms@gnu.org>
4158         * frames.texi (Size Parameters): Fix typo.
4159         (Basic Parameters): For `title', refer to title bar.
4160         (Size and Position): Explain meaning of frame pixel width and height.
4162 2007-12-23  Richard Stallman  <rms@gnu.org>
4164         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4165         Improve some of the commented-out keywords' text too.
4167 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
4169         * nonascii.texi (Encoding and I/O): Reword to avoid saying
4170         "visit the current buffer".
4172         * os.texi (System Interface): Fix typo.
4174 2007-12-04  Richard Stallman  <rms@gnu.org>
4176         * objects.texi (Symbol Type): Fix typo.
4178 2007-12-03  Richard Stallman  <rms@gnu.org>
4180         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4182 2007-12-01  Glenn Morris  <rgm@gnu.org>
4184         * functions.texi (Declaring Functions): Improve previous change.
4186 2007-11-30  Glenn Morris  <rgm@gnu.org>
4188         * functions.texi (Declaring Functions): Add optional fourth
4189         argument of declare-function, and setting third argument to `t'.
4191 2007-11-29  Richard Stallman  <rms@gnu.org>
4193         * customize.texi (Composite Types): Document `group' type.
4195 2007-11-29  Glenn Morris  <rgm@gnu.org>
4197         * functions.texi (Declaring Functions): Add findex.
4198         Mention `external' files.
4200 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
4202         * functions.texi (Declaring Functions): Fix directive.
4204 2007-11-25  Richard Stallman  <rms@gnu.org>
4206         * help.texi (Help Functions): Clean up last change.
4208         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4210         * loading.texi (Named Features): Minor cleanup.
4212         * macros.texi (Eval During Expansion): Minor cleanup.
4214         * variables.texi (Variable Aliases): Minor cleanup.
4216 2007-11-24  Richard Stallman  <rms@gnu.org>
4218         * functions.texi (Declaring Functions): Clarify previous change.
4220         * compile.texi (Compiler Errors): Clarify previous change.
4222 2007-11-24  Richard Stallman  <rms@gnu.org>
4224         * display.texi (Refresh Screen, Forcing Redisplay):
4225         Clarify the text and move items around.
4227 2007-11-24  Glenn Morris  <rgm@gnu.org>
4229         * functions.texi (Declaring Functions): New section.
4230         * compile.texi (Compiler Errors): Mention declaring functions,
4231         defvar with no initvalue, and byte-compile-warnings.
4233 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
4235         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4236         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4238 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
4240         * help.texi (Help Functions): Document new macro `with-help-window'.
4242 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4244         * searching.texi (Replacing Match): Describe new
4245         `match-substitute-replacement'.
4247 2007-10-31  Richard Stallman  <rms@gnu.org>
4249         * strings.texi (Creating Strings): Null strings from concat not unique.
4251 2007-10-26  Richard Stallman  <rms@gnu.org>
4253         * objects.texi (Equality Predicates): Null strings are uniquified.
4255         * minibuf.texi: Minor clarifications in previous change.
4257 2007-10-25  Glenn Morris  <rgm@gnu.org>
4259         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4261 2007-10-24  Richard Stallman  <rms@gnu.org>
4263         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4265         * variables.texi (Frame-Local Variables): Node deleted.
4266         (Variables): Delete Frame-Local Variables from menu.
4267         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4268         (Default Value): Don't mention frame-local vars.
4270         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4272         * loading.texi (Unloading): Document FEATURE-unload-function
4273         instead of FEATURE-unload-hook.
4275         * frames.texi (Multiple Displays): Don't mention frame-local vars.
4277 2007-10-22  Juri Linkov  <juri@jurta.org>
4279         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4280         (High-Level Completion): Document a list of default value strings
4281         in the DEFAULT argument, for which minibuffer functions return the
4282         first element.
4284 2007-10-17  Juri Linkov  <juri@jurta.org>
4286         * text.texi (Filling): Update arguments of fill-paragraph.
4287         fill-paragraph operates on the active region in Transient Mark mode.
4288         Remove fill-paragraph-or-region.
4290 2007-10-13  Karl Berry  <karl@gnu.org>
4292         * elisp.texi (@dircategory): Move to after @copying,
4293         since we want @copying as close as possible to the beginning of
4294         the output.
4296 2007-10-12  Richard Stallman  <rms@gnu.org>
4298         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4300         * commands.texi (Distinguish Interactive): New node,
4301         broken out from Interactive Call and rewritten.
4302         (Command Loop): Put Distinguish Interactive in menu.
4304 2007-10-09  Richard Stallman  <rms@gnu.org>
4306         * text.texi (Examining Properties): Mention overlay priority.
4308         * display.texi (Display Margins): Correct the description
4309         of margin display specifications.
4310         (Replacing Specs): New subnode broken out of Display Property.
4312 2007-10-06  Juri Linkov  <juri@jurta.org>
4314         * text.texi (Filling): Document fill-paragraph-or-region.
4316 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
4318         * display.texi (Auto Faces): Fix typo.
4320 2007-10-02  Richard Stallman  <rms@gnu.org>
4322         * display.texi (Display Property): Explain some display specs
4323         don't let you move point in.
4325         * frames.texi (Cursor Parameters):
4326         Describe cursor-in-non-selected-windows here.  Explain more values.
4328         * windows.texi (Basic Windows): Don't describe
4329         cursor-in-non-selected-windows here.
4331 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
4333         * processes.texi (Misc Network): Note that these functions are
4334         supported only on some systems.
4336 2007-10-01  Richard Stallman  <rms@gnu.org>
4338         * display.texi (Overlay Properties): Explain nil as priority.
4339         Explain that conflicts are unpredictable if not resolved by
4340         priorities.
4342 2007-09-23  Richard Stallman  <rms@gnu.org>
4344         * macros.texi (Backquote): Minor clarification.
4346 2007-09-19  Richard Stallman  <rms@gnu.org>
4348         * display.texi (Display Property): Explain multiple display specs.
4349         Clarify when they work in parallel and when one overrides.
4350         Fix error in example.
4352 2007-09-06  Glenn Morris  <rgm@gnu.org>
4354         Move from lispref/ to doc/lispref/.  Change all setfilename
4355         commands to use ../../info.
4356         * Makefile.in (infodir): Go up one more level.
4357         (usermanualdir): Change from ../man to ../emacs.
4358         (miscmanualdir): New.
4359         (dist): Use new variable miscmanualdir.
4360         * makefile.w32-in (infodir, texinputdir): Go up one more level.
4361         (usermanualdir): Change from ../man to ../emacs.
4363 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
4365         * commands.texi (Command Loop Info): Advise against changing
4366         most variables described here.  Explain new variable
4367         last-repeatable-command.
4369 2007-08-29  Glenn Morris  <rgm@gnu.org>
4371         * elisp.texi (EMACSVER): Increase to 23.0.50.
4373 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4375         * frames.texi (Basic Parameters): Add display-environment-variable
4376         and term-environment-variable.
4378 2007-08-28  Juri Linkov  <juri@jurta.org>
4380         * display.texi (Image Formats, Other Image Types): Add SVG.
4382 2007-08-28  Juri Linkov  <juri@jurta.org>
4384         * display.texi (Images): Move formats-related text to new node
4385         "Image Formats".
4386         (Image Formats): New node.
4388 2007-08-27  Richard Stallman  <rms@gnu.org>
4390         * windows.texi (Window Configurations): Clarify what
4391         a window configuration saves.
4393 2007-08-25  Richard Stallman  <rms@gnu.org>
4395         * display.texi (Images): Delete redundant @findex.
4397 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4399         * text.texi (Change Hooks): (after|before)-change-functions are no
4400         longer bound to nil while running; rather inhibit-modification-hooks
4401         is t.
4403 2007-08-16  Richard Stallman  <rms@gnu.org>
4405         * processes.texi (Asynchronous Processes):
4406         Clarify doc of start-file-process.
4408 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
4410         * modes.texi (Example Major Modes): Fix typo.
4412 2007-08-08  Glenn Morris  <rgm@gnu.org>
4414         * intro.texi (nil and t): Do not use `iff' in documentation.
4416         * tips.texi (Documentation Tips): Recommend against `iff'.
4418 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4420         * display.texi (Image Cache): Document image-refresh.
4422 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
4424         * windows.texi (Size of Window): Document window-full-width-p.
4426 2007-07-25  Glenn Morris  <rgm@gnu.org>
4428         * gpl.texi (GPL): Replace license with GPLv3.
4430         * Relicense all FSF files to GPLv3 or later.
4432 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4434         * processes.texi (Synchronous Processes):
4435         Add `process-file-shell-command'.
4436         (Asynchronous Processes): Mention restricted use of
4437         `process-filter' and `process-sentinel' in
4438         `start-file-process'.  Add `start-file-process-shell-command'.
4440 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
4442         * files.texi (Magic File Names): Introduce optional parameter
4443         IDENTIFICATION for `file-remote-p'.
4445 2007-07-16  Richard Stallman  <rms@gnu.org>
4447         * display.texi (Defining Faces): Fix previous change.
4449 2007-07-14  Richard Stallman  <rms@gnu.org>
4451         * control.texi (Handling Errors): Document `debug' in handler list.
4453 2007-07-10  Richard Stallman  <rms@gnu.org>
4455         * display.texi (Defining Faces): Explain C-M-x feature for defface.
4457 2007-07-09  Richard Stallman  <rms@gnu.org>
4459         * files.texi (Magic File Names): Rewrite previous change.
4461 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
4463         * files.texi (Magic File Names): Introduce optional parameter
4464         CONNECTED for `file-remote-p'.
4466 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
4468         * processes.texi (Asynchronous Processes):
4469         * files.texi (Magic File Names): Add `start-file-process'.
4471 2007-06-27  Richard Stallman  <rms@gnu.org>
4473         * files.texi (Format Conversion Piecemeal):
4474         Clarify `after-insert-file-functions' calling convention.
4476 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
4478         * files.texi (Magic File Names): Remove `dired-call-process'.
4479         Add `process-file'.
4481 2007-06-27  Kenichi Handa  <handa@m17n.org>
4483         * text.texi (Special Properties): Fix description about
4484         `composition' property.
4486 2007-06-26  Kenichi Handa  <handa@m17n.org>
4488         * nonascii.texi (Default Coding Systems): Document about the
4489         return value `undecided'.
4491 2007-06-25  David Kastrup  <dak@gnu.org>
4493         * keymaps.texi (Active Keymaps): Document new POSITION argument of
4494         `current-active-maps'.
4496 2007-06-24  Karl Berry  <karl@gnu.org>
4498         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
4500 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
4502         * display.texi (Overlay Arrow): Doc fix.
4504 2007-06-14  Karl Berry  <karl@tug.org>
4506         * anti.texi (Antinews): Typo.
4508 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
4510         * display.texi (Image Cache): Document image-refresh.
4512 2007-06-12  Karl Berry  <karl@gnu.org>
4514         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4515         * two-volume.make: New file.
4516         * .cvsignore: Ignore two-volume files.
4518 2007-06-12  Tom Tromey  <tromey@redhat.com>
4520         * os.texi (Init File): Document user-emacs-directory.
4522 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
4524         * commands.texi (Click Events): Describe width and height when
4525         object is nil.
4527 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
4529         * commands.texi (Click Events): Layout more logically.
4530         Describe width and height.
4531         (Drag Events, Motion Events): Update to new format for position.
4533 2007-06-02  Richard Stallman  <rms@gnu.org>
4535         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4537 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4539         * Version 22.1 released.
4541 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * text.texi (Special Properties): Correct meaning of fontified face.
4545 2007-05-30  Richard Stallman  <rms@gnu.org>
4547         * text.texi (Special Properties): Add link to Adjusting Point.
4549 2007-05-12  Richard Stallman  <rms@gnu.org>
4551         * text.texi (Margins): indent-to-left-margin is not the default.
4552         (Mode-Specific Indent): For indent-line-function, the default
4553         is indent-relative.
4555         * modes.texi (Example Major Modes): Explain last line of text-mode
4556         is redundant.
4558 2007-05-10  Richard Stallman  <rms@gnu.org>
4560         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4562         * help.texi (Keys in Documentation): Add reference to
4563         Documentation Tips.
4565         * files.texi (Format Conversion): TO-FN gets three arguments.
4567         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4569 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
4571         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4572         * files.texi (Format Conversion): Expand intro; add menu.
4573         (Format Conversion Overview, Format Conversion Round-Trip)
4574         (Format Conversion Piecemeal): New nodes/subsections.
4575         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4576         * text.texi (Text Properties): Remove "Saving Properties" from menu.
4577         (Saving Properties): Delete node/subsection.
4579 2007-05-07  Karl Berry  <karl@gnu.org>
4581         * elisp.texi (EMACSVER): Back to 22.
4583 2007-05-06  Richard Stallman  <rms@gnu.org>
4585         * processes.texi (Accepting Output): Revert most of previous change.
4587 2007-05-05  Richard Stallman  <rms@gnu.org>
4589         * processes.texi (Accepting Output): accept-process-output
4590         uses microseconds, not milliseconds.  But that arg is obsolete.
4592 2007-05-04  Karl Berry  <karl@tug.org>
4594         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4596 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
4598         * tips.texi (Documentation Tips): Rearrange items to place the
4599         more important ones first.  Add an index entry for hyperlinks.
4601 2007-05-03  Karl Berry  <karl@gnu.org>
4603         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4604         (EMACSVER) [smallbook]: 22 for printed version.
4606         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4607         so restore anchor to normal position after defun.  Found by Kevin Ryde.
4609 2007-04-26  Glenn Morris  <rgm@gnu.org>
4611         * elisp.texi (EMACSVER): Increase to 22.1.50.
4613 2007-04-28  Karl Berry  <karl@gnu.org>
4615         * elisp.texi: Improve line breaks on copyright page,
4616         similar layout to emacs manual, 8.5x11 by default.
4618 2007-04-24  Richard Stallman  <rms@gnu.org>
4620         * text.texi (Special Properties): Add xref to Overlay Properties.
4622         * display.texi (Overlay Properties): Add xref to Special Properties.
4624 2007-04-22  Richard Stallman  <rms@gnu.org>
4626         * keymaps.texi (Extended Menu Items): Move the info about
4627         format with cached keyboard binding.
4629 2007-04-21  Richard Stallman  <rms@gnu.org>
4631         * text.texi (Special Properties): Clarify previous change.
4633         * files.texi (File Name Expansion): Clarify previous change.
4635         * display.texi (Attribute Functions): Fix example for
4636         face-attribute-relative-p.
4638 2007-04-19  Kenichi Handa  <handa@m17n.org>
4640         * text.texi (Special Properties): Document composition property.
4642 2007-04-19  Glenn Morris  <rgm@gnu.org>
4644         * files.texi (File Name Expansion): Mention "superroot".
4646 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4648         * frames.texi (Multiple Displays): Add note about "multi-monitor"
4649         setups.
4650         (Display Feature Testing): Note that display refers to all
4651         physical monitors for multi-monitor setups.
4653 2007-04-14  Richard Stallman  <rms@gnu.org>
4655         * lists.texi (Sets And Lists): Clarify `delete' examples.
4656         Remove spurious xref to same node.
4657         Clarify xref for add-to-list.
4659 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4661         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4662         value of lisp-mode-map.
4664 2007-04-11  Karl Berry  <karl@gnu.org>
4666         * anti.texi (Antinews):
4667         * display.texi (Overlay Properties, Defining Images):
4668         * processes.texi (Synchronous Processes, Sentinels):
4669         * syntax.texi (Syntax Table Internals):
4670         * searching.texi (Regexp Special):
4671         * nonascii.texi (Default Coding Systems):
4672         * text.texi (Special Properties):
4673         * minibuf.texi (Basic Completion): Wording to improve breaks in
4674         8.5x11 format.
4675         * elisp.texi (smallbook): New @set to more easily switch between
4676         smallbook and 8.5x11.
4678 2007-04-11  Richard Stallman  <rms@gnu.org>
4680         * text.texi (Lazy Properties): Minor fix.
4682 2007-04-08  Karl Berry  <karl@gnu.org>
4684         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4685         * macros.texi (Backquote): Downcase Backquote in index entries for
4686         consistency.
4688 2007-04-08  Richard Stallman  <rms@gnu.org>
4690         * text.texi (Adaptive Fill): Just describe default,
4691         don't show it (since it contains non-ASCII chars).
4693 2007-04-07  Karl Berry  <karl@gnu.org>
4695         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4696         adaptive-fill-regexp's value, since they are not in the standard
4697         TeX fonts.
4699 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
4701         * display.texi (Defining Faces): Fix example.
4703 2007-04-07  Karl Berry  <karl@gnu.org>
4705         * display.texi (Button Buffer Commands): Improve page break.
4707 2007-04-07  Richard Stallman  <rms@gnu.org>
4709         * advice.texi (Activation of Advice): Remove redundant index entry.
4711         * backups.texi: Improve index entries.  Remove redundant ones.
4713         * compile.texi (Byte Compilation): Improve index entry.
4715         * hash.texi (Creating Hash): Improve index entry.
4717         * symbols.texi (Definitions): Improve index entry.
4719         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
4721         * maps.texi (Standard Keymaps): Remove useless index entry.
4723         * help.texi (Documentation Basics): Remove redundant index entries.
4725         * customize.texi: Improve index entries.
4726         Remove redundant/useless ones.
4728         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4730         * streams.texi (Output Variables): Improve index entry.
4732         * abbrevs.texi (Abbrevs): Remove useless index entry.
4734         * macros.texi (Expansion): Remove useless index entry.
4736         * text.texi: Improve index entries.  Remove redundant/useless ones.
4737         (Text Properties, Examining Properties)
4738         (Special Properties): Use "property category" instead of "category"
4739         to refer to the `category' property.
4741         * positions.texi: Improve index entries.  Remove useless one.
4743         * lists.texi: Improve index entries.  Remove redundant/useless ones.
4745         * os.texi: Improve index entries.
4746         (Timers): Fix previous change.
4748         * buffers.texi: Improve index entries.
4749         (Modification Time): Get rid of term "obsolete buffer".
4751         * debugging.texi: Improve index entries.
4752         (Test Coverage): Add xref to other test coverage ftr.
4754         * eval.texi: Improve index entry.  Remove redundant ones.
4756         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
4758         * files.texi: Improve index entries.  Remove redundant/useless ones.
4760         * objects.texi: Improve index entries.
4762         * processes.texi: Improve index entries.
4764         * modes.texi: Improve index entry.  Remove redundant one.
4766         * nonascii.texi: Improve index entries.
4768         * internals.texi: Improve index entries.
4770         * syntax.texi: Improve index entries.
4772         * keymaps.texi (Active Keymaps): Improve index entries.
4774         * commands.texi: Improve index entries.  Remove redundant/useless ones.
4776         * frames.texi: Improve index entries.  Remove redundant/useless ones.
4778         * markers.texi: Improve index entries.  Remove redundant ones.
4780         * tips.texi: Improve index entries.
4782         * loading.texi (Unloading): Improve index entry.
4784         * variables.texi: Improve index entries.  Remove redundant one.
4786         * sequences.texi: Improve index entry.
4788         * display.texi: Improve index entries.  Remove redundant ones.
4790         * windows.texi: Improve index entries.
4792         * searching.texi: Improve index entries.  Remove redundant one.
4794         * strings.texi (Case Tables): Improve last change.
4796 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4798         * strings.texi (Case Tables): Document with-case-table and
4799         ascii-case-table.
4801 2007-04-03  Karl Berry  <karl@gnu.org>
4803         * processes.texi (Network): Reword to improve page break.
4805 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4807         * functions.texi (Inline Functions): Describe more disadvantages
4808         of defsubst, and make advice against it stronger.
4810 2007-04-02  Karl Berry  <karl@gnu.org>
4812         * backups.texi (Backup Names): Avoid widow words.
4813         * modes.texi (Example Major Modes): Align last comment.
4815 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4817         * keymaps.texi (Remapping Commands): Document new arg to
4818         command-remapping.
4820 2007-04-01  Karl Berry  <karl@gnu.org>
4822         * processes.texi (Low-Level Network): Typo.
4823         * loading.texi (Hooks for Loading): Avoid double "the".
4824         * keymaps.texi (Key Sequences): No double "and".
4825         (Changing Key Bindings): Shorten to improve line break.
4827 2007-03-31  Glenn Morris  <rgm@gnu.org>
4829         * os.texi (Timers): Fix description of run-at-time TIME formats.
4831 2007-03-31  Richard Stallman  <rms@gnu.org>
4833         * display.texi (Invisible Text): Correct buffer-invisibility-spec
4834         regarding ellipsis.
4836 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4838         * intro.texi (nil and t):
4839         * symbols.texi (Plists and Alists):
4840         * variables.texi (Variable Aliases, Constant Variables):
4841         * functions.texi (Defining Functions):
4842         * advice.texi (Advising Primitives):
4843         * debugging.texi (Syntax Errors, Compilation Errors):
4844         * minibuf.texi (Minibuffer Windows):
4845         * commands.texi (Adjusting Point):
4846         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4847         (Auto Major Mode, Major Mode Conventions):
4848         * help.texi (Describing Characters):
4849         * files.texi (Create/Delete Dirs, Information about Files)
4850         (File Locks, Writing to Files, Reading from Files)
4851         (Saving Buffers):
4852         * windows.texi (Resizing Windows, Cyclic Window Ordering):
4853         * frames.texi (Finding All Frames):
4854         * positions.texi (Buffer End, Motion):
4855         * markers.texi (The Region):
4856         * text.texi (Deletion, Near Point):
4857         * display.texi (Displaying Messages, Truncation):
4858         * os.texi (Processor Run Time):
4859         * tips.texi (Key Binding Conventions, Programming Tips)
4860         (Warning Tips, Documentation Tips, Comment Tips):
4861         * internals.texi (Memory Usage): Improve indexing.
4863         * variables.texi (Frame-Local Variables):
4864         * functions.texi (Argument List):
4865         * loading.texi (Library Search):
4866         * streams.texi (Output Variables):
4867         * keymaps.texi (Translation Keymaps, Searching Keymaps):
4868         * searching.texi (Replacing Match, Search and Replace):
4869         * processes.texi (Byte Packing, Decoding Output)
4870         (Accepting Output, Network Servers, Shell Arguments):
4871         * display.texi (Abstract Display, Image Cache, Scroll Bars):
4872         * windows.texi (Window Point, Window Start):
4873         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4874         * commands.texi (Reading Input, Keyboard Events):
4875         * minibuf.texi (Reading File Names, Minibuffer Completion)
4876         (Recursive Mini):
4877         * positions.texi (List Motion):
4878         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4879         * numbers.texi (Arithmetic Operations, Math Functions)
4880         (Predicates on Numbers, Comparison of Numbers):
4881         (Numeric Conversions):
4882         * locals.texi (Standard Buffer-Local Variables):
4883         * maps.texi (Standard Keymaps):
4884         * os.texi (User Identification, System Environment, Recording Input)
4885         (X11 Keysyms):
4886         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4887         * backups.texi (Backups and Auto-Saving):
4888         * customize.texi (Customization, Group Definitions)
4889         (Variable Definitions):
4890         * compile.texi (Byte Compilation): Improve index entries.
4892 2007-03-31  Karl Berry  <karl@gnu.org>
4894         * macros.texi (Defining Macros): Avoid widow syllable.
4896 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4898         * elisp.texi (Top): Postscript -> PostScript.
4900         * display.texi (Images, Postscript Images): Postscript -> PostScript.
4902 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4904         * internals.texi (Writing Emacs Primitives): Untabify `For'.
4906 2007-03-30  Karl Berry  <karl@gnu.org>
4908         * lists.texi (List-related Predicates): Remove spurious @need.
4909         (Setcdr): Use @smallexample to improve page break.
4910         (Association Lists) <assoc>: Reword to improve page break.
4912         * strings.texi (String Conversion): Insert blank line to improve
4913         page break.
4915         * numbers.texi (Random Numbers): Use @minus{}.
4916         (Math Functions): Use @minus{}.
4918         * intro.texi (Acknowledgements): Avoid line breaks before middle
4919         initials.
4921 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
4923         * errors.texi (Standard Errors): Add an index entry.
4925 2007-03-19  Richard Stallman  <rms@gnu.org>
4927         * os.texi (Recording Input): recent-keys now gives 300 keys.
4929 2007-03-12  Glenn Morris  <rgm@gnu.org>
4931         * os.texi: Replace "daylight savings" with "daylight saving"
4932         throughout.
4934 2007-03-05  Richard Stallman  <rms@gnu.org>
4936         * variables.texi (File Local Variables):
4937         Update enable-local-variables values.
4939 2007-03-04  Richard Stallman  <rms@gnu.org>
4941         * syntax.texi (Control Parsing): Minor clarification.
4943         * strings.texi (Formatting Strings): Clarify width, precision, flags.
4945         * sequences.texi (Sequence Functions): Move string-bytes away,
4946         add xref.
4948         * nonascii.texi (Text Representations): Move string-bytes here.
4950         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4952         * minibuf.texi (Basic Completion): Minor clarification.
4954         * markers.texi (The Mark): Clarify existence vs activation of mark.
4955         Other cleanup.
4957         * display.texi (Finding Overlays): Write better example.
4959         * compile.texi (Eval During Compile): Clarify putting macros
4960         in eval-when-compile.
4962 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
4964         * loading.texi (How Programs Do Loading): Fix anchor position at
4965         load-read-function definition doc.
4967 2007-02-21  Kim F. Storm  <storm@cua.dk>
4969         * strings.texi (Text Comparison): Mention that assoc-string
4970         converts symbols to strings before testing.
4972 2007-02-17  Kim F. Storm  <storm@cua.dk>
4974         * processes.texi (Bindat Spec): Vector types can have optional
4975         element type.
4976         (Bindat Examples): Fix example.  Add vector with element type.
4978 2007-02-16  Andreas Schwab  <schwab@suse.de>
4980         * strings.texi (Formatting Strings): Document '+' flag.
4982 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4984         * strings.texi (Modifying Strings): Clarify that `clear-string'
4985         always converts the string to unibyte.
4987 2007-02-14  Kim F. Storm  <storm@cua.dk>
4989         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4990         Rewrite glyph code description to refer to these functions.
4991         Remove details of encoding face number and char into integer code.
4993 2007-02-03  Alan Mackenzie  <acm@muc.de>
4995         * loading.texi (Hooks for Loading): Make the description of
4996         `eval-after-load' more detailed, and amend the description of
4997         after-load-alist, in accordance with changes from 2006-05.
4999 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
5001         * modes.texi (Defining Minor Modes): Document that a :require
5002         keyword or similar may be required to make saved customization
5003         variables work.
5005 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
5007         * elisp.texi (Top): Make the detailed menu headers compliant with
5008         Texinfo guidelines and with what texnfo-upd.el expects.
5009         Add comments to prevent people from inadvertently modifying the key
5010         parts needed by `texinfo-multiple-files-update'.
5012 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
5014         * elisp.texi (Top): Update the top-level menus.
5016         * syntax.texi (Categories): Add index entries.
5018 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
5020         * display.texi (Attribute Functions): Fix name and description of
5021         the UNDERLINE arg of `set-face-underline-p'.
5023 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
5025         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5026         Variables", and "Standard Keymaps" to the detailed menu.
5028         * variables.texi (Future Local Variables): Add index entry.
5030 2007-01-28  Richard Stallman  <rms@gnu.org>
5032         * tips.texi (Coding Conventions): Clarify the tip about macros
5033         that define a function or a variable.
5035         * files.texi (File Attributes): UID and GID can be floats.
5036         (Magic File Names): Explain why deferring all operations to
5037         the standard handler does not work.
5039 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
5041         * backups.texi (Reverting): Use "buffer" instead of "file"
5042         when talking about major and minor modes.
5044 2007-01-21  Richard Stallman  <rms@gnu.org>
5046         * help.texi (Documentation): Add xref to Documentation Tips.
5048 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
5050         * tips.texi (Coding Conventions): Fix typos.
5052 2007-01-05  Richard Stallman  <rms@gnu.org>
5054         * modes.texi (Defining Minor Modes): Fix previous change.
5056 2007-01-03  Richard Stallman  <rms@gnu.org>
5058         * customize.texi (Variable Definitions, Customization Types):
5059         Don't use * in doc string for defcustom.
5061 2007-01-02  Richard Stallman  <rms@gnu.org>
5063         * variables.texi (Variable Aliases): Clarify that aliases vars
5064         always have the same value.
5066         * processes.texi (Bindat Spec): Fix Texinfo usage.
5068         * modes.texi (Defining Minor Modes): Explain effect of command
5069         defined with define-global-minor-mode on new buffers.
5071 2006-12-30  Kim F. Storm  <storm@cua.dk>
5073         * keymaps.texi (Tool Bar): Describe `grow-only' value of
5074         `auto-resize-tool-bars'.
5076 2006-12-30  Richard Stallman  <rms@gnu.org>
5078         * keymaps.texi (Active Keymaps): Fix previous change.
5080 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
5082         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5084 2006-12-30  Kim F. Storm  <storm@cua.dk>
5086         * processes.texi (Bindat Spec): Clarify using field names in
5087         length specifications.
5089 2006-12-29  Kim F. Storm  <storm@cua.dk>
5091         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5092         Add count and index variables for eval forms in repeat blocks.
5094 2006-12-24  Richard Stallman  <rms@gnu.org>
5096         * customize.texi (Variable Definitions):
5097         Document new name custom-add-frequent-value.
5099 2006-12-19  Kim F. Storm  <storm@cua.dk>
5101         * commands.texi (Misc Events): User signals now result in sigusr1
5102         and sigusr2 events which are handled through special-event-map.
5103         (Special Events): User signals and drag-n-drop are special.
5105 2006-12-17  Richard Stallman  <rms@gnu.org>
5107         * loading.texi (Named Features): Explain subfeatures better.
5109         * customize.texi: Use "option" only for user options.
5110         For the keyword values inside defcustom etc, say "keywords".
5111         For :options value's elements, say "elements".
5112         :group should not be omitted.
5114         * syntax.texi (Parsing Expressions): Split up node.
5115         (Motion via Parsing, Position Parse, Parser State)
5116         (Low-Level Parsing, Control Parsing): New subnodes.
5117         (Parser State): Document syntax-ppss-toplevel-pos.
5119         * positions.texi (List Motion): Punctuation fix.
5121         * files.texi (File Name Completion): Document PREDICATE arg
5122         to file-name-completion.
5124 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
5126         * internals.texi (Building Emacs, Writing Emacs Primitives):
5127         Add index entries.
5129 2006-12-11  Richard Stallman  <rms@gnu.org>
5131         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5132         affects face menu.  Explain how to make it non-nil without enabling
5133         any fontification.
5135 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5137         * modes.texi (Font Lock Basics): Document nil value of
5138         font-lock-defaults.
5140 2006-12-10  Glenn Morris  <rgm@gnu.org>
5142         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5143         value for system-flag argument.  Abbrev tables may not be empty
5144         when major modes are loaded.
5146 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5148         * makefile.w32-in (maintainer-clean): Partially revert last
5149         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5150         to protect elisp-covers.texi.
5152 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
5154         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5155         Don't remove elisp* info files; they are already deleted by the
5156         `clean' and `distclean' targets, and they are in the $(infodir)
5157         directory, not the current one.
5159 2006-12-04  Kim F. Storm  <storm@cua.dk>
5161         * commands.texi (Misc Events): Update signal events.
5162         (Event Examples): Add signal example.
5164 2006-11-29  Richard Stallman  <rms@gnu.org>
5166         * frames.texi (Visibility of Frames): Explain visible windows
5167         can be covered by others.  Add xref for raise-frame.
5169 2006-11-28  Richard Stallman  <rms@gnu.org>
5171         * searching.texi (Regexp Special): Update when ^ is special.
5173 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
5175         * customize.texi (Customization, Common Keywords)
5176         (Group Definitions, Variable Definitions, Composite Types)
5177         (Type Keywords, Customization Types): Add index entries for
5178         various customization keywords.
5180 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5182         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5184 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5186         * frames.texi (Window System Selections): Remove clipboard from
5187         description of selection-coding-system.
5189 2006-11-06  Richard Stallman  <rms@gnu.org>
5191         * lists.texi (List Variables): Document COMPARE-FN.
5193         * keymaps.texi: Avoid use of "binding" to mean a relation;
5194         use it only to refer to the meaning associated with a key.
5195         (Keymaps): Change menu node description.
5197         * elisp.texi (Top): Change menu node description.
5199         * display.texi (Managing Overlays): Document overlay-recenter.
5201 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
5203         * Makefile.in: Use relative paths to avoid advertising filesystem
5204         contents during compilation.
5206 2006-10-23  Kim F. Storm  <storm@cua.dk>
5208         * commands.texi (Event Input Misc): Update unread-command-events.
5210 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5212         * lists.texi (Sets And Lists): Fix typos.
5214 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5216         * control.texi (Processing of Errors): Use @var for an argument,
5217         not @code.
5219 2006-10-16  Richard Stallman  <rms@gnu.org>
5221         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5223         * keymaps.texi (Format of Keymaps): Show all the keymap element
5224         patterns that result from menu items.
5225         (Key Lookup): Minor cleanups.
5227         * modes.texi (Precalculated Fontification): Don't say that
5228         not setting font-lock-defaults avoids loading font-lock.
5230         * help.texi (Documentation): Move xref to Emacs Manual here.
5231         (Documentation Basics): From here.
5232         Also doc emacs-lisp-docstring-fill-column.
5234         * elisp.texi: Update version and ISBN.
5236         * commands.texi (Interactive Call): Clarify KEYS arg to
5237         call-interactively is a vector.
5238         (Command Loop Info): Delete anchor in this-command-keys.
5239         Add anchor in this-command-keys-vector.
5240         (Recursive Editing): Document how recursive-edit
5241         handles the current buffer.
5243 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
5245         * frames.texi (Frame Titles): %c and %l are ignored in
5246         frame-title-format.
5248 2006-10-11  Richard Stallman  <rms@gnu.org>
5250         * keymaps.texi (Key Sequences): Clarify use of kbd.
5252 2006-10-10  Kim F. Storm  <storm@cua.dk>
5254         * lists.texi (Sets And Lists): Add memql.
5256 2006-10-03  Richard Stallman  <rms@gnu.org>
5258         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5259         Clarify :ascii: and :nonascii:.
5261 2006-09-29  Juri Linkov  <juri@jurta.org>
5263         * modes.texi (%-Constructs): Reorder coding systems in the
5264         documentation of %z to the real order displayed in the modeline.
5266 2006-09-25  Richard Stallman  <rms@gnu.org>
5268         * os.texi (Timers): Describe timer-max-repeats.
5270 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5272         * os.texi (Timers): Mention with-local-quit.
5274 2006-09-24  Richard Stallman  <rms@gnu.org>
5276         * searching.texi (Searching and Matching): Mention property search.
5278         * commands.texi (Command Loop Info): Explain how read-event affects
5279         this-command-keys.
5281 2006-09-20  Richard Stallman  <rms@gnu.org>
5283         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5285         * windows.texi (Window Start): Minor cleanups.
5287 2006-09-20  Kim F. Storm  <storm@cua.dk>
5289         * windows.texi (Window Start): pos-visible-in-window-p allows
5290         specifying t for position to mean "end of window".
5291         Add window-line-height.
5293         * anti.texi (Antinews): Mention window-line-height.
5295 2006-09-19  David Kastrup  <dak@gnu.org>
5297         * keymaps.texi (Searching Keymaps): Small clarification.
5299 2006-09-18  Richard Stallman  <rms@gnu.org>
5301         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5302         cause keyboard menus.
5303         (Menu Keymaps): Likewise.
5304         (Defining Menus, Keyboard Menus): Clarify.
5306         * text.texi (Fields): Clarify explanation of constrain-to-field.
5308 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5310         * variables.texi (Tips for Defining): Fix a typo.
5312 2006-09-15  Richard Stallman  <rms@gnu.org>
5314         * keymaps.texi (Remapping Commands, Searching Keymaps)
5315         (Active Keymaps): Clean up previous change.
5317 2006-09-15  Jay Belanger  <belanger@truman.edu>
5319         * gpl.texi: Replace "Library Public License" by "Lesser Public
5320         License" throughout.
5322 2006-09-15  David Kastrup  <dak@gnu.org>
5324         * keymaps.texi (Active Keymaps): Adapt description to use
5325         `get-char-property' instead `get-text-property'.  Explain how
5326         mouse events change this.  Explain the new optional argument of
5327         `key-binding' and its mouse-dependent lookup.
5328         (Searching Keymaps): Adapt description similarly.
5329         (Remapping Commands): Explain the new optional argument of
5330         `command-remapping'.
5332 2006-09-14  Richard Stallman  <rms@gnu.org>
5334         * keymaps.texi (Searching Keymaps): Clarification.
5335         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5337 2006-09-13  Richard Stallman  <rms@gnu.org>
5339         * objects.texi (Character Type): Node split.
5340         Add xref to Describing Characters.
5341         (Basic Char Syntax, General Escape Syntax)
5342         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5344 2006-09-11  Richard Stallman  <rms@gnu.org>
5346         * display.texi (Display Table Format): Wording clarification.
5347         (Glyphs): Clarifications.
5349 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
5351         * keymaps.texi (Active Keymaps): Mention that key-binding checks
5352         local maps.
5354 2006-09-10  Kim F. Storm  <storm@cua.dk>
5356         * display.texi (Forcing Redisplay): Document return value of
5357         function redisplay.
5359 2006-09-09  Richard Stallman  <rms@gnu.org>
5361         * windows.texi (Window Hooks): Explain limits of
5362         window-scroll-functions.
5364         * display.texi (Fringe Indicators): Update for last change in
5365         indicate-buffer-boundaries.
5367 2006-09-08  Richard Stallman  <rms@gnu.org>
5369         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5371 2006-09-06  Kim F. Storm  <storm@cua.dk>
5373         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5375         * windows.texi (Window Start): Update pos-visible-in-window-p.
5377 2006-09-04  Richard Stallman  <rms@gnu.org>
5379         * processes.texi (Accepting Output): Explain SECONDS=0 for
5380         accept-process-output.
5382         * os.texi (Idle Timers): Explain why timer functions should not
5383         loop until (input-pending-p).
5385 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
5387         * makefile.w32-in (usermanualdir): New variable.
5388         (elisp.dvi): Use it.
5390 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
5392         * buffers.texi (Buffer Modification): Fix last change.
5394 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5396         * buffers.texi (Buffer Modification):
5397         Document buffer-chars-modified-tick.
5399 2006-08-31  Richard Stallman  <rms@gnu.org>
5401         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5403 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
5405         * modes.texi (Syntactic Font Lock):
5406         Mention font-lock-syntactic-face-function
5407         instead of specific faces.
5409 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5411         * display.texi (Images): Add xrref to display-images-p.
5413 2006-08-28  Kenichi Handa  <handa@m17n.org>
5415         * nonascii.texi (Lisp and Coding Systems): Fix description of
5416         detect-coding-region.
5418 2006-08-27  Michael Olson  <mwolson@gnu.org>
5420         * processes.texi (Transaction Queues): Remove stray quote
5421         character.
5423 2006-08-25  Richard Stallman  <rms@gnu.org>
5425         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5426         Add xref.
5428 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5430         * os.texi (Timers): Avoid waiting inside timers.
5432 2006-08-21  Lute Kamstra  <lute@gnu.org>
5434         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5436 2006-08-20  Richard Stallman  <rms@gnu.org>
5438         * os.texi (Idle Timers): New node, split out from Timers.
5439         Document current-idle-time.
5440         * commands.texi (Reading One Event): Update xref.
5441         * elisp.texi (Top): Update subnode menu.
5443 2006-08-16  Richard Stallman  <rms@gnu.org>
5445         * keymaps.texi (Extended Menu Items): Show format of cached
5446         bindings in extended menu items.
5448         * customize.texi (Variable Definitions): Explain when the
5449         standard value expression is evaluated.
5451 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
5453         * commands.texi (Reading One Event): Explain idleness in
5454         `read-event'.
5456 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
5458         * text.texi (Near Point): Say "cursor" not "terminal cursor".
5459         (Commands for Insertion): Remove split-line since it's not
5460         relevant for Lisp programming.
5461         (Yank Commands): Rewrite introduction.
5462         (Undo): Clarify.
5463         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
5464         (Filling): Remove redundant comment.  Clarify return value of
5465         current-justification.
5466         (Margins): Minor clarifications.
5467         (Adaptive Fill): Update default value of adaptive-fill-regexp.
5468         (Sorting): Update definition of sort-lines.
5469         (Columns): Clarify behavior of sort-columns.
5470         (Indent Tabs): Link to Tab Stops in Emacs manual.
5471         (Special Properties): Clarify.
5472         (Clickable Text): Mention Buttons package.
5474 2006-08-12  Kevin Ryde  <user42@zip.com.au>
5476         * os.texi (Time Parsing): Add %z to description of
5477         format-time-string, as per docstring.  Add cross reference to
5478         glibc manual for strftime.
5480 2006-08-08  Richard Stallman  <rms@gnu.org>
5482         * modes.texi: Clean up wording in previous change.
5484 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
5486         * modes.texi (Hooks): Clarify.
5487         (Major Mode Basics): Mention define-derived-mode explicitly.
5488         (Major Mode Conventions): Rebinding RET is OK for some modes.
5489         Mention change-major-mode-hook and after-change-major-mode-hook.
5490         (Example Major Modes): Move to end of Modes section.
5491         (Mode Line Basics): Clarify.
5492         (Mode Line Data): Mention help-echo and local-map in strings.
5493         Explain reason for treatment of non-risky variables.
5494         (Properties in Mode): Clarify.
5495         (Faces for Font Lock): Add font-lock-negation-char-face.
5497 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5499         * strings.texi (Formatting Strings): Warn against arbitrary
5500         strings as first arg to `format'.
5502 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
5504         * text.texi (Clickable Text): Mention `help-echo' text property.
5505         Update intro, examples and associated explanations.
5507 2006-07-31  Richard Stallman  <rms@gnu.org>
5509         * commands.texi: Update xrefs.
5510         (Event Mod): New node, cut out from old Translating Input.
5512         * maps.texi: Update xrefs.
5514         * keymaps.texi (Translation Keymaps): New node.
5515         Update xrefs from Translating Input to Translation Keymaps.
5517         * elisp.texi (Top): Update subnode menu.
5519         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5521         * os.texi (System Interface): Fix menu descriptions of some nodes.
5522         (Translating Input): Node deleted.
5524 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5526         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5528         * lists.texi (Sets And Lists): Likewise.
5530 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
5532         * text.texi (Fields): Mention POS
5533         requirement when narrowing is in effect.
5535 2006-07-28  Richard Stallman  <rms@gnu.org>
5537         * display.texi (Face Attributes): Simplify wording.
5538         (Attribute Functions): Clarify meaning of new-frame default
5539         attribute settings.
5541         * customize.texi (Common Keywords): Document how to use
5542         :package-version in a package not in Emacs.
5544 2006-07-28  Kim F. Storm  <storm@cua.dk>
5546         * commands.texi (Reading One Event): Fix last change.
5548 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5550         * commands.texi (Reading One Event): Document SECONDS argument for
5551         read-event, read-char, and read-char-exclusive.
5553 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5555         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5556         to ensure correct identification.
5558 2006-07-24  Richard Stallman  <rms@gnu.org>
5560         * text.texi (Clickable Text): Clarify.
5562         * sequences.texi (Vector Functions): Delete duplicate xref.
5564         * objects.texi (Function Type): Clarify.
5566         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5567         modes.
5569         * lists.texi (List Variables): New node.
5570         Material moved from other nodes.
5572         * variables.texi (Setting Variables): add-to-list and
5573         add-to-ordered-list moved to List Variables node.
5575 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5577         * text.texi (Links and Mouse-1):
5578         For mouse-on-link-p, expand on arg POS.
5580 2006-07-21  Kim F. Storm  <storm@cua.dk>
5582         * display.texi (Forcing Redisplay): Don't mention systems which
5583         don't support sub-second timers for redisplay-preemption-period.
5585         * os.texi (Terminal Output): Clarify text vs graphical terminal.
5587 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5589         * frames.texi (Input Focus): Document that focus-follows-mouse has
5590         no effect on MS-Windows.
5592 2006-07-18  Richard Stallman  <rms@gnu.org>
5594         * display.texi (Forcing Redisplay): Cleanups in previous change.
5596         * processes.texi (Low-Level Network): Make menu more convenient.
5598 2006-07-18  Kim F. Storm  <storm@cua.dk>
5600         * display.texi (Forcing Redisplay): redisplay-preemption-period
5601         only used on window systems.  Add xref to Terminal Output.
5603         * os.texi (Terminal Output): baud-rate only controls preemption on
5604         non-window systems.  Add xref to Forcing Redisplay.
5606         * processes.texi (Low-Level Network): Rename node "Make Network"
5607         to "Network Processes".
5609 2006-07-18  Karl Berry  <karl@gnu.org>
5611         * variables.texi, functions.texi, customize.texi, loading.texi:
5612         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5614 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5616         * commands.texi (Waiting): Document batch-mode sit-for behavior.
5618 2006-07-17  Richard Stallman  <rms@gnu.org>
5620         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5621         Put period and comma inside quotes.
5623         * loading.texi, markers.texi: Use real doublequote inside menus.
5625         * windows.texi: Put point and comma inside quotes.
5626         (Textual Scrolling): Use @samp for error message.
5628         * variables.texi, tips.texi, syntax.texi, symbols.texi:
5629         * strings.texi, streams.texi, processes.texi, os.texi:
5630         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5631         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5632         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5633         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5634         Put point and comma inside quotes.
5636         * control.texi (Processing of Errors): Add command-error-function.
5638         * variables.texi (File Local Variables): Clarify that
5639         file local variables make buffer-local bindings.
5641         * modes.texi (Syntactic Font Lock): Give default for
5642         font-lock-syntax-table.
5644 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
5646         * text.texi (Special Properties): Clean up previous change.
5648 2006-07-16  Karl Berry  <karl@gnu.org>
5650         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5651         * control.texi: Fix bad page breaks through chapter 10 (control).
5653         * anti.texi (Antinews): Reorder face-attribute fns to avoid
5654         underfull hbox.
5656 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
5658         * text.texi (Special Properties): Describe fontified text property
5659         in relation to a character (not text).
5661 2006-07-15  Kim F. Storm  <storm@cua.dk>
5663         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5664         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5665         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5667         * anti.texi (Antinews): Mention redisplay function.
5668         The kbd macro existed, but was not documented, before 22.x.
5669         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5671 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
5673         * display.texi (Displaying Messages): Add anchor.
5675         * frames.texi (Dialog Boxes): Use it.
5677 2006-07-12  Richard Stallman  <rms@gnu.org>
5679         * objects.texi (Frame Type): Explain nature of frames better.
5681         * frames.texi (Frames): Explain nature of frames better.
5683 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
5685         * tips.texi (Coding Conventions): Explain why use cl at compile time.
5687 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5689         * frames.texi (Window System Selections): Mention scrap support for Mac.
5690         Default value of x-select-enable-clipboard is t on Mac.
5692         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5694 2006-07-11  Kim F. Storm  <storm@cua.dk>
5696         * display.texi (Forcing Redisplay): Add `redisplay' function.
5697         Don't mention (sit-for -1) -- use (redisplay t) instead.
5699         * commands.texi (Waiting): (sit-for -1) is no longer special.
5700         (sit-for 0) is equivalent to (redisplay).
5701         Iconifying/deiconifying no longer makes sit-for return.
5703 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5705         * display.texi (Buttons): Fix typo.
5707         * index.texi, elisp.texi (New Symbols): Comment node out.
5709 2006-07-09  Richard Stallman  <rms@gnu.org>
5711         * display.texi (Truncation): Clean up previous change.
5713 2006-07-08  Richard Stallman  <rms@gnu.org>
5715         * commands.texi (Interactive Call): Use 3 as prefix in example
5716         for execute-extended-command.
5718         * display.texi (Attribute Functions): Move paragraph about
5719         compatibility with Emacs < 21.
5721 2006-07-09  Kim F. Storm  <storm@cua.dk>
5723         * display.texi (Refresh Screen): Clarify force-window-update.
5724         (Truncation): "Normally" indicated by fringe arrows.
5726 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5728         * windows.texi (Textual Scrolling, Resizing Windows):
5729         * variables.texi (Constant Variables):
5730         * text.texi (Buffer Contents, Deletion, Changing Properties)
5731         (Property Search, Special Properties, Sticky Properties)
5732         (Links and Mouse-1, Fields, Change Hooks):
5733         * syntax.texi (Syntax Table Functions, Parsing Expressions)
5734         (Categories):
5735         * symbols.texi (Other Plists):
5736         * streams.texi (Output Variables):
5737         * processes.texi (Input to Processes, Query Before Exit):
5738         * positions.texi (Word Motion, Text Lines, List Motion):
5739         * os.texi (Init File, System Environment, Sound Output)
5740         (Session Management):
5741         * nonascii.texi (Text Representations, Character Sets)
5742         (Chars and Bytes, Locales):
5743         * modes.texi (Defining Minor Modes, Header Lines):
5744         * minibuf.texi (Minibuffer Contents):
5745         * markers.texi (Information from Markers):
5746         * lists.texi (List Elements, Building Lists, Association Lists):
5747         * keymaps.texi (Tool Bar):
5748         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5749         * functions.texi (What Is a Function, Mapping Functions):
5750         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5751         (Color Names, Text Terminal Colors, Display Feature Testing):
5752         * files.texi (Visiting Functions, File Name Components)
5753         (Unique File Names, Contents of Directories):
5754         * display.texi (Forcing Redisplay, Displaying Messages)
5755         (Temporary Displays, Font Selection, Auto Faces)
5756         (Font Lookup, Fringe Indicators, Display Margins)
5757         (Image Descriptors, Showing Images, Image Cache, Button Types)
5758         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5759         (Display Table Format, Glyphs):
5760         * control.texi (Iteration):
5761         * commands.texi (Command Loop Info, Adjusting Point):
5762         * backups.texi (Making Backups, Auto-Saving):
5763         Remove @tindex entries.
5765 2006-07-07  Kim F. Storm  <storm@cua.dk>
5767         * display.texi (Fringe Cursors): Fix typo.
5768         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5769         (Overlay Arrow): Default is overlay-arrow fringe indicator.
5771 2006-07-05  Richard Stallman  <rms@gnu.org>
5773         * text.texi (Buffer Contents): Add example of text props
5774         in result of buffer-substring.
5775         (Text Properties): Explain better about use of specific property names.
5776         (Property Search): Some cleanups; reorder some functions.
5778         * keymaps.texi (Changing Key Bindings): Cleanup.
5779         Add xref to Key Binding Conventions.
5781         * display.texi (Attribute Functions): Add examples for
5782         face-attribute-relative-p.
5784         * tips.texi (Coding Conventions): Cleanup last change.
5786 2006-07-05  Karl Berry  <karl@gnu.org>
5788         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5789         Remove @setchapternewpage odd.
5790         Result is 1013 pages, down from 1100.
5792         * anti.texi, customize.texi, display.texi, internals.texi:
5793         * minibuf.texi, modes.texi, tips.texi:
5794         Fix overfull/underfull boxes.
5796 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5798         * edebug.texi (Instrumenting):
5799         Add Edebug-specific findex for eval-buffer.
5800         * loading.texi (Loading):
5801         Replace eval-current-buffer with eval-buffer.
5803 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5805         * locals.texi (Standard Buffer-Local Variables): Update the list
5806         of variables.
5808 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
5810         * files.texi (File Name Completion): Point user to the node
5811         "Reading File Names".
5813 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5815         * files.texi (Contents of Directories): Document case-insensitive
5816         behavior on respective filesystems.
5818         * objects.texi (Character Type): Document that Emacs signals an
5819         error for unsupported Unicode characters specified as \uNNNN.
5821 2006-06-19  Richard Stallman  <rms@gnu.org>
5823         * processes.texi (Bindat Spec): Clarify previous change.
5825 2006-06-16  Richard Stallman  <rms@gnu.org>
5827         * tips.texi (Coding Conventions): Better explain conventions
5828         for definition constructs.
5830         * text.texi (Special Properties): String value of `read-only'
5831         serves as the error message.
5833         * objects.texi (Character Type): Clarify prev. change.
5834         (Non-ASCII in Strings): Mention \u and \U.
5836         * commands.texi (Using Interactive): Explain problem of
5837         markers, etc., in command-history.
5839 2006-06-14  Kim F. Storm  <storm@cua.dk>
5841         * commands.texi (Waiting): Negative arg to sit-for forces
5842         redisplay even if input is pending.
5844         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5845         redisplay.  Remove incorrect example of binding redisplay-dont-pause
5846         around (sit-for 0).
5848 2006-06-13  Richard Stallman  <rms@gnu.org>
5850         * display.texi (Forcing Redisplay): Clarify previous change.
5852 2006-06-13  Romain Francoise  <romain@orebokech.com>
5854         * display.texi (Forcing Redisplay): Fix typo.
5856 2006-06-13  Kim F. Storm  <storm@cua.dk>
5858         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5860 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5862         * tips.texi (Coding Conventions): Add `@end itemize'.
5864 2006-06-10  Richard Stallman  <rms@gnu.org>
5866         * tips.texi (Coding Conventions): Explain use of coding systems
5867         to ensure one decoding for strings.
5869 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
5871         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5872         syntax.
5874 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
5876         * display.texi (Font Selection): Remove description of
5877         clear-face-cache.
5879         * compile.texi (Eval During Compile): Fix a typo.  Add index
5880         entries for possible uses of eval-when-compile.
5882 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
5884         * display.texi (Abstract Display): Fix typo.
5886 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
5888         * minibuf.texi (Minibuffer History) <history-add-new-input>:
5889         Reword variable's description.
5891 2006-06-01  Richard Stallman  <rms@gnu.org>
5893         * windows.texi (Splitting Windows): Clarify splitting nonselected
5894         window.
5896 2006-05-31  Juri Linkov  <juri@jurta.org>
5898         * minibuf.texi (Minibuffer History): Add history-add-new-input.
5900 2006-05-30  Richard Stallman  <rms@gnu.org>
5902         * display.texi (Line Height): Fix errors in description of
5903         default line height and line-height property.
5905         * nonascii.texi (Default Coding Systems): Further clarification.
5907 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5909         * internals.texi (Pure Storage): Mention that an overflow in pure
5910         space causes a memory leak.
5911         (Garbage Collection): If there was an overflow in pure space,
5912         `garbage-collect' returns nil.
5914 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5916         * nonascii.texi (Default Coding Systems): Fix it some more.
5918 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5920         * nonascii.texi (Default Coding Systems): Fix last change.
5922 2006-05-29  Kenichi Handa  <handa@m17n.org>
5924         * nonascii.texi (find-operation-coding-system): Describe the new
5925         argument format (FILENAME . BUFFER).
5927 2006-05-28  Richard Stallman  <rms@gnu.org>
5929         * tips.texi (Coding Conventions): Better explain reasons not to
5930         advise other packages or use `eval-after-load'.
5932 2006-05-29  Kim F. Storm  <storm@cua.dk>
5934         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5935         `bindat-idx' and `bindat-raw' for clarity.
5937 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5939         * processes.texi (Bindat Spec): Expand on `repeat' handler.
5941         * display.texi (Display): Add "Abstract Display" to menu.
5942         (Abstract Display, Abstract Display Functions)
5943         (Abstract Display Example): New nodes.
5944         * elisp.texi (Top): Add "Abstract Display" to menu.
5946 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
5948         * keymaps.texi (Key Sequences): Link to input events definition.
5949         (Format of Keymaps): Delete material duplicated in Keymap Basics.
5951         * files.texi (Changing Files): Document updated argument list for
5952         copy-file.
5954 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5956         * processes.texi (Bindat Functions): Explain term "total length".
5957         Use it in bindat-length and bindat-pack descriptions.
5959 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5961         * tips.texi (Coding Conventions): Advise against using
5962         eval-after-load in packages.  Add an index entry.
5964 2006-05-25  Juri Linkov  <juri@jurta.org>
5966         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5968         * modes.texi (%-Constructs): Add %e, %z, %Z.
5970 2006-05-25  Richard Stallman  <rms@gnu.org>
5972         * elisp.texi (Top): Update subnode menu.
5974         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5975         (Keymaps): Update menu.
5977 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5979         * keymaps.texi (Key Sequences): Some clarifications.
5981 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5983         * processes.texi (Bindat Functions): Say "unibyte string"
5984         explicitly for bindat-unpack and bindat-pack descriptions.
5985         (Bindat Examples): Don't call `string-make-unibyte' in example.
5987 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5989         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5990         Explain string and vector representations of key sequences.
5992         * keymaps.texi (Changing Key Bindings):
5993         * commands.texi (Interactive Codes):
5994         * help.texi (Describing Characters): Refer to it.
5996 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
5998         * frames.texi (Pointer Shape): @end table -> @end defvar.
6000 2006-05-22  Richard Stallman  <rms@gnu.org>
6002         * elisp.texi (Top): Update subnode menus.
6004         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6005         Contents rewritten; material from old Pointer Shape node moved here.
6007         * display.texi (Pointer Shape): Node deleted.
6008         (Image Descriptors): Minor cleanup.
6010 2006-05-21  Richard Stallman  <rms@gnu.org>
6012         * syntax.texi (Parsing Expressions): Update info on which STATE
6013         elements are ignored.
6015 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6017         * hooks.texi (Standard Hooks): Correct typo.
6019         * gpl.texi (GPL): ifinfo -> ifnottex.
6021 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
6023         * searching.texi (Simple Match Data): Warn about match data being
6024         set anew by every search.
6026 2006-05-17  Richard Stallman  <rms@gnu.org>
6028         * minibuf.texi (Minibuffer History): Clarify.
6030         * searching.texi (Regexp Special): Clarify nested regexp warning.
6032 2006-05-16  Kim F. Storm  <storm@cua.dk>
6034         * minibuf.texi (Minibuffer History): Update add-to-history.
6036 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
6038         * nonascii.texi (Explicit Encoding):
6039         Fix typo (encoding<->decoding).
6041 2006-05-14  Richard Stallman  <rms@gnu.org>
6043         * buffers.texi (Creating Buffers): Cleanup.
6045         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6047 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
6049         * buffers.texi (Current Buffer): Document that with-temp-buffer
6050         disables undo.
6052         * os.texi (Terminal-Specific): More accurate description of how
6053         Emacs searches for the terminal-specific libraries.
6055 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
6057         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6058         emacs-xtra to @inforef's.
6060         * text.texi (Undo): Document that undo is turned off in buffers
6061         whose names begin with a space.
6063         * buffers.texi (Buffer Names): Add index entries for buffers whose
6064         names begin with a space.
6065         (Creating Buffers): Document that undo is turned off in buffers
6066         whose names begin with a space.
6068         * files.texi (Visiting Functions, Reading from Files)
6069         (Saving Buffers): Mention code and EOL conversions by file I/O
6070         primitives and subroutines.
6072         * nonascii.texi (Lisp and Coding Systems):
6073         Document coding-system-eol-type.  Add index entries for eol conversion.
6075         * display.texi (Defining Faces): Mention `mac', and add an xref to
6076         where window-system is described.
6078 2006-05-10  Richard Stallman  <rms@gnu.org>
6080         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6082 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6084         * variables.texi (File Local Variables): Recommend to quote lambda
6085         expressions in safe-local-variable property.
6087 2006-05-09  Richard Stallman  <rms@gnu.org>
6089         * variables.texi (File Local Variables):
6090         Document safe-local-eval-forms and safe-local-eval-function.
6092 2006-05-07  Kim F. Storm  <storm@cua.dk>
6094         * minibuf.texi (Minibuffer History): Remove keep-dups arg
6095         from add-to-history.
6097 2006-05-07  Romain Francoise  <romain@orebokech.com>
6099         * commands.texi (Event Input Misc):
6100         * compile.texi (Eval During Compile):
6101         * internals.texi (Buffer Internals):
6102         * minibuf.texi (Initial Input):
6103         * nonascii.texi (Scanning Charsets):
6104         * numbers.texi (Comparison of Numbers):
6105         * windows.texi (Textual Scrolling, Vertical Scrolling):
6106         Fix various typos.
6108 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6110         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6111         conditional xref's to either emacs or emacs-xtra, depending on
6112         @iftex/@ifnottex.
6114         * minibuf.texi (Minibuffer History): Document add-to-history.
6116 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
6118         * internals.texi (Pure Storage): Mention the pure overflow message
6119         at startup.
6121 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
6123         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6124         (Searching Keymaps): Fix pseudo-Lisp description of keymap
6125         search.
6127 2006-05-01  Richard Stallman  <rms@gnu.org>
6129         * intro.texi (nil and t): Clarify.
6131         * variables.texi (File Local Variables): Suggest using booleanp.
6133 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
6135         * objects.texi (Type Predicates): Fix typos.
6137 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6139         * intro.texi (nil and t): Add booleanp.
6141         * objects.texi (Type Predicates): Add links for booleanp and
6142         string-or-null-p.
6144 2006-04-29  Richard Stallman  <rms@gnu.org>
6146         * modes.texi (Multiline Font Lock): Rename from
6147         Multi line Font Lock Elements.  Much clarification.
6148         (Font Lock Multiline, Region to Fontify): Much clarification.
6150 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * variables.texi (File Local Variables): Remove the special case t for
6153         safe-local-variable.
6155 2006-04-26  Richard Stallman  <rms@gnu.org>
6157         * syntax.texi (Parsing Expressions): Minor cleanup.
6159 2006-04-18  Richard Stallman  <rms@gnu.org>
6161         * tips.texi (Coding Conventions): Explain when the package's
6162         prefix should appear later on (not at the start of the name).
6164         * searching.texi (String Search): Clarify effect of NOERROR.
6166         * modes.texi (Imenu): Clarify what special items do.
6168         * hooks.texi (Standard Hooks): Delete text about old hook names.
6170 2006-04-17  Romain Francoise  <romain@orebokech.com>
6172         * variables.texi (Local Variables): Update the default value of
6173         `max-specpdl-size'.
6175 2006-04-15  Michael Olson  <mwolson@gnu.org>
6177         * processes.texi (Transaction Queues): Mention the new optional
6178         `delay-question' argument for `tq-enqueue'.
6180 2006-04-13  Bill Wohler  <wohler@newt.com>
6182         * customize.texi (Common Keywords): Use dotted notation for
6183         :package-version value.  Specify its values.  Improve documentation
6184         for customize-package-emacs-version-alist.
6186 2006-04-12  Bill Wohler  <wohler@newt.com>
6188         * customize.texi (Common Keywords): Move description of
6189         customize-package-emacs-version-alist to @defvar.
6191 2006-04-10  Bill Wohler  <wohler@newt.com>
6193         * customize.texi (Common Keywords): Add :package-version.
6195 2006-04-10  Kim F. Storm  <storm@cua.dk>
6197         * text.texi (Buffer Contents): Add NOPROPS arg to
6198         filter-buffer-substring.
6200 2006-04-08  Kevin Ryde  <user42@zip.com.au>
6202         * os.texi (Command-Line Arguments): Update xref to emacs manual
6203         "Command Arguments" -> "Emacs Invocation", per change there.
6205 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
6207         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6208         be on one line to help makeinfo not render two spaces after the dot.
6210 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
6212         * strings.texi (Predicates for Strings): Add string-or-null-p.
6214 2006-03-28  Kim F. Storm  <storm@cua.dk>
6216         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6217         remarks about systems that don't support fractional seconds.
6219 2006-03-25  Karl Berry  <karl@gnu.org>
6221         * elisp.texi: Use @copyright{} instead of (C), and do not indent
6222         the year list.
6224 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
6226         * display.texi (Fringe Indicators): Fix typos.
6228 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
6230         * tips.texi (Documentation Tips): One can now also write `program'
6231         in front of a quoted symbol in a docstring to prevent making a
6232         hyperlink.
6234 2006-03-19  Alan Mackenzie  <acm@muc.de>
6236         * text.texi (Special Properties): Clarify `fontified' property.
6238 2006-03-16  Richard Stallman  <rms@gnu.org>
6240         * display.texi (Defining Images): Minor cleanup.
6242 2006-03-16  Bill Wohler  <wohler@newt.com>
6244         * display.texi (Defining Images): In image-load-path-for-library,
6245         prefer user's images.
6247 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6249         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6251 2006-03-15  Bill Wohler  <wohler@newt.com>
6253         * display.texi (Defining Images): Fix example in
6254         image-load-path-for-library by not recommending that one binds
6255         image-load-path.  Just defvar it to placate compiler and only use
6256         it if previously defined.
6258 2006-03-14  Bill Wohler  <wohler@newt.com>
6260         * display.texi (Defining Images): In image-load-path-for-library,
6261         always return list of directories.  Update example.
6263 2006-03-14  Alan Mackenzie  <acm@muc.de>
6265         * modes.texi: New node, "Region to Fontify" (for Font Lock).
6266         This describes font-lock-extend-region-function.
6267         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6268         the new node "Region to Fontify".
6270 2006-03-13  Richard Stallman  <rms@gnu.org>
6272         * display.texi (Invisible Text): The impossible position is
6273         now before the invisible text, not after.
6274         (Defining Images): Clean up last change.
6276 2006-03-11  Bill Wohler  <wohler@newt.com>
6278         * display.texi (Defining Images): Add image-load-path-for-library.
6280 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
6282         * text.texi (Adaptive Fill): Fix Texinfo usage.
6284         * strings.texi (Creating Strings): Fix Texinfo usage.
6286         * searching.texi (Regexp Special): Use @samp for regular
6287         expressions that are not in Lisp syntax.
6289 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
6291         * searching.texi (Regexp Special): Put remark between parentheses
6292         to avoid misreading.
6294 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
6296         * searching.texi (Syntax of Regexps): More accurately describe
6297         which characters are special in which situations.
6298         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6299         are not special.  Describe in detail when `[' and `]' are special.
6300         (Regexp Backslash): Plenty of regexps with unbalanced square
6301         brackets are valid, so reword that statement.
6303 2006-03-02  Kim F. Storm  <storm@cua.dk>
6305         * keymaps.texi (Tool Bar): Add tool-bar-border.
6307 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
6309         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
6311 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
6313         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6315         * files.texi (Locating Files): Suggest additional values for the
6316         SUFFIXES arg of `locate-file'.  Update pxref.
6318         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6319         (How Programs Do Loading): Discuss the effects of Auto Compression
6320         mode on `load'.
6321         (Load Suffixes): New node.
6322         (Library Search): Delete description of `load-suffixes'; it was
6323         moved to "Load Suffixes".
6324         (Autoload, Named Features): Mention `load-suffixes'.
6326 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6328         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6330         * windows.texi (Window Tree): Fix typo.
6332 2006-02-20  Kim F. Storm  <storm@cua.dk>
6334         * display.texi (Fringe Indicators): New section.
6335         Move indicate-empty-lines, indicate-buffer-boundaries, and
6336         default-indicate-buffer-boundaries here.
6337         Add fringe-indicator-alist and default-fringes-indicator-alist.
6338         Add list of logical fringe indicator symbols.
6339         Update list of standard bitmap names.
6340         (Fringe Cursors): New section.
6341         Move overflow-newline-into-fringe here.
6342         Add fringe-cursor-alist and default-fringes-cursor-alist.
6343         Add list of fringe cursor symbols.
6345 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
6347         * commands.texi (Using Interactive): Fix reference to node
6348         "Minibuffers".
6350 2006-02-19  Richard M. Stallman  <rms@gnu.org>
6352         * minibuf.texi (High-Level Completion):
6353         Add xref to read-input-method-name.
6355         * files.texi (Relative File Names): Move file-relative-name here.
6356         (File Name Expansion): From here.  Minor clarifications.
6358         * commands.texi (Using Interactive): Add xrefs about reading input.
6359         Clarify remarks about that moving point and mark.
6360         Put string case before list case.
6362 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
6364         * display.texi (Other Display Specs, Image Descriptors):
6365         Revert erroneous changes.  The previous description of
6366         image-descriptors as `(image . PROPS)' was correct.
6368 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6370         * variables.texi (File Local Variables): Clarifications.
6372 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6374         * variables.texi (File Local Variables): Use @code for a cons
6375         cell, not @var.
6377 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6379         * variables.texi (File Local Variables): Document new file local
6380         variable behavior.
6382 2006-02-10  Kim F. Storm  <storm@cua.dk>
6384         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6386 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
6388         * modes.texi (%-Constructs): Remove obsolete info about
6389         `global-mode-string'.
6391 2006-02-07  Richard M. Stallman  <rms@gnu.org>
6393         * commands.texi (Prefix Command Arguments): Minor cleanup.
6395         * display.texi: "Graphical display", not window system.
6397         * functions.texi (What Is a Function): Fix xref.
6399         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6400         (Changing Key Bindings): Clarify when remapping is better than
6401         substitute-key-definition.
6403 2006-02-02  Richard M. Stallman  <rms@gnu.org>
6405         * minibuf.texi (Basic Completion): Completion alists are risky.
6407         * keymaps.texi (Active Keymaps): Clarifications.
6408         (Searching Keymaps): New node.
6409         (Keymaps): Update menu.
6411         * frames.texi (Layout Parameters): Minor clarification.
6412         (Drag and Drop): New node.
6413         (Frames): Update menu.
6415 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
6417         * display.texi (Other Display Specs, Image Descriptors):
6418         Image description is a list, not a cons cell.
6420 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6422         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6423         list is not necessarily a list).
6425 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6427         * frames.texi (Layout Parameters): border-width and
6428         internal-border-width belong to the frame, not the window.
6430 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6432         * nonascii.texi (Translation of Characters): Search cmds use
6433         translation-table-for-input.  Automatically made local.
6435         * markers.texi (Overview of Markers): Count insertion type
6436         as one of a marker's attributes.
6438         * keymaps.texi (Controlling Active Maps): New node, split out of
6439         Active Keymaps.
6440         (Keymaps): Menu updated.
6441         (Active Keymaps): Give pseudocode to explain how the active
6442         maps are searched.  current-active-maps and key-binding moved here.
6443         (Functions for Key Lookup): current-active-maps and key-binding moved.
6444         Clarifications.
6445         (Searching the Keymaps): New subnode.
6447         * elisp.texi (Top): Menu clarification.
6449         * display.texi (Other Display Specs): Delete duplicate entry for
6450         just a string as display spec.  Move text about recursive display
6451         specs on such a string.
6453         * commands.texi (Key Sequence Input): Clarify.
6454         Move num-nonmacro-input-events out.
6455         (Reading One Event): num-nonmacro-input-events moved here.
6457 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
6459         * advice.texi (Simple Advice): Update example to fit argument
6460         change in previous-line.
6462 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6464         * markers.texi (The Mark): Fix in `mark'.
6466 2006-01-04  Richard M. Stallman  <rms@gnu.org>
6468         * processes.texi (Misc Network, Make Network): Minor cleanups.
6470 2006-01-04  Kim F. Storm  <storm@cua.dk>
6472         * processes.texi (Make Network): Add IPv6 addresses and handling.
6473         (Network Feature Testing): Mention (:family ipv6).
6474         (Misc Network): Add IPv6 formats to format-network-address.
6476 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6478         * text.texi (Changing Properties):
6479         Don't use return value of set-text-properties.
6481 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6483         * modes.texi (Mode Line Format): Correct typo in menu.
6485 2005-12-29  Richard M. Stallman  <rms@gnu.org>
6487         * modes.texi (Mode Line Top): New node.
6488         (Mode Line Data): Some text moved to new node.
6489         Explain the data structure more concretely.
6490         (Mode Line Basics): Clarifications.
6491         (Mode Line Variables): Clarify intro paragraph.
6492         (%-Constructs): Clarify intro paragraph.
6493         (Mode Line Format): Update menu.
6495 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6497         * minibuf.texi (Basic Completion): Update lazy-completion-table
6498         examples for removal of ARGS argument.
6500 2005-12-23  Richard M. Stallman  <rms@gnu.org>
6502         * text.texi (Undo): Restore some explanation from the version
6503         that was deleted.
6505 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
6507         * text.texi (Undo): Remove duplicate descriptions of `apply
6508         funname' and `apply delta' elements of the undo list.
6510 2005-12-20  Richard M. Stallman  <rms@gnu.org>
6512         * help.texi (Help Functions): Update documentation of `apropos'.
6514 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
6516         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6517         because it is confusing.  If the :help-echo keyword is a function,
6518         it is not directly used as the :help-echo overlay property, as the
6519         xref seems to suggest (it does not take the appropriate args).
6521 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6523         * customize.texi (Common Keywords): Fix Texinfo usage.
6524         (Group Definitions, Variable Definitions): Update for new
6525         conventions for using `*' in docstrings.
6527         * tips.texi (Documentation Tips): Update for new conventions for
6528         using `*' in docstrings.
6530 2005-12-16  Richard M. Stallman  <rms@gnu.org>
6532         * minibuf.texi (Minibuffer Contents): Minor cleanup.
6534 2005-12-16  Juri Linkov  <juri@jurta.org>
6536         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6538 2005-12-14  Romain Francoise  <romain@orebokech.com>
6540         * modes.texi (Customizing Keywords): Rename `append' to `how'.
6541         Fix typo.
6543 2005-12-11  Juri Linkov  <juri@jurta.org>
6545         * minibuf.texi (Completion Commands): Add mention of read-file-name
6546         for filename completion keymaps.
6547         (Reading File Names): Add mention of filename completion keymaps
6548         for read-file-name and xref to `Completion Commands'.
6550 2005-12-10  Richard M. Stallman  <rms@gnu.org>
6552         * customize.texi (Common Keywords): State caveats for use of :tag.
6554 2005-12-08  Richard M. Stallman  <rms@gnu.org>
6556         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6557         with xrefs and better explanation.
6558         (Completion Commands): Add the filename completion maps.
6560         * objects.texi (Character Type): Clarify that \s is not space
6561         if a dash follows.
6563 2005-12-05  Richard M. Stallman  <rms@gnu.org>
6565         * windows.texi (Resizing Windows): Delete preserve-before args.
6567 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6569         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6570         in full keymaps, since the quirk has been fixed.
6572 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6574         * hooks.texi (Standard Hooks): Add index entries.
6575         Mention `compilation-finish-functions'.
6577 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6579         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6581 2005-11-21  Juri Linkov  <juri@jurta.org>
6583         * customize.texi (Common Keywords): Update links types
6584         custom-manual and url-link.  Add link types emacs-library-link,
6585         file-link, function-link, variable-link, custom-group-link.
6587 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6589         * display.texi: Revert 2005-11-20 change.
6591 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6593         * processes.texi (Bindat Functions):
6594         Say "third" to refer to zero-based index "2".
6596 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
6598         * loading.texi (Library Search): Update the default value of
6599         `load-suffixes'.
6601 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6603         * display.texi (Attribute Functions): Mention :ignore-defface.
6605 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6607         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6608         (Minor Mode Conventions): Mention the use of a hook.
6610 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6612         * files.texi (Magic File Names): find-file-name-handler checks the
6613         `operations' property of the handler.
6615 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6617         * variables.texi (Frame-Local Variables): Small clarification.
6619 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6621         * os.texi (Init File): Document ~/.emacs.d/init.el.
6623 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6625         * internals.texi (Garbage Collection): Document memory-full.
6627 2005-10-28  Bill Wohler  <wohler@newt.com>
6629         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6630         for URLs.
6632 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6634         * minibuf.texi (Completion Commands): Clean up prev change.
6636 2005-10-26  Kevin Ryde  <user42@zip.com.au>
6638         * compile.texi (Eval During Compile): Explain recommended uses
6639         of eval-when-compile and eval-and-compile.
6641 2005-10-27  Masatake YAMATO  <jet@gyve.org>
6643         * minibuf.texi (Completion Commands):
6644         Write about new optional argument for `display-completion-list'.
6646 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6648         * display.texi (Overlay Arrow): Clarify about local bindings of
6649         overlay-arrow-position.
6651 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6653         * internals.texi (Building Emacs): Fix last change.
6655 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6657         * internals.texi (Building Emacs): Document eval-at-startup.
6659 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6661         * loading.texi (Where Defined): load-history contains abs file names.
6662         symbol-file returns abs file names.
6664 2005-10-19  Kim F. Storm  <storm@cua.dk>
6666         * display.texi (Showing Images): Add max-image-size integer value.
6668 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6670         * display.texi (Showing Images): Document max-image-size.
6672 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6674         * commands.texi (Quitting): Minor clarification.
6676         * processes.texi (Sentinels): Clarify about output and quitting.
6677         (Filter Functions): Mention with-local-quit.
6679 2005-10-17  Juri Linkov  <juri@jurta.org>
6681         * buffers.texi (Current Buffer):
6682         * commands.texi (Event Input Misc):
6683         * compile.texi (Eval During Compile, Compiler Errors):
6684         * customize.texi (Group Definitions):
6685         * display.texi (Progress, Defining Faces):
6686         * files.texi (Writing to Files):
6687         * modes.texi (Mode Hooks, Defining Minor Modes):
6688         * streams.texi (Output Functions):
6689         * syntax.texi (Syntax Table Functions):
6690         * text.texi (Change Hooks):
6691         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6693         * commands.texi (Quitting): Replace arg `forms' with `body' in
6694         `with-local-quit'.
6696         * positions.texi (Excursions): Replace arg `forms' with `body' in
6697         `save-excursion'.
6699 2005-10-08  Kim F. Storm  <storm@cua.dk>
6701         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6702         Rename manual section accordingly.
6704 2005-10-04  Kim F. Storm  <storm@cua.dk>
6706         * windows.texi (Window Split Tree): New section describing
6707         new function window-split-tree function.
6709 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
6711         * display.texi (Fringe Size/Pos): Simplify and add detail.
6713 2005-09-30  Romain Francoise  <romain@orebokech.com>
6715         * minibuf.texi (High-Level Completion): Explain that the prompt
6716         given to `read-buffer' should end with a colon and a space.
6717         Update usage examples.
6719 2005-09-29  Juri Linkov  <juri@jurta.org>
6721         * display.texi (Displaying Messages): Rename argument name
6722         `string' to `format-string' in functions `message', `message-box',
6723         `message-or-box'.
6725 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
6727         * errors.texi (Standard Errors): Correct xrefs.
6729 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6731         * display.texi (Defining Images): Update documentation for
6732         `image-load-path'.
6734 2005-09-17  Richard M. Stallman  <rms@gnu.org>
6736         * display.texi (Defining Images): Clean up previous change.
6738 2005-09-16  Romain Francoise  <romain@orebokech.com>
6740         * elisp.texi: Specify GFDL version 1.2.
6742         * doclicense.texi (GNU Free Documentation License): Update to
6743         version 1.2.
6745 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6747         * display.texi (Defining Images): Document `image-load-path'.
6749 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6751         * objects.texi (Printed Representation): Minor cleanup.
6752         (Box Diagrams): Minor fix.
6753         (Cons Cell Type): Move (...) index item here.
6754         (Box Diagrams): From here.
6755         (Array Type): Minor fix.
6756         (Type Predicates): Delete index "predicates".
6757         (Hash Table Type): Clarify xref.
6758         (Dotted Pair Notation): Minor fix.
6760 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
6762         * files.texi (Saving Buffers): Fix typo.
6764 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6766         * tips.texi (Programming Tips): Correct the "default" prompt spec.
6768 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6770         * locals.texi (Standard Buffer-Local Variables): Don't include
6771         mode variables for minor modes.
6772         Fix xrefs for buffer-display-count, buffer-display-table,
6773         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6774         enable-multibyte-characters, fill-column, header-line-format,
6775         left-fringe-width, left-margin, and right-fringe-width.
6777         * hooks.texi (Standard Hooks): All hooks should conform to the
6778         standard naming convention now.
6779         Fix xref for `echo-area-clear-hook'.
6781         * display.texi (Usual Display): Note that indicate-empty-lines and
6782         tab-width are buffer-local.
6784         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6786         * modes.texi (Mode Help): Note that major-mode is buffer-local.
6788         * nonascii.texi (Encoding and I/O): Note that
6789         buffer-file-coding-system is buffer-local.
6791         * positions.texi (List Motion): Note that defun-prompt-regexp is
6792         buffer-local.
6794         * text.texi (Auto Filling): Note that auto-fill-function is
6795         buffer-local.
6796         (Undo): Note that buffer-undo-list is buffer-local.
6798         * windows.texi (Buffers and Windows):
6799         Document buffer-display-count.
6801 2005-09-06  Richard M. Stallman  <rms@gnu.org>
6803         * tips.texi (Coding Conventions): Sometimes it is ok to put the
6804         package prefix elsewhere than at the start of the name.
6806 2005-09-03  Richard M. Stallman  <rms@gnu.org>
6808         * tips.texi (Programming Tips): Add conventions for minibuffer
6809         questions and prompts.
6811 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
6813         * intro.texi (nil and t): Minor cleanup.
6814         Delete spurious mention of keyword symbols.
6815         (Evaluation Notation): Add index entry.
6816         (A Sample Function Description): Minor cleanup.
6817         (A Sample Variable Description): Not all vars can be set.
6819 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
6821         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6823         (Insertion): Document precise type of `insert-char' arg COUNT.
6825 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6827         * modes.texi (Other Font Lock Variables): Sync the default of
6828         font-lock-lines-before.
6830 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6832         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6834 2005-08-29  Richard M. Stallman  <rms@gnu.org>
6836         * elisp.texi (Top): Update subnode menu.
6838         * searching.texi (Searching and Matching): Move node.
6839         Rearrange contents and add overall explanation.
6840         (Searching and Case): Move node.
6841         (Searching and Matching): Update menu.
6843 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
6845         * os.texi (Startup Summary): Fix the description of the initial
6846         startup message display.
6848 2005-08-25  Richard M. Stallman  <rms@gnu.org>
6850         * searching.texi (Search and Replace): Add replace-regexp-in-string.
6852 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
6854         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6855         `next-overlay-change' example.
6857 2005-08-22  Juri Linkov  <juri@jurta.org>
6859         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6860         Fix invert-face.  Fix args of face-background.
6862         * display.texi (Standard Faces): Delete node.
6863         (Faces): Add xref to `(emacs)Standard Faces'.
6864         (Displaying Faces): Fix xref to `Standard Faces'.
6866         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6868 2005-08-20  Alan Mackenzie  <acm@muc.de>
6870         * buffers.texi (The Buffer List): Clarify the manipulation of the
6871         buffer list.
6873 2005-08-14  Richard M. Stallman  <rms@gnu.org>
6875         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6876         a regexp.
6878 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6880         * elisp.texi (Top): Update subnode lists.
6882         * display.texi (Inverse Video): Node deleted.
6884         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6885         New nodes split out of Coding Conventions.
6887         * searching.texi (Regular Expressions): Document re-builder.
6889         * os.texi (Time Parsing): New node split out of Time Conversion.
6891         * processes.texi (Misc Network, Network Feature Testing)
6892         (Network Options, Make Network): New nodes split out of
6893         Low-Level Network.
6895 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6897         * frames.texi (Geometry): New node, split from Size and Position.
6898         (Frame Parameters): Refer to Geometry.
6900         * buffers.texi (The Buffer List): Fix xrefs.
6902         * windows.texi (Splitting Windows): Fix xref.
6904         * frames.texi (Layout Parameters): Add xref.
6906         * display.texi (Line Height, Scroll Bars): Fix xrefs.
6908         * keymaps.texi (Menu Bar): Fix xref.
6910         * locals.texi (Standard Buffer-Local Variables): Fix xref.
6912         * modes.texi (%-Constructs): Fix xref.
6914         * frames.texi (Window Frame Parameters): Node split up.
6915         (Basic Parameters, Position Parameters, Size Parameters)
6916         (Layout Parameters, Buffer Parameters, Management Parameters)
6917         (Cursor Parameters, Color Parameters): New subnodes.
6919 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6921         * positions.texi (Screen Lines): Update xref for previous change
6922         in minibuf.texi.
6924         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6925         change in minibuf.texi.
6927 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6929         * tips.texi (Coding Conventions): Minor cleanup.
6931         * modes.texi (Defining Minor Modes): Explain when init-value
6932         can be non-nil.
6934         * elisp.texi (Top): Update submenu for Minibuffer.
6936         * minibuf.texi (Minibuffer Misc): Node split up.
6937         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6938         (Recursive Mini): New nodes split out from Minibuffer Misc.
6939         (Minibuffer Misc): Document max-mini-window-height.
6941         * hash.texi (Defining Hash): Delete stray paren in example.
6943         * display.texi (Echo Area Customization): Don't define
6944         max-mini-window-height here; xref instead.
6946         * commands.texi (Event Input Misc): Update while-no-input.
6948         * advice.texi (Advising Functions): Explain when to use advice
6949         and when to use a hook.
6951 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
6953         * makefile.w32-in (info): Don't run install-info.
6954         ($(infodir)/dir): New target, produced by running install-info.
6956 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
6958         * modes.texi (Defining Minor Modes): The keyword for the initial
6959         value is :init-value, not :initial-value.
6961 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
6963         * loading.texi (Autoload): Make the `doctor' example be consistent
6964         with what's in current loaddefs.el.  Describe the "fn" magic in
6965         the usage portion of the doc string.
6967 2005-07-22  Richard M. Stallman  <rms@gnu.org>
6969         * internals.texi (Garbage Collection): Clarify previous change.
6971 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6973         * internals.texi (Garbage Collection): Add gc-cons-percentage.
6975 2005-07-18  Juri Linkov  <juri@jurta.org>
6977         * commands.texi (Accessing Events):
6978         * frames.texi (Text Terminal Colors, Resources):
6979         * markers.texi (The Mark):
6980         * modes.texi (Defining Minor Modes):
6981         Delete duplicate duplicate words.
6983 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6985         * display.texi (Managing Overlays): Clarify make-overlay
6986         args for insertion types.
6988 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6990         * customize.texi (Variable Definitions):
6991         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6992         `standard-value' is a list too.
6993         (Defining New Types): Use @key{RET} instead of @key{ret}.
6995 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6997         * os.texi (Translating Input): Fix typo.
6999 2005-07-08  Richard M. Stallman  <rms@gnu.org>
7001         * README: Update edition number and size estimate.
7003         * elisp.texi (VERSION): Set to 2.9.
7005 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7007         * book-spine.texinfo: Update Emacs version.
7009         * display.texi (Inverse Video): Delete mode-line-inverse-video.
7011 2005-07-06  Richard M. Stallman  <rms@gnu.org>
7013         * searching.texi (Regexp Search): Clarify what re-search-forward
7014         does when the search fails.
7016 2005-07-05  Lute Kamstra  <lute@gnu.org>
7018         * Update FSF's address in GPL notices.
7020         * doclicense.texi (GNU Free Documentation License):
7021         * gpl.texi (GPL):
7022         * tips.texi (Coding Conventions, Library Headers):
7023         * vol1.texi:
7024         * vol2.texi: Update FSF's address.
7026 2005-07-04  Richard M. Stallman  <rms@gnu.org>
7028         * hooks.texi (Standard Hooks): Add occur-hook.
7030 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7032         * display.texi (The Echo Area): Correct menu.
7034 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7036         * elisp.texi (Top): Update subnode menu for Display.
7038         * display.texi (Displaying Messages): New node, with most
7039         of what was in The Echo Area.
7040         (Progress): Move under The Echo Area.
7041         (Logging Messages): New node with new text.
7042         (Echo Area Customization): New node, the rest of what was
7043         in The Echo Area.  Document message-truncate-lines with @defvar.
7044         (Display): Update menu.
7046         * windows.texi (Textual Scrolling): Doc 3 values for
7047         scroll-preserve-screen-position.
7049         * text.texi (Special Properties): Change hook functions
7050         should bind inhibit-modification-hooks around altering buffer text.
7052         * keymaps.texi (Key Binding Commands): Call binding BINDING
7053         rather than DEFINITION.
7055 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
7057         * variables.texi (Defining Variables): `user-variable-p' returns t
7058         for aliases of user options, nil for alias loops.
7060 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7062         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7063         make-keymap.
7065 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7067         * variables.texi (Setting Variables): Correct and clarify
7068         description of `add-to-ordered-list'.
7070 2005-06-26  Richard M. Stallman  <rms@gnu.org>
7072         * display.texi (Faces): Minor cleanup.
7074 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7076         * display.texi (Faces): `facep' returns t for strings that are
7077         face names.
7079 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7081         * objects.texi (Equality Predicates): Clarify meaning of equal.
7083         * windows.texi (Selecting Windows): save-selected-window
7084         and with-selected-window save and restore the current buffer.
7086 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7088         * numbers.texi (Float Basics): Explain how to test for NaN,
7089         and printing the sign of NaNs.
7091 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7093         * makefile.w32-in (MAKEINFO): Use --force.
7095 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7097         * display.texi (Face Functions): Correct Texinfo usage.
7099 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7101         * lists.texi (Rings): `ring-elements' now returns the elements of
7102         RING in order.
7104 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7106         * markers.texi (The Mark): Texinfo usage fix.
7108 2005-06-23  Kim F. Storm  <storm@cua.dk>
7110         * searching.texi (Entire Match Data): Remove evaporate option for
7111         match-data.  Do not mention evaporate option for set-match-data.
7113 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7115         * display.texi (Face Functions): Mention face aliases.
7117 2005-06-21  Richard M. Stallman  <rms@gnu.org>
7119         * anti.texi (Antinews): Texinfo usage fix.
7121 2005-06-21  Karl Berry  <karl@gnu.org>
7123         * elisp.texi: Use @copying.
7125         * elisp.texi: Put @summarycontents and @contents before the Top
7126         node, instead of the end of the file, so that the contents appear
7127         in the right place in the dvi/pdf output.
7129 2005-06-21  Juri Linkov  <juri@jurta.org>
7131         * display.texi (Defining Faces): Add `customized-face'.
7133 2005-06-20  Kim F. Storm  <storm@cua.dk>
7135         * variables.texi (Setting Variables): Any type of element can be
7136         given order in add-to-ordered-list.  Compare elements with eq.
7138         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7140 2005-06-20  Karl Berry  <karl@gnu.org>
7142         * syntax.texi (Syntax Flags): Make last column very slightly wider
7143         to avoid "generic comment" breaking on two lines and causing an
7144         underfull box.
7146 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
7148         * lists.texi (Rings): Various minor clarifications and corrections.
7150 2005-06-18  Richard M. Stallman  <rms@gnu.org>
7152         * functions.texi (Obsolete Functions): Simplify.
7154         * variables.texi (Variable Aliases): Simplify.
7156         * anti.texi, backups.texi, compile.texi, customization.texi:
7157         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7158         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7159         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7160         * variables.texi: Fix formatting ugliness.
7162         * elisp.texi: Add links to Rings and Byte Packing.
7163         Update version and copyright years.
7165         * minibuf.texi: Fix formatting ugliness.
7166         (Completion Commands): Move keymap vars to the end
7167         and vars completing-read binds to the top.
7169 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7171         * processes.texi: Fix typos.
7172         (Bindat Spec): Correct Texinfo error.
7173         (Byte Packing): Fix ungrammatical sentence.
7175 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
7177         * lists.texi (Rings): New node.
7178         (Lists): Add it to menu.
7180         * processes.texi (Byte Packing): New node.
7181         (Processes): Add it to menu.
7183 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7185         * syntax.texi (Parsing Expressions): Fix texinfo usage.
7187         * help.texi (Documentation Basics): Explain the xref to
7188         Documentation Tips.
7190         * debugging.texi (Debugger Commands): Minor fix.
7192 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
7194         * edebug.texi (Instrumenting): Eliminate duplicate link.
7195         (Specification List): Replace references to "below", referring to
7196         a later node, with one @ref to that node.
7198         * os.texi (Timers): Timers should save and restore the match data
7199         if they change it.
7201         * debugging.texi (Debugger Commands): Mention that the Lisp
7202         debugger can not step through primitive functions.
7204 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7206         * functions.texi (Obsolete Functions): Update argument names of
7207         `make-obsolete' and `define-obsolete-function-alias'.
7209         * variables.texi (Variable Aliases): Update argument names of
7210         `defvaralias', `make-obsolete-variable' and
7211         `define-obsolete-variable-alias'.
7213 2005-06-15  Kim F. Storm  <storm@cua.dk>
7215         * searching.texi (Entire Match Data): Rephrase warnings about
7216         evaporate arg to match-data and set-match-data.
7218 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
7220         * elisp.texi (Top): Update detailed menu.
7222         * edebug.texi (Edebug): Update menu.
7223         (Instrumenting): Update xrefs.
7224         (Edebug Execution Modes): Correct xref.
7225         (Jumping): Clarify description of `h' command.
7226         Eliminate redundant @ref.
7227         (Breaks): New node.
7228         (Breakpoints): Is now a subsubsection.
7229         (Global Break Condition): Mention `C-x X X'.
7230         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
7231         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7232         (Edebug Display Update): Correct pxref.
7233         (Edebug and Macros): New node.
7234         (Instrumenting Macro Calls): Is now a subsubsection.
7235         Neither arg of `def-edebug-spec' is evaluated.
7236         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7237         (Specification Examples): Fix typo.
7239 2005-06-14  Lute Kamstra  <lute@gnu.org>
7241         * debugging.texi (Function Debugging): Primitives can break on
7242         entry too.
7244 2005-06-14  Kim F. Storm  <storm@cua.dk>
7246         * variables.texi (Setting Variables): Add add-to-ordered-list.
7248 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7250         * syntax.texi (Parsing Expressions): Document aux functions and vars of
7251         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7253 2005-06-13  Lute Kamstra  <lute@gnu.org>
7255         * text.texi (Special Properties): Fix cross reference.
7257 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7259         * debugging.texi (Function Debugging): Delete mention of empty
7260         string argument to `cancel-debug-on-entry'.  Delete inaccurate
7261         description of the return value of that command.
7263 2005-06-11  Alan Mackenzie  <acm@muc.de>
7265         * text.texi (Adaptive Fill): Amplify the description of
7266         fill-context-prefix.
7268 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7270         * syntax.texi (Parsing Expressions): Fix Texinfo error.
7272 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7274         * syntax.texi (Parsing Expressions): Document syntax-ppss.
7276 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7278         * debugging.texi (Error Debugging): Minor rewording.
7279         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7280         is optional.
7282 2005-06-10  Lute Kamstra  <lute@gnu.org>
7284         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7285         (Top): Give it a title.  Correct version number.  Give the
7286         detailed node listing a more prominent header.
7287         * intro.texi: Don't set VERSION here a second time.
7288         Mention Emacs's version too.
7289         * anti.texi (Antinews): Use EMACSVER to refer to the current
7290         version of Emacs.
7292 2005-06-09  Kim F. Storm  <storm@cua.dk>
7294         * searching.texi (Entire Match Data): Explain new `reseat' argument to
7295         match-data and set-match-data.
7297 2005-06-08  Richard M. Stallman  <rms@gnu.org>
7299         * searching.texi (Entire Match Data): Clarify when match-data
7300         returns markers and when integers.
7302         * display.texi (Defining Faces): Explain that face name should not
7303         end in `-face'.
7305         * modes.texi (Mode Line Data): Minor cleanup.
7306         (Customizing Keywords): Node split out of Search-based Fontification.
7307         Add example of using font-lock-add-keywords from a hook.
7308         Clarify when MODE should be non-nil, and when nil.
7310 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7312         * modes.texi (Mode Line Data): Explain what happens when the car
7313         of a list is a void symbol.
7314         (Search-based Fontification): Explain MODE arg to
7315         font-lock-add-keywords and warn about calls from major modes.
7317 2005-06-08  Juri Linkov  <juri@jurta.org>
7319         * display.texi (Standard Faces): Add `shadow' face.
7321 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7323         * modes.texi (Major Mode Conventions): A derived mode only needs
7324         to put the call to the parent mode inside `delay-mode-hooks'.
7326 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7328         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7329         new, and what that implies.  Clarify.
7331         * files.texi (Locating Files): Clean up the text.
7333         * frames.texi (Window Frame Parameters): Document user-size.
7334         Shorten entry for top by referring to left.
7336 2005-05-26  Richard M. Stallman  <rms@gnu.org>
7338         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7339         is new, and what the implications are.  Other clarifications.
7341 2005-05-24  Richard M. Stallman  <rms@gnu.org>
7343         * frames.texi (Dialog Boxes): Minor fixes.
7345 2005-05-25  Masatake YAMATO  <jet@gyve.org>
7347         * display.texi (Standard Faces): Write about `mode-line-highlight'.
7349 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7351         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7352         is optional.
7354 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
7356         * frames.texi (Dialog Boxes): Describe new optional argument.
7358 2005-05-23  Lute Kamstra  <lute@gnu.org>
7360         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7361         syntax-begin-function over font-lock-beginning-of-syntax-function.
7363 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
7365         * minibuf.texi (Reading File Names): Update description of
7366         `read-directory-name'.
7368         * modes.texi (Derived Modes): Clarify :group keyword.
7370 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
7372         * files.texi (Locating Files): New subsection.
7373         Describe locate-file and executable-find.
7375 2005-05-21  Kevin Ryde  <user42@zip.com.au>
7377         * frames.texi (Initial Parameters): Update cross reference to
7378         "Emacs Invocation".
7380 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
7382         * keymaps.texi (Active Keymaps): Add anchor.
7384         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7385         (Major Mode Conventions): Refer to `Auto Major Mode' in more
7386         appropriate place.
7387         (Derived Modes): Small clarifications.
7388         (Minor Mode Conventions, Keymaps and Minor Modes):
7389         Replace references to nodes with references to anchors.
7390         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7391         Clarify description of lists whose first element is an integer.
7392         (Mode Line Variables): Add anchor.
7393         (%-Constructs): Clarify description of integer after %.
7394         (Emulating Mode Line): Describe nil value for FACE.
7396 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7398         * modes.texi (Derived Modes): Correct references to non-existing
7399         variable standard-syntax-table.
7401 2005-05-17  Lute Kamstra  <lute@gnu.org>
7403         * modes.texi (Defining Minor Modes): Mention the mode hook.
7405 2005-05-15  Kim F. Storm  <storm@cua.dk>
7407         * processes.texi (Network): Remove open-network-stream-nowait.
7408         (Network Servers): Remove open-network-stream-server.
7410 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
7412         * elisp.texi (Top): Update detailed menu.
7414         * variables.texi: Reorder nodes.
7415         (Variables): Update menu.
7416         (File Local Variables): Do not refer to the `-*-' line as
7417         a "local variables list".  Add pxref.
7419 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7421         * elisp.texi (Top): Update detailed menu for node changes.
7423         * modes.texi (Modes): Update Menu.
7424         (Hooks): Move to beginning of chapter.
7425         Most minor modes run mode hooks too.
7426         `add-hook' can handle void hooks or hooks whose value is a single
7427         function.
7428         (Major Modes): Update Menu.
7429         (Major Mode Basics): New node, split off from `Major Modes'.
7430         (Major Mode Conventions): Correct xref.  Explain how to handle
7431         auto-mode-alist if the major mode command has an autoload cookie.
7432         (Auto Major Mode): Major update.  Add magic-mode-alist.
7433         (Derived Modes): Major update.
7434         (Mode Line Format): Update Menu.
7435         (Mode Line Basics): New node, split off from `Mode Line Format'.
7437         * loading.texi (Autoload): Mention `autoload cookie' as synonym
7438         for `magic autoload comment'.  Add index entries and anchor.
7440 2005-05-14  Richard M. Stallman  <rms@gnu.org>
7442         * tips.texi (Coding Conventions): Explain how important it is
7443         that just loading certain files not change Emacs behavior.
7445         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7447 2005-05-12  Lute Kamstra  <lute@gnu.org>
7449         * modes.texi (Generic Modes): Update.
7450         (Major Modes): Refer to node "Generic Modes".
7452         * elisp.texi (Top): Update to the current structure of the manual.
7453         * processes.texi (Processes): Add menu description.
7454         * customize.texi (Customization): Add menu descriptions.
7456 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7458         * processes.texi (Signals to Processes)
7459         (Low-Level Network): Fix typos.
7461 2005-05-11  Lute Kamstra  <lute@gnu.org>
7463         * elisp.texi (Top): Add some nodes from the chapter "Major and
7464         Minor Modes" to the detailed node listing.
7466 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7468         * keymaps.texi (Extended Menu Items): Menu item filter functions
7469         can be called at any time.
7471 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7473         * variables.texi (File Local Variables): `(hack-local-variables t)'
7474         now also checks whether a mode is specified in the local variables
7475         list.
7477 2005-05-05  Kevin Ryde  <user42@zip.com.au>
7479         * display.texi (The Echo Area): Correct format function cross
7480         reference.
7482 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
7484         * variables.texi (Variable Aliases): Change description of
7485         `define-obsolete-variable-alias'.
7487         * functions.texi (Functions): Add "Obsolete Functions" to menu.
7488         (Defining Functions): Add xref.
7489         (Obsolete Functions): New node.
7490         (Function Safety): Standardize capitalization of section title.
7492         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7493         (Dialog Boxes): Complete description of `x-popup-dialog'.
7495 2005-05-04  Richard M. Stallman  <rms@gnu.org>
7497         * commands.texi (Interactive Codes): Fix Texinfo usage.
7498         Document U more clearly.
7500 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7502         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7503         function and not a macro.
7505         * frames.texi (Pop-Up Menus): Correct and clarify description of
7506         `x-popup-menu'.
7507         (Dialog Boxes): Clarify description of `x-popup-dialog'.
7509 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7511         * edebug.texi (Checking Whether to Stop): Fix previous change.
7513 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7515         * display.texi: Fix typos and Texinfo usage.
7517         * edebug.texi (Checking Whether to Stop): executing-macro ->
7518         executing-kbd-macro.
7520 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7522         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7524 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7526         * files.texi (Magic File Names): Document `operations' property.
7528 2005-04-29  Lute Kamstra  <lute@gnu.org>
7530         * modes.texi (Generic Modes): New node.
7531         (Major Modes): Add it to the menu.
7532         (Derived Modes): Add "derived mode" to concept index.
7534 2005-04-28  Lute Kamstra  <lute@gnu.org>
7536         * modes.texi (Defining Minor Modes): Fix previous change.
7537         (Font Lock Mode): Simplify.
7538         (Font Lock Basics): Say that font-lock-defaults is buffer-local
7539         when set and that some parts are optional.  Add cross references.
7540         (Search-based Fontification): Say how to specify font-lock-keywords.
7541         Add cross references.  Add font-lock-multiline to index.
7542         Move font-lock-keywords-case-fold-search here from node "Other Font
7543         Lock Variables".  Document font-lock-add-keywords and
7544         font-lock-remove-keywords.
7545         (Other Font Lock Variables): Move font-lock-keywords-only,
7546         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7547         and font-lock-syntactic-face-function to node "Syntactic Font
7548         Lock".  Move font-lock-keywords-case-fold-search to node
7549         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
7550         and font-lock-{,un}fontify-{buffer,region}-function.
7551         (Precalculated Fontification): Remove reference to deleted variable
7552         font-lock-core-only.
7553         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7554         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
7555         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7556         and font-lock-syntactic-face-function here from node "Other Font
7557         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
7558         Syntax Properties".  Add cross references.
7559         (Setting Syntax Properties): New node.
7560         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7561         * syntax.texi (Syntax Properties): Add cross reference.
7562         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7564 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7566         * display.texi (Defining Faces):
7567         Document `default' elements of defface spec.
7569         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7571         * variables.texi (Variable Aliases): Clarify text.
7573 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7575         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7577 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7579         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7581 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7583         * syntax.texi (Syntax Table Internals): Elaborate documentation of
7584         syntax-after and syntax-class.
7586         * files.texi (Changing Files): Fix last change's cross-reference.
7587         (Unique File Names): Don't mention "numbers" in the documentation
7588         of make-temp-file and make-temp-name.
7590 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7592         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7594 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7596         * windows.texi (Cyclic Window Ordering): Clarify window-list.
7598 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7600         * variables.texi (Variable Aliases): Describe make-obsolete-variable
7601         and define-obsolete-variable-alias.
7603 2005-04-22  Kim F. Storm  <storm@cua.dk>
7605         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7606         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7608 2005-04-21  Lute Kamstra  <lute@gnu.org>
7610         * lists.texi (Association Lists): Document rassq-delete-all.
7612 2005-04-19  Richard M. Stallman  <rms@gnu.org>
7614         * modes.texi (Search-based Fontification): Explain that
7615         facespec is an expression to be evaluated.
7617 2005-04-19  Kevin Ryde  <user42@zip.com.au>
7619         * streams.texi (Output Functions): Fix xref.
7620         * strings.texi (String Conversion): Fix xref.
7622 2005-04-19  Kim F. Storm  <storm@cua.dk>
7624         * symbols.texi (Symbol Plists): Add safe-get.
7625         Mention that `get' may signal an error.
7627 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7629         * customize.texi (Variable Definitions): Replace tooltip-mode
7630         example with save-place.
7632 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7634         * buffers.texi (Indirect Buffers): Clarify.
7636         * positions.texi (Positions): Clarify converting marker to integer.
7638         * strings.texi (String Basics): Mention string-match; clarify.
7640 2005-04-08  Lute Kamstra  <lute@gnu.org>
7642         * modes.texi (Search-based Fontification): Fix cross references.
7643         Use consistent terminology.  Document anchored highlighting.
7645 2005-04-05  Lute Kamstra  <lute@gnu.org>
7647         * modes.texi (Defining Minor Modes): Document :group keyword
7648         argument and its default value.
7650 2005-04-03  Lute Kamstra  <lute@gnu.org>
7652         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
7653         references and/or descriptions.  Delete major mode hooks; mention
7654         them as a category instead.  Rename or delete obsolete hooks.
7656 2005-04-02  Richard M. Stallman  <rms@gnu.org>
7658         * nonascii.texi (Coding System Basics): Another wording cleanup.
7660 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7662         * nonascii.texi (Coding System Basics): Clarify previous change.
7664 2005-04-01  Kenichi Handa  <handa@m17n.org>
7666         * nonascii.texi (Coding System Basics): Describe about roundtrip
7667         identity of coding systems.
7669 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7671         * text.texi (Buffer Contents): Add filter-buffer-substring and
7672         buffer-substring-filters.
7674 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
7676         * anti.texi (Antinews): Mention `G' interactive code.
7678         * tips.texi (Compilation Tips): Mention benchmark.el.
7680 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7682         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7683         is now bound to M-o M-o.
7685         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7687 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7689         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7690         in the Emacs Manual).
7691         * Makefile.in (srcs): Remove calendar.texi.
7692         * makefile.w32-in (srcs): Remove calendar.texi.
7693         * display.texi (Display): Change name of next node.
7694         * os.texi (System In): Change name of previous node.
7695         * elisp.texi (Top): Remove Calendar references.
7696         * vol1.texi (Top): Remove Calendar references.
7697         * vol2.texi (Top): Remove Calendar references.
7699 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7701         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7702         Cleanup previous change.
7704 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7706         * display.texi (Face Attributes): Faces earlier in an :inherit
7707         list take precedence.
7708         (Scroll Bars): Fix description of vertical-scroll-bars.
7709         Document frame-current-scroll-bars and window-current-scroll-bars.
7711         * markers.texi (The Mark): Document temporary Transient Mark mode.
7713         * minibuf.texi (Reading File Names):
7714         Document read-file-name-completion-ignore-case.
7716         * positions.texi (Screen Lines): Document nil for width argument
7717         to compute-motion.
7719 2005-03-23  Kim F. Storm  <storm@cua.dk>
7721         * display.texi (Standard Faces): Other faces used in the fringe
7722         implicitly inherits from the fringe face.
7723         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7724         properties implicitly inherits from fringe face.
7725         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7727 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7729         * display.texi (Invisible Text): State default value of
7730         line-move-ignore-invisible.
7731         (Managing Overlays): Document remove-overlays.
7732         (Standard Faces): Document escape-glyph face.
7734         * minibuf.texi (Reading File Names): Document read-file-name-function.
7736         * modes.texi (Other Font Lock Variables):
7737         Document font-lock-lines-before.
7739         * positions.texi (Skipping Characters): skip-chars-forward allows
7740         character classes.
7742 2005-03-18  Lute Kamstra  <lute@gnu.org>
7744         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7746 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7748         * text.texi (Undo): Document extensible undo entries.
7750         * searching.texi (String Search, Regexp Search): Cleanups.
7752         * nonascii.texi (Character Codes): Minor fix.
7754         * display.texi (Display Property): Explain the significance
7755         of having text properties that are eq.
7756         (Other Display Specs): Explain string as display spec.
7758         * commands.texi (Interactive Codes): Document G option.
7760 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
7762         * text.texi (Filling): Add sentence-end-without-period and
7763         sentence-end-without-space.
7764         (Changing Properties): Minor fix.
7766         * anti.texi: Total rewrite.
7768 2005-03-15  Lute Kamstra  <lute@gnu.org>
7770         * edebug.texi (Instrumenting Macro Calls): Fix typos.
7772 2005-03-08  Kim F. Storm  <storm@cua.dk>
7774         * display.texi (Specified Space): Property :width is support on
7775         non-graphic terminals, :height is not.
7777 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7779         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7780         Now subnodes of Fringes.
7781         (Overlay Arrow): Document overlay-arrow-variable-list.
7782         (Fringe Size/Pos): New node, broken out of Fringes.
7783         (Display): Explain clearing vs redisplay better.
7784         (Truncation): Clarify use of bitmaps.
7785         (The Echo Area): Clarify the uses of the echo area.
7786         Add max-mini-window-height.
7787         (Progress): Clarify.
7788         (Invisible Text): Explain that main loop moves point out.
7789         (Selective Display): Say "hidden", not "invisible".
7790         (Managing Overlays): Move up.  Describe relation to Undo here.
7791         (Overlay Properties): Clarify intro.
7792         (Finding Overlays): Explain return values when nothing found.
7793         (Width): truncate-string-to-width has added arg.
7794         (Displaying Faces): Clarify and update mode line face handling.
7795         (Face Functions): Minor cleanup.
7796         (Conditional Display): Merge into Other Display Specs.
7797         (Pixel Specification, Other Display Specs): Minor cleanups.
7798         (Images, Image Descriptors): Minor cleanups.
7799         (GIF Images): Patents have expired.
7800         (Showing Images): Explain default text for insert-image.
7801         (Manipulating Button Types): Merge into Manipulating Buttons.
7802         (Making Buttons): Explain return values.
7803         (Button Buffer Commands): Add xref.
7804         (Inverse Video): Update mode-line-inverse-video.
7805         (Display Table Format): Clarify.
7806         (Active Display Table): Give defaults for window-display-table.
7808         * calendar.texi (Calendar Customizing): calendar-holiday-marker
7809         and calendar-today-marker are strings, not chars.
7810         (Holiday Customizing): Minor fix.
7812         * internals.texi (Writing Emacs Primitives): Update `or' example.
7813         Update limit on # args of subr.
7815         * edebug.texi (Using Edebug): Arrow is in fringe.
7816         (Instrumenting): Arg to eval-defun works without loading edebug.
7817         (Edebug Execution Modes): Add xref.
7819         * customize.texi (Common Keywords): Clarify :require.
7820         Mention :version here.
7821         (Variable Definitions, Group Definitions): Not here.
7822         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7824 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
7825         * nonascii.texi (Text Representations): Clarify position-bytes.
7826         (Character Sets): Add list-charset-chars.
7827         (Scanning Charsets): Add charset-after.
7828         (Encoding and I/O): Minor fix.
7830 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7832         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7833         (Resizing Windows): Likewise.
7835         * text.texi (Change Hooks): Get rid of "Emacs 21".
7837         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7839         * streams.texi (Output Variables): Get rid of "Emacs 21".
7841         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7843         * os.texi (Translating Input): Replace flow-control example
7844         with a less obsolete example that uses `keyboard-translate'.
7846         * objects.texi (Hash Table Type, Circular Objects):
7847         Get rid of "Emacs 21".
7849         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7850         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7852         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7854         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7856         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7857         (Menu Bar): Fix when menu-bar-update-hook is called.
7859         * hash.texi (Hash Tables): Get rid of "Emacs 21".
7861         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7862         and make it read better.
7864         * files.texi (Writing to Files): Get rid of "Emacs 21".
7865         (Unique File Names): Likewise.
7867         * elisp.texi: Update Emacs version to 22.
7869         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7870         (Overlay Properties, Face Attributes): Likewise.
7871         (Managing Overlays): Fix punctuation.
7872         (Attribute Functions): Clarify set-face-font; get rid of
7873         info about old Emacs versions.
7874         (Auto Faces, Font Lookup, Display Property, Images):
7875         Get rid of "Emacs 21".
7877         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7879 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7881         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7883 2005-03-04  Lute Kamstra  <lute@gnu.org>
7885         * debugging.texi (Error Debugging): Document stack-trace-on-error.
7887 2005-03-03  Lute Kamstra  <lute@gnu.org>
7889         * edebug.texi (Instrumenting Macro Calls): Fix typo.
7891 2005-03-01  Lute Kamstra  <lute@gnu.org>
7893         * debugging.texi (Debugger Commands): Update `j'.
7895 2005-02-28  Lute Kamstra  <lute@gnu.org>
7897         * debugging.texi (Debugging): Fix typo.
7898         (Error Debugging): Document eval-expression-debug-on-error.
7899         (Function Debugging): Update example.
7900         (Using Debugger): Mention starred stack frames.
7901         (Debugger Commands): Document `j' and `l'.
7902         (Invoking the Debugger): `d' and `j' exit recursive edit too.
7903         Update the messages that the debugger displays.
7904         (Internals of Debugger): Add cross reference.  Update example.
7905         (Excess Open): Minor improvement.
7906         (Excess Close): Minor improvement.
7908 2005-02-26  Richard M. Stallman  <rms@gnu.org>
7910         * tips.texi (Coding Conventions): Clarify.
7911         Put all the major mode key reservations together.
7912         Mention the Mouse-1 => Mouse-2 conventions.
7914         * syntax.texi (Syntax Class Table): Clarify.
7915         (Syntax Table Functions): syntax-after moved from here.
7916         (Syntax Table Internals): syntax-after moved to here.
7917         (Parsing Expressions): Update info on number of values
7918         and what's meaningful in the STATE argument.
7919         (Categories): Fix typo.
7921         * sequences.texi (Arrays): Cleanup.
7922         (Char-Tables): Clarify.
7924         * processes.texi (Deleting Processes): Cleanups, add xref.
7925         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
7926         (Process Information): set-process-coding-system, some args optional.
7927         (Input to Processes): Explain various types for PROCESS args.
7928         Rename them from PROCESS-NAME to PROCESS.
7929         (Signals to Processes): Likewise.
7930         (Decoding Output): Cleanup.
7931         (Query Before Exit): Clarify.
7933         * os.texi (Startup Summary): Correct the options; add missing ones.
7934         (Terminal Output, Batch Mode): Clarify.
7935         (Flow Control): Node deleted.
7937         * markers.texi (The Mark): Clarify.
7939         * macros.texi (Expansion): Cleanup.
7940         (Indenting Macros): indent-spec allows ints, not floats.
7942         * keymaps.texi (Keymaps): Clarify.
7943         (Format of Keymaps): Update lisp-mode-map example.
7944         (Active Keymaps, Key Lookup): Clarify.
7945         (Changing Key Bindings): Add xref to `kbd'.
7946         (Key Binding Commands, Simple Menu Items): Clarify.
7947         (Mouse Menus, Menu Bar): Clarify.
7948         (Menu Example): Replace print example with menu-bar-replace-menu.
7950         * help.texi (Documentation Basics): Add function-documentation prop.
7952         * elisp.texi (Top): Don't refer to Flow Control node.
7954         * commands.texi (Command Overview): Improve xrefs.
7955         (Adjusting Point): Adjusting point applies to intangible and invis.
7956         (Key Sequence Input): Doc extra read-key-sequence args.
7957         Likewise for read-key-sequence-vector.
7959         * backups.texi (Rename or Copy): Minor fix.
7960         (Numbered Backups): For version-control, say the default.
7961         (Auto-Saving): make-auto-save-file-name example is simplified.
7963         * advice.texi (Advising Functions): Don't imply one part of Emacs
7964         should advise another part.  Markup changes.
7965         (Defining Advice): Move transitional para.
7966         (Activation of Advice): Cleanup.
7967         Explain if COMPILE is nil or negative.
7969         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7971 2005-02-24  Lute Kamstra  <lute@gnu.org>
7973         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7974         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7976 2005-02-23  Lute Kamstra  <lute@gnu.org>
7978         * modes.texi (Defining Minor Modes): define-minor-mode can be used
7979         to define global minor modes as well.
7981         * display.texi (Managing Overlays): overlay-buffer returns nil for
7982         deleted overlays.
7984 2005-02-22  Kim F. Storm  <storm@cua.dk>
7986         * minibuf.texi (Basic Completion): Allow symbols in addition to
7987         strings in try-completion and all-completions.
7989 2005-02-14  Lute Kamstra  <lute@gnu.org>
7991         * elisp.texi (Top): Remove reference to deleted node.
7993         * lists.texi (Lists): Remove reference to deleted node.
7994         (Cons Cells): Fix typo.
7996         * loading.texi (Where Defined): Fix typo.
7998 2005-02-14  Richard M. Stallman  <rms@gnu.org>
8000         * variables.texi (Creating Buffer-Local): change-major-mode-hook
8001         is useful for discarding some minor modes.
8003         * symbols.texi (Symbol Components): Reorder examples.
8005         * streams.texi (Input Functions): State standard-input default.
8006         (Output Variables): State standard-output default.
8008         * objects.texi (Printed Representation): Clarify read syntax vs print.
8009         (Floating Point Type): Explain meaning better.
8010         (Symbol Type): Explain uniqueness better.
8011         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
8012         List examples sooner.
8013         (Box Diagrams): New subnode broken out.
8014         Some examples moved from old Lists as Boxes node.
8015         (Dotted Pair Notation): Clarify intro.
8016         (Array Type): Clarify.
8017         (Type Predicates): Add hash-table-p.
8019         * numbers.texi (Integer Basics): Clarify radix explanation.
8020         (Predicates on Numbers): Minor clarification.
8021         (Comparison of Numbers): Minor clarification.  Clarify eql.
8022         Typos in min, max.
8023         (Math Functions): Clarify overflow in expt.
8025         * minibuf.texi (Text from Minibuffer): Minor clarification.
8026         Mention arrow keys.
8028         * loading.texi (Autoload): defun's doc string overrides autoload's
8029         doc string.
8030         (Repeated Loading): Modernize "add to list" examples.
8031         (Where Defined): Finish updating table of load-history elts.
8033         * lists.texi (List-related Predicates): Minor wording improvement.
8034         (Lists as Boxes): Node deleted.
8035         (Building Lists): Explain trivial cases of number-sequence.
8037         * hash.texi (Hash Tables): Add desc to menu items.
8038         (Creating Hash): Explain "full" means "make larger".
8039         (Hash Access): Any object can be a key.
8040         State value of maphash.
8042         * functions.texi (What Is a Function): Wording cleanup.
8043         (Function Documentation): Minor cleanup.
8044         Explain purpose of calling convention at end of doc string.
8045         (Function Names): Wording cleanup.
8046         (Calling Functions): Wording cleanup.
8047         Explain better how funcall calls the function.
8048         (Function Cells): Delete example of saving and redefining function.
8050         * control.texi (Combining Conditions): Wording cleanup.
8051         (Iteration): dolist and dotimes bind VAR locally.
8052         (Cleanups): Xref to Atomic Changes.
8054         * compile.texi (Byte Compilation): Delete 19.29 info.
8055         (Compilation Functions): Macros' difficulties don't affect defsubst.
8056         (Docs and Compilation): Delete 19.29 info.
8058 2005-02-10  Richard M. Stallman  <rms@gnu.org>
8060         * objects.texi (Symbol Type): Minor correction.
8062 2005-02-06  Lute Kamstra  <lute@gnu.org>
8064         * modes.texi (Example Major Modes): Fix typos.
8066 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8068         * text.texi (Margins): fill-nobreak-predicate can be one function.
8070         * strings.texi (Modifying Strings): clear-string can make unibyte.
8071         (Formatting Strings): format gives error if values missing.
8073         * positions.texi (Character Motion): Mention default arg
8074         for forward-char.  backward-char refers to forward-char.
8075         (Word Motion): Mention default arg for forward-word.
8076         (Buffer End Motion): Mention default arg for beginning-of-buffer.
8077         Simplify end-of-buffer.
8078         (Text Lines): Mention default arg for forward-line.
8079         (List Motion): Mention default arg for beginning/end-of-defun.
8080         (Skipping Characters): Minor fixes in explaining character-set.
8082         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8083         Mode inheritance applies only when default-major-mode is nil.
8084         Clarifications.
8085         (Example Major Modes): Update Text mode and Lisp mode examples.
8086         (Minor Mode Conventions): Mention define-minor-mode at top.
8087         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8088         (Mode Line Format): Update mode line face display info.
8089         (Properties in Mode): Mention effect of risky vars.
8090         (Imenu): Define imenu-add-to-menubar.
8091         (Font Lock Mode): Add descriptions to menu lines.
8092         (Faces for Font Lock): Add font-lock-doc-face.
8094 2005-02-05  Lute Kamstra  <lute@gnu.org>
8096         * text.texi (Maintaining Undo): Remove obsolete function.
8098 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8100         * frames.texi (Color Names): Add pointer to the X docs about RGB
8101         color specifications.  Improve indexing.
8102         (Text Terminal Colors): Replace the description of RGB values by
8103         an xref to "Color Names".
8105 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8107         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8108         Clarify.
8109         (Selecting Windows): Clarify save-selected-window.
8110         (Cyclic Window Ordering): Clarify walk-windows.
8111         (Window Point): Clarify.
8112         (Window Start): Add comment to example.
8113         (Resizing Windows): Add `interactive' specs in examples.
8114         Document fit-window-to-buffer.
8116         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8117         (Undo, Maintaining Undo): Clarify last change.
8118         (Sorting): In sort-numeric-fields, explain about octal and hex.
8119         Mention sort-numeric-base.
8120         (Format Properties): Add xref for hard newlines.
8122         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8123         (Pop-Up Menus): Fix typo.
8124         (Color Names): Explain all types of color names.
8125         Explain color-values on B&W terminal.
8126         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
8128         * files.texi (File Locks): Not supported on MS systems.
8129         (Testing Accessibility): Clarify.
8131         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8132         (Coverage Testing): Fix typo.
8134         * commands.texi (Misc Events): Remove stray space.
8136         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8137         (Modification Time): Clarify when visited-file-modtime returns 0.
8138         (The Buffer List): Clarify bury-buffer.
8139         (Killing Buffers): Clarify.
8140         (Indirect Buffers): Add clone-indirect-buffer.
8142 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
8144         * edebug.texi (Printing in Edebug): Fix default value of
8145         edebug-print-circle.
8146         (Coverage Testing): Fix displayed frequency count data.
8148 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
8150         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8152 2005-02-02  Kim F. Storm  <storm@cua.dk>
8154         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8156 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
8158         * commands.texi (Misc Events): Describe the help-echo event.
8160         * text.texi (Special Properties) <help-echo>: Use `pos'
8161         consistently in description of the help-echo property.
8162         Use @code{nil} instead of @var{nil}.
8164         * display.texi (Overlay Properties): Fix the index entry for
8165         help-echo overlay property.
8167         * customize.texi (Type Keywords): Uncomment the xref to the
8168         help-echo property documentation.
8170 2005-01-23  Kim F. Storm  <storm@cua.dk>
8172         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8173         return value.  Third element FULLY replaced by PARTIAL which
8174         specifies number of invisible pixels if row is only partially visible.
8175         (Textual Scrolling): Mention auto-window-vscroll.
8176         (Vertical Scrolling): New defvar auto-window-vscroll.
8178 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
8180         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8181         command remapping.
8183 2005-01-15  Richard M. Stallman  <rms@gnu.org>
8185         * display.texi (Defining Images): Mention DATA-P arg of create-image.
8187 2005-01-14  Kim F. Storm  <storm@cua.dk>
8189         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8191         * text.texi (Links and Mouse-1): Fix string and vector item.
8193 2005-01-13  Richard M. Stallman  <rms@gnu.org>
8195         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8196         descriptions of overriding-local-map and overriding-terminal-local-map.
8198         * text.texi (Links and Mouse-1): Clarify text.
8200 2005-01-13  Kim F. Storm  <storm@cua.dk>
8202         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8204 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
8206         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8208 2005-01-12  Kim F. Storm  <storm@cua.dk>
8210         * text.texi (Links and Mouse-1): Rename section from Enabling
8211         Mouse-1 to Following Links.  Change xrefs.
8212         Add examples for define-button-type and define-widget.
8214         * display.texi (Button Properties, Button Buffer Commands):
8215         Clarify mouse-1 and follow-link functionality.
8217 2005-01-12  Richard M. Stallman  <rms@gnu.org>
8219         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8221         * display.texi (Beeping): Fix Texinfo usage.
8223         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8225 2005-01-11  Kim F. Storm  <storm@cua.dk>
8227         * display.texi (Button Properties, Button Buffer Commands):
8228         Mention mouse-1 binding.  Add follow-link keyword.
8230         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8231         (Enabling Mouse-1 to Follow Links): New subsection.
8233 2005-01-06  Richard M. Stallman  <rms@gnu.org>
8235         * text.texi (Special Properties): Minor change.
8237         * os.texi (Timers): Clarify previous change.
8239         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8241 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
8243         * display.texi (Face Attributes): Correct xref to renamed node.
8245 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8247         * display.texi (Face Attributes): Describe hex color specs.
8249 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8251         * os.texi (Timers): Update previous change.
8253 2004-12-30  Kim F. Storm  <storm@cua.dk>
8255         * display.texi (Line Height): Total line-height is now specified
8256         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
8257         in cons cells.  (nil . RATIO) is relative to actual line height.
8258         Use line-height `t' instead of `0' to get minimum height.
8260 2004-12-29  Richard M. Stallman  <rms@gnu.org>
8262         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8264 2004-12-28  Richard M. Stallman  <rms@gnu.org>
8266         * commands.texi (Quitting): Clarify value of with-local-quit.
8268         * elisp.texi (Top): Fix previous change.
8270         * loading.texi (Loading): Fix previous change.
8272 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8274         * Makefile.in (MAKEINFO): Specify --force.
8276         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8278         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8280         * display.texi (Line Height): Further clarify.
8282         * elisp.texi (Top): Update Loading submenu.
8284         * loading.texi (Where Defined): New node.
8285         (Unloading): load-history moved to Where Defined.
8287 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8289         * commands.texi (Event Input Misc): Add while-no-input.
8291 2004-12-11  Richard M. Stallman  <rms@gnu.org>
8293         * display.texi (Line Height): Rewrite text for clarity.
8295 2004-12-11  Kim F. Storm  <storm@cua.dk>
8297         * display.texi (Display): Add node "Line Height" to menu.
8298         (Line Height): New node.  Move full description of line-spacing
8299         and line-height text properties here from text.texi.
8300         (Scroll Bars): Add vertical-scroll-bar variable.
8302         * frames.texi (Window Frame Parameters): Remove line-height defvar.
8304         * locals.texi (Standard Buffer-Local Variables): Fix xref for
8305         line-spacing and vertical-scroll-bar.
8307         * text.texi (Special Properties): Just mention line-spacing and
8308         line-height here, add xref to new "Line Height" node.
8310 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
8312         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8314         * locals.texi (Standard Buffer-Local Variables):
8315         Add @xref for `line-spacing'.
8317 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8319         * Makefile.in (maintainer-clean): Remove the info files
8320         in $(infodir) where they are created.
8322 2004-12-03  Richard M. Stallman  <rms@gnu.org>
8324         * windows.texi (Selecting Windows): get-lru-window and
8325         get-largest-window don't consider dedicated windows.
8327         * text.texi (Undo): Document undo-in-progress.
8329 2004-11-26  Richard M. Stallman  <rms@gnu.org>
8331         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8332         Remove a few vars that are not always buffer-local.
8334 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
8336         * locals.texi (Standard Buffer-Local Variables): Comment out
8337         xref's to non-existent node `Yet to be written'.
8339 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8341         * processes.texi (Synchronous Processes): Grammar fix.
8343         * numbers.texi (Comparison of Numbers): Add eql.
8345         * locals.texi (Standard Buffer-Local Variables): Add many vars.
8347         * intro.texi (Printing Notation): Fix previous change.
8349         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8350         and default-indicate-buffer-boundaries from here.
8351         (Usual Display): To here.
8352         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8353         (Usual Display): Move tab-width up.
8355         * customize.texi (Variable Definitions):
8356         Replace show-paren-mode example with tooltip-mode.
8357         (Simple Types, Composite Types, Defining New Types):
8358         Minor cleanups.
8360 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
8362         * processes.texi (Synchronous Processes, Output from Processes):
8363         Markup fix.
8365 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8367         * positions.texi (Skipping Characters): skip-chars-forward
8368         now handles char classes.
8370         * intro.texi (Printing Notation): Avoid confusion of `print'
8371         when explaining @print.
8373         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8375         * display.texi (Display Table Format): Minor fix.
8377         * streams.texi (Output Functions): Fix print example.
8379         * Makefile.in (elisp): New target.
8380         (dist): Depend on $(infodir)/elisp, not elisp.
8381         Copy the info files from $(infodir).
8383         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8384         read-from-minibuffer.
8386         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8388 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8390         * searching.texi (Regexp Search): Add search-whitespace-regexp.
8392 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
8394         * tips.texi (Coding Conventions): Fix typo.
8396 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8398         * tips.texi (Coding Conventions): Separate defvar and require
8399         methods to avoid warnings.  Use require only when there are many
8400         functions and variables from that package.
8402         * minibuf.texi (Minibuffer Completion): When ignoring case,
8403         predicate must not be case-sensitive.
8405         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8406         (Test Coverage): Don't talk about "splotches".  Clarified.
8408 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
8410         * frames.texi (Window Frame Parameters): Fix typo.
8412 2004-11-15  Kim F. Storm  <storm@cua.dk>
8414         * symbols.texi (Other Plists): Note that plist-get may signal error.
8415         Add safe-plist-get.
8417 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
8419         * modes.texi (Font Lock Basics): Fix typo.
8421 2004-11-08  Richard M. Stallman  <rms@gnu.org>
8423         * syntax.texi (Syntax Table Functions): Add syntax-after.
8425 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
8427         * os.texi (Processor Run Time): New section documenting
8428         get-internal-run-time.
8430 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8432         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8433         it nukes elisp-cover.texi.
8434         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8435         elisp-0 etc.
8437 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
8439         * commands.texi (Keyboard Macros): Document `append' return value
8440         of `defining-kbd-macro'.
8442 2004-11-01  Richard M. Stallman  <rms@gnu.org>
8444         * commands.texi (Interactive Call): Add called-interactively-p.
8446 2004-10-29  Simon Josefsson  <jas@extundo.com>
8448         * minibuf.texi (Reading a Password): Revert.
8450 2004-10-28  Richard M. Stallman  <rms@gnu.org>
8452         * frames.texi (Display Feature Testing): Explain about "vendor".
8454 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8456         * commands.texi (Interactive Codes): `N' uses numeric prefix,
8457         not raw.  Clarify `n'.
8458         (Interactive Call): Rewrite interactive-p, focusing on when
8459         and how to use it.
8460         (Misc Events): Clarify previous change.
8462         * advice.texi (Simple Advice): Clarify what job the example does.
8463         (Around-Advice): Clarify ad-do-it.
8464         (Activation of Advice): An option of ad-default-compilation-action
8465         is `never', not `nil'.
8467 2004-10-26  Kim F. Storm  <storm@cua.dk>
8469         * commands.texi (Interactive Codes): Add U code letter.
8471 2004-10-25  Simon Josefsson  <jas@extundo.com>
8473         * minibuf.texi (Reading a Password): Add.
8475 2004-10-24  Jason Rumney  <jasonr@gnu.org>
8477         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
8478         and wheel-down.
8480 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
8482         * processes.texi (Synchronous Processes): Document process-file.
8484 2004-10-22  Kenichi Handa  <handa@m17n.org>
8486         * text.texi (translate-region): Document that it accepts also a
8487         char-table.
8489 2004-10-22  David Ponce  <david@dponce.com>
8491         * windows.texi (Resizing Windows): Document the `preserve-before'
8492         argument of the functions `enlarge-window' and `shrink-window'.
8494 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8496         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8498 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8500         * text.texi (Filling): Add anchor for definition of
8501         `sentence-end-double-space'.
8503         * searching.texi (Regexp Example): Update description of how
8504         Emacs currently recognizes the end of a sentence.
8505         (Standard Regexps): Update definition of the variable
8506         `sentence-end'.  Add definition of the function `sentence-end'.
8508 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
8510         * display.texi (Progress): New node.
8512 2004-10-05  Kim F. Storm  <storm@cua.dk>
8514         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8516 2004-09-29  Kim F. Storm  <storm@cua.dk>
8518         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8519         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
8520         fringe bitmap symbols, as they now have their own namespace.
8521         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8522         vs. pixels.  Signal error if no free bitmap slots.
8523         (Pixel Specification): Change IMAGE to @var{image}.
8525 2004-09-28  Richard M. Stallman  <rms@gnu.org>
8527         * text.texi (Special Properties): Clarify line-spacing and line-height.
8529         * searching.texi (Regexp Search): Add looking-back.
8531 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
8533         * display.texi: Correct typos.
8534         (Image Descriptors): Correct xref's.
8536 2004-09-25  Richard M. Stallman  <rms@gnu.org>
8538         * text.texi (Special Properties): Cleanups in `cursor'.
8539         Rewrites in `line-height' and `line-spacing'; exchange them.
8541         * display.texi (Fringes): Rewrite previous change.
8542         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
8543         (Display Fringe Bitmaps): Node deleted, text moved.
8544         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
8545         (Scroll Bars): Clarify set-window-scroll-bars.
8546         (Pointer Shape): Rewrite.
8547         (Specified Space): Clarify :align-to, etc.
8548         (Pixel Specification): Use @var.  Clarify new text.
8549         (Other Display Specs): Clarify `slice'.
8550         (Image Descriptors): Cleanups.
8551         (Showing Images): Cleanups.
8553 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
8555         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8557         * modes.texi: Various minor changes in addition to:
8558         (Major Mode Conventions): Final call to `run-mode-hooks' should
8559         not be inside the `delay-mode-hooks' form.
8560         (Mode Hooks): New node.
8561         (Hooks): Delete obsolete example.
8562         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8563         node "Mode Hooks".
8565 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8567         * display.texi: Correct various typos.
8568         (Display): Rename node "Pointer Shapes" to "Pointer
8569         Shape".  (There is already a node called "Pointer Shapes" in
8570         frames.texi.)
8571         (Images): Remove non-existent node "Image Slices" from menu.
8573 2004-09-23  Kim F. Storm  <storm@cua.dk>
8575         * text.texi (Special Properties): Add `cursor', `pointer',
8576         `line-height', and `line-spacing' properties.
8578         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8579         Shapes' to menu.
8580         (Standard Faces): Doc fix for fringe face.
8581         (Fringes): Add `overflow-newline-into-fringe' and
8582         'indicate-buffer-boundaries'.
8583         (Fringe Bitmaps, Pointer Shapes): New nodes.
8584         (Display Property): Add 'Pixel Specification' and 'Display Fringe
8585         Bitmaps' to menu.
8586         (Specified Space): Describe pixel width and height.
8587         (Pixel Specification): New node.
8588         (Other Display Specs): Add `slice' property.
8589         (Display Fringe Bitmaps): New node.
8590         (Images): Add 'Image Slices' to menu.
8591         (Image Descriptors): Add `:pointer' and `:map' properties.
8592         (Showing Images): Add slice arg to `insert-image'.
8593         Add 'insert-sliced-image'.
8595 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8597         * commands.texi (Key Sequence Input):
8598         Clarify downcasing in read-key-sequence.
8600 2004-09-08  Juri Linkov  <juri@jurta.org>
8602         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8604 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
8606         * locals.texi (Standard Buffer-Local Variables):
8607         Add `buffer-auto-save-file-format'.
8608         * internals.texi (Buffer Internals): Describe new
8609         auto_save_file_format field of the buffer structure.
8610         * files.texi (Format Conversion): `auto-save-file-format' has been
8611         renamed `buffer-auto-save-file-format'.
8613 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8615         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8616         an integer or a marker.
8617         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8619 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8621         * modes.texi (Major Mode Conventions): Discuss rebinding of
8622         standard key bindings.
8624 2004-08-18  Kim F. Storm  <storm@cua.dk>
8626         * processes.texi (Accepting Output): Add `just-this-one' arg to
8627         `accept-process-output'.
8628         (Output from Processes): New var `process-adaptive-read-buffering'.
8630 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8632         * keymaps.texi: Various changes in addition to:
8633         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8634         Give more varied examples for `kbd'.
8635         (Creating Keymaps): Char tables have slots for all characters
8636         without modifiers.
8637         (Active Keymaps): `overriding-local-map' and
8638         `overriding-terminal-local-map' also override text property and
8639         overlay keymaps.
8640         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8641         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8642         to denote a prefix of no events.
8643         `map-keymap' includes parent's bindings _recursively_.
8644         Clarify and correct description of `where-is-internal'.
8645         Mention BUFFER-OR-NAME arg to `describe-bindings'.
8646         (Menu Example): For menus intended for use with the keyboard, the
8647         menu items should be bound to characters or real function keys.
8649 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8651         * objects.texi (Character Type): Reposition `@anchor' to prevent
8652         double space inside sentence in Info.
8654         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8655         renamed to `disabled-command-function'.
8656         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8657         (Command Loop Info): Replace reference to it.
8658         (Disabling Commands): `disabled-command-hook' has been renamed to
8659         `disabled-command-function'.
8661 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8663         * os.texi (Translating Input): Only non-prefix bindings in
8664         `key-translation-map' override actual key bindings.  Warn about
8665         possible indirect effect of actual key bindings on non-prefix
8666         bindings in `key-translation-map'.
8668 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8670         * minibuf.texi (High-Level Completion): Add anchor for definition
8671         of `read-variable'.
8673         * commands.texi: Various changes in addition to:
8674         (Using Interactive): Clarify description of `interactive-form'.
8675         (Interactive Call): Mention default for KEYS argument to
8676         `call-interactively'.
8677         (Command Loop Info): Clarify description of `this-command-keys'.
8678         Mention KEEP-RECORD argument to `clear-this-command-keys'.
8679         Value of `last-event-frame' can be `macro'.
8680         (Repeat Events): `double-click-fuzz' is also used to distinguish
8681         clicks and drags.
8682         (Classifying Events): Clarify descriptions of `event-modifiers'
8683         `event-basic-type' and `event-convert-list'.
8684         (Accessing Events): `posn-timestamp' takes POSITION argument.
8685         (Quoted Character Input): Clarify description of
8686         `read-quoted-char' and fix example.
8687         (Quitting): Add `with-local-quit'.
8688         (Disabling Commands): Correct and clarify descriptions of
8689         `enable-command' and `disable-command'.
8690         Mention what happens if `disabled-command-hook' is nil.
8691         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8692         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8694 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8696         * frames.texi: Various changes in addition to:
8697         (Creating Frames): Expand and clarify description of `make-frame'.
8698         (Window Frame Parameters): Either none or both of the `icon-left'
8699         and `icon-top' parameters must be specified.  Put descriptions of
8700         `menu-bar-lines' and `toolbar-lines' closer together and change
8701         them accordingly.
8702         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8703         except while processing `frame-title-format' or `icon-title-format'.
8704         (Deleting Frames): Correct description of `delete-frame'.
8705         Non-nil return values of `frame-live-p' are like those of `framep'.
8706         (Frames and Windows): Mention return value of
8707         `set-frame-selected-window'.
8708         (Visibility of Frames): Mention `force' argument to
8709         `make-frame-invisible'.  `frame-visible-p' returns t for all
8710         frames on text-only terminals.
8711         (Frame Configurations): Restoring a frame configuration does not
8712         restore deleted frames.
8713         (Window System Selections): `x-set-selection' returns DATA.
8714         (Resources): Add example.
8715         (Display Feature Testing): Clarify descriptions of
8716         `display-pixel-height', `display-pixel-width', `x-server-version'
8717         and `x-server-vendor'.
8719         * windows.texi (Choosing Window): Add anchor.
8720         * minibuf.texi (Minibuffer Misc): Add anchor.
8722 2004-07-23  John Paul Wallington  <jpw@gnu.org>
8724         * macros.texi (Defining Macros): Declaration keyword for setting
8725         Edebug spec is `debug' not `edebug'.
8727 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8729         * windows.texi: Various small changes in addition to:
8730         (Window Point): Mention return value of `set-window-point'.
8731         (Window Start): `pos-visible-in-window-p' disregards horizontal
8732         scrolling.  Explain return value if PARTIALLY is non-nil.
8733         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8734         and `set-window-vscroll'.
8735         (Size of Window): The argument WINDOW to `window-inside-edges',
8736         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8737         (Resizing Windows): Explain return value of
8738         `shrink-window-if-larger-than-buffer'.
8739         `window-size-fixed' automatically becomes buffer local when set.
8740         (Window Configurations): Explain return value of
8741         `set-window-configuration'.
8743         * minibuf.texi (Minibuffer Misc): Add anchor for
8744         `minibuffer-scroll-window'.
8746         * positions.texi (Text Lines): Add anchor for `count-lines'.
8748 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8750         * display.texi (Overlay Properties): Adding `evaporate' prop
8751         deletes empty overlay immediately.
8753         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8754         fix example.
8756 2004-07-16  Jim Blandy  <jimb@redhat.com>
8758         * searching.texi (Regexp Backslash): Document new \_< and \_>
8759         operators.
8761 2004-07-16  Juanma Barranquero  <lektu@terra.es>
8763         * display.texi (Images): Fix Texinfo usage.
8765 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8767         * buffers.texi (Modification Time): `visited-file-modtime' now
8768         returns a list of two integers, instead of a cons.
8770 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8772         * windows.texi: Various changes in addition to:
8773         (Splitting Windows): Add `split-window-keep-point'.
8775 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8777         * frames.texi (Input Focus): Minor fix.
8779 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
8781         * frames.texi (Input Focus): Clarify descriptions of
8782         `select-frame-set-input-focus' and `select-frame'.
8784 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8786         * os.texi: Various small changes in addition to:
8787         (Killing Emacs): Expand and clarify description of
8788         `kill-emacs-query-functions' and `kill-emacs-hook'.
8789         (System Environment): Expand and clarify description of `getenv'
8790         and `setenv'.
8791         (Timers): Clarify description of `run-at-time'.
8792         (Translating Input): Correct description of
8793         `extra-keyboard-modifiers'.
8794         (Flow Control): Correct description of `enable-flow-control'.
8796 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
8798         * os.texi: Update copyright.
8799         (Session Management): Grammar fix.
8800         Clarify which Emacs does the restarting.
8801         Use @samp for *scratch* buffer.
8803 2004-07-04  Alan Mackenzie  <acm@muc.de>
8805         * frames.texi (Input Focus): Add documentation for
8806         `select-frame-set-input-focus'.  Replace refs to non-existent
8807         `switch-frame' with `select-frame'.  Minor corrections and tidying
8808         up of text-only terminal stuff.
8810 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8812         * files.texi (Saving Buffers): Cleanup write-contents-function.
8813         (Magic File Names): Cleanup file-remote-p.
8815 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
8817         * files.texi (Magic File Names): `file-remote-p' returns an
8818         identifier of the remote system, not just t.
8820 2004-07-02  David Kastrup  <dak@gnu.org>
8822         * searching.texi (Entire Match Data): Add explanation about new
8823         match-data behavior when @var{integers} is non-nil.
8825 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8827         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8829         * customize.texi (Variable Definitions): Note about doc strings
8830         and :set.
8832         * keymaps.texi (Keymap Terminology): Document `kbd'.
8833         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8835         * display.texi (Invisible Text): Setting buffer-invisibility-spec
8836         makes it buffer-local.
8838         * files.texi (Saving Buffers): Correct previous change.
8840         * commands.texi (Accessing Events):
8841         Clarify posn-col-row and posn-actual-col-row.
8843 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
8845         * commands.texi (Accessing Events): New functions
8846         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
8848 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8850         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8851         * frames.texi, buffers.texi, backups.texi, variables.texi:
8852         * loading.texi, eval.texi, functions.texi, control.texi:
8853         * symbols.texi, minibuf.texi: Reposition @anchor's.
8855         * help.texi: Various small changes in addition to the following.
8856         (Describing Characters): Describe PREFIX argument to
8857         `key-description'.  Correct and clarify definition of
8858         `text-char-description'.  Describe NEED-VECTOR argument to
8859         `read-kbd-macro'.
8860         (Help Functions): Clarify definition of `apropos'.
8862 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8864         * files.texi (Saving Buffers): Correct description of
8865         `write-contents-functions'.
8867 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8869         * display.texi (Images): Remove redundant @vindex directives.
8870         Rewrite `image-library-alist' doc in active voice.
8872 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8874         * display.texi (Images): Document new delayed library loading,
8875         variable `image-library-alist' and (existing but undocumented)
8876         function `image-type-available-p'.
8878 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8880         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8881         refer the user to the Initial Input node.
8882         (Text from Minibuffer): Likewise.
8883         (Initial Input): New node.  Document this feature
8884         and say it is mostly deprecated.
8886 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8888         * loading.texi (Named Features): Clarify return value
8889         and meaning of NOERROR.
8891         * variables.texi (File Local Variables): Minor cleanup.
8893 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8895         * files.texi (Magic File Names): Add `file-remote-p' as operation
8896         of file name handlers.
8898 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8900         * modes.texi (Minor Mode Conventions): (-) has no special meaning
8901         as arg to a minor mode command.
8903 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8905         * syntax.texi (Syntax Class Table): Word syntax not just for English.
8907         * streams.texi (Output Variables): Doc float-output-format.
8909         * searching.texi (Regexp Special): Nested repetition can be infloop.
8911         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8912         real stack overflow.
8914         * compile.texi: Minor cleanups.
8916 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
8918         * lists.texi (Cons Cells): Explain dotted lists, true lists,
8919         circular lists.
8920         (List Elements): Explain handling of circular and dotted lists.
8922 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
8924         * modes.texi (Search-based Fontification): Fix typo.
8926 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8928         * modes.texi (Mode Line Variables): Fix description of
8929         global-mode-string, which is now after which-func-mode, not the
8930         buffer name.
8932 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8934         * modes.texi (Desktop Save Mode): Add.
8935         (Modes): Add menu entry Desktop Save Mode.
8937         * hooks.texi: Add desktop-after-read-hook,
8938         desktop-no-desktop-file-hook and desktop-save-hook.
8940         * locals.texi: Add desktop-save-buffer.
8942 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
8944         * display.texi: emacs -> Emacs.
8946 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8948         * files.texi (Changing Files): Document set-file-times.
8950 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8952         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8954 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
8956         * tips.texi (Coding Conventions): defopt -> defcustom.
8958 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
8960         * sequences.texi: Various clarifications.
8962 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
8964         * buffers.texi (Read Only Buffers): Mention optional ARG to
8965         `toggle-read-only'.
8967 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
8969         * windows.texi (Selecting Windows): Note that get-lru-window
8970         returns a full-width window if possible.
8972 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8974         * buffers.texi: Various changes in addition to:
8975         (Buffer File Name): Add `find-buffer-visiting'.
8976         (Buffer Modification): Mention optional ARG to `not-modified'.
8977         (Indirect Buffers): Mention optional CLONE argument to
8978         `make-indirect-buffer'.
8980         * files.texi: Various changes in addition to:
8981         (Visiting Functions): `find-file-hook' is now a normal hook.
8982         (File Name Expansion): Explain difference between the way that
8983         `expand-file-name' and `file-truename' treat `..'.
8984         (Contents of Directories): Mention optional ID-FORMAT argument to
8985         `directory-files-and-attributes'.
8986         (Format Conversion): Mention new optional CONFIRM argument to
8987         `format-write-file'.
8989 2004-04-12  Miles Bader  <miles@gnu.org>
8991         * macros.texi (Expansion): Add description of `macroexpand-all'.
8993 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8995         * variables.texi (Variable Aliases):
8996         Mention cyclic-variable-indirection.
8998         * errors.texi (Standard Errors): Ditto.
9000 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
9002         * backups.texi: Various small changes in addition to:
9003         (Making Backups): Mention return value of `backup-buffer'.
9004         (Auto-Saving): Mention optional FORCE argument to
9005         `delete-auto-save-file-if-necessary'.
9006         (Reverting): Mention optional PRESERVE-MODES argument to
9007         `revert-buffer'.  Correct description of `revert-buffer-function'.
9009 2004-03-22  Juri Linkov  <juri@jurta.org>
9011         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9012         with `Vector Functions'.
9014         * text.texi (Sorting): Add missing quote.
9016 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
9018         * intro.texi (Lisp History): Replace xref to `cl' manual with
9019         inforef.
9021 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9023         * intro.texi (Version Info): Add arg to emacs-version.
9024         (Lisp History): Change xref to CL manual.
9026 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
9028         * minibuf.texi (Completion Commands): Add xref to Emacs manual
9029         for Partial Completion mode.
9031 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
9033         * customize.texi: Fix typo.  Remove eol whitespace.
9035 2004-03-04  Richard M. Stallman  <rms@gnu.org>
9037         * processes.texi: Fix typos.
9039         * lists.texi (Building Lists): Minor clarification.
9041         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9042         in make-hash-table.
9044 2004-02-29  Juanma Barranquero  <lektu@terra.es>
9046         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9047         rm, and ignore exit code.
9049 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
9051         * display.texi (Defining Faces): Add description for min-colors.
9052         Update example.
9054 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
9056         * abbrevs.texi: Various corrections and clarifications in addition
9057         to the following:
9058         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9060 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9062         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9064 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
9066         * text.texi: Various small changes in addition to the following:
9067         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9068         to delete-horizontal-space.
9069         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9070         description of yank-handler text property at various places.
9072         * frames.texi (Window System Selections): Add anchor.
9074         * syntax.texi (Syntax Table Functions): Clarify and correct
9075         descriptions of make-syntax-table and copy-syntax-table.
9076         (Motion and Syntax): Clarify SYNTAXES argument to
9077         skip-syntax-forward.
9078         (Parsing Expressions): Mention that the return value of
9079         parse-partial-sexp is currently a list of ten rather than nine
9080         elements.
9081         (Categories): Various corrections and clarifications.
9083 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
9085         * markers.texi (Marker Insertion Types): Minor change.
9087         * locals.texi (Standard Buffer-Local Variables):
9088         * commands.texi (Interactive Codes, Using Interactive):
9089         * functions.texi (Related Topics): Fix xrefs.
9091 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9093         * lists.texi (Sets And Lists): Update description of delete-dups.
9095 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9097         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9099 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
9101         * frames.texi (Parameter Access): frame-parameters arg is optional.
9102         modify-frame-parameters handles nil for FRAME.
9103         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9104         are all-or-nothing for certain toolkits.
9105         Mention parameter wait-for-wm.
9106         (Frames and Windows): In frame-first-window and frame-selected-window
9107         the arg is optional.
9108         (Input Focus): In redirect-frame-focus the second arg is optional.
9109         (Window System Selections): Mention selection type CLIPBOARD.
9110         Mention data-type UTF8_STRING.
9111         Mention numbering of cut buffers.
9112         (Resources): Describe x-resource-name.
9114 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9116         * windows.texi (Buffers and Windows): Delete false table
9117         about all-frames.
9119         * syntax.texi (Parsing Expressions): Delete old caveat
9120         about parse-sexp-ignore-comments.
9122         * streams.texi (Output Variables): Add print-quoted.
9124         * lists.texi (Building Lists): Minor cleanup.
9126         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9128         * display.texi (Overlays): Explain overlays use markers.
9129         (Managing Overlays): Explain front-advance and rear-advance
9130         in more detail.
9132         * loading.texi (Unloading): Document unload-feature-special-hooks.
9133         Get rid of fns-NNN.el file.
9135 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9137         * help.texi (Describing Characters): Fix text-char-description
9138         example output.
9140         * edebug.texi (Using Edebug): Fix example.
9142         * debugging.texi (Internals of Debugger): Fix return value.
9144         * files.texi (Changing Files): Fix argname.
9146         * calendar.texi: Fix parens, and default values.
9148         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9149         * nonascii.texi, objects.texi, os.texi: Minor fixes.
9150         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
9152         * positions.texi (Text Lines): Don't add -1 in current-line.
9154 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9156         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9158 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9160         * processes.texi (Low-Level Network): Fix a typo.
9162 2004-02-12  Kim F. Storm  <storm@cua.dk>
9164         * display.texi (Fringes): Use consistent wording.
9165         Note that window-fringe's window arg is optional.
9166         (Scroll Bars): Use consistent wording.
9168 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
9170         * tips.texi (Comment Tips): Document the new conventions for
9171         commenting out code.
9173 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
9175         * positions.texi (Text Lines): Add missing end defun.
9177 2004-02-07  Kim F. Storm  <storm@cua.dk>
9179         * positions.texi (Text Lines): Add line-number-at-pos.
9181 2004-02-06  John Paul Wallington  <jpw@gnu.org>
9183         * display.texi (Button Properties, Button Buffer Commands):
9184         mouse-2 invokes button, not down-mouse-1.
9186 2004-02-04  Jason Rumney  <jasonr@gnu.org>
9188         * makefile.w32-in: Sync with Makefile.in changes.
9190 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
9192         * minibuf.texi (Text from Minibuffer): Various corrections and
9193         clarifications.
9194         (Object from Minibuffer): Correct Lisp description of
9195         read-minibuffer.
9196         (Minibuffer History): Clarify description of cons values for
9197         HISTORY arguments.
9198         (Basic Completion): Various corrections and clarifications.
9199         Add completion-regexp-list.
9200         (Minibuffer Completion): Correct and clarify description of
9201         completing-read.
9202         (Completion Commands): Mention Partial Completion mode.
9203         Various other minor changes.
9204         (High-Level Completion): Various corrections and clarifications.
9205         (Reading File Names): Ditto.
9206         (Minibuffer Misc): Ditto.
9208 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
9210         * strings.texi (Text Comparison): assoc-string also matches
9211         elements of alists that are strings instead of conses.
9212         (Formatting Strings): Standardize Texinfo usage.  Update index
9213         entries.
9215 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
9217         * lists.texi (Sets And Lists): Add delete-dups.
9219 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
9221         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9222         special form.
9223         * macros.texi (Defining Macros): Update description of `declare',
9224         which now is a macro.
9225         (Wrong Time): Fix typos.
9227 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
9229         * compile.texi (Compilation Functions): Expand descriptions of
9230         `compile-defun', `byte-compile-file', `byte-recompile-directory'
9231         and `batch-byte-compile'.  In particular, mention and describe
9232         all optional arguments.
9233         (Disassembly): Correct and clarify the description of `disassemble'.
9235 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
9237         * searching.texi: Various small changes in addition to the
9238         following.
9239         (Regexp Example): Adapt to new value of `sentence-end'.
9240         (Regexp Functions): The PAREN argument to `regexp-opt' can be
9241         `words'.
9242         (Search and Replace): Add usage note for `perform-replace'.
9243         (Entire Match Data): Mention INTEGERS and REUSE arguments to
9244         `match-data'.
9245         (Standard Regexps): Update for new values of `paragraph-start'
9246         and `sentence-end'.
9248 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
9250         * files.texi (Saving Buffers): Clarify descriptions of
9251         `write-contents-functions' and `before-save-hook'.
9252         Make the defvar's for `before-save-hook' and `after-save-hook'
9253         into defopt's.
9255 2004-01-07  Kim F. Storm  <storm@cua.dk>
9257         * commands.texi (Click Events): Describe new image and
9258         width/height elements of click events.
9259         (Accessing Events): Add posn-string, posn-image, and
9260         posn-object-width-height.  Change posn-object to return either
9261         image or string object.
9263 2004-01-01  Simon Josefsson  <jas@extundo.com>
9265         * hooks.texi (Standard Hooks): Add before-save-hook.
9266         * files.texi (Saving Buffers): Likewise.
9268 2004-01-03  Richard M. Stallman  <rms@gnu.org>
9270         * frames.texi (Frames and Windows): Delete frame-root-window.
9272 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9274         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9276         * functions.texi: Various small changes in addition to the
9277         following.
9278         (What Is a Function): `functionp' returns nil for macros.
9279         Clarify behavior of this and following functions for symbol arguments.
9280         (Function Documentation): Add `\' in front of (fn @var{arglist})
9281         and explain why.
9282         (Defining Functions): Mention DOCSTRING argument to `defalias'.
9283         Add anchor.
9284         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
9286 2004-01-01  Miles Bader  <miles@gnu.org>
9288         * display.texi (Buttons): New section.
9290 2003-12-31  Andreas Schwab  <schwab@suse.de>
9292         * numbers.texi (Math Functions): sqrt reports a domain-error
9293         error.
9294         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9296 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9298         * tips.texi (Documentation Tips): Update item on hyperlinks in
9299         documentation strings.
9301         * errors.texi (Standard Errors): Various small corrections and
9302         additions.
9304         * control.texi: Various small changes in addition to the
9305         following.
9306         (Signaling Errors): Provide some more details on how `signal'
9307         constructs the error message.  Add anchor to the definition of
9308         `signal'.
9309         (Error Symbols): Describe special treatment of `quit'.
9310         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9311         to emphasize that it has to be a single form.
9313         * buffers.texi: Add anchor.
9315 2003-12-29  Richard M. Stallman  <rms@gnu.org>
9317         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9318         (Window Configurations): Add window-configuration-frame.
9320         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9322         * text.texi (Examining Properties): Add get-char-property-and-overlay.
9323         Change arg name in get-char-property.
9324         (Special Properties): Update handling of keymap property.
9326         * strings.texi (Modifying Strings): Add clear-string.
9327         (Text Comparison): Add assoc-string and remove
9328         assoc-ignore-case, assoc-ignore-representation.
9330         * os.texi (Time of Day): Add set-time-zone-rule.
9332         * numbers.texi (Math Functions): asin, acos, log, log10
9333         report domain-error errors.
9335         * nonascii.texi (Converting Representations):
9336         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9337         (Encoding and I/O): Add file-name-coding-system.
9339         * modes.texi (Search-based Fontification): Explain that
9340         face specs are symbols with face names as values.
9342         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9344         * lists.texi (Building Lists): remq moved elsewhere.
9345         (Sets And Lists): remq moved here.
9346         (Association Lists): Refer to assoc-string.
9348         * internals.texi (Garbage Collection): Add memory-use-counts.
9350         * frames.texi (Frames and Windows): Add set-frame-selected-window
9351         and frame-root-window.
9353         * files.texi (Contents of Directories):
9354         Add directory-files-and-attributes.
9356         * display.texi (Refresh Screen): Add force-window-update.
9357         (Invisible Text): Explain about moving point out of invis text.
9358         (Overlay Properties): Add overlay-properties.
9359         (Managing Overlays): Add overlayp.
9360         (GIF Images): Invalid image number displays a hollow box.
9362         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9363         (Killing Buffers): Add buffer-live-p.
9365 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9367         * display.texi (Fringes): Fix typo "set-buffer-window".
9369 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
9371         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9372         * nonascii.texi, processes.texi, tips.texi, variables.texi:
9373         Add or change various xrefs and anchors.
9375         * commands.texi: Replace all occurrences of @acronym{CAR} with
9376         @sc{car}, for consistency with the rest of the Elisp manual.
9377         `car' and `cdr' are historically acronyms, but are no longer
9378         widely thought of as such.
9380         * internals.texi (Pure Storage): Mention that `purecopy' does not
9381         copy text properties.
9382         (Object Internals): Now 29 bits are used (in most implementations)
9383         to address Lisp objects.
9385         * variables.texi (Variables with Restricted Values): New node.
9387         * objects.texi (Lisp Data Types): Mention that certain variables
9388         can only take on a restricted set of values and add an xref to
9389         the new node "Variables with Restricted Values".
9391         * eval.texi (Function Indirection): Describe the errors that
9392         `indirect-function' can signal.
9393         (Eval): Clarify the descriptions of `eval-region' and `values'.
9394         Describe `eval-buffer' instead of `eval-current-buffer' and
9395         mention `eval-current-buffer' as an alias for `current-buffer'.
9396         Correct the description and mention all optional arguments.
9398         * nonascii.texi: Various small changes in addition to the
9399         following.
9400         (Converting Representations): Clarify behavior of
9401         `string-make-multibyte' and `string-to-multibyte' for unibyte all
9402         ASCII arguments.
9403         (Character Sets): Document the variable `charset-list' and adapt
9404         the definition of the function `charset-list' accordingly.
9405         (Translation of Characters): Clarify use of generic characters in
9406         `make-translation-table'.  Clarify and correct the description of
9407         the use of translation tables in encoding and decoding.
9408         (User-Chosen Coding Systems): Correct and clarify the description
9409         of `select-safe-coding-system'.
9410         (Default Coding Systems): Clarify description of
9411         `file-coding-system-alist'.
9413 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9415         * strings.texi (Text Comparison): Correctly describe when two
9416         strings are `equal'.  Combine and clarify descriptions of
9417         `assoc-ignore-case' and `assoc-ignore-representation'.
9419         * objects.texi (Non-ASCII in Strings): Clarify description of
9420         when a string is unibyte or multibyte.
9421         (Bool-Vector Type): Update examples.
9422         (Equality Predicates): Correctly describe when two strings are
9423         `equal'.
9425 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
9427         * lists.texi (Building Lists): `append' no longer accepts integer
9428         arguments.  Update the description of `number-sequence' to reflect
9429         recent changes.
9430         (Sets And Lists): Describe `member-ignore-case' after `member'.
9432 2003-11-27  Kim F. Storm  <storm@cua.dk>
9434         * commands.texi (Click Events): Click object may be an images.
9435         Describe (dx . dy) element of click positions.
9436         (Accessing Events): Remove duplicate posn-timestamp.
9437         New functions posn-object and posn-object-x-y.
9439 2003-11-23  Kim F. Storm  <storm@cua.dk>
9441         * commands.texi (Click Events): Describe enhancements to event
9442         position lists, including new text-pos and (col . row) items.
9443         Mention left-fringe and right-fringe area events.
9444         (Accessing Events): New functions posn-area and
9445         posn-actual-col-row.  Mention posn-timestamp.  Mention that
9446         posn-point in non-text area still returns buffer position.
9447         Clarify posn-col-row.
9449 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
9451         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9452         * anti.texi (File Attributes): Describe removed parameter
9453         ID-FORMAT.
9455 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
9457         * positions.texi (Positions): Mention that, if a marker is used as
9458         a position, its buffer is ignored.
9460         * markers.texi (Overview of Markers): Mention it here too.
9462 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
9464         * numbers.texi (Numeric Conversions): Not just `floor', but also
9465         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9467 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
9469         * markers.texi (Creating Markers): Specify insertion type of
9470         created markers.  Add xref to `Marker Insertion Types'.
9471         Second argument to `copy-marker' is optional.
9472         (Marker Insertion Types): Mention that most markers are created
9473         with insertion type nil.
9474         (The Mark): Correctly describe when `mark' signals an error.
9475         (The Region): Correctly describe when `region-beginning' and
9476         `region-end' signal an error.
9478 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
9480         * hash.texi (Creating Hash): Clarify description of `eql'.
9481         `makehash' is obsolete.
9482         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9484         * positions.texi (Point): Change description of `buffer-end', so
9485         that it is also correct for floating point arguments.
9486         (List Motion): Correct argument lists of `beginning-of-defun' and
9487         `end-of-defun'.
9488         (Excursions): Add xref to `Marker Insertion Types'.
9489         (Narrowing): Argument to `narrow-to-page' is optional.
9491 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
9493         * streams.texi (Output Streams): Clarify behavior of point for
9494         marker output streams.
9496 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9498         * variables.texi (Defining Variables): Second argument to
9499         `defconst' is not optional.
9500         (Setting Variables): Mention optional argument APPEND to
9501         `add-to-list'.
9502         (Creating Buffer-Local): Expand description of
9503         `make-variable-buffer-local'.
9504         (Frame-Local Variables): Expand description of
9505         `make-variable-frame-local'.
9506         (Variable Aliases): Correct description of optional argument
9507         DOCSTRING to `defvaralias'.  Mention return value of
9508         `defvaralias'.
9509         (File Local Variables): Add xref to `File variables' in Emacs
9510         Manual.  Correct description of `hack-local-variables'.  Mention
9511         `safe-local-variable' property.  Mention optional second argument
9512         to `risky-local-variable-p'.
9514 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
9516         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9518 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9520         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9521         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9522         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9523         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9524         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9525         lispref/processes.texi, lispref/searching.texi,
9526         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9527         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9528         @acronym{FOO}.
9530 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
9532         * strings.texi (Creating Strings): Argument START to `substring'
9533         can not be `nil'.  Expand description of
9534         `substring-no-properties'.  Correct description of `split-string',
9535         especially with respect to empty matches.  Prevent very bad line
9536         break in definition of `split-string-default-separators'.
9537         (Text Comparison): `string=' and `string<' also accept symbols as
9538         arguments.
9539         (String Conversion): More completely describe argument BASE in
9540         `string-to-number'.
9541         (Formatting Strings): `%s' and `%S' in `format' do require
9542         corresponding object.  Clarify behavior of numeric prefix after
9543         `%' in `format'.
9544         (Case Conversion): The argument to `upcase-initials' can be a
9545         character.
9547 2003-10-27  Kenichi Handa  <handa@m17n.org>
9549         * display.texi (Fontsets): Fix texinfo usage.
9551 2003-10-25  Kenichi Handa  <handa@m17n.org>
9553         * display.texi (Fontsets): Add description of the function
9554         set-fontset-font.
9556 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
9558         * display.texi (Temporary Displays): Add xref to `Documentation
9559         Tips'.
9561         * functions.texi (Function Safety): Use inforef instead of pxref
9562         for SES.
9564 2003-10-23  Andreas Schwab  <schwab@suse.de>
9566         * Makefile.in (TEX, texinputdir): Don't define.
9567         (TEXI2DVI): Define.
9568         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9569         add $(srcdir)/index.texi.
9570         ($(infodir)/elisp): Remove index.texi dependency.
9571         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
9572         (index.texi): Remove target.
9573         (dist): Don't link $(srcdir)/permute-index.
9574         (clean): Don't remove index.texi.
9576         * permute-index, index.perm: Remove.
9577         * index.texi: Rename from index.unperm.
9579 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
9581         * tips.texi (Documentation Tips): Document new behavior for face
9582         and variable hyperlinks in Help mode.
9584 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
9586         * objects.texi (Integer Type): Update for extra bit of integer range.
9587         (Character Type): Ditto.
9589 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9591         * numbers.texi (Integer Basics): Add index entries for reading
9592         numbers in hex, octal, and binary.
9594 2003-10-16  Lute Kamstra  <lute@gnu.org>
9596         * modes.texi (Mode Line Format): Mention force-mode-line-update's
9597         argument.
9599 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
9601         * windows.texi (Choosing Window): Fix typo.
9602         * edebug.texi (Edebug Execution Modes): Fix typo.
9604 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9606         * windows.texi (Basic Windows): A window has fringe settings,
9607         display margins and scroll-bar settings.
9608         (Splitting Windows): Doc split-window return value.
9609         Clean up one-window-p.
9610         (Selecting Windows): Fix typo.
9611         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9612         (Buffers and Windows): In set-window-buffer, explain effect
9613         on fringe settings and scroll bar settings.
9614         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9615         (Choosing Window): Use defopt for pop-up-frame-function.
9616         For special-display-buffer-names, explain same-window and same-frame.
9617         Clarify window-dedicated-p return value.
9618         (Textual Scrolling): scroll-up and scroll-down can get an error.
9619         (Horizontal Scrolling): Clarify auto-hscroll-mode.
9620         Clarify set-window-hscroll.
9621         (Size of Window): Don't mention tool bar in window-height.
9622         (Coordinates and Windows): Explain what coordinates-in-window-p
9623         returns for fringes and display margins.
9624         (Window Configurations): Explain saving fringes, etc.
9626         * tips.texi (Library Headers): Clean up Documentation.
9628         * syntax.texi (Parsing Expressions): Clean up forward-comment
9629         and parse-sexp-lookup-properties.
9631         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9633         * os.texi (System Environment): Clean up text for load-average errors.
9635         * modes.texi (Hooks): Don't explain local hook details at front.
9636         Clarify run-hooks and run-hook-with-args a little.
9637         Clean up add-hook and remove-hook.
9639         * edebug.texi (Edebug Execution Modes): Clarify t.
9640         Document edebug-sit-for-seconds.
9641         (Coverage Testing): Document C-x X = and =.
9642         (Instrumenting Macro Calls): Fix typo.
9643         (Specification List): Don't index the specification keywords.
9645 2003-10-10  Kim F. Storm  <storm@cua.dk>
9647         * processes.texi (Network): Introduce make-network-process.
9649 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9651         * tips.texi (Library Headers): Fix typo.
9653 2003-10-07  Juri Linkov  <juri@jurta.org>
9655         * modes.texi (Imenu): Mention imenu-create-index-function's
9656         default value.  Explain submenus better.
9658 2003-10-07  Lute Kamstra  <lute@gnu.org>
9660         * modes.texi (Faces for Font Lock): Fix typo.
9661         (Hooks): Explain how buffer-local hook variables can refer to
9662         global hook variables.
9663         Various minor clarifications.
9665 2003-10-06  Lute Kamstra  <lute@gnu.org>
9667         * tips.texi (Coding Conventions): Mention naming conventions for
9668         hooks.
9670 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
9672         * loading.texi (Library Search): Correct default value of
9673         load-suffixes.
9674         (Named Features): Fix typo.
9676 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9678         * loading.texi (Named Features): In `provide',
9679         say how to test for subfeatures.
9680         (Unloading): In unload-feature, use new var name
9681         unload-feature-special-hooks.
9683 2003-10-03  Lute Kamstra  <lute@gnu.org>
9685         * modes.texi (Major Mode Conventions): Mention third way to set up
9686         Imenu.
9687         (Imenu): A number of small fixes.
9688         Delete documentation of internal variable imenu--index-alist.
9689         Document the return value format of imenu-create-index-function
9690         functions.
9692 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9694         * processes.texi (Network): Say what stopped datagram connections do.
9696         * lists.texi (Association Lists): Clarify `assq-delete-all'.
9698         * display.texi (Overlay Properties): Clarify `evaporate' property.
9700 2003-09-29  Lute Kamstra  <lute@gnu.org>
9702         * modes.texi (Mode Line Data): Explain when symbols in mode-line
9703         constructs should be marked as risky.
9704         Change cons cell into proper list.
9705         (Mode Line Variables): Change cons cell into proper list.
9707 2003-09-26  Lute Kamstra  <lute@gnu.org>
9709         * modes.texi (Mode Line Data): Document the :propertize construct.
9710         (Mode Line Variables): Reorder the descriptions of the variables
9711         to match their order in the default mode-line-format.
9712         Describe the new variables mode-line-position and mode-line-modes.
9713         Update the default values of mode-line-frame-identification,
9714         minor-mode-alist, and default-mode-line-format.
9715         (Properties in Mode): Mention the :propertize construct.
9717 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9719         * buffers.texi, commands.texi, debugging.texi, eval.texi:
9720         * loading.texi, minibuf.texi, text.texi, variables.texi:
9721         Avoid @strong{Note:}.
9723 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9725         * keymaps.texi (Remapping Commands): Fix typo.
9727 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
9729         * processes.texi (Low-Level Network): Fix typo.
9731 2003-09-23  Kim F. Storm  <storm@cua.dk>
9733         * processes.texi (Network, Network Servers): Fix typos.
9734         (Low-Level Network): Add timeout value for :server keyword.
9735         Add new option keywords to make-network-process.
9736         Add set-network-process-options.
9737         Explain how to test availability of network options.
9739 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9741         * text.texi (Motion by Indent): Arg to
9742         backward-to-indentation and forward-to-indentation is optional.
9744         * strings.texi (Creating Strings): Add substring-no-properties.
9746         * processes.texi
9747         (Process Information): Add list-processes arg QUERY-ONLY.
9748         Delete process-contact from here.
9749         Add new status values for process-status.
9750         Add process-get, process-put, process-plist, set-process-plist.
9751         (Synchronous Processes): Add call-process-shell-command.
9752         (Signals to Processes): signal-process allows process objects.
9753         (Network): Complete rewrite.
9754         (Network Servers, Datagrams, Low-Level Network): New nodes.
9756         * positions.texi (Word Motion): forward-word, backward-word
9757         arg is optional.  Reword.
9759         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9761         * variables.texi (Creating Buffer-Local):
9762         Delete duplicate definition of buffer-local-value.
9763         (File Local Variables): Explain about discarding text props.
9765 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9767         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9768         changes variables that record input events.
9769         (Minibuffer Misc): Add minibuffer-selected-window.
9771         * lists.texi (Building Lists): Add copy-tree.
9773         * display.texi (Fontsets): Add char-displayable-p.
9774         (Scroll Bars): New node.
9776 2003-09-08  Lute Kamstra  <lute@gnu.org>
9778         * modes.texi (%-Constructs): Document new `%i' and `%I'
9779         constructs.
9781 2003-09-03  Peter Runestig  <peter@runestig.com>
9783         * makefile.w32-in: New file.
9785 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9787         * display.texi (Overlay Properties): Clarify how priorities
9788         affect use of the properties.
9790 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9792         * customize.texi (Type Keywords): Correct the description of
9793         `:help-echo' in the case where `motion-doc' is a function.
9795 2003-08-14  John Paul Wallington  <jpw@gnu.org>
9797         * modes.texi (Emulating Mode Line): Subsection, not section.
9799 2003-08-13  Richard M. Stallman  <rms@gnu.org>
9801         * elisp.texi (Top): Update subnode lists in menu.
9803         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9804         (Kill Functions): kill-region has new arg yank-handler.
9805         (Yanking): New node.
9806         (Yank Commands): Add yank-undo-function.
9807         (Low-Level Kill Ring):
9808         kill-new and kill-append have new arg yank-handler.
9809         (Changing Properties): Add remove-list-of-text-properties.
9810         (Atomic Changes): New node.
9812         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9814         * streams.texi (Output Variables): Add eval-expression-print-length
9815         and eval-expression-print-level.
9817         * os.texi (Time Conversion): For encode-time, explain limits on year.
9819         * objects.texi (Character Type): Define anchor "modifier bits".
9821         * modes.texi (Emulating Mode Line): New node.
9822         (Search-based Fontification): Font Lock uses font-lock-face property.
9823         (Other Font Lock Variables): Likewise.
9825         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9826         not vectors.
9827         (Active Keymaps): Add emulation-mode-map-alists.
9828         (Functions for Key Lookup): key-binding has new arg no-remap.
9829         (Remapping Commands): New node.
9830         (Scanning Keymaps): where-is-internal has new arg no-remap.
9831         (Tool Bar): Add tool-bar-local-item-from-menu.
9832         Clarify when to use tool-bar-add-item-from-menu.
9834         * commands.texi (Interactive Call): commandp has new arg.
9835         (Command Loop Info): Add this-original-command.
9837 2003-08-06  John Paul Wallington  <jpw@gnu.org>
9839         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9841         * display.texi (Warning Basics): Fix typo.
9842         (Fringes): Add closing curly bracket and fix typo.
9844         * elisp.texi (Top): Fix typo.
9846 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9848         * elisp.texi: Update lists of subnodes.
9850         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9852         * variables.texi (Local Variables): Use lc for example variable names.
9854         * tips.texi (Library Headers): Explain where to put -*-.
9856         * strings.texi (Creating Strings): Fix xref for vconcat.
9858         * sequences.texi (Vector Functions):
9859         vconcat no longer allows integer args.
9861         * minibuf.texi (Reading File Names): read-file-name has new
9862         arg PREDICATE.  New function read-directory-name.
9864         * macros.texi (Defining Macros): Give definition of `declare'.
9865         (Indenting Macros): New node.
9867         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9868         (Window Frame Parameters): Make separate table of parameters
9869         that are coupled with specific face attributes.
9870         (Deleting Frames): delete-frame-hooks renamed to
9871         delete-frame-functions.
9873         * files.texi (Magic File Names): Add file-remote-p.
9874         Clarify file-local-copy.
9876         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9877         here; instead xref Defining Macros.
9879         * display.texi (Warnings): New node, and subnodes.
9880         (Fringes): New node.
9882         * debugging.texi (Test Coverage): New node.
9884         * compile.texi (Compiler Errors): Explain with-no-warnings
9885         and other ways to suppress warnings.
9887         * commands.texi (Interactive Call): Minor clarification.
9889         * buffers.texi (Buffer File Name): set-visited-file-name
9890         renames the buffer too.
9892         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9894 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9896         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9898 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
9900         * internals.texi (Garbage Collection): Fix previous change.
9902 2003-07-22  Richard M. Stallman  <rms@gnu.org>
9904         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9906         * display.texi (Width): Use \s syntax in example.
9907         (Font Selection): Add face-font-rescale-alist.
9909         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9910         Remove spurious indent in example.
9912         * lists.texi (Building Lists): Add number-sequence.
9914         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9916         * functions.texi (Function Documentation): Explain how to
9917         show calling convention explicitly in the doc string.
9919         * windows.texi (Selecting Windows): save-selected-window saves
9920         selected window of each frame.
9921         (Window Configurations): Minor change.
9923         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9925         * streams.texi (Output Variables): Add print-continuous-numbering
9926         and print-number-table.
9928         * processes.texi (Decoding Output): New node.
9930         * os.texi (Time Conversion): decode-time arg is optional.
9932         * objects.texi (Character Type): Don't use space as example for \.
9933         Make list of char names and \-sequences correspond.
9934         Explain that \s is not used in strings.  `\ ' needs space after.
9936         * nonascii.texi (Converting Representations): Add string-to-multibyte.
9937         (Translation of Characters): Add translation-table-for-input.
9938         (Default Coding Systems): Add auto-coding-functions.
9939         (Explicit Encoding): Add decode-coding-inserted-region.
9940         (Locales): Add locale-info.
9942         * minibuf.texi (Basic Completion): Describe test-completion.
9943         Collections can be lists of strings.
9944         Clean up lazy-completion-table.
9945         (Programmed Completion): Mention test-completion.
9946         Clarify why lambda expressions are not accepted.
9947         (Minibuffer Misc): Describe minibufferp.
9949 2003-07-14  Richard M. Stallman  <rms@gnu.org>
9951         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9953         * windows.texi (Selecting Windows): New arg to select-window.
9954         (Selecting Windows): Add with-selected-window.
9955         (Size of Window): Add window-inside-edges, etc.
9957         * internals.texi (Garbage Collection): Add post-gc-hook.
9959         * processes.texi (Subprocess Creation): Add exec-suffixes.
9961         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9962         (Scanning Keymaps): Add map-keymaps.
9963         (Defining Menus): Add keymap-prompt.
9965         * numbers.texi (Integer Basics): Add most-positive-fixnum,
9966         most-negative-fixnum.
9968         * compile.texi (Byte Compilation): Explain no-byte-compile.
9969         (Compiler Errors): New node.
9971         * os.texi (User Identification): user-uid, user-real-uid
9972         can return float.
9974         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9975         and about derived modes.
9976         (Minor Modes): Add minor-mode-list.
9977         (Defining Minor Modes): Keyword args for define-minor-mode.
9978         (Search-based Fontification): Explain managing other properties.
9979         (Other Font Lock Variables): Add font-lock-extra-managed-props.
9980         (Faces for Font Lock): Add font-lock-preprocessor-face.
9981         (Hooks): Add run-mode-hooks and delay-mode-hooks.
9983         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9984         (Variable Aliases): Clarify defvaralias.
9986         * loading.texi (Library Search): Add load-suffixes.
9988         * minibuf.texi (Basic Completion): Add lazy-completion-table.
9989         (Programmed Completion): Add dynamic-completion-table.
9991         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9992         (Magic File Names): Specify precedence order of handlers.
9994         * commands.texi (Command Overview): Emacs server runs pre-command-hook
9995         and post-command-hook.
9996         (Waiting): New calling convention for sit-for.
9998         * text.texi (Special Properties): local-map and keymap properties
9999         apply based on their stickiness.
10001 2003-07-07  Richard M. Stallman  <rms@gnu.org>
10003         * modes.texi (Minor Mode Conventions): Specify only some kinds
10004         of list values as args to minor modes.
10006         * files.texi (File Name Expansion): Warn about iterative use
10007         of substitute-in-file-name.
10009         * advice.texi (Activation of Advice): Clean up previous change.
10011 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
10013         * advice.texi (Activation of Advice): Note that ad-start-advice is
10014         turned on by default.
10016 2003-06-30  Richard M. Stallman  <rms@gnu.org>
10018         * text.texi (Buffer Contents): Document current-word.
10019         (Change Hooks): Not called for *Messages*.
10021         * functions.texi (Defining Functions): Explain about redefining
10022         primitives.
10023         (Function Safety): Rename.  Minor changes.
10024         Comment out the detailed criteria for what is safe.
10026 2003-06-22  Andreas Schwab  <schwab@suse.de>
10028         * objects.texi (Symbol Type): Fix description of examples.
10030 2003-06-16  Andreas Schwab  <schwab@suse.de>
10032         * hash.texi (Creating Hash): Fix description of :weakness.
10034 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
10036         * files.texi (Changing Files): copy-file copies file modes, too.
10038 2003-05-28  Richard M. Stallman  <rms@gnu.org>
10040         * strings.texi (Creating Strings): Clarify split-string.
10042 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
10044         * strings.texi (Creating Strings): Update split-string specification
10045         and examples.
10047 2003-05-19  Richard M. Stallman  <rms@gnu.org>
10049         * elisp.texi: Correct invariant section names.
10051 2003-04-20  Richard M. Stallman  <rms@gnu.org>
10053         * os.texi (Timers): Explain about timers and quitting.
10055 2003-04-19  Richard M. Stallman  <rms@gnu.org>
10057         * internals.texi (Writing Emacs Primitives): Strings are
10058         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
10059         Explain GCPRO convention for varargs function args.
10061 2003-04-16  Richard M. Stallman  <rms@gnu.org>
10063         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10065 2003-04-08  Richard M. Stallman  <rms@gnu.org>
10067         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10069 2003-02-13  Kim F. Storm  <storm@cua.dk>
10071         * objects.texi (Character Type): New \s escape for space.
10073 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
10075         * os.texi (System Environment): Add cygwin system-type.
10077 2003-01-25  Richard M. Stallman  <rms@gnu.org>
10079         * keymaps.texi: Document that a symbol can act as a keymap.
10081 2003-01-13  Richard M. Stallman  <rms@gnu.org>
10083         * text.texi (Changing Properties): Say string indices are origin-0.
10085         * positions.texi (Screen Lines) <compute-motion>:
10086         Correct order of elts in return value.
10088         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10089         how to define a default binding.
10091 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
10093         * loading.texi (Unloading): Fix recent change for load-history.
10095         * customize.texi (Simple Types): Clarify description of custom
10096         type 'number.  Describe new custom type 'float.
10098 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
10100         * variables.texi (File Local Variables): Fix typo.
10102 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
10104         From Michael Albinus <Michael.Albinus@alcatel.de>.
10106         * README: Target for Info file is `make info'.
10108         * files.texi (File Name Components): Fix typos in
10109         `file-name-sans-extension'.
10110         (Magic File Names): Complete list of operations for magic file
10111         name handlers.
10113 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
10115         * variables.texi (File Local Variables): New function
10116         risky-local-variable-p.
10118 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
10120         * functions.texi (Function safety): New node about unsafep.
10122 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10124         * customize.texi (Splicing into Lists): Fix example.
10125         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
10127 2002-06-17  Juanma Barranquero  <lektu@terra.es>
10129         * frames.texi (Display Feature Testing): Fix typo.
10131 2002-06-12  Andreas Schwab  <schwab@suse.de>
10133         * frames.texi (Initial Parameters, Resources): Fix references to
10134         the Emacs manual.
10136 2002-05-13  Kim F. Storm  <storm@cua.dk>
10138         * variables.texi (Intro to Buffer-Local): Updated warning and
10139         example relating to changing buffer inside let.
10141 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
10143         * os.texi (Session Management): New node about X Session management.
10145 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
10147         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
10148         to which the manual corresponds, and the copyright years.
10150         * Makefile.in (VERSION): Set to 2.9.
10152 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
10154         * elisp.texi: Change the category in @dircategory to "Emacs", to
10155         make it consistent with info/dir.
10157 2001-11-25  Miles Bader  <miles@gnu.org>
10159         * text.texi (Fields): Describe new `limit' arg in
10160         field-beginning/field-end.
10162 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
10164         * permute-index: Don't depend on csh-specific features.
10165         Replace the interpreter name with /bin/sh.
10167         * two-volume-cross-refs.txt: New file.
10168         * two.el: New file.
10169         * spellfile: New file.
10171 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
10173         * permute-index: New file.
10175         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10176         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10177         8+3 restricted namespace.
10179         * Makefile.in (infodir): Define relative to $(srcdir).
10180         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10181         include directories list via -I switch to makeinfo.
10182         (index.texi): Use cp if both hard and symbolic links fail.
10184 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
10186         * Makefile.in (distclean): Add.
10188         The following changes make ELisp manual part of the Emacs
10189         distribution:
10191         * Makefile.in: Add Copyright notice.
10192         (prefix): Remove.
10193         (infodir): Change value to "../info".
10194         (VPATH): New variable.
10195         (MAKE): Don't define.
10196         (texmacrodir): Don't define.
10197         (texinputdir): Append the existing value of TEXINPUTS.
10198         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
10199         command to be compatible with man/Makefile.in, and to put the
10200         output into ../info.
10201         (info): Add target.
10202         (installall): Target removed.
10204 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
10206         * tips.texi (Coding Conventions): Fix typo.
10208 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
10210         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10212 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
10214         * files.texi (File Name Components): Update the description of
10215         file-name-sans-extension and file-name-extension, as they now
10216         ignore leading dots.
10218 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
10220         * (Version 21.1 released.)
10222 2001-10-19  Miles Bader  <miles@gnu.org>
10224         * positions.texi (Text Lines): Describe behavior of
10225         `beginning-of-line'/`end-of-line' in the presence of field properties.
10227 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
10229         * Makefile.in (VERSION): Set to 2.8.
10230         (manual): Use `manual-21'.
10232         * elisp.texi (VERSION): Add and use it where the version
10233         number was used.  Set it to 2.8.
10235         * intro.texi: Likewise.
10237 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
10239         * files.texi (File Name Completion): Document the significance of
10240         a trailing slash in elements of completion-ignored-extensions.
10242 2001-10-06  Miles Bader  <miles@gnu.org>
10244         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10246 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10248         * variables.texi (Variable Aliases): New node.
10250 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10252         * Branch for 21.1.
10254 2001-10-02  Miles Bader  <miles@gnu.org>
10256         * minibuf.texi (Minibuffer Misc): Add entries for
10257         `minibuffer-contents', `minibuffer-contents-no-properties', and
10258         `delete-minibuffer-contents'.
10259         Correct description for `minibuffer-prompt-end'.
10261         * text.texi (Property Search): Correct descriptions of
10262         `next-char-property-change' and `previous-char-property-change'.
10263         Add entries for `next-single-char-property-change' and
10264         `previous-single-char-property-change'.
10265         Make operand names a bit more consistent.
10267 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
10269         * frames.texi (Finding All Frames): Document that next-frame and
10270         previous-frame are local to current terminal.
10272 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
10274         * keymaps.texi (Creating Keymaps): Fix the description of the
10275         result of make-keymap.
10277 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
10279         * display.texi (Font Lookup, Attribute Functions)
10280         (Image Descriptors): Add cross-references to the definition of
10281         selected frame.
10283         * buffers.texi (The Buffer List): Add cross-references to the
10284         definition of selected frame.
10286         * frames.texi (Input Focus): Clarify which frame is _the_ selected
10287         frame at any given time.
10288         (Multiple Displays, Size and Position): Add a cross-reference to
10289         the definition of the selected frame.
10291 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10293         * strings.texi (String Conversion) <string-to-number>: Document
10294         that a float is returned for integers that are too large.
10296         * frames.texi (Mouse Position): Document mouse-position-function.
10297         (Display Feature Testing): Document display-images-p.
10298         (Window Frame Parameters): Document the cursor-type variable.
10300         * numbers.texi (Integer Basics): Document CL style read syntax for
10301         integers in bases other than 10.
10303         * positions.texi (List Motion):
10304         Document open-paren-in-column-0-is-defun-start.
10306         * lists.texi (Sets And Lists): Document member-ignore-case.
10308         * internals.texi (Garbage Collection): Document the used and free
10309         strings report.
10310         (Memory Usage): Document strings-consed.
10312         * os.texi (Time of Day): Document float-time.
10313         (Recording Input): Document that clear-this-command-keys clears
10314         the vector to be returned by recent-keys.
10316         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10317         argument keymap can be a list.
10319         * nonascii.texi (User-Chosen Coding Systems)
10320         <select-safe-coding-system>: Document the new argument
10321         accept-default-p and the variable
10322         select-safe-coding-system-accept-default-p.  Tell what happens if
10323         buffer-file-coding-system is undecided.
10324         (Default Coding Systems): Document auto-coding-regexp-alist.
10326         * display.texi (The Echo Area) <message>: Document
10327         message-truncate-lines.
10328         (Glyphs): Document that the glyph table is unused on windowed
10329         displays.
10331         * help.texi (Describing Characters) <single-key-description>:
10332         Document the new argument no-angles.
10333         (Accessing Documentation) <documentation-property>: Document that
10334         a non-string property is evaluated.
10335         <documentation>: Document that the function-documentation property
10336         is looked for.
10338         * windows.texi (Selecting Windows): Document some-window.
10340         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10342         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10343         apropos-mode-hook.
10345         * commands.texi (Using Interactive): Document interactive-form.
10346         (Keyboard Macros): Document kbd-macro-termination-hook.
10347         (Command Loop Info): Document that clear-this-command-keys clears
10348         the vector to be returned by recent-keys.
10350 2001-09-04  Werner LEMBERG  <wl@gnu.org>
10352         * Makefile.in (srcdir, texinputdir): New variables.
10353         (srcs, index.texi, install): Use $(srcdir).
10354         (.PHONY): Remove elisp.dvi.
10355         (elisp): Use -I switch for makeinfo.
10356         (elisp.dvi): Use $(srcdir) and $(texinputdir).
10357         (installall, dist): Use $(srcdir).
10358         Fix path to texinfo.tex.
10359         (maintainer-clean): Add elisp.dvi and elisp.oaux.
10361 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
10363         * display.texi (Conditional Display): Adjust to API change.
10365         * configure: New file.
10367 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
10369         * commands.texi (Repeat Events): Add description of
10370         double-click-fuzz.
10372 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
10374         * syntax.texi (Syntax Class Table): Add the missing designator for
10375         comment and string fences.
10376         (Syntax Properties): Add a xref to syntax table internals.
10377         (Syntax Table Internals): Document string-to-syntax.
10379 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
10381         * Makefile.in (install): Use install-info command line options
10382         like in Emacs' Makefile.in.
10384 2000-12-09  Miles Bader  <miles@gnu.org>
10386         * windows.texi (Window Start): Update documentation for
10387         `pos-visible-in-window-p'.
10389 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
10391         * lists.texi (Building Lists): Add footnote to explain how to add
10392         to the end of a list.
10394 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10396         * files.texi (Visiting Functions): Typos.
10398 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
10400         * files.texi (Visiting Functions): Return value of
10401         find-file-noselect may be a list of buffers if wildcards are used.
10403 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10405         * display.texi (Defining Faces): Document `graphic' display type
10406         in face specs.
10408 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10410         * hooks.texi (Standard Hooks): Replace obsolete
10411         `after-make-frame-hook' with `after-make-frame-functions'.
10413         * frames.texi (Creating Frames): Ditto.
10415         * variables.texi (Future Local Variables): Ditto.
10417 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
10419         * display.texi (Other Image Types): Add description of :foreground
10420         and :background properties of mono PBM images.
10422 2000-08-17  Werner LEMBERG  <wl@gnu.org>
10424         * .cvsignore: New file.
10426 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
10428         * tindex.pl: New script.
10430 1999-12-03  Dave Love  <fx@gnu.org>
10432         * Makefile.in (MAKEINFO): New parameter.
10434 1999-09-17  Richard Stallman  <rms@gnu.org>
10436         * Makefile.in (srcs): Add hash.texi.
10437         (VERSION): Update to 20.6.
10439 1999-09-13  Richard Stallman  <rms@gnu.org>
10441         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10443 1998-08-29  Karl Heuer  <kwzh@gnu.org>
10445         * configure.in: New file.
10446         * Makefile.in: Renamed from Makefile.
10447         (prefix, infodir): Use value obtained from configure.
10448         (emacslibdir): Obsolete variable deleted.
10449         (dist): Distribute configure.in, configure, Makefile.in.
10451 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10453         * Makefile (INSTALL_INFO): New variable.
10454         (install): Run install-info.
10456 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10458         * Makefile (elisp.dvi): Add missing backslash.
10460 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
10462         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10463         Run texindex without `./'.  Always run texindex on elisp.tp.
10464         (elisp.tps): Target deleted.
10466 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
10468         * Makefile (srcs): Add nonascii.texi and customize.texi.
10469         (dist): Start by deleting `temp'.
10471 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
10473         * Makefile (makeinfo, texindex): Targets deleted.
10474         (makeinfo.o, texindex.o): Targets deleted.
10475         (clean, dist): Don't do anything with them or with getopt*.
10477 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
10479         * Makefile (SHELL): Defined.
10481 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
10483         * Makefile (elisp.tps): New target.
10484         (elisp.dvi): Depend on elisp.tps.
10486 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10488         * README: Update phone number.
10490         * Makefile (elisp): Make this be the default target.
10491         Depend on makeinfo.c instead of makeinfo.
10492         (install): Don't depend on elisp.dvi, since we don't install that.
10493         Use mkinstalldirs.
10494         (dist): Add mkinstalldirs.
10496 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10498         * Makefile (VERSION): Update version number.
10499         (maintainer-clean): Rename from realclean.
10501 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
10503         * Makefile (realclean): New target.
10504         (elisp): Remove any old elisp-* files first.
10506 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
10508         * Makefile (VERSION): New variable.
10509         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10510         Compressed file suffix should be `.gz', not `.z'.
10512 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10514         * Makefile (elisp): Depend on makeinfo.
10516 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
10518         * Makefile (srcs): Add anti.texi.
10520 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10522         * Makefile (infodir, prefix): New vars.
10523         (install): Use infodir.
10524         (emacsinfodir): Delete.
10526 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10528         * Makefile (srcs): Add calendar.texi.
10530         * Makefile (dist): Copy texindex.c and makeinfo.c.
10531         Limit elisp-* files to those with one or two digits.
10533 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10535         * Makefile (dist): Change to use Gzip instead of compress.
10537 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10539         * loading.texi (Unloading): define-function changed back to
10540         defalias.  It may not stay this way, but at least it's
10541         consistent with the known-good version of the code patch.
10543 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10545         * modes.texi (Hooks): Document new optional arg of add-hook.
10547 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10549         * variables.texi: Document nil initial value of buffer-local variables.
10551         * tips.texi: Add new section on standard library headers.
10553 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10555         * Makefile (srcs): Add frame.texi to the list of sources.
10557 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10559         * Makefile (dist): Don't bother excluding autosave files; they'll
10560         never make it into the temp directory anyway, and the hash marks
10561         in the name are problematic for make and the Bourne shell.
10562         (srcs):
10564 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10566         * Makefile (dist): Don't include backup files or autosave files in
10567         the distribution tar file.
10569 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10571         * Makefile (srcs): Add index.perm.
10572         (elisp.dvi): Remove erroneous shell comment.
10573         Expect output of permute-index in permuted.fns.
10574         Save old elisp.aux in elisp.oaux.
10575         (clean): Add index.texi to be deleted.
10577 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10579         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10581 1990-06-26  David Lawrence  (tale@geech)
10583         * files.texi: Noted that completion-ignored-extensions is ignored
10584         when making *Completions*.
10586 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
10588         * Makefile  make dist now depends on elisp.dvi, since it tries
10589         to include it in the dist file.
10591 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10593         * functions.texinfo (Mapping Functions): Add missing quote.
10595 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10597         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10598         (defunargs): Turn off \hyphenchar of \sl font temporarily.
10600 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10602         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10603         and @error{} are the terms now being used.  The files in the
10604         directory have been changed to reflect this.
10606         * All instances of @indentedresultt{} have been changed to
10607         `     @result{}', using 5 spaces at the beginning of the line.
10609 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10611         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10612         experimental @indentedresult{}, @indentedexpandsto{} are part of
10613         the texinfo.tex in this directory.  These TeX macros are not
10614         stable yet.
10616 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10618         * texinfo.tex: Temporarily added
10619                 \let\result=\dblarrow
10620                 \def\error{{\it ERROR} \longdblarrow}
10621         We need to do this better soon.
10623 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10625         * Applied Karl Berry's patches to *.texinfo files, but not to
10626         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
10627         new title page format is also not applied, since it requires
10628         texinfo.tex changes.)
10630         * Cleaned up `Makefile' and defined the `emacslibdir' directory
10631         for the Project GNU development environment.
10633 ;; Local Variables:
10634 ;; coding: utf-8
10635 ;; End:
10637   Copyright (C) 1998-2012  Free Software Foundation, Inc.
10639   This file is part of GNU Emacs.
10641   GNU Emacs is free software: you can redistribute it and/or modify
10642   it under the terms of the GNU General Public License as published by
10643   the Free Software Foundation, either version 3 of the License, or
10644   (at your option) any later version.
10646   GNU Emacs is distributed in the hope that it will be useful,
10647   but WITHOUT ANY WARRANTY; without even the implied warranty of
10648   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10649   GNU General Public License for more details.
10651   You should have received a copy of the GNU General Public License
10652   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.