* os.texi (Terminal-Specific): Fix typo.
[emacs.git] / doc / lispref / ChangeLog
blobc392cb6cf965602c27e979198edf34f11ad6239b
1 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
3         * os.texi (Terminal-Specific): Fix typo.
4         (Notifications): New section.
6         * elisp.texi (Top):
7         * vol1.texi (Top):
8         * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
9         menu entries.
11 2012-04-01  Chong Yidong  <cyd@gnu.org>
13         * files.texi (Kinds of Files): file-subdir-of-p renamed to
14         file-in-directory-p.
16 2012-03-31  Glenn Morris  <rgm@gnu.org>
18         * edebug.texi (Instrumenting Macro Calls):
19         Mention defining macros at instrumentation time.
20         (Edebug Options): Mention edebug-unwrap-results.
22 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
24         * text.texi (Special Properties): Clarify the description of the
25         effect of integer values of the 'cursor' property on cursor
26         position.  See the discussions in bug#11068 for more details and
27         context.
29 2012-03-31  Glenn Morris  <rgm@gnu.org>
31         * edebug.texi (Edebug Eval, Specification List, Edebug Options):
32         Copyedits.
34 2012-03-30  Chong Yidong  <cyd@gnu.org>
36         * display.texi (Image Formats): Add imagemagick type.
37         (Image Descriptors): Mention how they are used.
38         (ImageMagick Images): Clarify role of imagemagick-register-types.
39         (Character Display): Don't mention glyph tables.
40         (Display Tables): Use make-glyph-code in example.
41         (Glyphs): Avoid "simple glyph code" terminology.  Note that glyph
42         tables are semi-obsolete.  De-document create-glyph.
43         (Glyphless Chars): Note that display tables override this.
44         (Bidirectional Display): Copyedits.  Introduce "bidirectional
45         reordering" terminology, and use it.
47 2012-03-30  Glenn Morris  <rgm@gnu.org>
49         * edebug.texi (Jumping): Give name of `i' binding.
51 2012-03-28  Glenn Morris  <rgm@gnu.org>
53         * searching.texi (Regular Expressions, Regexp Special):
54         (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
55         (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
56         (Regexp Special): Mention collation.
57         Clarify char classes with an example.
58         (Regexp Functions): Mention regexp-opt is not guaranteed.
59         Mention regexp-opt-charset.
60         (Regexp Search): Recommend against looking-back.
61         (Search and Replace): Use Texinfo recommended quote convention.
62         Add more query-replace-map items.  List multi-query-replace-map items.
64 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
66         * windows.texi (Window History): Describe new option
67         switch-to-visible-buffer.
69 2012-03-27  Glenn Morris  <rgm@gnu.org>
71         * searching.texi (String Search): Add xref to Emacs manual.
72         Copyedits.  Mention the function word-search-regexp.
73         (Searching and Case): Add xref to Emacs manual.  Copyedits.
75         * processes.texi (Network Servers): Standardize apostrophe usage.
77         * os.texi (System Environment): Copyedits.  Remove some examples
78         that do not seem useful.  Mention setenv third arg.
79         tty-erase-char does not seem to be nil under a window-system.
80         (User Identification): Copyedits.
81         Remove some examples that do not seem useful.
83 2012-03-26  Glenn Morris  <rgm@gnu.org>
85         * os.texi (Startup Summary): Copyedits.  Fix startup screen logic.
86         (Init File): Copyedits.
87         (Command-Line Arguments): Copyedits.  Do not mention argv alias.
88         (Killing Emacs): Copyedits.
89         (Suspending Emacs): Copyedits.  Mention not very relevant with GUIs.
90         Shorten the example, use more standard shell prompts.
92 2012-03-25  Chong Yidong  <cyd@gnu.org>
94         * display.texi (Fringes): Note that fringes are shown on graphical
95         displays only.
96         (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
97         (Replacing Specs): Clarify example.
98         (Manipulating Buttons): Note that button-at can return a marker.
99         (Buttons): Minor rewrite.
100         (Character Display): New node.  Consolidate all character display
101         related nodes into its subsections.
102         (Usual Display): Character 127 is also affected by ctl-arrow.
103         (Display Tables): Improve example.
105 2012-03-22  Glenn Morris  <rgm@gnu.org>
107         * strings.texi (Text Comparison): Mention string-prefix-p.
109 2012-03-21  Chong Yidong  <cyd@gnu.org>
111         * display.texi (The Echo Area): Add xref to Output Streams.
112         (Displaying Messages): Improve doc of message.
113         (Echo Area Customization, Invisible Text): Copyedits.
114         (Invisible Text): Mention that spec comparison is done with eq.
115         (Width): Improve doc of char-width.
116         (Faces): Recommend using symbol instead of string for face name.
117         Minor clarifications.
118         (Defining Faces): Copyedits.  Update face example.
119         (Attribute Functions): Mark set-face-foreground etc as commands.
120         (Face Remapping): Mention text-scale-adjust.  Clarify
121         face-remapping-alist and related docs.
122         (Face Functions): Don't document make-face or copy-face.
124 2012-03-20  Chong Yidong  <cyd@gnu.org>
126         * display.texi (Forcing Redisplay): Various rewrites to reflect
127         new value of redisplay-dont-pause.
128         (Truncation): Copyedits.
130 2012-03-20  Glenn Morris  <rgm@gnu.org>
132         * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
133         Add summary table of some relevant command-line options.
135 2012-03-18  Chong Yidong  <cyd@gnu.org>
137         * internals.texi (Building Emacs, Garbage Collection): Copyedits.
138         (Writing Emacs Primitives): Re-organize discussion of functions
139         with variable Lisp arguments are handled.  Delete an obsolete
140         remark, previously tagged as FIXME.
142         * os.texi (Idle Timers): Minor clarification.
143         (Idle Timers): Link to Time of Day for description of time list.
145 2012-03-18  Glenn Morris  <rgm@gnu.org>
147         * os.texi (System Interface): Flow control was removed.
148         (Startup Summary): General update.
149         (Init File): Don't mention compiling it.
151 2012-03-17  Chong Yidong  <cyd@gnu.org>
153         * os.texi (Startup Summary): Mention package loading.
154         (Init File): Don't refer to .emacs in section title.  Copyedits.
155         (Terminal-Specific): Give a realistic example.
156         (Command-Line Arguments): Reference Entering Emacs instead of
157         repeating the spiel about not restarting Emacs.
158         (Time of Day): Discuss time representation at beginning of node.
159         (Sound Output): Copyedits.
161         * package.texi (Packaging Basics): Document package-initialize.
163 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
165         * frames.texi (Initial Parameters): Add an index entry for
166         minibuffer-only frame.
168 2012-03-16  Glenn Morris  <rgm@gnu.org>
170         * modes.texi (Major Mode Conventions): Mention the strange
171         relationship between View mode and special modes.  (Bug#10650)
173 2012-03-11  Chong Yidong  <cyd@gnu.org>
175         * windows.texi (Window Configurations): save-window-excursion is
176         now a macro.
178         * display.texi (Temporary Displays): with-output-to-temp-buffer is
179         now a macro.
181         * text.texi (Fields): Minor copyedit.
183 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
185         * strings.texi (String Basics):
186         * sequences.texi (Sequence Functions): Mention that `length' is
187         not appropriate for computing the string width on display; add a
188         cross-reference to the description of `string-width'.  (Bug#10978)
190         * eval.texi (Autoloading): Minor change of wording.
192 2012-03-10  Chong Yidong  <cyd@gnu.org>
194         * loading.texi (Autoload): Explicitly state which forms are
195         processed specially (Bug#7783).
197         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
198         non-default situation.  Describe one-submenu exception (Bug#7695).
200         * nonascii.texi (Character Properties): Copyedits.
202 2012-03-08  Chong Yidong  <cyd@gnu.org>
204         * text.texi (Mode-Specific Indent): Document new behavior of
205         indent-for-tab-command.  Document tab-always-indent.
206         (Special Properties): Copyedits.
207         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
208         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
209         libxml-parse-html-region.
211 2012-03-07  Glenn Morris  <rgm@gnu.org>
213         * markers.texi (The Region): Briefly mention use-empty-active-region
214         and region-active-p.
215         (Overview of Markers): Reword garbage collection, add cross-ref.
216         (The Mark): Tiny clarification re command loop and activate-mark-hook.
218 2012-03-07  Chong Yidong  <cyd@gnu.org>
220         * text.texi (Buffer Contents): Don't duplicate explanation of
221         region arguments from Text node.  Put doc of obsolete var
222         buffer-substring-filters back, since it is referred to.
223         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
224         selection by default.
226         * markers.texi (The Mark): Fix typo.
227         (The Region): Copyedits.
229 2012-03-07  Glenn Morris  <rgm@gnu.org>
231         * markers.texi (Overview of Markers): Copyedits.
232         (Creating Markers): Update approximate example buffer size.
233         (The Mark): Don't mention uninteresting return values.
235 2012-03-05  Chong Yidong  <cyd@gnu.org>
237         * positions.texi (Text Lines): Document count-words.
239 2012-03-04  Chong Yidong  <cyd@gnu.org>
241         * frames.texi (Frames): Remove little-used "terminal frame" and
242         "window frame" terminology.
243         (Frame Parameters, Font and Color Parameters, Initial Parameters)
244         (Size and Position, Visibility of Frames): Callers changed.
245         (Frames): Clarify which terminals in framep are graphical.
246         (Initial Parameters): --geometry is not the only option which adds
247         to initial-frame-alist.
248         (Position Parameters): Note that icon-left and icon-top are for
249         old window managers only.
250         (Size Parameters): Sizes are in characters even on graphical
251         displays.
252         (Management Parameters): Note that window-id and outer-window-id
253         can't really be changed, and that auto-raise isn't always obeyed.
254         (Cursor Parameters): Document cursor-type explicitly.
255         (Size and Position): The aliases set-screen-height and
256         set-screen-width have been deleted.
257         (Visibility of Frames): Mention "minimization".
259         * os.texi (Startup Summary): Minor clarifications.
260         (Startup Summary, Suspending Emacs): Standardize on "text
261         terminal" terminology.
263         * windows.texi (Basic Windows, Coordinates and Windows)
264         (Coordinates and Windows):
265         * display.texi (Refresh Screen, Line Height, Face Attributes)
266         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
268 2012-03-04  Glenn Morris  <rgm@gnu.org>
270         * abbrevs.texi: Small copyedits throughout.
271         (Abbrev Mode): Remove this section, folding it into the top-level.
272         (Abbrev Tables): Don't mention irrelevant return values.
273         (Abbrev Expansion): Add cross-ref for wrapper hooks.
274         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
275         (Abbrev Table Properties): Update nil :regexp description.
277 2012-03-03  Glenn Morris  <rgm@gnu.org>
279         * internals.texi: Change @appendix section commands to @section.
280         (Building Emacs): Say less about CANNOT_DUMP platforms.
281         Replace deleted eval-at-startup with custom-initialize-delay.
282         (Pure Storage): Small changes.
283         (Memory Usage): Copyedit.
284         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
285         example definitions. Give examples of things with non-nil
286         interactive args.  Mention eval_sub.  Remove old info about
287         strings and GCPRO.  Mention cus-start.el.
288         (Buffer Internals, Window Internals, Process Internals):
289         Misc small updates and fixes for fields.
291         * tips.texi: Copyedits.
292         (Coding Conventions): Mention autoloads.
293         Combine partially duplicated macro items.  Fix xref.
294         Refer to Library Headers for copyright notice.
295         (Programming Tips): edit-options is long-obsolete.
296         (Compilation Tips): Mention loading bytecomp for byte-compile props.
297         (Warning Tips): Mention declare-function.
298         (Documentation Tips): Remove old info.
299         (Comment Tips): Mention comment-dwim, not indent-for-comment.
300         (Library Headers): General update.
302 2012-03-02  Glenn Morris  <rgm@gnu.org>
304         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
305         and relocate entry.  Mention buffer-stale-function.
307         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
309         * hooks.texi (Standard Hooks): General update.
310         Put related hooks together.  Add and remove items.
311         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
312         * modes.texi (Hooks): Tweak cross-ref description.
314 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
316         * files.texi (Kinds of Files): The return value of file-equal-p is
317         unspecified, if FILE1 or FILE2 does not exist.
319 2012-03-01  Glenn Morris  <rgm@gnu.org>
321         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
323         * maps.texi (Standard Keymaps): General update.
324         Remove mode-specific maps, talk about the more general keymaps.
325         * help.texi (Help Functions): Add vindex for Helper-help-map.
326         * keymaps.texi (Active Keymaps): Minor rephrasing.
328 2012-02-29  Glenn Morris  <rgm@gnu.org>
330         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
332 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
334         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
335         Update changed behavior of file-subdir-of-p.
337 2012-02-28  Glenn Morris  <rgm@gnu.org>
339         * advice.texi, anti.texi, display.texi, elisp.texi:
340         * processes.texi, variables.texi, vol1.texi, vol2.texi:
341         Standardize possessive apostrophe usage.
343         * locals.texi: Remove file.
344         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
345         Remove menu entry.
346         * errors.texi, maps.texi: Adjust node pointers.
347         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
348         * makefile.w32-in (srcs):
349         * Makefile.in (srcs): Remove locals.texi.
351         * frames.texi (Mouse Position): Fix cross-ref.
353 2012-02-27  Chong Yidong  <cyd@gnu.org>
355         * buffers.texi (Creating Buffers): Clarify that
356         generate-new-buffer uses generate-new-buffer-names.
357         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
359         * files.texi (Directory Names): Index entry for file name abbreviations.
360         (Relative File Names, File Name Expansion): Refer to it.
361         (Locating Files): Move locate-user-emacs-file documentation to
362         Standard File Names.
363         (Standard File Names): Add locate-user-emacs-file; update examples.
365 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
367         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
369 2012-02-26  Chong Yidong  <cyd@gnu.org>
371         * files.texi (Kinds of Files): Improve documentation of
372         files-equal-p and file-subdir-of-p.
374 2012-02-26  Glenn Morris  <rgm@gnu.org>
376         * intro.texi (Acknowledgements): Small changes.
378 2012-02-25  Glenn Morris  <rgm@gnu.org>
380         * errors.texi: Don't try to list _all_ the error symbols.
381         Add circular-list, cl-assertion-failed, compression-error.
382         * elisp.texi, vol1.texi, vol2.texi:
383         * control.texi (Error Symbols): Tweak "Standard Errors" description.
385 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
387         * files.texi (files-equal-p, file-subdir-of-p): New,
388         add initial documentation.
390 2012-02-25  Chong Yidong  <cyd@gnu.org>
392         * files.texi (File Attributes): Document file-selinux-context.
393         (Changing Files): Link to it.
394         (Changing Files): Document set-file-selinux-context.
396         * backups.texi (Making Backups): Return value of backup-buffer is
397         changed.  Mention default value of backup-directory-alist.
398         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
399         (Auto-Saving): New minor mode behavior for auto-save-mode.
400         (Reverting): Add defvar for revert-buffer-in-progress-p.
402         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
404 2012-02-24  Glenn Morris  <rgm@gnu.org>
406         * errors.texi (Standard Errors): Mention dbus-error.
407         For arith-error sub-classes, just use one cross-ref.
409 2012-02-23  Alan Mackenzie  <acm@muc.de>
411         * modes.texi (Defining Minor Modes): Document the new keyword
412         :after-hook.
414 2012-02-21  Chong Yidong  <cyd@gnu.org>
416         * files.texi (Files): Mention magic file names as arguments.
417         (Reading from Files): Copyedits.
418         (File Attributes): Mention how to change file modes.
419         (Changing Files): Use standard "file permissions" terminology.
420         Add xref to File Attributes node.
421         (Locating Files): Document locate-user-emacs-file.
422         (Unique File Names): Recommend against using make-temp-name.
424 2012-02-19  Chong Yidong  <cyd@gnu.org>
426         * help.texi (Documentation, Documentation Basics, Help Functions):
427         Minor clarifications.
428         (Accessing Documentation): Clarify what documentation-property is
429         for.  Add xref to Keys in Documentation.
431         * tips.texi (Documentation Tips): Don't recommend using * in
432         docstrings.
434         * macros.texi (Defining Macros):
435         * modes.texi (Derived Modes): Say "documentation string" instead
436         of docstring.
438 2012-02-18  Chong Yidong  <cyd@gnu.org>
440         * modes.texi (Tabulated List Mode): New node.
441         (Basic Major Modes): Add xref to it.
443         * processes.texi (Process Information): Mention Process Menu mode.
445 2012-02-17  Chong Yidong  <cyd@gnu.org>
447         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
449 2012-02-17  Glenn Morris  <rgm@gnu.org>
451         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
453 2012-02-16  Chong Yidong  <cyd@gnu.org>
455         * syntax.texi (Syntax Tables, Syntax Descriptors)
456         (Syntax Table Functions): Copyedits.
457         (Syntax Basics): Don't repeat the material in the preceding node.
458         (Syntax Class Table): Use a table.
459         (Syntax Properties): Document syntax-propertize-function and
460         syntax-propertize-extend-region-functions.
461         (Motion via Parsing): Clarify scan-lists. Fix indentation.
462         (Parser State): Update for the new "c" comment style.  Fix
463         description of item 7 (comment style).
465         * modes.texi (Minor Modes): Update how mode commands should treat
466         arguments now.
467         (Mode Line Basics): Clarify force-mode-line-update.
468         (Mode Line Top): Note that the example is not realistic.
469         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
470         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
471         "mode line construct" instead of "mode line specification".
472         (Syntactic Font Lock): Remove mention of obsolete variable
473         font-lock-syntactic-keywords.
474         (Setting Syntax Properties): Node deleted.
475         (Font Lock Mode): Note that Font Lock mode is a minor mode.
476         (Font Lock Basics): Note that syntactic fontification falls back
477         on `syntax-table'.
478         (Search-based Fontification): Emphasize that font-lock-keywords
479         should not be set directly.
480         (Faces for Font Lock): Avoid some confusing terminology.
481         (Syntactic Font Lock): Minor clarifications.  Add xref to
482         Syntactic Font Lock node.
484 2012-02-15  Chong Yidong  <cyd@gnu.org>
486         * minibuf.texi (Basic Completion): Define "completion table".
487         Move completion-in-region to Completion in Buffers node.
488         (Completion Commands): Use "completion table" terminology.
489         (Completion in Buffers): New node.
491         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
492         (Setting Hooks): Update minor mode usage example.
493         (Major Mode Conventions): Note that completion-at-point-functions
494         should be altered locally.  Add xref to Completion in Buffers.
495         Remove duplicate tip about auto-mode-alist.
496         (Minor Modes): Rewrite introduction.
497         (Minor Mode Conventions): Copyedits.  Don't recommend
498         variable-only minor modes since few minor modes are like that.
500 2012-02-15  Glenn Morris  <rgm@gnu.org>
502         * processes.texi (Network): Document open-network-stream :parameters.
504 2012-02-14  Chong Yidong  <cyd@gnu.org>
506         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
507         was removed on 2009-09-10.  Update lisp-mode-map example.
508         (Inheritance and Keymaps): Minor clarification.
509         (Searching Keymaps): Remove out-of-place enumeration.
510         (Key Lookup): Remove unnecessary example (one was already given in
511         Format of Keymaps).
512         (Changing Key Bindings): Update suppress-keymap example.
513         (Menu Bar, Tool Bar): Copyedits.
514         (Tool Bar): Update tool-bar-map example.
516 2012-02-12  Chong Yidong  <cyd@gnu.org>
518         * debugging.texi (Debugger Commands): Continuing is now allowed
519         for errors.
521 2012-02-11  Chong Yidong  <cyd@gnu.org>
523         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
524         Move the list of standard bitmaps there.
525         (Fringe Cursors): Rewrite for clarity.
526         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
528         * commands.texi (Command Overview): Mention read-key.
529         (Using Interactive, Interactive Call): Minor clarifications.
530         (Function Keys, Click Events): Avoid "input stream" terminology.
531         (Click Events): Add xref to Window Sizes and Accessing Mouse.
532         Clarify column and row components.
533         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
534         (Special Events): Copyedits.
536         * streams.texi (Input Streams): De-document get-file-char.
537         (Output Variables): Don't refer to old backquote syntax.
539         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
540         (Error Debugging): Note that debug-ignored-errors overrides list
541         values of debug-on-error too.  Add xref to Signaling Errors.  Note
542         that debug-on-signal is not customizable.  Mention
543         condition-case-unless-debug.
544         (Compilation Errors): Node deleted.
546         * compile.texi (Compiler Errors): Move a paragraph here from
547         deleted node Compilation Errors.
549 2012-02-10  Leo Liu  <sdl.web@gmail.com>
551         * control.texi (Handling Errors): Change condition-case-no-debug
552         to condition-case-unless-debug.
554 2012-02-10  Chong Yidong  <cyd@gnu.org>
556         * advice.texi (Defining Advice): Clarify ad-unadvise.
557         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
558         is not abnormal.
559         (Advising Primitives): Node deleted; ad-define-subr-args has been
560         removed.
562         * compile.texi (Speed of Byte-Code): Use float-time in example.
563         (Compilation Functions): Note that the log uses Compilation mode.
564         Don't discuss the contents of byte-code function object here.
565         (Compilation Functions): De-document internal function byte-code.
566         (Docs and Compilation): Minor clarifications.
568         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
569         Objects.
571 2012-02-10  Glenn Morris  <rgm@gnu.org>
573         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
574         Mention secure-hash.
575         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
577 2012-02-10  Chong Yidong  <cyd@gnu.org>
579         * loading.texi (Loading): Don't emphasize "library" terminology.
580         (Library Search): load-path is not a user option.  Mention role of
581         -L option and packages.  Improve examples.
582         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
583         obsolete.
584         (Autoload): Minor clarifications.
586 2012-02-10  Glenn Morris  <rgm@gnu.org>
588         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
590         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
592 2012-02-08  Glenn Morris  <rgm@gnu.org>
594         * loading.texi (Named Features): Update the require example.
596 2012-02-07  Glenn Morris  <rgm@gnu.org>
598         * modes.texi (Defining Minor Modes):
599         Expand on args of defined minor modes.
601 2012-02-07  Chong Yidong  <cyd@gnu.org>
603         * variables.texi (Creating Buffer-Local): Minor clarification
604         to buffer-local-variables doc (Bug#10715).
606 2012-02-07  Glenn Morris  <rgm@gnu.org>
608         * display.texi (ImageMagick Images): General update.
609         Move most details of imagemagick-render-type to the variable's doc.
611 2012-02-06  Glenn Morris  <rgm@gnu.org>
613         * keymaps.texi (Tool Bar): Mention separators.
614         (Inheritance and Keymaps):
615         Mention make-composed-keymap and multiple inheritance.
617         * modes.texi (Running Hooks): Mention run-hook-wrapped.
619         * control.texi (Handling Errors):
620         Mention condition-case-no-debug and with-demoted-errors.
622 2012-02-05  Chong Yidong  <cyd@gnu.org>
624         * customize.texi (Common Keywords): Minor clarifications.
625         Document custom-unlispify-remove-prefixes.
626         (Variable Definitions): Backquotes in defcustom seem to work fine
627         now.  Various other copyedits.
628         (Simple Types): Copyedits.  Document color selector.
629         (Composite Types): Copyedits.
630         (Splicing into Lists): Clarifications.
632         * eval.texi (Backquote): Move from macros.texi.
634         * macros.texi (Expansion): Minor clarification.
635         (Backquote): Move node to eval.texi.
636         (Defining Macros): Move an example from Backquote node.
637         (Argument Evaluation): No need to mention Pascal.
638         (Indenting Macros): Add xref to Defining Macros.
640 2012-02-05  Glenn Morris  <rgm@gnu.org>
642         * debugging.texi (Error Debugging): Mention debug-on-event default.
644 2012-02-04  Glenn Morris  <rgm@gnu.org>
646         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
648         * debugging.texi (Error Debugging): Mention debug-on-event.
649         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
651         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
653         * text.texi (Buffer Contents):
654         Update filter-buffer-substring description.
656 2012-02-04  Chong Yidong  <cyd@gnu.org>
658         * functions.texi (What Is a Function): Add closures.  Mention
659         "return value" terminology.  Add xref for command-execute.  Remove
660         unused "keystroke command" terminology.
661         (Lambda Expressions): Give a different example than in the
662         following subsection.  Add xref to Anonymous Functions.
663         (Function Documentation): Remove gratuitous markup.
664         (Function Names): Move introductory text to `What Is a Function'.
665         (Defining Functions): Fix defun argument spec.
666         (Anonymous Functions): Document lambda macro explicitly.  Mention
667         effects on lexical binding.
668         (Function Cells): Downplay direct usage of fset.
669         (Closures): New node.
670         (Inline Functions): Remove "open-code" terminology.
671         (Declaring Functions): Minor tweak; .m is not C code.
673         * variables.texi (Variables): Don't refer to "global value".
674         (Local Variables, Void Variables): Copyedits.
675         (Lexical Binding): Minor clarification of example.
676         (File Local Variables): Mention :safe and :risky defcustom args.
677         (Lexical Binding): Add xref to Closures node.
679 2012-02-04  Glenn Morris  <rgm@gnu.org>
681         * minibuf.texi (High-Level Completion): Updates for read-color.
683 2012-02-03  Glenn Morris  <rgm@gnu.org>
685         * display.texi (GIF Images): Mention animation.
686         Remove commented-out old example of animation.
687         (Animated Images): New subsection.
688         * elisp.texi (Top):
689         * vol1.texi (Top):
690         * vol2.texi (Top): Add Animated Images menu entry.
692         * display.texi (Image Formats): Remove oddly specific information
693         on versions of image libraries.
694         (GIF Images, TIFF Images): Minor rephrasing.
696 2012-02-02  Glenn Morris  <rgm@gnu.org>
698         * processes.texi (Synchronous Processes):
699         Mention call-process's :file gets overwritten.
701         * commands.texi (Reading One Event):
702         * help.texi (Help Functions): Document read-char-choice.
704         * hooks.texi (Standard Hooks):
705         * modes.texi (Keymaps and Minor Modes):
706         * text.texi (Commands for Insertion): Document post-self-insert-hook.
708         * hooks.texi (Standard Hooks): Add prog-mode-hook.
710         * hooks.texi (Standard Hooks):
711         * modes.texi (Major Mode Conventions, Mode Hooks):
712         Document change-major-mode-after-body-hook.
714 2012-02-01  Glenn Morris  <rgm@gnu.org>
716         * modes.texi (Defining Minor Modes):
717         Mention disabling global minor modes on a per-major-mode basis.
719 2012-01-31  Chong Yidong  <cyd@gnu.org>
721         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
722         (Parser State): Remove unnecessary statement (Bug#10661).
724         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
726 2012-01-31  Glenn Morris  <rgm@gnu.org>
728         * modes.texi (Defining Minor Modes):
729         Document define-minor-mode's new :variable keyword.
731 2012-01-29  Chong Yidong  <cyd@gnu.org>
733         * syntax.texi (Syntax Class Table): Tweak description of newline
734         char syntax (Bug#9619).
736         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
737         description (Bug#10189).
739 2012-01-29  Glenn Morris  <rgm@gnu.org>
741         * files.texi (Changing Files): Document SELinux support.
743         * windows.texi (Window Sizes): Fix typo.
745 2012-01-28  Chong Yidong  <cyd@gnu.org>
747         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
748         doc (Bug#8568).
750         * frames.texi (Input Focus): Add NORECORD arg to
751         select-frame-set-input-focus.  Clarify its role in select-frame.
753         * text.texi (Transposition): We don't use transpose-region as an
754         internal subroutine (Bug#3249).
756         * modes.texi (Example Major Modes): Update Lisp example code to
757         current sources.  Delete the old non-derived-major-mode example,
758         which has diverged badly from current sources.
760 2012-01-27  Glenn Morris  <rgm@gnu.org>
762         * makefile.w32-in (texinputdir): Fix (presumed) typo.
763         (VERSION, manual): Remove, unused.
765 2012-01-27  Chong Yidong  <cyd@gnu.org>
767         * commands.texi (Command Overview): Minor clarification (Bug#10384).
769 2012-01-26  Chong Yidong  <cyd@gnu.org>
771         * searching.texi (String Search): Document negative repeat count
772         (Bug#10507).
774 2012-01-26  Glenn Morris  <rgm@gnu.org>
776         * variables.texi (Using Lexical Binding):
777         Mention that lexical-binding should be set in the first line.
779 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
781         * macros.texi (Defining Macros): Don't claim that `declare' only
782         affects Edebug and indentation.
784 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
786         * macros.texi (Defining Macros): Slight `declare' fixup.
788 2012-01-25  Glenn Morris  <rgm@gnu.org>
790         * makefile.w32-in (texinputdir):
791         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
793 2012-01-24  Chong Yidong  <cyd@gnu.org>
795         * variables.texi (Variables, Local Variables, Void Variables):
796         Edit to make the descriptions less specific to dynamic binding.
797         (Local Variables): Default max-specpdl-size is now 1300.
798         (Defining Variables): Edits for lexical scoping.  Delete
799         information about starting docstrings with *.  De-document
800         user-variable-p.
801         (Tips for Defining): Remove an unimportant discussion of quitting
802         in the middle of a load.
803         (Accessing Variables, Setting Variables): Discuss lexical binding.
804         (Variable Scoping): Rewrite.
805         (Scope, Extent, Impl of Scope): Nodes deleted.
806         (Dynamic Binding): New node, with material from Scope, Extent, and
807         Impl of Scope nodes.
808         (Dynamic Binding Tips): Rename from Using Scoping.
809         (Lexical Binding): Rewrite.
810         (Using Lexical Binding): Rename from Converting to Lexical
811         Binding.  Convert to subsection.
813         * customize.texi (Variable Definitions): Add custom-variable-p.
814         Move user-variable-p documentation here.
816 2012-01-23  Chong Yidong  <cyd@gnu.org>
818         * strings.texi (Text Comparison): Minor qualification.
820         * lists.texi (Cons Cells): Copyedits.
821         (List Elements): Mention push.
822         (List Variables): Mention pop.
823         (Rings): Move to sequences.texi.
825         * sequences.texi (Sequence Functions): Don't repeat the
826         introduction already given in the parent.
827         (Vectors): Copyedits.
828         (Rings): Move from lists.texi.  Note that this is specific to the
829         ring package.
831         * symbols.texi (Definitions, Symbol Components): Mention variable
832         scoping issues.
833         (Plists and Alists): Copyedits.
835         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
836         correctness with lexical scoping.
837         (Eval): Copyedits.
839 2012-01-21  Chong Yidong  <cyd@gnu.org>
841         * intro.texi (A Sample Function Description): Special notation
842         used for macros too.
844         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
845         (Symbol Type): Add xref for keyword symbols.
846         (Sequence Type): Clarify differences between sequence types.
847         (Cons Cell Type): Add "linked list" index entry.
848         (Non-ASCII in Strings): Copyedits.
849         (Equality Predicates): Symbols with same name need not be eq.
851         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
852         ldexp.  Move float-e and float-pi to Math Functions node.
854 2012-01-21  Glenn Morris  <rgm@gnu.org>
856         * modes.texi (Auto Major Mode):
857         * variables.texi (File Local Variables):
858         Mention inhibit-local-variables-regexps.
860 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
862         * windows.texi (Window Configurations): Rewrite references to
863         persistent window parameters.
864         (Window Parameters): Fix description of persistent window
865         parameters.
867 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
869         * windows.texi (Window Parameters): Use @pxref.
871 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
873         * windows.texi (Window Configurations, Window Parameters):
874         Describe persistent window parameters.
876 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
878         * variables.texi (Creating Buffer-Local): Warn against misuses of
879         make-variable-buffer-local (bug#10258).
881 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
885 2012-01-06  Chong Yidong  <cyd@gnu.org>
887         * variables.texi (Directory Local Variables): Document
888         hack-dir-local-variables-non-file-buffer.
890 2012-01-06  Glenn Morris  <rgm@gnu.org>
892         * maps.texi (Standard Keymaps): Refer to Info-edit by name
893         rather than by keybinding.
895 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
897         * frames.texi (Font and Color Parameters): Add @pxref.
899 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
901         * frames.texi (Font and Color Parameters):
902         Document w32 font backends (bug#10399).
904 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
906         * files.texi (File Attributes, Changing Files):
907         Use a more-natural notation for octal numbers.
909 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
911         * variables.texi (Variables with Restricted Values):
912         Change reference to variable (bug#10354).
914 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
916         * windows.texi (Splitting Windows): Use t instead of non-nil
917         when describing window-combination-resize.
919 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
921         * text.texi (Special Properties): Warn against `intangible' properties
922         (bug#10222).
924 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
926         * display.texi (Truncation):
927         * text.texi (Special Properties): Describe what a stretch-glyph is
928         instead of using that term without explanation.  Make the
929         cross-references more accurate.
931         * display.texi (Usual Display): Update the description,
932         cross-references, and indexing related to display of control
933         characters and raw bytes.
935 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
937         * windows.texi (Splitting Windows): Fix description of
938         window-combination-limit.  Suggested by Eli Zaretskii.
940 2011-11-23  Chong Yidong  <cyd@gnu.org>
942         * windows.texi (Window Sizes): Move window-top-line,
943         window-left-column, and window-*-pixel-edges to Coordinates and
944         Windows node.
945         (Coordinates and Windows): Restore window-edges doc.
947 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
949         * windows.texi (Windows and Frames, Splitting Windows):
950         Fix typos.
952 2011-11-21  Chong Yidong  <cyd@gnu.org>
954         * windows.texi (Splitting Windows): Fix error in documentation of
955         window-combination-limit.
956         (Cyclic Window Ordering): Minor fixes to next-window,
957         one-window-p, and get-lru-window docs.  Don't document
958         window-list-1.
959         (Buffers and Windows): Copyedits.
960         (Choosing Window): Document special handling of special-display-*.
961         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
962         Don't document even-window-heights, which is going away.
963         Clarify which options are obeyed by which action functions.
965 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
967         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
969 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
971         * windows.texi (Resizing Windows, Splitting Windows):
972         Remove term "status" when talking about combination limits.
974 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
976         * compile.texi (Compiler Errors):
977         * help.texi (Help Functions): Fix typos.
979 2011-11-19  Chong Yidong  <cyd@gnu.org>
981         * windows.texi (Splitting Windows): Clarify role of window
982         parameters in split-window.  Shorten the example.
983         (Deleting Windows): Rewrite intro to handle internal windows.
984         Fix delete-windows-on doc.
985         (Selecting Windows): Copyedits.
987 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
989         * windows.texi (Resizing Windows, Splitting Windows)
990         (Deleting Windows): Use term window-combination-resize instead
991         of window-splits.
993 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
995         * windows.texi (Resizing Windows, Splitting Windows):
996         Rename occurrences of window-nest to window-combination-limit.
998 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1000         * intro.texi (Lisp History): Fix typo.
1002 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
1004         * windows.texi (Splitting Windows, Deleting Windows):
1005         Remove references to splits status of windows.
1007 2011-11-10  Glenn Morris  <rgm@gnu.org>
1009         * buffers.texi (Read Only Buffers): Expand a bit on why
1010         toggle-read-only should only be used interactively.  (Bug#7292)
1012 2011-11-09  Chong Yidong  <cyd@gnu.org>
1014         * windows.texi (Window Sizes): Document window-pixel-edges,
1015         window-inside-pixel-edges, window-absolute-pixel-edges, and
1016         window-inside-absolute-pixel-edges.
1017         (Resizing Windows): shrink-window-if-larger-than-buffer works on
1018         non-full-width windows.
1020 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
1022         * windows.texi (Resizing Windows): Rewrite documentation of
1023         window-resizable.
1025 2011-11-09  Chong Yidong  <cyd@gnu.org>
1027         * windows.texi (Splitting Windows): Simplify example.
1029 2011-11-08  Chong Yidong  <cyd@gnu.org>
1031         * windows.texi (Window Sizes): Copyedits.  Document
1032         window-text-height.  Remove window-min-height and window-min-width
1033         discussion, referring instead to Emacs manual.
1034         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
1035         (Resizing Windows): Simplify introduction.  Don't document
1036         enlarge-window, shrink-window, enlarge-window-horizontally, and
1037         shrink-window-horizontally; they are no longer preferred for
1038         calling from Lisp, and are already documented in the Emacs manual.
1040 2011-11-07  Glenn Morris  <rgm@gnu.org>
1042         * windows.texi (Choosing Window): Fix keybinding typo.
1044 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
1046         * windows.texi (Resizing Windows, Splitting Windows)
1047         (Window Configurations): Use "child window" instead of
1048         "subwindow".
1050 2011-11-06  Chong Yidong  <cyd@gnu.org>
1052         * windows.texi (Basic Windows): Clarify various definitions.
1053         Treat window-normalize-* as internal; don't document them.
1054         (Windows and Frames): Various clarifications, e.g. non-live
1055         windows also belong to frames.  Fix window-list description.
1056         Simplify window nesting example.
1057         (Splitting Windows, Window Configurations):
1058         Use split-window-below.
1060 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
1062         * windows.texi (Window Sizes): Mention in the doc string that the
1063         return values of `window-body-height' and `window-body-width' are
1064         in frame's canonical units.  (Bug#9949)
1066 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
1068         * windows.texi (Windows and Frames): Remove "iso-" infix from
1069         documentation of window-iso-combined-p.
1071 2011-10-26  Chong Yidong  <cyd@gnu.org>
1073         * modes.texi (Running Hooks): Document with-wrapper-hook.
1075 2011-10-18  Chong Yidong  <cyd@gnu.org>
1077         * display.texi (Glyphless Chars): New node.
1079 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
1081         * text.texi (Yanking): Document yank-excluded-properties.
1083         * package.texi (Packaging Basics): The commentary should say how
1084         to begin using the package.
1086 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
1088         * windows.texi (Deleting Windows): Mention which window gets
1089         selected when deleting the selected window.
1091 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
1093         * buffers.texi (The Buffer List): Describe how bury-buffer deals
1094         with the selected window.
1095         * windows.texi (Buffers and Windows): Reformulate text on how
1096         replace-buffer-in-windows deals with a window.
1097         (Quitting Windows): Describe how quit-window deals with a
1098         standalone frame.  Describe new option frame-auto-hide-function.
1100 2011-10-08  Glenn Morris  <rgm@gnu.org>
1102         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
1104         * positions.texi (Excursions): Update warning message.
1106 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
1108         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1109         Fix Emacs manual xref (Bug#9675).
1111 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
1113         * windows.texi (Textual Scrolling): Document scroll-up-command,
1114         scroll-down-command, scroll-error-top-bottom, and the
1115         scroll-command symbol property.
1116         (Display Action Functions): Fix description of
1117         display-buffer-pop-up-window.
1119 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
1121         * windows.texi (Splitting Windows): Fix typos.
1123 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
1125         * windows.texi (Windows and Frames, Display Action Functions)
1126         (Switching Buffers): Fix some typos.
1127         (Buffers and Windows): Remove reference to window-auto-delete.
1128         Reword description of replace-buffer-in-windows.
1129         (Window History): Fix some typos and refer to frame local buffer
1130         list.
1131         (Quitting Windows): New node.
1132         (Window Configurations): Add descriptions of window-state-get
1133         and window-state-put.
1134         (Window Parameters): Describe variable ignore-window-parameters.
1135         Sketch some window parameters currently in use.
1136         * elisp.texi (Top): Update node listing.
1138 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
1140         * windows.texi (Display Action Functions)
1141         (Choosing Window Options): New nodes.
1143 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
1145         * windows.texi (Window History): New node.  Move text here from
1146         Buffers and Windows.
1147         (Switching Buffers): Rename from Displaying Buffers, since we
1148         don't document display-buffer here; callers changed.
1149         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
1150         switch-to-buffer-other-frame.  Delete duplicate
1151         replace-buffer-in-windows doc.
1152         (Choosing Window): Document display actions.
1154 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
1156         * display.texi (Forcing Redisplay): Update the description of
1157         redisplay-dont-pause due to change in the default value.
1159 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
1161         * frames.texi (Frames and Windows): Move section and rename to
1162         Windows and Frames in windows.texi.
1163         * windows.texi (Windows): Restructure.
1164         (Basic Windows): Rewrite.  Explain live and internal windows and
1165         normalization functions.
1166         (Windows and Frames): Move section here from frames.texi.
1167         Describe subwindows, window combinations, window tree, and
1168         corresponding functions including window-list here.
1169         (Window Sizes): Rename section from Size of Window and move it
1170         up in chapter.  Describe total and body sizes and the
1171         corresponding functions.  Explain new semantics of
1172         window-min-height/-width.
1173         (Resizing Windows): Move section up in chapter.  Describe new
1174         resize functions.
1175         (Splitting Windows): Describe new behavior of split-window,
1176         split-window-above-each-other and split-window-side-by-side.
1177         Provide examples.  Describe window-nest and window-splits
1178         options.
1179         (Deleting Windows): Minor rewrite.
1180         (Selecting Windows): Minor rewrite.
1181         Describe frame-selected-window and set-frame-selected-window here.
1182         (Cyclic Window Ordering): Minor rewrite.
1183         Describe window-list-1.
1184         (Buffers and Windows): Rewrite.  Explain a window's previous and
1185         next buffers and the corresponding functions.
1186         (Window Tree): Merge into Windows and Frames section.
1187         * elisp.texi (Top): Update node listings for frames and windows
1188         sections.
1190 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1192         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1194 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196         * errors.texi (Standard Errors): Remove apparent placeholder text
1197         (bug#9491).
1199 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
1201         * frames.texi (Management Parameters): Fix description of
1202         icon-type parameter.
1204 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
1206         * tips.texi (Key Binding Conventions): Don't bind a key sequence
1207         ending in C-g.  Suggested by Edward O'Connor.
1209 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
1211         * numbers.texi (Integer Basics): Add indexing for
1212         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
1214 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1216         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
1218 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
1220         * processes.texi (Network Servers): Clarify what the process
1221         buffer is used for (bug#9233).
1223 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1225         * lists.texi (Building Lists): Fix typo.
1227 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
1229         * display.texi (Basic Faces): New node.  Document new faces.
1231         * modes.texi (Major Mode Conventions): Move some text there.
1232         (Mode Help): Remove major-mode var, duplicated in Major Modes.
1234 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
1236         * modes.texi (Basic Major Modes): New node.  Callers updated.
1237         (Major Modes): Document fundamental-mode and major-mode.
1238         (Major Mode Basics): Node deleted; text moved to Major Modes.
1239         (Derived Modes): Document derived-mode-p.
1241 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1243         * files.texi (Changing Files, Create/Delete Dirs): Document new
1244         arguments for delete-file, delete-directory, and copy-directory.
1245         (Visiting Functions): Remove view-file; it is documented in the
1246         Emacs manual.
1248         * frames.texi (Layout Parameters): The defaults for the
1249         menu-bar-lines and tool-bar-lines parameters depend on the mode.
1251         * display.texi (Progress): Document spinner functionality.
1253         * os.texi (Killing Emacs): Note that kill-emacs can be called by
1254         operating system signals.  Refer to save-buffers-kill-terminal
1255         instead of save-buffers-kill-emacs.
1257         * objects.texi (Symbol Type): Document ## print representation.
1259 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
1261         * display.texi (Specified Space): Mention that `space' specs
1262         influence bidi reordering.
1263         (Bidirectional Display): Explain how to use `(space . PROPS)' for
1264         separating fields with bidirectional content.
1266 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
1268         * display.texi (Bidirectional Display): Document return value in
1269         buffers that are not bidi-reordered for display, and in unibyte
1270         buffers.
1272 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
1274         * nonascii.texi (Character Properties): Document the values for
1275         unassigned codepoints.
1277 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
1279         * nonascii.texi (Character Properties): Document use of
1280         `bidi-class' and `mirroring' properties as part of reordering.
1281         Provide cross-references to "Bidirectional Display".
1283         * display.texi (Bidirectional Display): Document the pitfalls of
1284         concatenating strings with bidirectional content, with possible
1285         solutions.  Document bidi-string-mark-left-to-right.
1286         Mention paragraph direction in modes that inherit from prog-mode.
1287         Document use of `bidi-class' and `mirroring' properties as part of
1288         reordering.
1290 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
1292         * modes.texi (Major Mode Conventions): Improve the documentation
1293         of `mode-class' `special' modes.
1295         * nonascii.texi (Character Properties): Document the `mirroring'
1296         property.  Add index entries.
1298         * syntax.texi (Categories): Add an example of defining a new
1299         category and category table.
1301         * searching.texi (Regexp Backslash): Document how to display
1302         existing categories.  Mention the possibility of adding
1303         categories, and add an xref to where this is described.  Add an
1304         index entry.
1306 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
1308         * text.texi (Special Properties):
1309         * display.texi (Overlay Properties): Note that mouse-face cannot
1310         change the text size (Bug#8530).
1312 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
1314         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1315         using setenv instead.
1317 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
1319         * display.texi (Bidirectional Display): Document the fact that
1320         bidi-display-reordering is t by default.
1322 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
1324         * display.texi (Bidirectional Display): New section.
1326 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327             Tim Cross  <theophilusx@gmail.com>  (tiny change)
1328             Glenn Morris   <rgm@gnu.org>
1330         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
1332 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
1334         * help.texi (Keys in Documentation): Revert last change.
1336 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338         * help.texi (Keys in Documentation): Clarify that \= only quotes
1339         the next character, and doesn't affect longer sequences in
1340         particular (bug#8935).
1342         * debugging.texi (Using Debugger):
1343         Mention @code{eval-expression-debug-on-error} (bug#8549).
1345 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
1347         * display.texi (Other Display Specs): Document that `left-fringe'
1348         and `right-fringe' display specifications are of the "replacing"
1349         kind.
1351 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353         * help.texi (Documentation Basics): Add a link to the Function
1354         Documentation node (bug#6580).
1356 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358         * keymaps.texi (Menu Bar): Mention :visible and :enable
1359         (bug#6344).  Text by Drew Adams.
1361         * modes.texi (Running Hooks): Mention buffer-local hook variables
1362         (bug#6218).
1364         * objects.texi (General Escape Syntax): "a with grave accent" is
1365         ?xe0, not ?x8e0 (bug#5259).
1367 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1369         * display.texi (Face Attributes, Font Selection): Add references
1370         to the Fonts node in the Emacs manual (Bug#4178).
1372 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1374         * display.texi (Window Systems): `window-system' is
1375         terminal-local.
1377         * frames.texi (Frame Parameters, Parameter Access): Don't mention
1378         frame-local variables.
1380         * variables.texi (Buffer-Local Variables): Don't mention obsolete
1381         frame-local variables.
1382         (Frame-Local Variables): Node deleted.
1384         * elisp.texi (Top): Update node listing.
1386 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388         * elisp.texi: Change "inferiors" to "subnodes" in three places
1389         (bug#3523).
1391 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
1393         * frames.texi (Window System Selections): Discussion of
1394         x-select-enable-clipboard moved to Emacs manual.
1396 2011-07-11  Deniz Dogan  <deniz@dogan.se>
1398         * commands.texi (Prefix Command Arguments): Remove excessive
1399         apostrophe.
1401 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1404         description is a string (bug#3313).
1406         * frames.texi (Display Feature Testing): Try to explain what all
1407         the visual classes mean (bug#3042).
1409 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411         * modes.texi (Mode Line Variables): Document `mode-line-remote'
1412         and `mode-line-client' (bug#2974).
1414         * text.texi (Insertion): Clarify marker movements (bug#1651).
1415         Text from Drew Adams.
1417 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419         * text.texi (Special Properties): Clarify the format of `face'
1420         (bug#1375).
1422         * commands.texi (Interactive Call): Add a `call-interactively'
1423         example (bug#1010).
1425 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427         * functions.texi (Calling Functions): Link to the "Interactive
1428         Call" node (bug#1001).
1430 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
1432         * customize.texi (Composite Types): Move alist and plist to here
1433         from Simple Types (Bug#7545).
1435         * elisp.texi (Top): Update menu description.
1437         * display.texi (Face Attributes): Document negative line widths
1438         (Bug#6113).
1440 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1442         * searching.texi (Match Data): Note that match data can be
1443         overwritten by most functions (bug#2499).
1445 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1448         flags mean (bug#6659).
1450         * functions.texi (What Is a Function): Document the autoload
1451         object (bug#6496).
1453 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1456         is only used in the Customize user interface (bug#6089).
1458         * display.texi (Showing Images): Mention the point of sliced
1459         images (bug#7836).
1461 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
1463         * variables.texi (Defining Variables, Void Variables)
1464         (Constant Variables): Fix incorrect usage of @kindex.
1466 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468         * variables.texi (Defining Variables): Add an index entry for
1469         `set-variable' (bug#7262).
1470         (Defining Variables): Use @findex for functions.
1472         * frames.texi (Basic Parameters): Document the `explicit-name'
1473         parameter (bug#6951).
1475         * customize.texi (Type Keywords): Clarify that :value provides a
1476         default value for all types (bug#7386).
1478         * streams.texi (Output Functions): Document `pp'.
1480 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
1482         * keymaps.texi (Searching Keymaps):
1483         * display.texi (Overlay Properties): Fix errors in 2011-05-29
1484         change.  Suggested by Johan Bockgård.
1486 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
1488         * text.texi (Special Properties): Clarify role of font-lock-face.
1490 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492         * processes.texi (Process Information): Rename `process-alive-p'
1493         to `process-live-p' for consistency with other `-live-p' functions.
1495 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1497         Document wide integers better.
1498         * files.texi (File Attributes): Document ino_t values better.
1499         ino_t values no longer map to anything larger than a single cons.
1500         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1501         (Bitwise Operations):
1502         * objects.texi (Integer Type): Use a binary notation that is a bit easier
1503         to read, and that will port better if 62-bits becomes the default.
1504         Fix or remove incorrect examples.
1505         * os.texi (Time Conversion): Document time_t values better.
1507 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509         * processes.texi (Process Information):
1510         Document `process-alive-p'.
1512 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1514         * help.texi (Accessing Documentation):
1515         * display.texi (Pixel Specification):
1516         * processes.texi (Serial Ports, Serial Ports):
1517         * nonascii.texi (Character Properties, Default Coding Systems):
1518         * text.texi (Changing Properties, Special Properties):
1519         * windows.texi (Window Start and End):
1520         * modes.texi (SMIE Indentation Example, SMIE Tricks):
1521         * keymaps.texi (Searching Keymaps, Tool Bar):
1522         * minibuf.texi (Basic Completion):
1523         * compile.texi (Eval During Compile):
1524         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1525         7x9 paper in printed manual.
1527         * lists.texi (Sets And Lists): Fix misplaced text.
1529 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1531         * keymaps.texi (Remapping Commands): Emphasize that the keymap
1532         needs to be active (Bug#8350).
1534 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
1536         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1538         * tips.texi (Coding Conventions): Remove antediluvian filename
1539         limit recommendation (Bug#8538).
1541 2011-05-27  Glenn Morris  <rgm@gnu.org>
1543         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1545 2011-05-26  Glenn Morris  <rgm@gnu.org>
1547         * variables.texi (File Local Variables):
1548         Update hack-local-variables `mode-only' return value.
1549         Add some more details on what this function does in the other case.
1551 2011-05-19  Glenn Morris  <rgm@gnu.org>
1553         * lists.texi (Sets And Lists): Mention cl provides union etc.
1555 2011-05-19  Nix  <nix@esperi.org.uk>
1557         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1559         * text.texi (Parsing HTML): Update for function name changes.
1561         * syntax.texi (Syntax Flags): Small fix.
1563         * keymaps.texi (Active Keymaps): Typo fix.
1564         (Changing Key Bindings): Grammar fix.
1566         * frames.texi (Minibuffers and Frames): Grammar fix.
1567         (Window System Selections): x-select-enable-clipboard now defaults to t.
1569         * customize.texi (Common Keywords):
1570         * display.texi (Abstract Display):
1571         * modes.texi (Auto-Indentation):
1572         * nonascii.texi (Converting Representations): Typo fixes.
1574         * control.texi (Examples of Catch): Call it "goto" not "go to".
1576 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
1578         * nonascii.texi (Character Properties): Fix inconsistencies with
1579         implementation.
1581         * text.texi (Special Properties): Move @defvar's out of the
1582         @table.  (Bug#8652)
1584 2011-05-12  Glenn Morris  <rgm@gnu.org>
1586         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
1588 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1590         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1591         (Multiline Font Lock):
1592         * vol2.texi (Top):
1593         * vol1.texi (Top):
1594         * elisp.texi (Top): Update menu accordingly.
1596 2011-05-12  Drew Adams  <drew.adams@oracle.com>
1598         * modes.texi (Region to Fontify): Fix typo.
1600 2011-05-10  Jim Meyering  <meyering@redhat.com>
1602         * minibuf.texi: Fix typo "in in -> in".
1604 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1606         * numbers.texi (Integer Basics): Large integers are treated as floats.
1608 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610         * processes.texi (Synchronous Processes): Document the (:file
1611         "/file-name") syntax for `call-process'.
1613 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
1615         * windows.texi (Choosing Window): Fix typo.
1617 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
1619         * frames.texi (Layout Parameters): Note the difference between
1620         querying and setting parameters for left-fringe and right-fringe
1621         (Bug#6930).
1623 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1625         * minibuf.texi (Basic Completion): Be a bit more precise about the
1626         valid kinds of completion tables.
1627         (Programmed Completion): Remove obsolete text about lambda expressions
1628         not being valid completion tables.
1630 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1632         * positions.texi (Excursions): Explain the "save-excursion
1633         defeated by set-buffer" warning.
1635         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
1636         save-excursion.  Suggested by Uday S Reddy.
1638 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1640         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1641         (Lexical Binding): New sub-section.
1643         * eval.texi (Eval): Discourage the use of `eval'.
1644         Document its new `lexical' argument.
1646 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1648         * commands.texi (Command Overview): `post-command-hook' is not reset to
1649         nil any more.
1651 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * strings.texi (String Conversion): Don't mention
1654         string-make-(uni|multi)byte (bug#8262).
1655         * nonascii.texi (Converting Representations): Fix up range.
1656         * keymaps.texi (Key Binding Commands): Update code point, avoid
1657         "unibyte character" and remove mention of unibyte bindings.
1659 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
1661         * modes.texi (Operator Precedence Grammars): Don't use characters
1662         outside ISO-8859-1.
1664 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
1666         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1668         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1670 2011-03-08  Glenn Morris  <rgm@gnu.org>
1672         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1673         * intro.texi (Acknowledgements): Names to UTF-8.
1674         * elisp.texi: Set documentencoding.
1676 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1678         * Version 23.3 released.
1680 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1682         * package.texi: Update index keywords.
1683         (Package Archives): New node contents.  Document package-x.el.
1685 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
1687         * makefile.w32-in (srcs): Add package.texi.
1689 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1691         * package.texi (Packaging, Packaging Basics, Simple Packages)
1692         (Multi-file Packages): Expand and clarify.
1693         (Package Archives): Temporary placeholder node.
1695         * elisp.texi (Top): Update node listing.
1697         * Makefile.in (srcs): Add package.texi.
1699 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
1701         * processes.texi (Synchronous Processes): Minor clarification
1702         (Bug#8149).
1704 2011-03-03  Glenn Morris  <rgm@gnu.org>
1706         * files.texi (Truenames): Minor clarification.  (Bug#2341)
1708 2011-03-01  Glenn Morris  <rgm@gnu.org>
1710         * variables.texi (Directory Local Variables):
1711         Mention `(subdirs . nil)' alist element.
1713 2011-02-28  Glenn Morris  <rgm@gnu.org>
1715         * variables.texi (Directory Local Variables): Mention the optional
1716         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
1718 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
1720         * minibuf.texi (Minibuffer History): Clarify discussion of
1721         minibuffer history lists (Bug#8085).
1723 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1725         * elisp.texi: Sync @dircategory with ../../info/dir.
1727         * files.texi (Visiting Functions): Document find-file-literally,
1728         both the command and the variable.
1730         * variables.texi (Creating Buffer-Local): Explain the meaning of
1731         permanent local variables.
1733         * files.texi (Visiting Functions): Document find-file-literally,
1734         both the command and the variable.
1736         * variables.texi (Creating Buffer-Local): Explain the meaning of
1737         permanent local variables.
1739 2011-02-19  Glenn Morris  <rgm@gnu.org>
1741         * keymaps.texi (Remapping Commands): Mention how to undo it.
1743 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
1745         * loading.texi (Hooks for Loading): Remove unnecessary advice
1746         about eval-after-load (Bug#7986).
1748 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
1750         * commands.texi (Accessing Mouse): Note that a header line is not
1751         included in the row of posn-col-row.
1753 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1755         * modes.texi (Major Mode Conventions): Add face guidelines.
1756         (Faces for Font Lock): List faces in order of prominence.
1758 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1760         format-time-string now supports subsecond time stamp resolution
1761         * os.texi (Time Parsing): Document %N.
1763 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1765         * vol1.texi (Top):
1766         * vol2.texi (Top):
1767         * elisp.texi (Top):
1768         * display.texi (Display Property): Shorten the menu description of
1769         the "Other Display Specs" node (Bug#7816).
1771         * keymaps.texi (Defining Menus): Add "menu item" and "extended
1772         menu item" concept index entries (Bug#7805).
1774 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1776         * makefile.w32-in (texinfodir): New variable.
1777         (usermanualdir): Remove as redundant with $(emacsdir).
1778         (MAKEINFO): Remove options, leave only program name.
1779         (MAKEINFO_OPTS): New variable.
1780         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1782 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1783             Richard Kim  <emacs18@gmail.com>
1785         * loading.texi (Library Search): Document list-load-path-shadows
1786         (Bug#7757).
1788 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1790         * searching.texi (Regexp Special): Remove outdated discussion of
1791         character sets (Bug#7780).
1793         * frames.texi (Pop-Up Menus): Document where menu title comes
1794         from (Bug#7684).
1796 2011-01-25  Glenn Morris  <rgm@gnu.org>
1798         * display.texi (Making Buttons): Mention limitation of text buttons.
1800 2011-01-23  Werner Lemberg  <wl@gnu.org>
1802         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1803         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1804         (ENVADD): New variable to control texi2dvi and texi2pdf.
1806 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1808         * files.texi (Directory Names): Move directory-abbrev-alist doc to
1809         Emacs manual.
1811 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1813         * files.texi (Directory Names): Explain why FROM in
1814         directory-abbrev-alist should begin with \`.  (Bug#7777)
1816 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1818         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1820 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1822         * modes.texi (Emulating Mode Line): Fix last change.
1824 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1826         * modes.texi (Emulating Mode Line): Update documentation of
1827         format-mode-line according to changes that fixed bug #7587.
1829 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * modes.texi (Derived Modes): Mention prog-mode.
1833         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1834         of the key-binding-data cache since we don't use it any more.
1836 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1838         * processes.texi (Shell Arguments):
1839         * strings.texi (Creating Strings): Don't mention "shell commands";
1840         make it explicit that `split-string-and-unquote' and
1841         `combine-and-quote-strings' are mainly for working with arguments
1842         to call-process and start-process.
1844         * processes.texi (Shell Arguments): Fix documentation of
1845         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
1847 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1849         * modes.texi (Auto-Indentation): New section to document SMIE.
1850         (Major Mode Conventions):
1851         * text.texi (Mode-Specific Indent): Refer to it.
1853 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1855         * display.texi (Other Display Specs): Document left-fringe and
1856         right-fringe display specs.
1858 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1860         * backups.texi (Making Backups):
1861         * modes.texi (Example Major Modes): Use recommended coding style.
1862         (Major Mode Basics, Derived Modes): Encourge more strongly use of
1863         define-derived-mode.  Mention completion-at-point-functions.
1865 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1867         * nonascii.texi (Converting Representations):
1868         Document byte-to-string.
1870 2010-12-08  Glenn Morris  <rgm@gnu.org>
1872         * buffers.texi (Modification Time):
1873         verify-visited-file-modtime now defaults to the current buffer.
1875 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1877         * nonascii.texi (Converting Representations): Document byte-to-string.
1879         * strings.texi (Creating Strings): Don't mention semi-obsolete
1880         function char-to-string.
1881         (String Conversion): Shorten discussion of semi-obsolete function
1882         string-to-char.  Link to Converting Representations.
1884         * objects.texi (Symbol Type):
1885         * text.texi (Near Point):
1886         * help.texi (Help Functions):
1887         * functions.texi (Mapping Functions): Use string instead of
1888         char-to-string in examples.
1890 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1892         * text.texi (Kill Functions, Kill Functions)
1893         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1894         YANK-HANDLER args.
1896         * symbols.texi (Creating Symbols): Using unintern without an
1897         obarray arg is now obsolete.
1899         * numbers.texi (Float Basics): Document float-e and float-pi.
1901         * variables.texi (Defining Variables): Change "pi" example to
1902         "float-pi".
1904 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1906         * commands.texi (Click Events): Document the values of X, Y and
1907         COL, ROW in the event's position, when the click is on the header
1908         or mode line, on the fringes, or in the margins.
1910 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1912         * customize.texi (Composite Types): Lower-case index entry.
1914         * loading.texi (How Programs Do Loading):
1915         Document load-file-name.  (Bug#7346)
1917 2010-11-17  Glenn Morris  <rgm@gnu.org>
1919         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1921 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1923         * display.texi (Usual Display): Characters with no fonts are not
1924         necessarily displayed as empty boxes.
1926 2010-10-31  Glenn Morris  <rgm@gnu.org>
1928         * maps.texi (Standard Keymaps): Update File menu description.
1930 2010-10-28  Glenn Morris  <rgm@gnu.org>
1932         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1934 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
1936         * display.texi (Window Systems): Deprecate use of window-system as
1937         a predicate.
1939 2010-10-23  Glenn Morris  <rgm@gnu.org>
1941         * help.texi (Documentation Basics): Remove mentions of digest-doc and
1942         sorted-doc.
1944 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1946         * os.texi (Dynamic Libraries): New node, with slightly modified
1947         text deleted from "Image Formats".
1948         (System Interface): Add @menu entry for "Dynamic Libraries".
1950         * display.texi (Image Formats): Remove description of
1951         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1953 2010-10-12  Glenn Morris  <rgm@gnu.org>
1955         * book-spine.texinfo: Rename to book-spine.texi.
1957 2010-10-11  Glenn Morris  <rgm@gnu.org>
1959         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1961         * Makefile.in (DVIPS): New variable.
1962         (.PHONY): Add html, ps.
1963         (html, elisp.html, ps, elisp.ps): New targets.
1964         (clean): Delete html, ps files.
1965         ($(infodir)/elisp): Remove unnecessary includes.
1967 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1969         * makefile.w32-in (emacsdir): New variable.
1970         (srcs): Add emacsver.texi.
1971         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1973 2010-10-09  Glenn Morris  <rgm@gnu.org>
1975         * Makefile.in (VPATH): Remove.
1976         (infodir): Make it absolute.
1977         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1979         * Makefile.in (dist): Anchor regexps.
1981         * Makefile.in (srcs): Put elisp.texi first.
1982         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1984         * Makefile.in (infoclean): Remove harmless, long-standing error.
1986         * Makefile.in ($(infodir)): Delete rule.
1987         (mkinfodir): New.
1988         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1990         * Makefile.in (dist): Remove reference to emacsver.texi.in.
1991         Also copy emacsver.texi, and edit $emacsdir.
1993 2010-10-09  Glenn Morris  <rgm@gnu.org>
1995         * Makefile.in (emacsdir): New variable.
1996         (MAKEINFO): Add -I $emacsdir.
1997         (dist): Copy emacsver.texi.
1998         (srcs): Add emacsver.texi.
2000         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2001         Set EMACSVER by including emacsver.texi.
2003         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2005 2010-10-07  Glenn Morris  <rgm@gnu.org>
2007         * Makefile.in (version): New, set by configure.
2008         (clean): Delete dist tar file.
2009         (dist): Use version in tar name.
2011 2010-10-06  Glenn Morris  <rgm@gnu.org>
2013         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2014         (INSTALL_INFO): Remove unused variable.
2015         (mostlyclean, infoclean, dist): New rules.
2016         (clean): Delete dvi and pdf files.
2017         (maintainer-clean): Remove elisp.oaux, use infoclean.
2018         ($(infodir)): Add parallel build workaround.
2020 2010-10-04  Glenn Morris  <rgm@gnu.org>
2022         * Makefile.in (dvi, pdf, $(infodir)): New targets.
2023         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
2024         Fix -I typo.
2025         (clean): No 'make.out' or 'core' files.
2026         (.PHONY): Declare clean rules.
2027         (maintainer-clean): Delete pdf file.  Guard against cd failures.
2029 2010-10-03  Glenn Morris  <rgm@gnu.org>
2031         * files.texi (File Name Components): Remove ignored section about
2032         deleted variable directory-sep-char.
2034 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2036         * files.texi (Magic File Names): New defopt
2037         remote-file-name-inhibit-cache.
2039 2010-10-02  Glenn Morris  <rgm@gnu.org>
2041         * os.texi (Killing Emacs): Hook now runs in batch mode.
2043 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         * text.texi (Special Properties): Clarify when modification-hooks run.
2047 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2049         * syntax.texi (Syntax Flags): Document new `c' flag.
2051 2010-09-09  Glenn Morris  <rgm@gnu.org>
2053         * display.texi (ImageMagick Images): General cleanup.
2055 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2057         * files.texi (Directory Names): Use \` rather than ^.
2059 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2061         * text.texi (Low-Level Kill Ring):
2062         * frames.texi (Window System Selections): Remove cut buffer
2063         documentation.
2065 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
2067         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2068         Parameters", where the default fringe width is described.
2070         * frames.texi (Window Frame Parameters, Basic Parameters)
2071         (Position Parameters, Layout Parameters, Management Parameters)
2072         (Cursor Parameters, Font and Color Parameters): Add indexing for
2073         frame parameters.  (Bug#6929)
2075 2010-08-25  Tom Tromey  <tromey@redhat.com>
2077         * vol2.texi (Top): Update.
2078         * vol1.texi (Top): Update.
2079         * tips.texi (Library Headers): Mention Package-Version and
2080         Package-Requires.
2081         * package.texi: New file.
2082         * os.texi (System Interface): Update pointers.
2083         * elisp.texi (Top): Link to new nodes.  Include package.texi.
2084         * anti.texi (Antinews): Update pointers.
2086 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
2088         * processes.texi (Filter Functions): Fix last change.
2090 2010-08-24  Markus Triska  <triska@gmx.at>
2092         * processes.texi (Filter Functions): Use `buffer-live-p' instead
2093         of `buffer-name' in the main text as well as in the example
2094         (Bug#3098).
2096 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2098         * nonascii.texi (Text Representations):
2099         * loading.texi (Loading Non-ASCII):
2100         * compile.texi (Byte Compilation): Don't mention obsolete
2101         --unibyte command-line argument.
2103 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2105         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2107 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2109         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2111 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
2113         * commands.texi (Misc Events): Add cross-references to where
2114         POSITION of a mouse event is described in detail.
2116 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
2118         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
2120 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2122         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2123         Suggested by Štěpán Němec <stepnem@gmail.com>.
2125 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2127         * minibuf.texi (High-Level Completion): Document args of
2128         `read-buffer-function' (bug#5625).
2130 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2132         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2134 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2136         * processes.texi (Process Information): Explain process property
2137         `remote-tty'.
2139 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2141         * modes.texi (Defining Minor Modes): Use C-delete in examples,
2142         instead of "\C-\^?" (bug#6334).
2144         * text.texi (Special Properties): Fix typo.
2146 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
2148         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2149         calling sequences, which are now the standard.
2151 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
2153         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2155         * commands.texi (Command Overview): Mention undo-boundary call.
2157 2010-06-23  Glenn Morris  <rgm@gnu.org>
2159         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2160         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2161         * frames.texi, functions.texi, internals.texi, keymaps.texi:
2162         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2163         * searching.texi, sequences.texi, strings.texi, syntax.texi:
2164         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2165         Untabify Texinfo files.
2167 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
2169         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2171 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
2173         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2175 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
2177         * searching.texi (Regexp Special): Remove obsolete information
2178         about matching non-ASCII characters, and suggest using char
2179         classes (Bug#6283).
2181 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
2183         * minibuf.texi (Basic Completion): Add missing "@end defun".
2185 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2187         * minibuf.texi (Basic Completion): Document completion-boundaries.
2188         (Programmed Completion): Document the new fourth method for boundaries.
2190 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
2192         * display.texi (Image Cache): Update documentation about image caching.
2194 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2196         * windows.texi (Textual Scrolling):
2197         * tips.texi (Coding Conventions):
2198         * minibuf.texi (Minibuffer History):
2199         * maps.texi (Standard Keymaps):
2200         * loading.texi (Where Defined):
2201         * edebug.texi (Instrumenting): Fix typos.
2203 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2205         * keymaps.texi (Menu Bar): Document :advertised-binding property.
2207         * functions.texi (Obsolete Functions):
2208         Document set-advertised-calling-convention.
2210         * minibuf.texi (Basic Completion): Document completion-in-region.
2211         (Programmed Completion): Document completion-annotate-function.
2213         * commands.texi (Reading One Event): Document read-key.
2214         (Distinguish Interactive): Document KIND arg to
2215         called-interactively-p.  Delete obsolete interactive-p.
2217         * elisp.texi (Top): Update node description.
2219 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2221         * nonascii.texi (Character Properties):
2222         Document unicode-category-table.  Add an index entry for Unicode
2223         general category.
2225 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2227         * Version 23.2 released.
2229 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2231         * locals.texi (Standard Buffer-Local Variables):
2232         Remove @ignore'd reference to `direction-reversed'.
2234 2010-04-14  Juri Linkov  <juri@jurta.org>
2236         Fix @deffn without category.
2238         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2239         for `abbrev-insert'.
2241         * buffers.texi (Indirect Buffers): Add category `Command'
2242         to @deffn of `clone-indirect-buffer'.
2244         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2245         for `next-window' and `previous-window'.  Add category `Command'
2246         to @deffn of `pop-to-buffer'.
2248 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
2250         * nonascii.texi (Text Representations): Don't mark
2251         enable-multibyte-characters as a user option.
2253 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2255         * control.texi (Handling Errors): How to re-throw a signal caught
2256         by condition-case.
2258 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
2260         * loading.texi (Hooks for Loading): Document after-load-functions.
2261         Copyedits.
2263 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
2265         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
2267 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2269         * processes.texi (Network Processes): Document seqpacket type.
2271 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2273         * os.texi (System Environment): Do not mention lynxos.
2275 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2277         * Branch for 23.2.
2279 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2281         * objects.texi (Integer Type): Take note of the read syntax
2282         exception for numbers that cannot fit in the integer type.
2284 2010-03-03  Glenn Morris  <rgm@gnu.org>
2286         * numbers.texi (Integer Basics, Bitwise Operations):
2287         * objects.texi (Integer Type): Update for integers now being 30-bit.
2289 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2291         * display.texi (Low-Level Font): Document :otf font-spec property.
2293 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2295         * display.texi (Line Height): Avoid obsolete special default variables
2296         like default-major-mode.
2298 2010-01-28  Alan Mackenzie  <acm@muc.de>
2300         * display.texi (Auto Faces): Say fontification-functions is called
2301         whether or not Font Lock is enabled.  Tidy up the wording a bit.
2303 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2305         * elisp.texi: Remove duplicate edition information (Bug#5407).
2307 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2309         * two.el (volume-header-toc-markup): Fix typos in docstring.
2311 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2313         Avoid dubious uses of save-excursions.
2314         * positions.texi (Excursions): Recommend the use of
2315         save-current-buffer if applicable.
2316         * text.texi (Clickable Text): Fix the example code which used
2317         save-excursion in a naive way which sometimes preserves point and
2318         sometimes not.
2319         * variables.texi (Creating Buffer-Local):
2320         * os.texi (Session Management):
2321         * display.texi (GIF Images):
2322         * control.texi (Cleanups): Use (save|with)-current-buffer.
2324 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2326         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
2328 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2330         * nonascii.texi (Text Representations, Character Codes)
2331         (Converting Representations, Explicit Encoding)
2332         (Translation of Characters): Use hex notation consistently.
2333         (Character Sets): Fix map-charset-chars doc (Bug#5197).
2335 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2337         * loading.texi (Where Defined): Make it clearer that these are
2338         loaded files (Bug#5068).
2340 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
2342         * minibuf.texi (Completion Styles): Document `initials' style.
2344 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
2346         * frames.texi (Resources): Describe inhibit-x-resources.
2347         (Size Parameters): Copyedit.
2349         * hash.texi (Creating Hash):
2350         * objects.texi (Hash Table Type): Document the new hash table
2351         printed representation.
2353         * minibuf.texi (Basic Completion): 4th arg to all-completions is
2354         obsolete.
2356         * processes.texi (Process Buffers):
2357         Document process-kill-buffer-query-function.
2359 2009-12-05  Glenn Morris  <rgm@gnu.org>
2361         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2362         diary-display-function, and no longer recommended to be a hook.
2363         Update for changes in the names of calendar and diary hooks.
2364         diary-print-entries-hook has changed section.
2366 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
2368         * text.texi (Special Properties): More accurate description of
2369         what the `cursor' property does.
2371 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2373         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2374         mouse-wheel-down-event, the closest thing to a definition for them.
2375         * os.texi (Startup Summary): vindex inhibit-startup-message and
2376         inhibit-splash-screen.
2377         (Command-Line Arguments): vindex argv.
2378         (Suspending Emacs): vindex suspend-tty-functions and
2379         resume-tty-functions.  Don't want to index every hook, but having
2380         the programming ones is helpful.
2382 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
2384         * commands.texi (Motion Events): Fix typo (Bug#4907).
2386 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2388         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2389         are affected by case-fold-search (Bug#4483).
2391 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2393         * minibuf.texi (Reading File Names): Note that read-file-name may
2394         use a graphical file dialog.
2396 2009-10-31  Glenn Morris  <rgm@gnu.org>
2398         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
2400 2009-10-16  Kevin Ryde  <user42@zip.com.au>
2402         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2403         in particular so `info-lookup-symbol' can find its docs.
2405 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
2407         * variables.texi (Constant Variables): Distinguish from defconst
2408         variables.
2409         (Defining Variables): Add cindex.
2411 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
2413         * os.texi (Time of Day): Clarify that the microsecond part is
2414         ignored (Bug#4637).
2416 2009-10-11  Glenn Morris  <rgm@gnu.org>
2418         * frames.texi (Size and Position): Clarify what is included in the frame
2419         height.  (Bug#4535)
2421 2009-10-10  Glenn Morris  <rgm@gnu.org>
2423         * windows.texi (Size of Window): The relationship between window and
2424         frame heights is not so simple.  (Bug#4535)
2425         Mention window-full-height-p.
2427 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2429         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2430         used from Lisp.
2432 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
2434         * files.texi (Directory Names) <abbreviate-file-name>:
2435         Document that root home directories are not replaced with "~".
2437 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
2439         * text.texi (Special Properties): Document the meaning of the
2440         `cursor' text property whose value is an integer.
2442 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2444         * files.texi (Magic File Names): Add `copy-directory'.
2446 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2448         * files.texi (File Attributes): Fix description of file
2449         attributes.  (Bug#4638) Update attributes of files.texi example to
2450         be more representative.
2452 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2454         * files.texi (Create/Delete Dirs): New command copy-directory.
2456 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2458         * anti.texi (Antinews):
2459         * macros.texi (Indenting Macros):
2460         * strings.texi (Creating Strings, Case Conversion):
2461         Remove duplicate words.
2463 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2465         * files.texi (Create/Delete Dirs): delete-directory has an
2466         optional parameter RECURSIVE.
2468 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2470         * buffers.texi (Swapping Text): Minor clarification.
2472 2009-10-01  Glenn Morris  <rgm@gnu.org>
2474         * functions.texi (Declaring Functions): Mention that we also search for
2475         ".m" files in the src/ directory.
2477 2009-09-25  David Engster  <deng@randomsample.de>
2479         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2481 2009-09-22  Glenn Morris  <rgm@gnu.org>
2483         * internals.texi (Building Emacs): Mention preloaded-file-list.
2485 2009-09-14  Alan Mackenzie  <acm@muc.de>
2487         * os.texi (Terminal Output): Put "@code{}" around "stdout".
2489 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2491         * functions.texi (Anonymous Functions): Rearrange discussion,
2492         giving usage of unquoted lambda forms first.  Mention that
2493         `function' and `#'' are no longer required (Bug#4290).
2495 2009-09-11  Alan Mackenzie  <acm@muc.de>
2497         * os.texi (Terminal Output): Document `send-string-to-terminal' in
2498         batch mode.
2500 2009-09-01  Glenn Morris  <rgm@gnu.org>
2502         * display.texi (Face Functions): Mention define-obsolete-face-alias.
2504 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
2506         * nonascii.texi (Character Codes): Fix typos.
2508 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2510         * processes.texi (Synchronous Processes): New defvar
2511         process-file-side-effects.
2513 2009-08-25  Glenn Morris  <rgm@gnu.org>
2515         * display.texi (Fontsets): Fix typo.
2517         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2519 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2521         * processes.texi (Asynchronous Processes): Adjust arglist of
2522         start-process-shell-command and start-file-process-shell-command.
2524 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
2526         * advice.texi (Argument Access in Advice): Note that argument
2527         positions are zero-based (Bug#3932).
2529         * commands.texi (Distinguish Interactive): Minor copyedit.
2531         * display.texi (Face Attributes): Add xref to Displaying Faces for
2532         explanation of "underlying face".
2534         * customize.texi (Common Keywords): Add xref to Loading.
2536         * loading.texi (How Programs Do Loading): Add xref to Lisp
2537         Libraries node in the Emacs manual.
2539 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
2541         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2543 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2545         * processes.texi (Shell Arguments): Copyedits.
2547 2009-07-18  Glenn Morris  <rgm@gnu.org>
2549         * loading.texi (Repeated Loading): Fix typo.
2551 2009-07-16  Richard Stallman  <rms@gnu.org>
2553         * buffers.texi (Swapping Text): Recommend setting
2554         write-region-annotate-functions and buffer-saved-size.
2556         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2558 2009-07-15  Glenn Morris  <rgm@gnu.org>
2560         * edebug.texi: Minor re-phrasings throughout.
2561         (Edebug Execution Modes): Sit-for affects continue mode too.
2562         (Jumping): Use `forward-sexp' rather than its keybinding.
2563         (Edebug Misc): Fix Q binding.
2564         (Edebug Eval): Remove cl version.
2565         (Printing in Edebug): Clarify print-length etc.
2566         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2567         (Specification List): Remove edebug-unwrap findex entry.
2568         (Specification Examples): defmacro is actually not the same as defun.
2569         Escape "`" in example.
2571 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2573         * markers.texi (The Mark): Document optional arg to
2574         deactivate-mark.
2576 2009-07-11  Kevin Ryde  <user42@zip.com.au>
2578         * hooks.texi (Standard Hooks): Fix cross-references.
2580         * loading.texi (Named Features): Refer to eval-after-load.
2582 2009-07-11  Glenn Morris  <rgm@gnu.org>
2584         * Makefile.in (TEXI2PDF): New.
2585         (elisp.pdf): New target.
2587         * searching.texi (Regexp Backslash): Fix typo.
2589         * elisp.texi (Top): Display copyright notice at start of non-TeX.
2591 2009-07-10  Glenn Morris  <rgm@gnu.org>
2593         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2595         * customize.texi (Customization Types):
2596         * display.texi (Abstract Display):
2597         * objects.texi (Character Type, String Type):
2598         Merge in some menu descriptions from elisp.texi.
2600         * hash.texi (Hash Tables):
2601         * modes.texi (Multiline Font Lock):
2602         End menu description with period.
2604 2009-07-09  Glenn Morris  <rgm@gnu.org>
2606         * back.texi: Don't hard-code texinfo location.
2608         * two-volume.make (texinfodir): New, with location of texinfo.tex.
2609         (tex): Add texinfodir to TEXINPUTS.
2610         (elisp1med-init, elisp2med-init): Use texinfodir.
2612         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2613         (clean): Add two-volume.make intermediate files.
2615         * elisp.texi, vol1.texi, vol2.texi:
2616         Use a DATE variable with the publication date, and update it.
2617         Fix antinews menu description.
2619         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2620         Update the detailed node listing to match elisp.texi.
2622         * README: Update edition to match elisp.texi.
2624         * objects.texi (General Escape Syntax):
2625         * nonascii.texi (Character Sets):
2626         Use consistent case for "Unicode Standard".
2628         * anti.texi (Antinews):
2629         * customize.texi (Variable Definitions):
2630         * functions.texi (Declaring Functions):
2631         * nonascii.texi (Character Properties):
2632         * processes.texi (Serial Ports):
2633         * text.texi (Special Properties):
2634         * tips.texi (Coding Conventions):
2635         Minor rearrangements to improve TeX line-filling.
2637         * commands.texi (Using Interactive): Fix cross-reference.
2639 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2641         * frames.texi (Management Parameters): Mention sticky.
2643 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
2645         * help.texi (Help Functions): Fix description of help-buffer and
2646         help-setup-xref to use @defun instead of @deffn.
2648 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2650         * frames.texi (Size Parameters): Mention maximized for fullscreen.
2652 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
2654         * display.texi (Window Systems): Add ns to the list.
2656 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2658         * Branch for 23.1.
2660 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
2662         * windows.texi (Dedicated Windows): Fix typo.
2663         (Resizing Windows): Replace @defun by @deffn.
2665 2009-06-17  Glenn Morris  <rgm@gnu.org>
2667         * variables.texi (Directory Local Variables):
2668         Update for 2009-04-11 name-change of dir-locals-directory-alist.
2670 2009-06-09  Kenichi Handa  <handa@m17n.org>
2672         * nonascii.texi (Character Sets): State clearly that FROM and TO
2673         are codepoints of CHARSET.
2675 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
2677         * minibuf.texi (Reading File Names): Fix introductory text.
2678         Suggested by stan@derbycityprints.com.
2679         (High-Level Completion): Fix typo.
2681 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
2683         * frames.texi (Text Terminal Colors): Multi-tty is already
2684         implemented, but tty-local colors are not.
2686 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
2688         * hooks.texi (Standard Hooks): Remove mention of obsolete
2689         redisplay-end-trigger-functions.
2691         * internals.texi (Window Internals): Remove mention of obsolete
2692         redisplay-end-trigger-functions.
2694 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
2696         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2698         * backups.texi (Making Backups): backup-directory-alist and
2699         make-backup-file-name-function are options.
2700         (Auto-Saving): auto-save-list-file-prefix is an option.
2702         * buffers.texi (Killing Buffers): buffer-offer-save is an
2703         option.
2705         * display.texi (Refresh Screen): no-redraw-on-reenter is an
2706         option.
2707         (Echo Area Customization): echo-keystrokes is an option.
2708         (Selective Display): selective-display-ellipses is an option.
2709         (Temporary Displays): temp-buffer-show-function is an option.
2710         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2711         are options.
2712         (Font Selection): face-font-family-alternatives,
2713         face-font-selection-order, face-font-registry-alternatives, and
2714         scalable-fonts-allowed are options.
2715         (Fringe Indicators): indicate-buffer-boundaries is an option.
2716         (Fringe Cursors): overflow-newline-into-fringe is an option.
2717         (Scroll Bars): scroll-bar-mode is an option.
2719         * eval.texi (Eval): max-lisp-eval-depth is an option.
2721         * files.texi (Visiting Functions): find-file-hook is an option.
2722         (Directory Names): directory-abbrev-alist is an option.
2723         (Unique File Names): temporary-file-directory and
2724         small-temporary-file-directory are options.
2726         * frames.texi (Initial Parameters): initial-frame-alist,
2727         minibuffer-frame-alist and default-frame-alist are options.
2728         (Cursor Parameters): blink-cursor-alist and
2729         cursor-in-non-selected-windows ar options.
2730         (Window System Selections): selection-coding-system is an
2731         option.
2732         (Display Feature Testing): display-mm-dimensions-alist is an
2733         option.
2735         * help.texi (Help Functions): help-char and help-event-list are
2736         options.
2738         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2739         an option.
2741         * minibuf.texi (Minibuffer History): history-length and
2742         history-delete-duplicates are options.
2743         (High-Level Completion): read-buffer-function and
2744         read-buffer-completion-ignore-case are options.
2745         (Reading File Names): read-file-name-completion-ignore-case is
2746         an option.
2748         * modes.texi (Mode Line Top): mode-line-format is an option.
2749         (Mode Line Variables): mode-line-position and mode-line-modes
2750         are options.
2752         * nonascii.texi (Text Representations):
2753         enable-multibyte-characters is an option.
2754         (Default Coding Systems): auto-coding-regexp-alist,
2755         file-coding-system-alist, auto-coding-alist and
2756         auto-coding-functions are options.
2757         (Specifying Coding Systems): inhibit-eol-conversion is an
2758         option.
2760         * os.texi (Init File): site-run-file is an option.
2761         (System Environment): mail-host-address is an option.
2762         (User Identification): user-mail-address is an option.
2763         (Terminal Output): baud-rate is an option.
2765         * positions.texi (Word Motion): words-include-escapes is an
2766         option.
2768         * searching.texi (Standard Regexps): page-delimiter,
2769         paragraph-separate, paragraph-separate and sentence-end are
2770         options.
2772         * text.texi (Margins): left-margin and fill-nobreak-predicate
2773         are options.
2775         * variables.texi (Local Variables): max-specpdl-size is an
2776         option.
2778         * windows.texi (Choosing Window):
2779         split-window-preferred-function, special-display-function and
2780         display-buffer-function are options.
2782 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
2784         Fix errors spotted by Martin Rudalics.
2786         * syntax.texi (Position Parse): Document rationale for ignored
2787         arguments to syntax-ppss-flush-cache.
2789         * processes.texi (Input to Processes): Mark PROCESS arg to
2790         process-running-child-p as optional.
2791         (Network Options): Document NO-ERROR arg to
2792         set-network-process-option.
2794         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2795         command.
2797         * searching.texi (POSIX Regexps): Mark posix-search-forward and
2798         posix-search-backward as commands.
2800         * os.texi (Killing Emacs): Mark kill-emacs as a command.
2801         (Suspending Emacs): Mark suspend-emacs as a command.
2802         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2803         commands.
2804         (Terminal Output): Remove obsolete function baud-rate.
2805         Document TERMINAL arg for send-string-to-terminal.
2807         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2808         terminal-coding-system and set-terminal-coding-system.
2809         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2810         as optional.
2811         (Character Sets): Document RESTRICTION arg of char-charset.
2812         (Character Codes): Mark POS argument to get-byte as optional.
2814         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2815         minibuffer-message.
2817         * files.texi (Create/Delete Dirs): Mark make-directory and
2818         delete-directory as commands.
2820         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2822         * text.texi (Base 64): Mark base64-decode-string and
2823         base64-encode-string as commands.
2824         (Columns): Mark move-to-column as a command.
2825         (Mode-Specific Indent): Document RIGID arg to
2826         indent-for-tab-command.
2827         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2828         Mark indent-code-rigidly as a command.
2829         (Substitution): Mark translate-region as a command.
2831         * frames.texi (Size and Position): Remove obsolete functions
2832         screen-height and screen-width.
2834 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
2836         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2837         (Displaying Buffers, Resizing Windows): Correct mistakes;
2838         next-window, previous-window, and pop-to-buffer are not commands,
2839         and fit-window-to-buffer" is a command.  (Pointed out by Martin
2840         Rudalics.)
2842 2009-05-17  Richard M Stallman  <rms@gnu.org>
2844         * modes.texi (Precalculated Fontification): Clarify text.
2846 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
2848         * windows.texi (Selecting Windows): Clarify descriptions of
2849         with-selected-window and get-lru-window.
2850         (Cyclic Window Ordering): Refer to particular frame when talking
2851         about how splitting affects the ordering.
2852         (Displaying Buffers): Fix descriptions of switch-to-buffer and
2853         switch-to-buffer-other-window.  Explain how setting of
2854         display-buffer-reuse-frames affects pop-to-buffer.
2855         (Choosing Window): Clarify some details in descriptions of
2856         display-buffer-reuse-frames, pop-up-frames, and
2857         pop-up-frame-function.
2858         (Dedicated Windows): Clarify some details.
2859         (Textual Scrolling): Replace term vscroll by term vertical
2860         scroll position.
2861         (Vertical Scrolling): Fix typo.
2862         (Window Hooks): Relate text on jit-lock-register to window
2863         scrolling and size changes.
2865 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
2867         * frames.texi (Initial Parameters): Clarify what the initial
2868         minibuffer frame is.
2869         (Buffer Parameters): Note that the minibuffer parameter can not be
2870         altered.
2872         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
2873         Document display-buffer changes.
2875 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
2877         * anti.texi (Antinews): Rewrite for Emacs 22.
2879         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2880         obarrays are first mentioned.  Define "system abbrev" more
2881         prominently, and add it to the index.
2882         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2883         Copyedits.
2884         (Abbrev Expansion): Document abbrev-insert.
2886 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
2888         * frames.texi (Font and Color Parameters): Rename from Color
2889         Parameters.  Document font-backend parameter.
2891         * vol2.texi (Top): Update node listing.
2892         * vol1.texi (Top): Update node listing.
2893         * elisp.texi (Top): Update node listing.
2895 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
2897         * windows.texi (Choosing Window): Don't explicitly refer to
2898         split-window-sensibly's window argument in descriptions of
2899         split-height-threshold and split-width-threshold.
2901 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
2903         * windows.texi (Choosing Window): Fix rewrite of window
2904         splitting section.
2906 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
2908         * nonascii.texi (Default Coding Systems):
2909         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2910         Add indexing.
2911         (Lisp and Coding Systems): Add index entries.
2913 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
2915         * windows.texi (Choosing Window): Describe split-window-sensibly
2916         and rewrite section on window splitting accordingly.
2917         (Textual Scrolling): Replace `...' by @code{...}.
2919 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
2921         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2922         Remove obsoleted pre-abbrev-expand-hook.
2924         * locals.texi (Standard Buffer-Local Variables): Consolidate table
2925         entries.
2927         * internals.texi (Object Internals): Don't assume 32-bit machines
2928         are the norm.
2929         (Buffer Internals): Consolidate table entries for readability.
2930         (Window Internals): Synch field names to window.h.
2931         (Process Internals): Synch field names to process.h.
2933 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
2935         * variables.texi (File Local Variables): Note that read-circle is
2936         bound to nil when reading file-local variables.
2938         * streams.texi (Input Functions): Document read-circle.
2939         (Output Variables): Add xref to Circular Objects.
2941 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
2943         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
2944         Features and Coding System Basics.  Node that "p" stands for
2945         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
2946         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2947         mouse-appearance-menu.
2948         (Programming Tips): Add xref to Progress.
2950 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
2952         * os.texi (Command-Line Arguments):
2953         Document command-line-args-left.
2954         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
2955         terminal objects for tty arguments.
2956         (Startup Summary): Add xref to Session Management.
2957         (Session Management): Mention emacs-session-restore.  Copyedits.
2959 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
2961         * os.texi (Startup Summary): Copyedits.  The init file is not
2962         necessarily named .emacs now.  Document initial-buffer-choice and
2963         initial-scratch-message.  Note where Emacs exits in batch mode.
2964         Document inhibit-splash-screen as an alias.
2965         (Init File): Be neutral about which init file name to use.
2967 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
2969         * os.texi (System Interface): Fix Texinfo usage.
2971 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
2973         * searching.texi (Regexp Backslash): Also refer to shy groups as
2974         non-capturing or unnumbered groups.
2975         (Regexp Functions): Add cross-reference to Regexp Backslash.
2977         * display.texi (Truncation): Overlays can use line-prefix and
2978         wrap-prefix too.
2979         (Overlay Properties): Document wrap-prefix and line-prefix.
2980         (Face Attributes): Document underline-minimum-offset.
2981         (Face Remapping): Copyedits.
2982         (Low-Level Font): Copyedits.
2983         (Image Cache): Note that the image cache is shared between frames.
2984         (Line Height): Emphasize that line-spacing only takes effect on
2985         graphical terminals.
2987 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2989         * display.texi (Refresh Screen): Note that a passage about screen
2990         refreshing is text terminal only.
2991         (Forcing Redisplay): Delete misleading comment---sit-for calls
2992         redisplay, not the other way around.
2993         (Truncation): Note new values of truncate-partial-width-windows.
2994         Copyedits.
2995         (Invisible Text): Document invisible-p.
2997 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2999         * display.texi (Overlays): Overlays don't scale well.  See
3000         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3002 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
3004         * syntax.texi (Syntax Table Functions): Document cons cell
3005         argument for modify-syntax-entry.
3006         (Categories): Document cons cell argument for
3007         modify-category-entry.
3009         * searching.texi (String Search): Document word-search-forward-lax
3010         and word-search-backward-lax.
3011         (Searching and Case): Describe isearch behavior more precisely.
3013         * keymaps.texi (Tool Bar): Mention that some platforms do not
3014         support multi-line toolbars.  Suggested by Stephen Eglen.
3016         * frames.texi (Layout Parameters): Mention that Nextstep also
3017         allows only one tool-bar line.  Suggested by Stephen Eglen.
3019         * nonascii.texi (Text Representations): Copyedits.
3020         (Coding System Basics): Also mention utf-8-emacs.
3021         (Converting Representations, Selecting a Representation)
3022         (Scanning Charsets, Translation of Characters, Encoding and I/O):
3023         Copyedits.
3024         (Character Codes): Mention role of codepoints 1114112 to 4194175.
3026 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
3028         * text.texi (Yank Commands): Note that yank uses push-mark.
3029         (Filling): Clarify REGION argument of fill-paragraph.
3030         Document fill-forward-paragraph-function.
3031         (Special Properties): Remove "new in Emacs 22" declaration.
3032         (Clickable Text): Merge with Links and Mouse-1 node.
3034         * display.texi (Button Properties, Button Buffer Commands):
3035         Change xref to Clickable Text.
3037         * tips.texi (Key Binding Conventions): Change xref to Clickable
3038         Text.
3040         * elisp.texi (Top): Update node listing.
3042 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
3044         * markers.texi (The Mark): Copyedits.  Improve description of
3045         handle-shift-selection.
3046         (The Region): Move use-region-p here from The Mark.
3048         * positions.texi (Screen Lines): Document (cols . lines) argument
3049         for vertical-motion.
3051 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
3053         * frames.texi (Frames): Clean up introduction.  Document `ns'
3054         return value for framep.
3055         (Creating Frames): Note how the terminal is chosen.
3056         (Multiple Terminals, Multiple Displays): Merge into a single node.
3057         (Color Parameters): Fix typo.
3059         * variables.texi (Local Variables, Buffer-Local Variables)
3060         (Creating Buffer-Local): Change link to Multiple Terminals.
3062         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3064         * keymaps.texi (Controlling Active Maps): Change link to Multiple
3065         Terminals.
3067         * commands.texi (Command Loop Info, Keyboard Macros): Change link
3068         to Multiple Terminals.
3070         * elisp.texi (Top): Update node listing.
3071         * vol2.texi (Top): Update node listing.
3072         * vol1.texi (Top): Update node listing.
3074         * buffers.texi (Current Buffer): Note that the append-to-buffer
3075         example is no longer in synch with the latest code.  Tie the two
3076         examples together.
3078         * files.texi (File Attributes): Move note about MS-DOS from
3079         Changing Files to File Attributes.
3080         (Create/Delete Dirs): Note that mkdir is an alias for this.
3082 2009-04-01  Markus Triska  <triska@gmx.at>
3084         * processes.texi (Filter Functions): Suggest how to handle output
3085         batches.
3087 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
3089         * help.texi (Accessing Documentation): Update example to use
3090         help-setup-xref and with-help-window.
3091         (Help Functions): Remove print-help-return-message, which is
3092         semi-obsolete due to with-help-window.  Document help-buffer and
3093         help-setup-xref.
3095 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
3097         * help.texi (Accessing Documentation, Help Functions):
3098         Remove information about long-obsolete Emacs versions.
3100         * modes.texi (Mode Line Variables): The default values of the mode
3101         line variables are now more complicated.
3103 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
3105         * modes.texi (Major Mode Conventions): Note that specialness is
3106         inherited.
3107         (Derived Modes): Note that define-derive-mode sets the mode-class
3108         property.
3110         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3111         goto-map.  Add search-map to the list.
3113 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
3115         * os.texi (System Environment): Update the list of system-type
3116         values.
3118         * markers.texi (The Mark) <handle-shift-selection>: Update for
3119         removal of the optional argument DEACTIVATE.
3121 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
3123         * commands.texi (Focus Events): Most X window managers don't use
3124         focus-follows-mouse nowadays.
3126 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
3128         * commands.texi (Defining Commands): Clarify introduction.
3129         (Using Interactive): Not that interactive can be put in a symbol
3130         property.
3131         (Interactive Call): Note that a symbol with a non-nil
3132         interactive-form property satisfies commandp.
3134 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
3136         * minibuf.texi (Intro to Minibuffers): Fix typos.
3138 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
3140         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
3141         about minibuffers in old Emacs versions.  Copyedits.
3142         Emphasize that enable-recursive-minibuffers defaults to nil.
3143         (Text from Minibuffer): Simplify introduction.
3145 2009-03-22  Alan Mackenzie  <acm@muc.de>
3147         * commands.texi (Using Interactive): Clarify string argument to
3148         `interactive' - even promptless elements need \n separators.
3150 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
3152         * minibuf.texi (Completion Styles): New node.
3154         * elisp.texi (Top): Update node listing.
3156 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
3158         * minibuf.texi (Basic Completion): Note that
3159         read-file-name-completion-ignore-case and
3160         read-buffer-completion-ignore-case can override
3161         completion-ignore-case.
3162         (Minibuffer Completion): Document completing-read changes.
3163         (Completion Commands): Avoid mentioning partial completion mode.
3164         Document minibuffer-completion-confirm changes, and
3165         minibuffer-confirm-exit-commands.
3166         (High-Level Completion): Document new require-match behavior for
3167         read-buffer.  Document read-buffer-completion-ignore-case.
3168         (Reading File Names): Document new require-match behavior for
3169         read-file-name.
3171 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
3173         * debugging.texi (Error Debugging): Don't mislead the reader into
3174         thinking that debug-on-error enters debugger for C-f at EOB.
3175         (Error Debugging): Setting debug-on-init within the init file
3176         works, and has for some time.
3178 2009-03-13  Kenichi Handa  <handa@m17n.org>
3180         * display.texi (Fontsets): Update the description.
3182 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
3184         * advice.texi (Advising Primitives): Link to What Is a Function.
3186 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
3188         * compile.texi (Speed of Byte-Code): Update example.
3189         (Disassembly): Update examples.
3191         * loading.texi (Repeated Loading): Simplify examples.
3193         * customize.texi (Common Keywords): It's not necessary to use :tag
3194         to remove hyphens, as custom-unlispify-tag-name does it
3195         automatically.
3196         (Variable Definitions): Link to File Local Variables.
3197         Document customized-value symbol property.
3198         (Customization Types): Move menu to end of node.
3200 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
3202         * macros.texi (Compiling Macros): Omit misleading sentence, which
3203         implied that macros can only be used in the same file they are
3204         defined.
3205         (Backquote): Remove obsolete information about Emacs 19.
3207 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
3209         * display.texi (Display Margins): Fix paren typo.
3211 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
3213         * elisp.texi (Top): Update node listing.
3215         * variables.texi (Variables): Clarify introduction.
3216         (Global Variables): Mention that setq is a special form.
3217         (Local Variables): Use active voice.
3218         (Tips for Defining): Mention marking variables as safe.
3219         (Buffer-Local Variables): Mention terminal-local and frame-local
3220         variables together.
3221         (File Local Variables): Copyedits.
3222         (Frame-Local Variables): Note that they are not really useful.
3223         (Future Local Variables): Node deleted.
3225         * objects.texi (General Escape Syntax): Update explanation of
3226         Unicode escape syntax.
3228 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
3230         * control.texi (Control Structures): Add cindex entry for "textual
3231         order".
3233         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
3234         instead of "expression" throughout.
3235         (Function Indirection): Copyedits.  Use active voice.
3236         (Eval): The default value of max-lisp-eval-depth is now 400.
3238 2009-02-23  Miles Bader  <miles@gnu.org>
3240         * processes.texi (System Processes): Rename `system-process-attributes'
3241         to `process-attributes'.
3243 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3245         * symbols.texi (Property Lists): Emphasize that property lists are
3246         not restricted to symbol cells.
3247         (Other Plists): Copyedit.
3249         * sequences.texi (Sequences Arrays Vectors): Make introduction
3250         more concise.
3251         (Arrays): Mention char-tables and bool-vectors too.
3252         (Vectors): Don't repeat information given in Arrays node.  Link to
3253         nodes that explain the vector usage examples.
3254         (Char-Tables): Note that char-table elements can have arbitrary
3255         type.  Explain effect of omitted char-table-extra-slots property.
3256         Link to Property Lists node.
3258 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3260         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3261         `append'.
3262         (List Elements): Copyedits.
3264         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3265         of `vconcat'.
3267         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
3268         Emacs 20 usage of `concat'.
3269         (Case Conversion): Copyedits.
3271 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
3273         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3274         Minor edits.
3275         (Frame Configuration Type): Emphasize that it is not primitive.
3276         (Font Type): New node.
3277         (Type Predicates): Add fontp; type-of now recognizes font object
3278         types.
3280         * intro.texi (Version Info): Update version numbers in examples.
3281         (Acknowledgements): List more contributors.
3283         * elisp.texi: Bump version number to 3.0.
3284         (Top): Link to Font Type node.
3286 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3288         * modes.texi (Major Mode Conventions): Remove duplicate words.
3289         (Customizing Keywords): Fix typo.
3291 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
3293         * nonascii.texi (User-Chosen Coding Systems): Document that
3294         select-safe-coding-system suggests raw-text if there are raw bytes
3295         in the region.
3296         (Explicit Encoding): Warn not to use `undecided' when encoding.
3298 2009-02-11  Glenn Morris  <rgm@gnu.org>
3300         * frames.texi (Visibility of Frames): Mention the effect multiple
3301         workspaces/desktops can have on visibility.
3303 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
3305         * text.texi (Commands for Insertion):
3306         * commands.texi (Event Mod):
3307         * keymaps.texi (Searching Keymaps):
3308         * nonascii.texi (Translation of Characters):
3309         Reinstate documentation of translation-table-for-input.
3310         (Explicit Encoding): Document the `charset' text property produced
3311         by decode-coding-region and decode-coding-string.
3313 2009-01-27  Alan Mackenzie  <acm@muc.de>
3315         * modes.texi (Search-based Fontification): Correct a typo.
3317 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
3319         * abbrevs.texi (Abbrev Table Properties): Fix typo.
3320         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
3322 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
3324         * display.texi (Window Systems): Document the value of
3325         `initial-window-system' under --daemon.
3327         * os.texi (System Environment): Remove description of the
3328         `environment' function which has been deleted.
3330 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
3332         * frames.texi (Multiple Displays): Remove documentation for
3333         removed function make-frame-on-tty.
3335 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
3337         * files.texi (Format Conversion Piecemeal): Clarify behavior of
3338         write-region-annotate-functions.
3339         Document write-region-post-annotation-function.
3341 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
3343         * display.texi (Font Lookup): Document WIDTH argument of
3344         x-list-fonts.
3346 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
3348         * maps.texi (Standard Keymaps): Rename function-key-map to
3349         local-function-key-map.
3351         * keymaps.texi (Translation Keymaps): Rename function-key-map to
3352         local-function-key-map.
3354         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3355         and `set-keyboard-coding-system' now accept an optional terminal
3356         argument.
3358         * commands.texi (Event Mod): `keyboard-translate-table' is now
3359         terminal-local.
3360         (Function Keys): Rename function-key-map to
3361         local-function-key-map.
3363         * elisp.texi (Top): Make @detailmenu be consistent with changes in
3364         frames.texi.
3366         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
3367         `delete-terminal-functions', `suspend-tty-functions' and
3368         `resume-tty-functions'.
3370         * frames.texi (Frames): Document `frame-terminal' and
3371         `terminal-live-p'.
3372         (Multiple Displays): Document `make-frame-on-tty'.
3373         (Multiple Terminals): Document `terminal-list', `delete-terminal',
3374         `terminal-name', and `get-device-terminal'.
3375         (Terminal Parameters): Document `terminal-parameters',
3376         `terminal-parameter', and `set-terminal-parameter'.
3378         * os.texi (System Environment): Document `environment' and
3379         `initial-environment'.
3380         (Suspending Emacs): Update for multi-tty; document
3381         `suspend-tty', `resume-tty', and `controlling-tty-p'.
3383         * nonascii.texi (Coding System Basics): More accurate description
3384         of `raw-text'.
3386 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
3388         * display.texi (Low-Level Font): Fix typo.
3390 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
3392         * elisp.texi (Top): Update node listing.
3394         * display.texi (PostScript Images): Node deleted.
3396 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
3398         * processes.texi (Decoding Output): Document that null bytes force
3399         no-conversion for reading process output.
3401         * files.texi (Reading from Files): Document that null bytes force
3402         no-conversion when visiting files.
3404         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
3406         * nonascii.texi (Lisp and Coding Systems):
3407         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
3408         (Character Properties): Improve wording.
3410 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
3412         * display.texi (Font Lookup): Remove obsolete function
3413         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
3414         (Low-Level Font): Rename from Fonts, move to end of Faces section.
3415         (Font Selection): Reorder order of variable descriptions.
3416         Minor clarifications.
3418         * elisp.texi (Top): Update node listing.
3420 2009-01-09  Glenn Morris  <rgm@gnu.org>
3422         * commands.texi (Command Loop Info): Say that last-command-char and
3423         last-input-char are obsolete aliases.
3425         * edebug.texi (Edebug Recursive Edit): Remove separate references to
3426         last-input-char and last-command-char, since they are just aliases for
3427         last-input-event and last-command-event.
3429         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3430         last-command-char.
3432 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3434         * elisp.texi: Update node listing.
3436         * display.texi (Faces): Put Font Selection node after Auto Faces.
3437         (Face Attributes): Don't link to Font Lookup.
3438         Document font-family-list.
3439         (Fonts): New node.
3441 2009-01-08  Jason Rumney  <jasonr@gnu.org>
3443         * frames.texi (Pointer Shape): Clarify that only X supports
3444         changing the standard pointer shapes.  (Bug#1485)
3446 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3448         * display.texi (Attribute Functions): Note that a function value
3449         :height is relative, and that compatibility functions work by
3450         calling set-face-attribute.
3451         (Displaying Faces): Reorder list in order of increasing priority.
3452         (Face Remapping): New node.  Content moved here from Displaying
3453         Faces.
3454         (Glyphs): Link to Face Functions.
3456 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3458         * display.texi (Faces): Don't discuss face id here.  facep does
3459         not return t.
3460         (Defining Faces): Minor clarification.
3461         (Face Attributes): Rearrange items to match docstring of
3462         set-face-attribute.  Add :foundry attribute.  Document new role of
3463         :font attribute.  Texinfo usage fix.
3464         (Attribute Functions): Copyedits.
3465         (Face Functions): Note that face number is seldom used.
3467 2009-01-05  Richard M Stallman  <rms@gnu.org>
3469         * strings.texi (Predicates for Strings): Minor clarification.
3471         * functions.texi (Function Safety): Texinfo usage fix.
3473 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
3475         * objects.texi (General Escape Syntax): Fix typo.
3477 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
3479         * windows.texi (Choosing Window): Say that pop-up-frame-alist
3480         works via the default value of pop-up-frame-function.
3482 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
3484         * processes.texi (System Processes): Document the `time' and
3485         `ctime' attributes of `system-process-attributes'.
3487 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3489         * display.texi (Face Attributes): Clarify :height attribute.
3491 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3493         * buffers.texi (The Buffer List): Clarify what moves a buffer to
3494         the front of the buffer list.  Add entries for `last-buffer' and
3495         `unbury-buffer'.
3497 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3499         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3500         and its subsections.
3502         * frames.texi (Multiple Terminals, Low-level Terminal)
3503         (Terminal Parameters, Frames on Other TTY devices): New sections.
3504         (Frames): Add an xref to "Multiple Terminals".
3506         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3508         * objects.texi (Terminal Type): New node.
3509         (Editing Types): Add it to the menu.
3511         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3512         Variables".
3514         * variables.texi (Directory Local Variables): New node.
3515         (Variables): Add a menu item for it.
3517         * loading.texi (Autoload): Document `generate-autoload-cookie' and
3518         `generated-autoload-file'.
3520 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
3522         * os.texi (Startup Summary): Add xref to documentation of
3523         `initial-window-system'.
3525         * display.texi (Window Systems): Document `window-system' the
3526         function.  The variable `window-system' is now frame-local.
3527         Document `initial-window-system'.
3529 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
3531         * windows.texi (Windows): Rewrite description of
3532         fit-window-to-buffer.
3534 2008-12-13  Glenn Morris  <rgm@gnu.org>
3536         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
3537         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3539 2008-12-12  Glenn Morris  <rgm@gnu.org>
3541         * debugging.texi (Error Debugging): Refer forwards to
3542         eval-expression-debug-on-error.
3544 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
3546         * strings.texi (String Basics): Only unibyte strings that
3547         represent key sequences hold 8-bit raw bytes.
3549         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3550         paragraph to speak about `undecided'.
3551         (Character Properties): Don't explain the meaning of each
3552         property; instead, identify their Unicode Standard names.
3553         (Character Sets): Document `map-charset-chars'.
3555 2008-12-02  Glenn Morris  <rgm@gnu.org>
3557         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3558         section yet again.
3560 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
3562         * nonascii.texi (Character Properties): New Section.
3563         (Specifying Coding Systems): Document
3564         `coding-system-priority-list', `set-coding-system-priority', and
3565         `with-coding-priority'.
3566         (Lisp and Coding Systems): Document `check-coding-systems-region'
3567         and `coding-system-charset-list'.
3568         (Coding System Basics): Document `coding-system-aliases'.
3570         * elisp.texi (Top): Add a @detailmenu entry for "Character
3571         Properties".
3573         * objects.texi (Character Type): Correct the range of Emacs
3574         characters.  Add an @xref to "Character Codes".
3576         * strings.texi (String Basics): Add an @xref to "Character Codes".
3578         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3580         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3581         (Character Codes): Document `max-char'.
3583 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3585         * nonascii.texi (Text Representations, Converting Representations)
3586         (Character Sets, Scanning Charsets, Translation of Characters):
3587         Make text more accurate.
3589 2008-11-28  Glenn Morris  <rgm@gnu.org>
3591         * files.texi (Format Conversion Round-Trip): Improve previous change.
3593 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3595         * modes.texi (Auto Major Mode): Fix example.
3597 2008-11-25  Glenn Morris  <rgm@gnu.org>
3599         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3601         * files.texi (Format Conversion Round-Trip):
3602         Use active voice for previous change.
3604 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3606         * os.texi (Processor Run Time):
3607         * processes.texi (Transaction Queues):
3608         * markers.texi (The Mark):
3609         * windows.texi (Choosing Window, Selecting Windows):
3610         * files.texi (Changing Files, Magic File Names):
3611         * commands.texi (Key Sequence Input):
3612         * functions.texi (Declaring Functions):
3613         * strings.texi (Predicates for Strings):
3614         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3616 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3618         * help.texi (Accessing Documentation): Update example.
3620         * variables.texi (Defining Variables): Note that `*' is not
3621         necessary if defcustom is used.
3623 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
3625         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3626         Characters" from @detailmenu.
3628         * nonascii.texi (Character Codes, Character Sets)
3629         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3630         (Chars and Bytes, Splitting Characters): Sections removed.
3632 2008-11-22  Lute Kamstra  <lute@gnu.org>
3634         * positions.texi (Text Lines): Update goto-line documentation.
3636 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
3638         * frames.texi (Frames): Fix typo, add cross references, reword.
3639         (Initial Parameters): Reword special-display-frame-alist text.
3640         (Frames and Windows): Reword.  Describe argument norecord for
3641         set-frame-selected-window.
3642         (Input Focus): Describe argument norecord for select-frame.
3643         Remove comment on MS-Windows behavior for focus-follows-mouse.
3644         (Raising and Lowering): Mention windows-frames dichotomy in
3645         metaphor.
3647         * windows.texi (Displaying Buffers, Vertical Scrolling)
3648         (Horizontal Scrolling): Fix indenting and rewording issues
3649         introduced with 2008-11-07 change.
3651 2008-11-20  Glenn Morris  <rgm@gnu.org>
3653         * files.texi (Format Conversion Round-Trip): Mention `preserve'
3654         element of `format-alist'.
3656 2008-11-19  Glenn Morris  <rgm@gnu.org>
3658         * doclicense.texi: Update to FDL 1.3.
3659         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3661 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
3663         * windows.texi (Window Hooks): Remove *-end-trigger-functions
3664         vars, which are obsolete.  Mention jit-lock-register.
3666         * modes.texi (Other Font Lock Variables):
3667         Document jit-lock-register and jit-lock-unregister.
3669         * frames.texi (Color Parameters): Document alpha parameter.
3671 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
3673         * windows.texi (Splitting Windows, Deleting Windows)
3674         (Selecting Windows, Cyclic Window Ordering)
3675         (Buffers and Windows, Displaying Buffers, Choosing Window)
3676         (Dedicated Windows, Window Point, Window Start and End)
3677         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3678         (Size of Window, Resizing Windows, Window Configurations)
3679         (Window Parameters): Avoid @var at beginning of sentences and
3680         reword accordingly.
3682 2008-11-11  Lute Kamstra  <lute@gnu.org>
3684         * files.texi (File Name Components): Fix file-name-extension
3685         documentation.
3687 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
3689         * frames.texi (Basic Parameters): Remove display-environment-variable
3690         and term-environment-variable.
3692 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3694         * windows.texi (Basic Windows, Splitting Windows)
3695         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3696         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3697         (Resizing Windows, Window Configurations, Window Parameters):
3698         Fix wording and markup.
3700 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
3702         * windows.texi (Windows): Update entries.
3703         (Basic Windows): Remove listing of attributes.  Reword.
3704         (Splitting Windows, Deleting Windows): Reword.
3705         (Selecting Windows, Cyclic Window Ordering): Reword with special
3706         emphasis on order of recently selected windows and buffer list.
3707         (Buffers and Windows, Choosing Window): Reword with special
3708         emphasis on dedicated windows.
3709         (Displaying Buffers): Reword.  For switch-to-buffer mention that
3710         it may fall back on pop-to-buffer.  For other-window try to
3711         explain how it treats the cyclic ordering of windows.
3712         (Dedicated Windows): New node and section discussing dedicated
3713         windows and associated functions.
3714         (Window Point): Add entry for window-point-insertion-type.  Reword.
3715         (Window Start and End): Rename node and section title.  Reword.
3716         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3717         Minor rewording.
3718         (Size of Window): Reword, in particular text on window-width.
3719         (Resizing Windows): Reword.  Add text on balancing windows.
3720         (Window Configurations): Reword.  Mention window parameters.
3721         (Window Parameters): New node and section on window parameters.
3722         (Window Hooks): Reword.  Mention that
3723         window-configuration-change-hook is run "buffer-locally".
3724         * elisp.texi (Top): Update Windows entries in @detailmenu
3725         section.
3727 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3729         * searching.texi (Regexp Search): Fix typo.
3731 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3733         * searching.texi (Regexp Search): Document GREEDY arg.
3734         (Simple Match Data): Fix return value.
3736 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
3738         * nonascii.texi (Text Representations): Rewrite to make consistent
3739         with Emacs 23 internal representation of characters.
3740         Document `unibyte-string'.
3742 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
3744         * processes.texi (Process Information): Note that process-status
3745         does not accept buffer names.
3747 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3749         * positions.texi (Skipping Characters): Correct return value of
3750         skip-chars-forward.
3752 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3754         * windows.texi (Deleting Windows): Update documentation of
3755         delete-windows-on.
3756         (Buffers and Windows): Update documentations of
3757         get-buffer-window and get-buffer-window-list.
3758         (Displaying Buffers): Update documentation of
3759         replace-buffer-in-windows.
3761         * buffers.texi (Current Buffer): Reword set-buffer and
3762         with-current-buffer documentations.
3763         (Creating Buffers): Reword documentation of get-buffer-create.
3765 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
3767         * buffers.texi (Current Buffer): Reword documentation of
3768         set-buffer.
3769         (Buffer Names): Reword documentation of buffer-name.
3770         (The Buffer List): For bury-buffer explain what happens with the
3771         buffer's window.
3772         (Creating Buffers): Say that get-buffer-create's arg is called
3773         buffer-or-name.
3775 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3777         * advice.texi (Computed Advice): Explain what DEFINITION is.
3779         * nonascii.texi (Character Codes): Remove obsolete function
3780         char-valid-p, and document characterp instead.
3782 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
3784         * windows.texi (Displaying Buffers): Reword documentation of
3785         pop-to-buffer.
3786         (Choosing Window): Rewrite documentation of display-buffer and
3787         its options.
3789         * buffers.texi (Killing Buffers): Update documentation of
3790         kill-buffer.
3792 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
3794         * processes.texi (Serial Ports): Fix wording and improve markup.
3796         * searching.texi (Regexp Search): Document `string-match-p' and
3797         `looking-at-p'.
3798         (POSIX Regexps): Add an xref for "non-greedy".
3799         (Regexp Special): Add @cindex entry for "non-greedy".
3801         * display.texi (Attribute Functions): Document `face-all-attributes'.
3802         (Image Cache) <image-refresh>: Minor wording fixes.
3804         * frames.texi (Color Names): Add an xref to `read-color'.
3806         * minibuf.texi (High-Level Completion): Document `read-color'.
3808         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3810         * positions.texi (Narrowing): Add an xref to "Swapping Text".
3812         * buffers.texi (Swapping Text): New section, documents
3813         `buffer-swap-text'.
3815 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
3817         * windows.texi (Resizing Windows): Minor wording fix.
3819 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3821         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3822         and `combine-and-quote-strings'.
3824         * strings.texi (Creating Strings): Add xrefs for them.
3826 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3828         * elisp.texi (Top): Make descriptive text for "Reading File Names"
3829         match the corresponding menu in minibuf.texi.
3831         * minibuf.texi (Reading File Names): Document `read-shell-command'
3832         and `minibuffer-local-shell-command-map'.
3834 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3836         * windows.texi (Resizing Windows): Remove var{} around "window" in
3837         documentation of enlarge-window.
3838         Rewrite documentation of window-min-height and window-min-width.
3840 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3842         * functions.texi (Calling Functions): Document `apply-partially'.
3844         * hooks.texi (Standard Hooks): Mention
3845         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3847         * variables.texi (File Local Variables): Document
3848         `file-local-variables-alist', `before-hack-local-variables-hook'
3849         and `hack-local-variables-hook'.
3851         * processes.texi (Synchronous Processes): Document `process-lines'.
3853         * customize.texi (Variable Definitions):
3854         Document `custom-reevaluate-setting'.
3856 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
3858         * windows.texi (Choosing Window, Deleting Windows)
3859         (Displaying Buffers): Expand documentation of dedicated windows.
3861 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3863         * files.texi (Changing Files): Document symbolic input of file
3864         modes to `set-file-modes'.  Document `read-file-modes' and
3865         `file-modes-symbolic-to-number'.
3867         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3868         and `search-map'.
3870         * searching.texi (Search and Replace):
3871         Document `replace-search-function' and `replace-re-search-function'.
3872         Document `multi-query-replace-map'.
3874         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3875         (Completion Commands, Reading File Names):
3876         Rename `minibuffer-local-must-match-filename-map' to
3877         `minibuffer-local-filename-must-match-map'.
3878         (Minibuffer Completion): The `require-match' argument to
3879         `completing-read' can now have the value `confirm-only'.
3881         * windows.texi (Displaying Buffers): Minor wording fix.
3882         (Choosing Window): `split-height-threshold' can now be nil.
3883         Document `split-width-threshold'.  `pop-up-frames' can have the
3884         value `graphic-only'.
3886 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
3888         * os.texi (Startup Summary): Document `before-init-time' and
3889         `after-init-time'.  Document `initial-window-system' and
3890         `window-system-initialization-alist'.  Document reading the
3891         abbrevs file.  Document the call to `server-start' under --daemon.
3892         Rearrange a bit to be consistent with the code flow.
3893         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3894         (Time Parsing): Document `format-seconds'.
3896 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
3898         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3899         and reword.
3901 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
3903         * markers.texi (The Mark): Document use-region-p.
3905 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
3907         * internals.texi (Writing Emacs Primitives): The interactive spec
3908         of a primitive can be a Lisp form.
3910         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3911         values of transient-mark-mode.  Document handle-shift-selection.
3913         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3914         (Interactive Examples): Show an example of `^'.
3915         (Key Sequence Input): Document this-command-keys-shift-translated.
3916         (Defining Commands, Using Interactive): The interactive-form of a
3917         function can be added via its symbol's property.
3919         * positions.texi (List Motion): beginning-of-defun-function can
3920         now accept an argument.
3922         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3923         now return a list of strings.
3925         * control.texi (Handling Errors): Document ignore-errors.
3927         * frames.texi (Creating Frames): Document frame-inherited-parameters.
3928         (Parameter Access): Document set-frame-parameter.
3930         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3931         Hooks" for the effect of kill-all-local-variables on local hook
3932         functions.
3934         * modes.texi (Major Mode Conventions, Mode Line Variables):
3935         `mode-name' need not be a string.  xref to "Mode Line Data" for
3936         details, and to "Emulating Mode Line" for computing a string
3937         value.
3939 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
3941         * processes.texi (System Processes): New section.
3942         (Processes, Signals to Processes): Add xrefs to it.
3944         * objects.texi (Editing Types): A `process' is a subprocess of
3945         Emacs, not just any process running on the OS.
3947         * elisp.texi (Top): Adjust the @detailmenu for the above two
3948         changes.
3950         * sequences.texi (Char-Tables): Remove documentation of
3951         set-char-table-default, which has no effect since Emacs 23.
3952         <char-table-range, set-char-table-range>: Don't mention generic
3953         characters and charsets.  Add a cons cell as a possible argument.
3955         * nonascii.texi (Splitting Characters)
3956         (Translation of Characters): Don't mention generic characters.
3958         * display.texi (Fontsets): Don't mention generic characters.
3960         * sequences.texi (Char-Tables): `map-char-table' can now call its
3961         argument FUNCTION with a cons cell as KEY.
3963 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
3965         * objects.texi (Primitive Function Type): Move "@cindex special
3966         forms" from here...
3968         * eval.texi (Special Forms): ...to here.
3970         * functions.texi (What Is a Function): `functionp' returns nil for
3971         special forms.  Add an xref.
3973         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3974         Variables".
3976         * variables.texi (Frame-Local Variables): New section.
3977         (Buffer-Local Variables): Add an xref to it.
3978         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3979         have both frame-local and buffer-local binding.
3981         * frames.texi (Frames): Mention multiple tty frames.
3982         (Frame Parameters, Parameter Access): Mention frame-local variable
3983         bindings.
3985 2008-09-20  Glenn Morris  <rgm@gnu.org>
3987         * display.texi (Defining Faces): Recommend against face variables.
3989 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
3991         * display.texi (Echo Area Customization): Fix typo.
3993 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3995         * loading.texi (Where Defined): Add `defface' item.
3997 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3999         * loading.texi (Where Defined): Fix description of symbol-file.
4001 2008-08-26  Jason Rumney  <jasonr@gnu.org>
4003         * display.texi (TIFF Images): New section describing :index property.
4005 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
4007         * display.texi (Temporary Displays): Remove unnecessary comment
4008         about usage of temp-buffer-show-hook.
4010 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
4012         * symbols.texi (Other Plists): Fix incorrect example.
4013         Suggested by Florian Beck.
4015 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
4017         * os.texi: Fix previous change.
4019 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4021         * os.texi:
4022         * intro.texi:
4023         * files.texi: Remove VMS support.
4025 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4027         * os.texi:
4028         * frames.texi:
4029         * display.texi: Remove mentions of Mac Carbon.
4031 2008-07-01  Miles Bader  <miles@gnu.org>
4033         * text.texi (Special Properties):
4034         * display.texi (Truncation): Add wrap-prefix and line-prefix.
4036 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
4038         * display.texi (Other Image Types): Fix copy/paste error; say
4039         "PBM", not "XBM".
4041 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4043         * os.texi: Remove references to obsolete systems.
4045 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4047         * makefile.w32-in (distclean): Remove makefile.
4049 2008-06-17  Glenn Morris  <rgm@gnu.org>
4051         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4052         (elisp, dist): Remove rules and variables that are obsolete now
4053         the lisp manual is no longer distributed separately.
4055 2008-06-16  Glenn Morris  <rgm@gnu.org>
4057         * configure, configure.in, mkinstalldirs: Remove unused files.
4059         * book-spine.texinfo: Set version to 23.0.60.
4060         * vol1.texi (EMACSVER):
4061         * vol2.texi (EMACSVER): Set to 23.0.60.
4063         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4064         as per maintain.info.
4066 2008-06-15  Glenn Morris  <rgm@gnu.org>
4068         * makefile.w32-in (manual): Use "23" rather than "21".
4070         * Makefile.in (emacsver): New, set by configure.
4071         (manual): Use emacsver.
4073         * intro.texi: Report bugs using M-x report-emacs-bug.
4075         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4077 2008-06-13  Daniel Engeler  <engeler@gmail.com>
4079         * elisp.texi, internals.texi, processes.texi: Add documentation
4080         about serial port access.
4082 2008-06-05  Miles Bader  <miles@gnu.org>
4084         * display.texi (Displaying Faces): Update to reflect function
4085         renamings in face-remap.el.
4087 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
4089         * display.texi (Fontsets): Fix typos.
4091 2008-06-03  Miles Bader  <miles@gnu.org>
4093         * display.texi (Displaying Faces): Add add-relative-face-remapping,
4094         remove-relative-face-remapping, set-base-face-remapping,
4095         and set-default-base-face-remapping.
4097 2008-06-01  Miles Bader  <miles@gnu.org>
4099         * display.texi (Displaying Faces): Add face-remapping-alist.
4101 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4104         variable names.
4106 2008-05-03  Eric S. Raymond  <esr@golux>
4108         * keymaps.texi: Clarify that (current-local-map) and
4109         (current-global-map) return references, not copies.
4111 2008-05-02  Juri Linkov  <juri@jurta.org>
4113         * minibuf.texi (Text from Minibuffer): Document a list of
4114         default values for `read-from-minibuffer'.
4116 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
4118         * nonascii.texi (Translation of Characters): Fix previous change.
4120 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
4122         * display.texi (Overlay Properties): Clarify role of underlying
4123         textprop and overlay keymaps for display strings.
4125         * keymaps.texi (Active Keymaps): Ditto.
4127 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4129         * minibuf.texi (Programmed Completion):
4130         Replace dynamic-completion-table with the new completion-table-dynamic.
4132 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
4134         * intro.texi (Some Terms): Change "fonts in this manual" index
4135         entry to "typographic conventions".
4137 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
4139         * objects.texi (Text Props and Strings): Add indexing for read
4140         syntax of text properties.
4142 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4144         * processes.texi (Decoding Output): Remove process-filter-multibyte
4145         functions.
4147 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
4149         * display.texi (Finding Overlays): Say that empty overlays at
4150         the end of the buffer are reported too.
4152 2008-03-13  Glenn Morris  <rgm@gnu.org>
4154         * elisp.texi (EMACSVER): Set to 23.0.60.
4156 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
4158         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
4160 2008-02-22  Glenn Morris  <rgm@gnu.org>
4162         * frames.texi (Position Parameters): Clarify the description of
4163         `left' and `top', using information from "Geometry".
4164         (Geometry): Give a pointer to "Position Parameters", rather than
4165         repeating information.
4167 2008-02-11  Glenn Morris  <rgm@gnu.org>
4169         * objects.texi (Equality Predicates): No longer talk about "two"
4170         functions.
4172 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
4174         * objects.texi (Equality Predicates): Add defun for
4175         equal-including-properties.
4177 2008-02-10  Glenn Morris  <rgm@gnu.org>
4179         * objects.texi (Equality Predicates):
4180         Mention equal-including-properties.
4182 2008-02-07  Richard Stallman  <rms@gnu.org>
4184         * windows.texi (Window Start): Mention the feature of moving
4185         window-start to start of line.
4187 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
4189         * keymaps.texi (Tool Bar): Document rtl property.
4191 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
4193         * display.texi (Button Types):
4194         For define-button-type, clarify type of NAME.
4196 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
4198         * buffers.texi (Buffer Modification): Fix typo.
4200 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4202         * os.texi (System Environment): Remove references to OSes that are
4203         not supported anymore.
4205 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4207         * os.texi (System Environment): Remove mention for Masscomp.
4209 2008-01-04  Richard Stallman  <rms@gnu.org>
4211         * display.texi (Faces): Don't talk about internal face vector as arg
4212         to facep.
4214         * customize.texi (Type Keywords): Fix previous change.
4216         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4217         * elisp.texi (Top): Fix menu for commands.texi change.
4219 2007-12-30  Richard Stallman  <rms@gnu.org>
4221         * commands.texi (Accessing Mouse): Rename from Accessing Events.
4222         (Accessing Scroll): New node broken out of Accessing Mouse.
4224 2007-12-28  Richard Stallman  <rms@gnu.org>
4226         * frames.texi (Size Parameters): Fix typo.
4227         (Basic Parameters): For `title', refer to title bar.
4228         (Size and Position): Explain meaning of frame pixel width and height.
4230 2007-12-23  Richard Stallman  <rms@gnu.org>
4232         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4233         Improve some of the commented-out keywords' text too.
4235 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
4237         * nonascii.texi (Encoding and I/O): Reword to avoid saying
4238         "visit the current buffer".
4240         * os.texi (System Interface): Fix typo.
4242 2007-12-04  Richard Stallman  <rms@gnu.org>
4244         * objects.texi (Symbol Type): Fix typo.
4246 2007-12-03  Richard Stallman  <rms@gnu.org>
4248         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4250 2007-12-01  Glenn Morris  <rgm@gnu.org>
4252         * functions.texi (Declaring Functions): Improve previous change.
4254 2007-11-30  Glenn Morris  <rgm@gnu.org>
4256         * functions.texi (Declaring Functions): Add optional fourth
4257         argument of declare-function, and setting third argument to `t'.
4259 2007-11-29  Richard Stallman  <rms@gnu.org>
4261         * customize.texi (Composite Types): Document `group' type.
4263 2007-11-29  Glenn Morris  <rgm@gnu.org>
4265         * functions.texi (Declaring Functions): Add findex.
4266         Mention `external' files.
4268 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
4270         * functions.texi (Declaring Functions): Fix directive.
4272 2007-11-25  Richard Stallman  <rms@gnu.org>
4274         * help.texi (Help Functions): Clean up last change.
4276         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4278         * loading.texi (Named Features): Minor cleanup.
4280         * macros.texi (Eval During Expansion): Minor cleanup.
4282         * variables.texi (Variable Aliases): Minor cleanup.
4284 2007-11-24  Richard Stallman  <rms@gnu.org>
4286         * functions.texi (Declaring Functions): Clarify previous change.
4288         * compile.texi (Compiler Errors): Clarify previous change.
4290 2007-11-24  Richard Stallman  <rms@gnu.org>
4292         * display.texi (Refresh Screen, Forcing Redisplay):
4293         Clarify the text and move items around.
4295 2007-11-24  Glenn Morris  <rgm@gnu.org>
4297         * functions.texi (Declaring Functions): New section.
4298         * compile.texi (Compiler Errors): Mention declaring functions,
4299         defvar with no initvalue, and byte-compile-warnings.
4301 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
4303         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4304         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4306 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
4308         * help.texi (Help Functions): Document new macro `with-help-window'.
4310 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4312         * searching.texi (Replacing Match): Describe new
4313         `match-substitute-replacement'.
4315 2007-10-31  Richard Stallman  <rms@gnu.org>
4317         * strings.texi (Creating Strings): Null strings from concat not unique.
4319 2007-10-26  Richard Stallman  <rms@gnu.org>
4321         * objects.texi (Equality Predicates): Null strings are uniquified.
4323         * minibuf.texi: Minor clarifications in previous change.
4325 2007-10-25  Glenn Morris  <rgm@gnu.org>
4327         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4329 2007-10-24  Richard Stallman  <rms@gnu.org>
4331         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4333         * variables.texi (Frame-Local Variables): Node deleted.
4334         (Variables): Delete Frame-Local Variables from menu.
4335         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4336         (Default Value): Don't mention frame-local vars.
4338         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4340         * loading.texi (Unloading): Document FEATURE-unload-function
4341         instead of FEATURE-unload-hook.
4343         * frames.texi (Multiple Displays): Don't mention frame-local vars.
4345 2007-10-22  Juri Linkov  <juri@jurta.org>
4347         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4348         (High-Level Completion): Document a list of default value strings
4349         in the DEFAULT argument, for which minibuffer functions return the
4350         first element.
4352 2007-10-17  Juri Linkov  <juri@jurta.org>
4354         * text.texi (Filling): Update arguments of fill-paragraph.
4355         fill-paragraph operates on the active region in Transient Mark mode.
4356         Remove fill-paragraph-or-region.
4358 2007-10-13  Karl Berry  <karl@gnu.org>
4360         * elisp.texi (@dircategory): Move to after @copying,
4361         since we want @copying as close as possible to the beginning of
4362         the output.
4364 2007-10-12  Richard Stallman  <rms@gnu.org>
4366         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4368         * commands.texi (Distinguish Interactive): New node,
4369         broken out from Interactive Call and rewritten.
4370         (Command Loop): Put Distinguish Interactive in menu.
4372 2007-10-09  Richard Stallman  <rms@gnu.org>
4374         * text.texi (Examining Properties): Mention overlay priority.
4376         * display.texi (Display Margins): Correct the description
4377         of margin display specifications.
4378         (Replacing Specs): New subnode broken out of Display Property.
4380 2007-10-06  Juri Linkov  <juri@jurta.org>
4382         * text.texi (Filling): Document fill-paragraph-or-region.
4384 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
4386         * display.texi (Auto Faces): Fix typo.
4388 2007-10-02  Richard Stallman  <rms@gnu.org>
4390         * display.texi (Display Property): Explain some display specs
4391         don't let you move point in.
4393         * frames.texi (Cursor Parameters):
4394         Describe cursor-in-non-selected-windows here.  Explain more values.
4396         * windows.texi (Basic Windows): Don't describe
4397         cursor-in-non-selected-windows here.
4399 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
4401         * processes.texi (Misc Network): Note that these functions are
4402         supported only on some systems.
4404 2007-10-01  Richard Stallman  <rms@gnu.org>
4406         * display.texi (Overlay Properties): Explain nil as priority.
4407         Explain that conflicts are unpredictable if not resolved by
4408         priorities.
4410 2007-09-23  Richard Stallman  <rms@gnu.org>
4412         * macros.texi (Backquote): Minor clarification.
4414 2007-09-19  Richard Stallman  <rms@gnu.org>
4416         * display.texi (Display Property): Explain multiple display specs.
4417         Clarify when they work in parallel and when one overrides.
4418         Fix error in example.
4420 2007-09-06  Glenn Morris  <rgm@gnu.org>
4422         Move from lispref/ to doc/lispref/.  Change all setfilename
4423         commands to use ../../info.
4424         * Makefile.in (infodir): Go up one more level.
4425         (usermanualdir): Change from ../man to ../emacs.
4426         (miscmanualdir): New.
4427         (dist): Use new variable miscmanualdir.
4428         * makefile.w32-in (infodir, texinputdir): Go up one more level.
4429         (usermanualdir): Change from ../man to ../emacs.
4431 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
4433         * commands.texi (Command Loop Info): Advise against changing
4434         most variables described here.  Explain new variable
4435         last-repeatable-command.
4437 2007-08-29  Glenn Morris  <rgm@gnu.org>
4439         * elisp.texi (EMACSVER): Increase to 23.0.50.
4441 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4443         * frames.texi (Basic Parameters): Add display-environment-variable
4444         and term-environment-variable.
4446 2007-08-28  Juri Linkov  <juri@jurta.org>
4448         * display.texi (Image Formats, Other Image Types): Add SVG.
4450 2007-08-28  Juri Linkov  <juri@jurta.org>
4452         * display.texi (Images): Move formats-related text to new node
4453         "Image Formats".
4454         (Image Formats): New node.
4456 2007-08-27  Richard Stallman  <rms@gnu.org>
4458         * windows.texi (Window Configurations): Clarify what
4459         a window configuration saves.
4461 2007-08-25  Richard Stallman  <rms@gnu.org>
4463         * display.texi (Images): Delete redundant @findex.
4465 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4467         * text.texi (Change Hooks): (after|before)-change-functions are no
4468         longer bound to nil while running; rather inhibit-modification-hooks
4469         is t.
4471 2007-08-16  Richard Stallman  <rms@gnu.org>
4473         * processes.texi (Asynchronous Processes):
4474         Clarify doc of start-file-process.
4476 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
4478         * modes.texi (Example Major Modes): Fix typo.
4480 2007-08-08  Glenn Morris  <rgm@gnu.org>
4482         * intro.texi (nil and t): Do not use `iff' in documentation.
4484         * tips.texi (Documentation Tips): Recommend against `iff'.
4486 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4488         * display.texi (Image Cache): Document image-refresh.
4490 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
4492         * windows.texi (Size of Window): Document window-full-width-p.
4494 2007-07-25  Glenn Morris  <rgm@gnu.org>
4496         * gpl.texi (GPL): Replace license with GPLv3.
4498         * Relicense all FSF files to GPLv3 or later.
4500 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4502         * processes.texi (Synchronous Processes):
4503         Add `process-file-shell-command'.
4504         (Asynchronous Processes): Mention restricted use of
4505         `process-filter' and `process-sentinel' in
4506         `start-file-process'.  Add `start-file-process-shell-command'.
4508 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
4510         * files.texi (Magic File Names): Introduce optional parameter
4511         IDENTIFICATION for `file-remote-p'.
4513 2007-07-16  Richard Stallman  <rms@gnu.org>
4515         * display.texi (Defining Faces): Fix previous change.
4517 2007-07-14  Richard Stallman  <rms@gnu.org>
4519         * control.texi (Handling Errors): Document `debug' in handler list.
4521 2007-07-10  Richard Stallman  <rms@gnu.org>
4523         * display.texi (Defining Faces): Explain C-M-x feature for defface.
4525 2007-07-09  Richard Stallman  <rms@gnu.org>
4527         * files.texi (Magic File Names): Rewrite previous change.
4529 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
4531         * files.texi (Magic File Names): Introduce optional parameter
4532         CONNECTED for `file-remote-p'.
4534 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
4536         * processes.texi (Asynchronous Processes):
4537         * files.texi (Magic File Names): Add `start-file-process'.
4539 2007-06-27  Richard Stallman  <rms@gnu.org>
4541         * files.texi (Format Conversion Piecemeal):
4542         Clarify `after-insert-file-functions' calling convention.
4544 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
4546         * files.texi (Magic File Names): Remove `dired-call-process'.
4547         Add `process-file'.
4549 2007-06-27  Kenichi Handa  <handa@m17n.org>
4551         * text.texi (Special Properties): Fix description about
4552         `composition' property.
4554 2007-06-26  Kenichi Handa  <handa@m17n.org>
4556         * nonascii.texi (Default Coding Systems): Document about the
4557         return value `undecided'.
4559 2007-06-25  David Kastrup  <dak@gnu.org>
4561         * keymaps.texi (Active Keymaps): Document new POSITION argument of
4562         `current-active-maps'.
4564 2007-06-24  Karl Berry  <karl@gnu.org>
4566         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
4568 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
4570         * display.texi (Overlay Arrow): Doc fix.
4572 2007-06-14  Karl Berry  <karl@tug.org>
4574         * anti.texi (Antinews): Typo.
4576 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
4578         * display.texi (Image Cache): Document image-refresh.
4580 2007-06-12  Karl Berry  <karl@gnu.org>
4582         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4583         * two-volume.make: New file.
4584         * .cvsignore: Ignore two-volume files.
4586 2007-06-12  Tom Tromey  <tromey@redhat.com>
4588         * os.texi (Init File): Document user-emacs-directory.
4590 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
4592         * commands.texi (Click Events): Describe width and height when
4593         object is nil.
4595 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
4597         * commands.texi (Click Events): Layout more logically.
4598         Describe width and height.
4599         (Drag Events, Motion Events): Update to new format for position.
4601 2007-06-02  Richard Stallman  <rms@gnu.org>
4603         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4605 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4607         * Version 22.1 released.
4609 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4611         * text.texi (Special Properties): Correct meaning of fontified face.
4613 2007-05-30  Richard Stallman  <rms@gnu.org>
4615         * text.texi (Special Properties): Add link to Adjusting Point.
4617 2007-05-12  Richard Stallman  <rms@gnu.org>
4619         * text.texi (Margins): indent-to-left-margin is not the default.
4620         (Mode-Specific Indent): For indent-line-function, the default
4621         is indent-relative.
4623         * modes.texi (Example Major Modes): Explain last line of text-mode
4624         is redundant.
4626 2007-05-10  Richard Stallman  <rms@gnu.org>
4628         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4630         * help.texi (Keys in Documentation): Add reference to
4631         Documentation Tips.
4633         * files.texi (Format Conversion): TO-FN gets three arguments.
4635         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4637 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
4639         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4640         * files.texi (Format Conversion): Expand intro; add menu.
4641         (Format Conversion Overview, Format Conversion Round-Trip)
4642         (Format Conversion Piecemeal): New nodes/subsections.
4643         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4644         * text.texi (Text Properties): Remove "Saving Properties" from menu.
4645         (Saving Properties): Delete node/subsection.
4647 2007-05-07  Karl Berry  <karl@gnu.org>
4649         * elisp.texi (EMACSVER): Back to 22.
4651 2007-05-06  Richard Stallman  <rms@gnu.org>
4653         * processes.texi (Accepting Output): Revert most of previous change.
4655 2007-05-05  Richard Stallman  <rms@gnu.org>
4657         * processes.texi (Accepting Output): accept-process-output
4658         uses microseconds, not milliseconds.  But that arg is obsolete.
4660 2007-05-04  Karl Berry  <karl@tug.org>
4662         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4664 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
4666         * tips.texi (Documentation Tips): Rearrange items to place the
4667         more important ones first.  Add an index entry for hyperlinks.
4669 2007-05-03  Karl Berry  <karl@gnu.org>
4671         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4672         (EMACSVER) [smallbook]: 22 for printed version.
4674         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4675         so restore anchor to normal position after defun.  Found by Kevin Ryde.
4677 2007-04-26  Glenn Morris  <rgm@gnu.org>
4679         * elisp.texi (EMACSVER): Increase to 22.1.50.
4681 2007-04-28  Karl Berry  <karl@gnu.org>
4683         * elisp.texi: Improve line breaks on copyright page,
4684         similar layout to emacs manual, 8.5x11 by default.
4686 2007-04-24  Richard Stallman  <rms@gnu.org>
4688         * text.texi (Special Properties): Add xref to Overlay Properties.
4690         * display.texi (Overlay Properties): Add xref to Special Properties.
4692 2007-04-22  Richard Stallman  <rms@gnu.org>
4694         * keymaps.texi (Extended Menu Items): Move the info about
4695         format with cached keyboard binding.
4697 2007-04-21  Richard Stallman  <rms@gnu.org>
4699         * text.texi (Special Properties): Clarify previous change.
4701         * files.texi (File Name Expansion): Clarify previous change.
4703         * display.texi (Attribute Functions): Fix example for
4704         face-attribute-relative-p.
4706 2007-04-19  Kenichi Handa  <handa@m17n.org>
4708         * text.texi (Special Properties): Document composition property.
4710 2007-04-19  Glenn Morris  <rgm@gnu.org>
4712         * files.texi (File Name Expansion): Mention "superroot".
4714 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4716         * frames.texi (Multiple Displays): Add note about "multi-monitor"
4717         setups.
4718         (Display Feature Testing): Note that display refers to all
4719         physical monitors for multi-monitor setups.
4721 2007-04-14  Richard Stallman  <rms@gnu.org>
4723         * lists.texi (Sets And Lists): Clarify `delete' examples.
4724         Remove spurious xref to same node.
4725         Clarify xref for add-to-list.
4727 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4729         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4730         value of lisp-mode-map.
4732 2007-04-11  Karl Berry  <karl@gnu.org>
4734         * anti.texi (Antinews):
4735         * display.texi (Overlay Properties, Defining Images):
4736         * processes.texi (Synchronous Processes, Sentinels):
4737         * syntax.texi (Syntax Table Internals):
4738         * searching.texi (Regexp Special):
4739         * nonascii.texi (Default Coding Systems):
4740         * text.texi (Special Properties):
4741         * minibuf.texi (Basic Completion): Wording to improve breaks in
4742         8.5x11 format.
4743         * elisp.texi (smallbook): New @set to more easily switch between
4744         smallbook and 8.5x11.
4746 2007-04-11  Richard Stallman  <rms@gnu.org>
4748         * text.texi (Lazy Properties): Minor fix.
4750 2007-04-08  Karl Berry  <karl@gnu.org>
4752         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4753         * macros.texi (Backquote): Downcase Backquote in index entries for
4754         consistency.
4756 2007-04-08  Richard Stallman  <rms@gnu.org>
4758         * text.texi (Adaptive Fill): Just describe default,
4759         don't show it (since it contains non-ASCII chars).
4761 2007-04-07  Karl Berry  <karl@gnu.org>
4763         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4764         adaptive-fill-regexp's value, since they are not in the standard
4765         TeX fonts.
4767 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
4769         * display.texi (Defining Faces): Fix example.
4771 2007-04-07  Karl Berry  <karl@gnu.org>
4773         * display.texi (Button Buffer Commands): Improve page break.
4775 2007-04-07  Richard Stallman  <rms@gnu.org>
4777         * advice.texi (Activation of Advice): Remove redundant index entry.
4779         * backups.texi: Improve index entries.  Remove redundant ones.
4781         * compile.texi (Byte Compilation): Improve index entry.
4783         * hash.texi (Creating Hash): Improve index entry.
4785         * symbols.texi (Definitions): Improve index entry.
4787         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
4789         * maps.texi (Standard Keymaps): Remove useless index entry.
4791         * help.texi (Documentation Basics): Remove redundant index entries.
4793         * customize.texi: Improve index entries.
4794         Remove redundant/useless ones.
4796         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4798         * streams.texi (Output Variables): Improve index entry.
4800         * abbrevs.texi (Abbrevs): Remove useless index entry.
4802         * macros.texi (Expansion): Remove useless index entry.
4804         * text.texi: Improve index entries.  Remove redundant/useless ones.
4805         (Text Properties, Examining Properties)
4806         (Special Properties): Use "property category" instead of "category"
4807         to refer to the `category' property.
4809         * positions.texi: Improve index entries.  Remove useless one.
4811         * lists.texi: Improve index entries.  Remove redundant/useless ones.
4813         * os.texi: Improve index entries.
4814         (Timers): Fix previous change.
4816         * buffers.texi: Improve index entries.
4817         (Modification Time): Get rid of term "obsolete buffer".
4819         * debugging.texi: Improve index entries.
4820         (Test Coverage): Add xref to other test coverage ftr.
4822         * eval.texi: Improve index entry.  Remove redundant ones.
4824         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
4826         * files.texi: Improve index entries.  Remove redundant/useless ones.
4828         * objects.texi: Improve index entries.
4830         * processes.texi: Improve index entries.
4832         * modes.texi: Improve index entry.  Remove redundant one.
4834         * nonascii.texi: Improve index entries.
4836         * internals.texi: Improve index entries.
4838         * syntax.texi: Improve index entries.
4840         * keymaps.texi (Active Keymaps): Improve index entries.
4842         * commands.texi: Improve index entries.  Remove redundant/useless ones.
4844         * frames.texi: Improve index entries.  Remove redundant/useless ones.
4846         * markers.texi: Improve index entries.  Remove redundant ones.
4848         * tips.texi: Improve index entries.
4850         * loading.texi (Unloading): Improve index entry.
4852         * variables.texi: Improve index entries.  Remove redundant one.
4854         * sequences.texi: Improve index entry.
4856         * display.texi: Improve index entries.  Remove redundant ones.
4858         * windows.texi: Improve index entries.
4860         * searching.texi: Improve index entries.  Remove redundant one.
4862         * strings.texi (Case Tables): Improve last change.
4864 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4866         * strings.texi (Case Tables): Document with-case-table and
4867         ascii-case-table.
4869 2007-04-03  Karl Berry  <karl@gnu.org>
4871         * processes.texi (Network): Reword to improve page break.
4873 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4875         * functions.texi (Inline Functions): Describe more disadvantages
4876         of defsubst, and make advice against it stronger.
4878 2007-04-02  Karl Berry  <karl@gnu.org>
4880         * backups.texi (Backup Names): Avoid widow words.
4881         * modes.texi (Example Major Modes): Align last comment.
4883 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4885         * keymaps.texi (Remapping Commands): Document new arg to
4886         command-remapping.
4888 2007-04-01  Karl Berry  <karl@gnu.org>
4890         * processes.texi (Low-Level Network): Typo.
4891         * loading.texi (Hooks for Loading): Avoid double "the".
4892         * keymaps.texi (Key Sequences): No double "and".
4893         (Changing Key Bindings): Shorten to improve line break.
4895 2007-03-31  Glenn Morris  <rgm@gnu.org>
4897         * os.texi (Timers): Fix description of run-at-time TIME formats.
4899 2007-03-31  Richard Stallman  <rms@gnu.org>
4901         * display.texi (Invisible Text): Correct buffer-invisibility-spec
4902         regarding ellipsis.
4904 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4906         * intro.texi (nil and t):
4907         * symbols.texi (Plists and Alists):
4908         * variables.texi (Variable Aliases, Constant Variables):
4909         * functions.texi (Defining Functions):
4910         * advice.texi (Advising Primitives):
4911         * debugging.texi (Syntax Errors, Compilation Errors):
4912         * minibuf.texi (Minibuffer Windows):
4913         * commands.texi (Adjusting Point):
4914         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4915         (Auto Major Mode, Major Mode Conventions):
4916         * help.texi (Describing Characters):
4917         * files.texi (Create/Delete Dirs, Information about Files)
4918         (File Locks, Writing to Files, Reading from Files)
4919         (Saving Buffers):
4920         * windows.texi (Resizing Windows, Cyclic Window Ordering):
4921         * frames.texi (Finding All Frames):
4922         * positions.texi (Buffer End, Motion):
4923         * markers.texi (The Region):
4924         * text.texi (Deletion, Near Point):
4925         * display.texi (Displaying Messages, Truncation):
4926         * os.texi (Processor Run Time):
4927         * tips.texi (Key Binding Conventions, Programming Tips)
4928         (Warning Tips, Documentation Tips, Comment Tips):
4929         * internals.texi (Memory Usage): Improve indexing.
4931         * variables.texi (Frame-Local Variables):
4932         * functions.texi (Argument List):
4933         * loading.texi (Library Search):
4934         * streams.texi (Output Variables):
4935         * keymaps.texi (Translation Keymaps, Searching Keymaps):
4936         * searching.texi (Replacing Match, Search and Replace):
4937         * processes.texi (Byte Packing, Decoding Output)
4938         (Accepting Output, Network Servers, Shell Arguments):
4939         * display.texi (Abstract Display, Image Cache, Scroll Bars):
4940         * windows.texi (Window Point, Window Start):
4941         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4942         * commands.texi (Reading Input, Keyboard Events):
4943         * minibuf.texi (Reading File Names, Minibuffer Completion)
4944         (Recursive Mini):
4945         * positions.texi (List Motion):
4946         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4947         * numbers.texi (Arithmetic Operations, Math Functions)
4948         (Predicates on Numbers, Comparison of Numbers):
4949         (Numeric Conversions):
4950         * locals.texi (Standard Buffer-Local Variables):
4951         * maps.texi (Standard Keymaps):
4952         * os.texi (User Identification, System Environment, Recording Input)
4953         (X11 Keysyms):
4954         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4955         * backups.texi (Backups and Auto-Saving):
4956         * customize.texi (Customization, Group Definitions)
4957         (Variable Definitions):
4958         * compile.texi (Byte Compilation): Improve index entries.
4960 2007-03-31  Karl Berry  <karl@gnu.org>
4962         * macros.texi (Defining Macros): Avoid widow syllable.
4964 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4966         * elisp.texi (Top): Postscript -> PostScript.
4968         * display.texi (Images, Postscript Images): Postscript -> PostScript.
4970 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4972         * internals.texi (Writing Emacs Primitives): Untabify `For'.
4974 2007-03-30  Karl Berry  <karl@gnu.org>
4976         * lists.texi (List-related Predicates): Remove spurious @need.
4977         (Setcdr): Use @smallexample to improve page break.
4978         (Association Lists) <assoc>: Reword to improve page break.
4980         * strings.texi (String Conversion): Insert blank line to improve
4981         page break.
4983         * numbers.texi (Random Numbers): Use @minus{}.
4984         (Math Functions): Use @minus{}.
4986         * intro.texi (Acknowledgements): Avoid line breaks before middle
4987         initials.
4989 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
4991         * errors.texi (Standard Errors): Add an index entry.
4993 2007-03-19  Richard Stallman  <rms@gnu.org>
4995         * os.texi (Recording Input): recent-keys now gives 300 keys.
4997 2007-03-12  Glenn Morris  <rgm@gnu.org>
4999         * os.texi: Replace "daylight savings" with "daylight saving"
5000         throughout.
5002 2007-03-05  Richard Stallman  <rms@gnu.org>
5004         * variables.texi (File Local Variables):
5005         Update enable-local-variables values.
5007 2007-03-04  Richard Stallman  <rms@gnu.org>
5009         * syntax.texi (Control Parsing): Minor clarification.
5011         * strings.texi (Formatting Strings): Clarify width, precision, flags.
5013         * sequences.texi (Sequence Functions): Move string-bytes away,
5014         add xref.
5016         * nonascii.texi (Text Representations): Move string-bytes here.
5018         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5020         * minibuf.texi (Basic Completion): Minor clarification.
5022         * markers.texi (The Mark): Clarify existence vs activation of mark.
5023         Other cleanup.
5025         * display.texi (Finding Overlays): Write better example.
5027         * compile.texi (Eval During Compile): Clarify putting macros
5028         in eval-when-compile.
5030 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
5032         * loading.texi (How Programs Do Loading): Fix anchor position at
5033         load-read-function definition doc.
5035 2007-02-21  Kim F. Storm  <storm@cua.dk>
5037         * strings.texi (Text Comparison): Mention that assoc-string
5038         converts symbols to strings before testing.
5040 2007-02-17  Kim F. Storm  <storm@cua.dk>
5042         * processes.texi (Bindat Spec): Vector types can have optional
5043         element type.
5044         (Bindat Examples): Fix example.  Add vector with element type.
5046 2007-02-16  Andreas Schwab  <schwab@suse.de>
5048         * strings.texi (Formatting Strings): Document '+' flag.
5050 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
5052         * strings.texi (Modifying Strings): Clarify that `clear-string'
5053         always converts the string to unibyte.
5055 2007-02-14  Kim F. Storm  <storm@cua.dk>
5057         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5058         Rewrite glyph code description to refer to these functions.
5059         Remove details of encoding face number and char into integer code.
5061 2007-02-03  Alan Mackenzie  <acm@muc.de>
5063         * loading.texi (Hooks for Loading): Make the description of
5064         `eval-after-load' more detailed, and amend the description of
5065         after-load-alist, in accordance with changes from 2006-05.
5067 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
5069         * modes.texi (Defining Minor Modes): Document that a :require
5070         keyword or similar may be required to make saved customization
5071         variables work.
5073 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
5075         * elisp.texi (Top): Make the detailed menu headers compliant with
5076         Texinfo guidelines and with what texnfo-upd.el expects.
5077         Add comments to prevent people from inadvertently modifying the key
5078         parts needed by `texinfo-multiple-files-update'.
5080 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
5082         * elisp.texi (Top): Update the top-level menus.
5084         * syntax.texi (Categories): Add index entries.
5086 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
5088         * display.texi (Attribute Functions): Fix name and description of
5089         the UNDERLINE arg of `set-face-underline-p'.
5091 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
5093         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5094         Variables", and "Standard Keymaps" to the detailed menu.
5096         * variables.texi (Future Local Variables): Add index entry.
5098 2007-01-28  Richard Stallman  <rms@gnu.org>
5100         * tips.texi (Coding Conventions): Clarify the tip about macros
5101         that define a function or a variable.
5103         * files.texi (File Attributes): UID and GID can be floats.
5104         (Magic File Names): Explain why deferring all operations to
5105         the standard handler does not work.
5107 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
5109         * backups.texi (Reverting): Use "buffer" instead of "file"
5110         when talking about major and minor modes.
5112 2007-01-21  Richard Stallman  <rms@gnu.org>
5114         * help.texi (Documentation): Add xref to Documentation Tips.
5116 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
5118         * tips.texi (Coding Conventions): Fix typos.
5120 2007-01-05  Richard Stallman  <rms@gnu.org>
5122         * modes.texi (Defining Minor Modes): Fix previous change.
5124 2007-01-03  Richard Stallman  <rms@gnu.org>
5126         * customize.texi (Variable Definitions, Customization Types):
5127         Don't use * in doc string for defcustom.
5129 2007-01-02  Richard Stallman  <rms@gnu.org>
5131         * variables.texi (Variable Aliases): Clarify that aliases vars
5132         always have the same value.
5134         * processes.texi (Bindat Spec): Fix Texinfo usage.
5136         * modes.texi (Defining Minor Modes): Explain effect of command
5137         defined with define-global-minor-mode on new buffers.
5139 2006-12-30  Kim F. Storm  <storm@cua.dk>
5141         * keymaps.texi (Tool Bar): Describe `grow-only' value of
5142         `auto-resize-tool-bars'.
5144 2006-12-30  Richard Stallman  <rms@gnu.org>
5146         * keymaps.texi (Active Keymaps): Fix previous change.
5148 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
5150         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5152 2006-12-30  Kim F. Storm  <storm@cua.dk>
5154         * processes.texi (Bindat Spec): Clarify using field names in
5155         length specifications.
5157 2006-12-29  Kim F. Storm  <storm@cua.dk>
5159         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5160         Add count and index variables for eval forms in repeat blocks.
5162 2006-12-24  Richard Stallman  <rms@gnu.org>
5164         * customize.texi (Variable Definitions):
5165         Document new name custom-add-frequent-value.
5167 2006-12-19  Kim F. Storm  <storm@cua.dk>
5169         * commands.texi (Misc Events): User signals now result in sigusr1
5170         and sigusr2 events which are handled through special-event-map.
5171         (Special Events): User signals and drag-n-drop are special.
5173 2006-12-17  Richard Stallman  <rms@gnu.org>
5175         * loading.texi (Named Features): Explain subfeatures better.
5177         * customize.texi: Use "option" only for user options.
5178         For the keyword values inside defcustom etc, say "keywords".
5179         For :options value's elements, say "elements".
5180         :group should not be omitted.
5182         * syntax.texi (Parsing Expressions): Split up node.
5183         (Motion via Parsing, Position Parse, Parser State)
5184         (Low-Level Parsing, Control Parsing): New subnodes.
5185         (Parser State): Document syntax-ppss-toplevel-pos.
5187         * positions.texi (List Motion): Punctuation fix.
5189         * files.texi (File Name Completion): Document PREDICATE arg
5190         to file-name-completion.
5192 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
5194         * internals.texi (Building Emacs, Writing Emacs Primitives):
5195         Add index entries.
5197 2006-12-11  Richard Stallman  <rms@gnu.org>
5199         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5200         affects face menu.  Explain how to make it non-nil without enabling
5201         any fontification.
5203 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5205         * modes.texi (Font Lock Basics): Document nil value of
5206         font-lock-defaults.
5208 2006-12-10  Glenn Morris  <rgm@gnu.org>
5210         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5211         value for system-flag argument.  Abbrev tables may not be empty
5212         when major modes are loaded.
5214 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5216         * makefile.w32-in (maintainer-clean): Partially revert last
5217         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5218         to protect elisp-covers.texi.
5220 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
5222         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5223         Don't remove elisp* info files; they are already deleted by the
5224         `clean' and `distclean' targets, and they are in the $(infodir)
5225         directory, not the current one.
5227 2006-12-04  Kim F. Storm  <storm@cua.dk>
5229         * commands.texi (Misc Events): Update signal events.
5230         (Event Examples): Add signal example.
5232 2006-11-29  Richard Stallman  <rms@gnu.org>
5234         * frames.texi (Visibility of Frames): Explain visible windows
5235         can be covered by others.  Add xref for raise-frame.
5237 2006-11-28  Richard Stallman  <rms@gnu.org>
5239         * searching.texi (Regexp Special): Update when ^ is special.
5241 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
5243         * customize.texi (Customization, Common Keywords)
5244         (Group Definitions, Variable Definitions, Composite Types)
5245         (Type Keywords, Customization Types): Add index entries for
5246         various customization keywords.
5248 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5252 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5254         * frames.texi (Window System Selections): Remove clipboard from
5255         description of selection-coding-system.
5257 2006-11-06  Richard Stallman  <rms@gnu.org>
5259         * lists.texi (List Variables): Document COMPARE-FN.
5261         * keymaps.texi: Avoid use of "binding" to mean a relation;
5262         use it only to refer to the meaning associated with a key.
5263         (Keymaps): Change menu node description.
5265         * elisp.texi (Top): Change menu node description.
5267         * display.texi (Managing Overlays): Document overlay-recenter.
5269 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
5271         * Makefile.in: Use relative paths to avoid advertising filesystem
5272         contents during compilation.
5274 2006-10-23  Kim F. Storm  <storm@cua.dk>
5276         * commands.texi (Event Input Misc): Update unread-command-events.
5278 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5280         * lists.texi (Sets And Lists): Fix typos.
5282 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5284         * control.texi (Processing of Errors): Use @var for an argument,
5285         not @code.
5287 2006-10-16  Richard Stallman  <rms@gnu.org>
5289         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5291         * keymaps.texi (Format of Keymaps): Show all the keymap element
5292         patterns that result from menu items.
5293         (Key Lookup): Minor cleanups.
5295         * modes.texi (Precalculated Fontification): Don't say that
5296         not setting font-lock-defaults avoids loading font-lock.
5298         * help.texi (Documentation): Move xref to Emacs Manual here.
5299         (Documentation Basics): From here.
5300         Also doc emacs-lisp-docstring-fill-column.
5302         * elisp.texi: Update version and ISBN.
5304         * commands.texi (Interactive Call): Clarify KEYS arg to
5305         call-interactively is a vector.
5306         (Command Loop Info): Delete anchor in this-command-keys.
5307         Add anchor in this-command-keys-vector.
5308         (Recursive Editing): Document how recursive-edit
5309         handles the current buffer.
5311 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
5313         * frames.texi (Frame Titles): %c and %l are ignored in
5314         frame-title-format.
5316 2006-10-11  Richard Stallman  <rms@gnu.org>
5318         * keymaps.texi (Key Sequences): Clarify use of kbd.
5320 2006-10-10  Kim F. Storm  <storm@cua.dk>
5322         * lists.texi (Sets And Lists): Add memql.
5324 2006-10-03  Richard Stallman  <rms@gnu.org>
5326         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5327         Clarify :ascii: and :nonascii:.
5329 2006-09-29  Juri Linkov  <juri@jurta.org>
5331         * modes.texi (%-Constructs): Reorder coding systems in the
5332         documentation of %z to the real order displayed in the modeline.
5334 2006-09-25  Richard Stallman  <rms@gnu.org>
5336         * os.texi (Timers): Describe timer-max-repeats.
5338 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5340         * os.texi (Timers): Mention with-local-quit.
5342 2006-09-24  Richard Stallman  <rms@gnu.org>
5344         * searching.texi (Searching and Matching): Mention property search.
5346         * commands.texi (Command Loop Info): Explain how read-event affects
5347         this-command-keys.
5349 2006-09-20  Richard Stallman  <rms@gnu.org>
5351         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5353         * windows.texi (Window Start): Minor cleanups.
5355 2006-09-20  Kim F. Storm  <storm@cua.dk>
5357         * windows.texi (Window Start): pos-visible-in-window-p allows
5358         specifying t for position to mean "end of window".
5359         Add window-line-height.
5361         * anti.texi (Antinews): Mention window-line-height.
5363 2006-09-19  David Kastrup  <dak@gnu.org>
5365         * keymaps.texi (Searching Keymaps): Small clarification.
5367 2006-09-18  Richard Stallman  <rms@gnu.org>
5369         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5370         cause keyboard menus.
5371         (Menu Keymaps): Likewise.
5372         (Defining Menus, Keyboard Menus): Clarify.
5374         * text.texi (Fields): Clarify explanation of constrain-to-field.
5376 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5378         * variables.texi (Tips for Defining): Fix a typo.
5380 2006-09-15  Richard Stallman  <rms@gnu.org>
5382         * keymaps.texi (Remapping Commands, Searching Keymaps)
5383         (Active Keymaps): Clean up previous change.
5385 2006-09-15  Jay Belanger  <belanger@truman.edu>
5387         * gpl.texi: Replace "Library Public License" by "Lesser Public
5388         License" throughout.
5390 2006-09-15  David Kastrup  <dak@gnu.org>
5392         * keymaps.texi (Active Keymaps): Adapt description to use
5393         `get-char-property' instead `get-text-property'.  Explain how
5394         mouse events change this.  Explain the new optional argument of
5395         `key-binding' and its mouse-dependent lookup.
5396         (Searching Keymaps): Adapt description similarly.
5397         (Remapping Commands): Explain the new optional argument of
5398         `command-remapping'.
5400 2006-09-14  Richard Stallman  <rms@gnu.org>
5402         * keymaps.texi (Searching Keymaps): Clarification.
5403         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5405 2006-09-13  Richard Stallman  <rms@gnu.org>
5407         * objects.texi (Character Type): Node split.
5408         Add xref to Describing Characters.
5409         (Basic Char Syntax, General Escape Syntax)
5410         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5412 2006-09-11  Richard Stallman  <rms@gnu.org>
5414         * display.texi (Display Table Format): Wording clarification.
5415         (Glyphs): Clarifications.
5417 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
5419         * keymaps.texi (Active Keymaps): Mention that key-binding checks
5420         local maps.
5422 2006-09-10  Kim F. Storm  <storm@cua.dk>
5424         * display.texi (Forcing Redisplay): Document return value of
5425         function redisplay.
5427 2006-09-09  Richard Stallman  <rms@gnu.org>
5429         * windows.texi (Window Hooks): Explain limits of
5430         window-scroll-functions.
5432         * display.texi (Fringe Indicators): Update for last change in
5433         indicate-buffer-boundaries.
5435 2006-09-08  Richard Stallman  <rms@gnu.org>
5437         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5439 2006-09-06  Kim F. Storm  <storm@cua.dk>
5441         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5443         * windows.texi (Window Start): Update pos-visible-in-window-p.
5445 2006-09-04  Richard Stallman  <rms@gnu.org>
5447         * processes.texi (Accepting Output): Explain SECONDS=0 for
5448         accept-process-output.
5450         * os.texi (Idle Timers): Explain why timer functions should not
5451         loop until (input-pending-p).
5453 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
5455         * makefile.w32-in (usermanualdir): New variable.
5456         (elisp.dvi): Use it.
5458 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
5460         * buffers.texi (Buffer Modification): Fix last change.
5462 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5464         * buffers.texi (Buffer Modification):
5465         Document buffer-chars-modified-tick.
5467 2006-08-31  Richard Stallman  <rms@gnu.org>
5469         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5471 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
5473         * modes.texi (Syntactic Font Lock):
5474         Mention font-lock-syntactic-face-function
5475         instead of specific faces.
5477 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5479         * display.texi (Images): Add xrref to display-images-p.
5481 2006-08-28  Kenichi Handa  <handa@m17n.org>
5483         * nonascii.texi (Lisp and Coding Systems): Fix description of
5484         detect-coding-region.
5486 2006-08-27  Michael Olson  <mwolson@gnu.org>
5488         * processes.texi (Transaction Queues): Remove stray quote
5489         character.
5491 2006-08-25  Richard Stallman  <rms@gnu.org>
5493         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5494         Add xref.
5496 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5498         * os.texi (Timers): Avoid waiting inside timers.
5500 2006-08-21  Lute Kamstra  <lute@gnu.org>
5502         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5504 2006-08-20  Richard Stallman  <rms@gnu.org>
5506         * os.texi (Idle Timers): New node, split out from Timers.
5507         Document current-idle-time.
5508         * commands.texi (Reading One Event): Update xref.
5509         * elisp.texi (Top): Update subnode menu.
5511 2006-08-16  Richard Stallman  <rms@gnu.org>
5513         * keymaps.texi (Extended Menu Items): Show format of cached
5514         bindings in extended menu items.
5516         * customize.texi (Variable Definitions): Explain when the
5517         standard value expression is evaluated.
5519 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
5521         * commands.texi (Reading One Event): Explain idleness in
5522         `read-event'.
5524 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
5526         * text.texi (Near Point): Say "cursor" not "terminal cursor".
5527         (Commands for Insertion): Remove split-line since it's not
5528         relevant for Lisp programming.
5529         (Yank Commands): Rewrite introduction.
5530         (Undo): Clarify.
5531         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
5532         (Filling): Remove redundant comment.  Clarify return value of
5533         current-justification.
5534         (Margins): Minor clarifications.
5535         (Adaptive Fill): Update default value of adaptive-fill-regexp.
5536         (Sorting): Update definition of sort-lines.
5537         (Columns): Clarify behavior of sort-columns.
5538         (Indent Tabs): Link to Tab Stops in Emacs manual.
5539         (Special Properties): Clarify.
5540         (Clickable Text): Mention Buttons package.
5542 2006-08-12  Kevin Ryde  <user42@zip.com.au>
5544         * os.texi (Time Parsing): Add %z to description of
5545         format-time-string, as per docstring.  Add cross reference to
5546         glibc manual for strftime.
5548 2006-08-08  Richard Stallman  <rms@gnu.org>
5550         * modes.texi: Clean up wording in previous change.
5552 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
5554         * modes.texi (Hooks): Clarify.
5555         (Major Mode Basics): Mention define-derived-mode explicitly.
5556         (Major Mode Conventions): Rebinding RET is OK for some modes.
5557         Mention change-major-mode-hook and after-change-major-mode-hook.
5558         (Example Major Modes): Move to end of Modes section.
5559         (Mode Line Basics): Clarify.
5560         (Mode Line Data): Mention help-echo and local-map in strings.
5561         Explain reason for treatment of non-risky variables.
5562         (Properties in Mode): Clarify.
5563         (Faces for Font Lock): Add font-lock-negation-char-face.
5565 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5567         * strings.texi (Formatting Strings): Warn against arbitrary
5568         strings as first arg to `format'.
5570 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
5572         * text.texi (Clickable Text): Mention `help-echo' text property.
5573         Update intro, examples and associated explanations.
5575 2006-07-31  Richard Stallman  <rms@gnu.org>
5577         * commands.texi: Update xrefs.
5578         (Event Mod): New node, cut out from old Translating Input.
5580         * maps.texi: Update xrefs.
5582         * keymaps.texi (Translation Keymaps): New node.
5583         Update xrefs from Translating Input to Translation Keymaps.
5585         * elisp.texi (Top): Update subnode menu.
5587         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5589         * os.texi (System Interface): Fix menu descriptions of some nodes.
5590         (Translating Input): Node deleted.
5592 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5594         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5596         * lists.texi (Sets And Lists): Likewise.
5598 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
5600         * text.texi (Fields): Mention POS
5601         requirement when narrowing is in effect.
5603 2006-07-28  Richard Stallman  <rms@gnu.org>
5605         * display.texi (Face Attributes): Simplify wording.
5606         (Attribute Functions): Clarify meaning of new-frame default
5607         attribute settings.
5609         * customize.texi (Common Keywords): Document how to use
5610         :package-version in a package not in Emacs.
5612 2006-07-28  Kim F. Storm  <storm@cua.dk>
5614         * commands.texi (Reading One Event): Fix last change.
5616 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5618         * commands.texi (Reading One Event): Document SECONDS argument for
5619         read-event, read-char, and read-char-exclusive.
5621 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5623         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5624         to ensure correct identification.
5626 2006-07-24  Richard Stallman  <rms@gnu.org>
5628         * text.texi (Clickable Text): Clarify.
5630         * sequences.texi (Vector Functions): Delete duplicate xref.
5632         * objects.texi (Function Type): Clarify.
5634         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5635         modes.
5637         * lists.texi (List Variables): New node.
5638         Material moved from other nodes.
5640         * variables.texi (Setting Variables): add-to-list and
5641         add-to-ordered-list moved to List Variables node.
5643 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5645         * text.texi (Links and Mouse-1):
5646         For mouse-on-link-p, expand on arg POS.
5648 2006-07-21  Kim F. Storm  <storm@cua.dk>
5650         * display.texi (Forcing Redisplay): Don't mention systems which
5651         don't support sub-second timers for redisplay-preemption-period.
5653         * os.texi (Terminal Output): Clarify text vs graphical terminal.
5655 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5657         * frames.texi (Input Focus): Document that focus-follows-mouse has
5658         no effect on MS-Windows.
5660 2006-07-18  Richard Stallman  <rms@gnu.org>
5662         * display.texi (Forcing Redisplay): Cleanups in previous change.
5664         * processes.texi (Low-Level Network): Make menu more convenient.
5666 2006-07-18  Kim F. Storm  <storm@cua.dk>
5668         * display.texi (Forcing Redisplay): redisplay-preemption-period
5669         only used on window systems.  Add xref to Terminal Output.
5671         * os.texi (Terminal Output): baud-rate only controls preemption on
5672         non-window systems.  Add xref to Forcing Redisplay.
5674         * processes.texi (Low-Level Network): Rename node "Make Network"
5675         to "Network Processes".
5677 2006-07-18  Karl Berry  <karl@gnu.org>
5679         * variables.texi, functions.texi, customize.texi, loading.texi:
5680         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5682 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5684         * commands.texi (Waiting): Document batch-mode sit-for behavior.
5686 2006-07-17  Richard Stallman  <rms@gnu.org>
5688         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5689         Put period and comma inside quotes.
5691         * loading.texi, markers.texi: Use real doublequote inside menus.
5693         * windows.texi: Put point and comma inside quotes.
5694         (Textual Scrolling): Use @samp for error message.
5696         * variables.texi, tips.texi, syntax.texi, symbols.texi:
5697         * strings.texi, streams.texi, processes.texi, os.texi:
5698         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5699         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5700         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5701         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5702         Put point and comma inside quotes.
5704         * control.texi (Processing of Errors): Add command-error-function.
5706         * variables.texi (File Local Variables): Clarify that
5707         file local variables make buffer-local bindings.
5709         * modes.texi (Syntactic Font Lock): Give default for
5710         font-lock-syntax-table.
5712 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
5714         * text.texi (Special Properties): Clean up previous change.
5716 2006-07-16  Karl Berry  <karl@gnu.org>
5718         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5719         * control.texi: Fix bad page breaks through chapter 10 (control).
5721         * anti.texi (Antinews): Reorder face-attribute fns to avoid
5722         underfull hbox.
5724 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
5726         * text.texi (Special Properties): Describe fontified text property
5727         in relation to a character (not text).
5729 2006-07-15  Kim F. Storm  <storm@cua.dk>
5731         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5732         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5733         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5735         * anti.texi (Antinews): Mention redisplay function.
5736         The kbd macro existed, but was not documented, before 22.x.
5737         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5739 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
5741         * display.texi (Displaying Messages): Add anchor.
5743         * frames.texi (Dialog Boxes): Use it.
5745 2006-07-12  Richard Stallman  <rms@gnu.org>
5747         * objects.texi (Frame Type): Explain nature of frames better.
5749         * frames.texi (Frames): Explain nature of frames better.
5751 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
5753         * tips.texi (Coding Conventions): Explain why use cl at compile time.
5755 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5757         * frames.texi (Window System Selections): Mention scrap support for Mac.
5758         Default value of x-select-enable-clipboard is t on Mac.
5760         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5762 2006-07-11  Kim F. Storm  <storm@cua.dk>
5764         * display.texi (Forcing Redisplay): Add `redisplay' function.
5765         Don't mention (sit-for -1) -- use (redisplay t) instead.
5767         * commands.texi (Waiting): (sit-for -1) is no longer special.
5768         (sit-for 0) is equivalent to (redisplay).
5769         Iconifying/deiconifying no longer makes sit-for return.
5771 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5773         * display.texi (Buttons): Fix typo.
5775         * index.texi, elisp.texi (New Symbols): Comment node out.
5777 2006-07-09  Richard Stallman  <rms@gnu.org>
5779         * display.texi (Truncation): Clean up previous change.
5781 2006-07-08  Richard Stallman  <rms@gnu.org>
5783         * commands.texi (Interactive Call): Use 3 as prefix in example
5784         for execute-extended-command.
5786         * display.texi (Attribute Functions): Move paragraph about
5787         compatibility with Emacs < 21.
5789 2006-07-09  Kim F. Storm  <storm@cua.dk>
5791         * display.texi (Refresh Screen): Clarify force-window-update.
5792         (Truncation): "Normally" indicated by fringe arrows.
5794 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5796         * windows.texi (Textual Scrolling, Resizing Windows):
5797         * variables.texi (Constant Variables):
5798         * text.texi (Buffer Contents, Deletion, Changing Properties)
5799         (Property Search, Special Properties, Sticky Properties)
5800         (Links and Mouse-1, Fields, Change Hooks):
5801         * syntax.texi (Syntax Table Functions, Parsing Expressions)
5802         (Categories):
5803         * symbols.texi (Other Plists):
5804         * streams.texi (Output Variables):
5805         * processes.texi (Input to Processes, Query Before Exit):
5806         * positions.texi (Word Motion, Text Lines, List Motion):
5807         * os.texi (Init File, System Environment, Sound Output)
5808         (Session Management):
5809         * nonascii.texi (Text Representations, Character Sets)
5810         (Chars and Bytes, Locales):
5811         * modes.texi (Defining Minor Modes, Header Lines):
5812         * minibuf.texi (Minibuffer Contents):
5813         * markers.texi (Information from Markers):
5814         * lists.texi (List Elements, Building Lists, Association Lists):
5815         * keymaps.texi (Tool Bar):
5816         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5817         * functions.texi (What Is a Function, Mapping Functions):
5818         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5819         (Color Names, Text Terminal Colors, Display Feature Testing):
5820         * files.texi (Visiting Functions, File Name Components)
5821         (Unique File Names, Contents of Directories):
5822         * display.texi (Forcing Redisplay, Displaying Messages)
5823         (Temporary Displays, Font Selection, Auto Faces)
5824         (Font Lookup, Fringe Indicators, Display Margins)
5825         (Image Descriptors, Showing Images, Image Cache, Button Types)
5826         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5827         (Display Table Format, Glyphs):
5828         * control.texi (Iteration):
5829         * commands.texi (Command Loop Info, Adjusting Point):
5830         * backups.texi (Making Backups, Auto-Saving):
5831         Remove @tindex entries.
5833 2006-07-07  Kim F. Storm  <storm@cua.dk>
5835         * display.texi (Fringe Cursors): Fix typo.
5836         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5837         (Overlay Arrow): Default is overlay-arrow fringe indicator.
5839 2006-07-05  Richard Stallman  <rms@gnu.org>
5841         * text.texi (Buffer Contents): Add example of text props
5842         in result of buffer-substring.
5843         (Text Properties): Explain better about use of specific property names.
5844         (Property Search): Some cleanups; reorder some functions.
5846         * keymaps.texi (Changing Key Bindings): Cleanup.
5847         Add xref to Key Binding Conventions.
5849         * display.texi (Attribute Functions): Add examples for
5850         face-attribute-relative-p.
5852         * tips.texi (Coding Conventions): Cleanup last change.
5854 2006-07-05  Karl Berry  <karl@gnu.org>
5856         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5857         Remove @setchapternewpage odd.
5858         Result is 1013 pages, down from 1100.
5860         * anti.texi, customize.texi, display.texi, internals.texi:
5861         * minibuf.texi, modes.texi, tips.texi:
5862         Fix overfull/underfull boxes.
5864 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5866         * edebug.texi (Instrumenting):
5867         Add Edebug-specific findex for eval-buffer.
5868         * loading.texi (Loading):
5869         Replace eval-current-buffer with eval-buffer.
5871 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5873         * locals.texi (Standard Buffer-Local Variables): Update the list
5874         of variables.
5876 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
5878         * files.texi (File Name Completion): Point user to the node
5879         "Reading File Names".
5881 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5883         * files.texi (Contents of Directories): Document case-insensitive
5884         behavior on respective filesystems.
5886         * objects.texi (Character Type): Document that Emacs signals an
5887         error for unsupported Unicode characters specified as \uNNNN.
5889 2006-06-19  Richard Stallman  <rms@gnu.org>
5891         * processes.texi (Bindat Spec): Clarify previous change.
5893 2006-06-16  Richard Stallman  <rms@gnu.org>
5895         * tips.texi (Coding Conventions): Better explain conventions
5896         for definition constructs.
5898         * text.texi (Special Properties): String value of `read-only'
5899         serves as the error message.
5901         * objects.texi (Character Type): Clarify prev. change.
5902         (Non-ASCII in Strings): Mention \u and \U.
5904         * commands.texi (Using Interactive): Explain problem of
5905         markers, etc., in command-history.
5907 2006-06-14  Kim F. Storm  <storm@cua.dk>
5909         * commands.texi (Waiting): Negative arg to sit-for forces
5910         redisplay even if input is pending.
5912         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5913         redisplay.  Remove incorrect example of binding redisplay-dont-pause
5914         around (sit-for 0).
5916 2006-06-13  Richard Stallman  <rms@gnu.org>
5918         * display.texi (Forcing Redisplay): Clarify previous change.
5920 2006-06-13  Romain Francoise  <romain@orebokech.com>
5922         * display.texi (Forcing Redisplay): Fix typo.
5924 2006-06-13  Kim F. Storm  <storm@cua.dk>
5926         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5928 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5930         * tips.texi (Coding Conventions): Add `@end itemize'.
5932 2006-06-10  Richard Stallman  <rms@gnu.org>
5934         * tips.texi (Coding Conventions): Explain use of coding systems
5935         to ensure one decoding for strings.
5937 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
5939         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5940         syntax.
5942 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
5944         * display.texi (Font Selection): Remove description of
5945         clear-face-cache.
5947         * compile.texi (Eval During Compile): Fix a typo.  Add index
5948         entries for possible uses of eval-when-compile.
5950 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
5952         * display.texi (Abstract Display): Fix typo.
5954 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
5956         * minibuf.texi (Minibuffer History) <history-add-new-input>:
5957         Reword variable's description.
5959 2006-06-01  Richard Stallman  <rms@gnu.org>
5961         * windows.texi (Splitting Windows): Clarify splitting nonselected
5962         window.
5964 2006-05-31  Juri Linkov  <juri@jurta.org>
5966         * minibuf.texi (Minibuffer History): Add history-add-new-input.
5968 2006-05-30  Richard Stallman  <rms@gnu.org>
5970         * display.texi (Line Height): Fix errors in description of
5971         default line height and line-height property.
5973         * nonascii.texi (Default Coding Systems): Further clarification.
5975 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5977         * internals.texi (Pure Storage): Mention that an overflow in pure
5978         space causes a memory leak.
5979         (Garbage Collection): If there was an overflow in pure space,
5980         `garbage-collect' returns nil.
5982 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5984         * nonascii.texi (Default Coding Systems): Fix it some more.
5986 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5988         * nonascii.texi (Default Coding Systems): Fix last change.
5990 2006-05-29  Kenichi Handa  <handa@m17n.org>
5992         * nonascii.texi (find-operation-coding-system): Describe the new
5993         argument format (FILENAME . BUFFER).
5995 2006-05-28  Richard Stallman  <rms@gnu.org>
5997         * tips.texi (Coding Conventions): Better explain reasons not to
5998         advise other packages or use `eval-after-load'.
6000 2006-05-29  Kim F. Storm  <storm@cua.dk>
6002         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6003         `bindat-idx' and `bindat-raw' for clarity.
6005 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6007         * processes.texi (Bindat Spec): Expand on `repeat' handler.
6009         * display.texi (Display): Add "Abstract Display" to menu.
6010         (Abstract Display, Abstract Display Functions)
6011         (Abstract Display Example): New nodes.
6012         * elisp.texi (Top): Add "Abstract Display" to menu.
6014 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
6016         * keymaps.texi (Key Sequences): Link to input events definition.
6017         (Format of Keymaps): Delete material duplicated in Keymap Basics.
6019         * files.texi (Changing Files): Document updated argument list for
6020         copy-file.
6022 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6024         * processes.texi (Bindat Functions): Explain term "total length".
6025         Use it in bindat-length and bindat-pack descriptions.
6027 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6029         * tips.texi (Coding Conventions): Advise against using
6030         eval-after-load in packages.  Add an index entry.
6032 2006-05-25  Juri Linkov  <juri@jurta.org>
6034         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6036         * modes.texi (%-Constructs): Add %e, %z, %Z.
6038 2006-05-25  Richard Stallman  <rms@gnu.org>
6040         * elisp.texi (Top): Update subnode menu.
6042         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6043         (Keymaps): Update menu.
6045 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
6047         * keymaps.texi (Key Sequences): Some clarifications.
6049 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
6051         * processes.texi (Bindat Functions): Say "unibyte string"
6052         explicitly for bindat-unpack and bindat-pack descriptions.
6053         (Bindat Examples): Don't call `string-make-unibyte' in example.
6055 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
6057         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
6058         Explain string and vector representations of key sequences.
6060         * keymaps.texi (Changing Key Bindings):
6061         * commands.texi (Interactive Codes):
6062         * help.texi (Describing Characters): Refer to it.
6064 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
6066         * frames.texi (Pointer Shape): @end table -> @end defvar.
6068 2006-05-22  Richard Stallman  <rms@gnu.org>
6070         * elisp.texi (Top): Update subnode menus.
6072         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6073         Contents rewritten; material from old Pointer Shape node moved here.
6075         * display.texi (Pointer Shape): Node deleted.
6076         (Image Descriptors): Minor cleanup.
6078 2006-05-21  Richard Stallman  <rms@gnu.org>
6080         * syntax.texi (Parsing Expressions): Update info on which STATE
6081         elements are ignored.
6083 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6085         * hooks.texi (Standard Hooks): Correct typo.
6087         * gpl.texi (GPL): ifinfo -> ifnottex.
6089 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
6091         * searching.texi (Simple Match Data): Warn about match data being
6092         set anew by every search.
6094 2006-05-17  Richard Stallman  <rms@gnu.org>
6096         * minibuf.texi (Minibuffer History): Clarify.
6098         * searching.texi (Regexp Special): Clarify nested regexp warning.
6100 2006-05-16  Kim F. Storm  <storm@cua.dk>
6102         * minibuf.texi (Minibuffer History): Update add-to-history.
6104 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
6106         * nonascii.texi (Explicit Encoding):
6107         Fix typo (encoding<->decoding).
6109 2006-05-14  Richard Stallman  <rms@gnu.org>
6111         * buffers.texi (Creating Buffers): Cleanup.
6113         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6115 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
6117         * buffers.texi (Current Buffer): Document that with-temp-buffer
6118         disables undo.
6120         * os.texi (Terminal-Specific): More accurate description of how
6121         Emacs searches for the terminal-specific libraries.
6123 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
6125         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6126         emacs-xtra to @inforef's.
6128         * text.texi (Undo): Document that undo is turned off in buffers
6129         whose names begin with a space.
6131         * buffers.texi (Buffer Names): Add index entries for buffers whose
6132         names begin with a space.
6133         (Creating Buffers): Document that undo is turned off in buffers
6134         whose names begin with a space.
6136         * files.texi (Visiting Functions, Reading from Files)
6137         (Saving Buffers): Mention code and EOL conversions by file I/O
6138         primitives and subroutines.
6140         * nonascii.texi (Lisp and Coding Systems):
6141         Document coding-system-eol-type.  Add index entries for eol conversion.
6143         * display.texi (Defining Faces): Mention `mac', and add an xref to
6144         where window-system is described.
6146 2006-05-10  Richard Stallman  <rms@gnu.org>
6148         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6150 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6152         * variables.texi (File Local Variables): Recommend to quote lambda
6153         expressions in safe-local-variable property.
6155 2006-05-09  Richard Stallman  <rms@gnu.org>
6157         * variables.texi (File Local Variables):
6158         Document safe-local-eval-forms and safe-local-eval-function.
6160 2006-05-07  Kim F. Storm  <storm@cua.dk>
6162         * minibuf.texi (Minibuffer History): Remove keep-dups arg
6163         from add-to-history.
6165 2006-05-07  Romain Francoise  <romain@orebokech.com>
6167         * commands.texi (Event Input Misc):
6168         * compile.texi (Eval During Compile):
6169         * internals.texi (Buffer Internals):
6170         * minibuf.texi (Initial Input):
6171         * nonascii.texi (Scanning Charsets):
6172         * numbers.texi (Comparison of Numbers):
6173         * windows.texi (Textual Scrolling, Vertical Scrolling):
6174         Fix various typos.
6176 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6178         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6179         conditional xref's to either emacs or emacs-xtra, depending on
6180         @iftex/@ifnottex.
6182         * minibuf.texi (Minibuffer History): Document add-to-history.
6184 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
6186         * internals.texi (Pure Storage): Mention the pure overflow message
6187         at startup.
6189 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
6191         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6192         (Searching Keymaps): Fix pseudo-Lisp description of keymap
6193         search.
6195 2006-05-01  Richard Stallman  <rms@gnu.org>
6197         * intro.texi (nil and t): Clarify.
6199         * variables.texi (File Local Variables): Suggest using booleanp.
6201 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
6203         * objects.texi (Type Predicates): Fix typos.
6205 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6207         * intro.texi (nil and t): Add booleanp.
6209         * objects.texi (Type Predicates): Add links for booleanp and
6210         string-or-null-p.
6212 2006-04-29  Richard Stallman  <rms@gnu.org>
6214         * modes.texi (Multiline Font Lock): Rename from
6215         Multi line Font Lock Elements.  Much clarification.
6216         (Font Lock Multiline, Region to Fontify): Much clarification.
6218 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6220         * variables.texi (File Local Variables): Remove the special case t for
6221         safe-local-variable.
6223 2006-04-26  Richard Stallman  <rms@gnu.org>
6225         * syntax.texi (Parsing Expressions): Minor cleanup.
6227 2006-04-18  Richard Stallman  <rms@gnu.org>
6229         * tips.texi (Coding Conventions): Explain when the package's
6230         prefix should appear later on (not at the start of the name).
6232         * searching.texi (String Search): Clarify effect of NOERROR.
6234         * modes.texi (Imenu): Clarify what special items do.
6236         * hooks.texi (Standard Hooks): Delete text about old hook names.
6238 2006-04-17  Romain Francoise  <romain@orebokech.com>
6240         * variables.texi (Local Variables): Update the default value of
6241         `max-specpdl-size'.
6243 2006-04-15  Michael Olson  <mwolson@gnu.org>
6245         * processes.texi (Transaction Queues): Mention the new optional
6246         `delay-question' argument for `tq-enqueue'.
6248 2006-04-13  Bill Wohler  <wohler@newt.com>
6250         * customize.texi (Common Keywords): Use dotted notation for
6251         :package-version value.  Specify its values.  Improve documentation
6252         for customize-package-emacs-version-alist.
6254 2006-04-12  Bill Wohler  <wohler@newt.com>
6256         * customize.texi (Common Keywords): Move description of
6257         customize-package-emacs-version-alist to @defvar.
6259 2006-04-10  Bill Wohler  <wohler@newt.com>
6261         * customize.texi (Common Keywords): Add :package-version.
6263 2006-04-10  Kim F. Storm  <storm@cua.dk>
6265         * text.texi (Buffer Contents): Add NOPROPS arg to
6266         filter-buffer-substring.
6268 2006-04-08  Kevin Ryde  <user42@zip.com.au>
6270         * os.texi (Command-Line Arguments): Update xref to emacs manual
6271         "Command Arguments" -> "Emacs Invocation", per change there.
6273 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
6275         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6276         be on one line to help makeinfo not render two spaces after the dot.
6278 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
6280         * strings.texi (Predicates for Strings): Add string-or-null-p.
6282 2006-03-28  Kim F. Storm  <storm@cua.dk>
6284         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6285         remarks about systems that don't support fractional seconds.
6287 2006-03-25  Karl Berry  <karl@gnu.org>
6289         * elisp.texi: Use @copyright{} instead of (C), and do not indent
6290         the year list.
6292 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
6294         * display.texi (Fringe Indicators): Fix typos.
6296 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
6298         * tips.texi (Documentation Tips): One can now also write `program'
6299         in front of a quoted symbol in a docstring to prevent making a
6300         hyperlink.
6302 2006-03-19  Alan Mackenzie  <acm@muc.de>
6304         * text.texi (Special Properties): Clarify `fontified' property.
6306 2006-03-16  Richard Stallman  <rms@gnu.org>
6308         * display.texi (Defining Images): Minor cleanup.
6310 2006-03-16  Bill Wohler  <wohler@newt.com>
6312         * display.texi (Defining Images): In image-load-path-for-library,
6313         prefer user's images.
6315 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6317         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6319 2006-03-15  Bill Wohler  <wohler@newt.com>
6321         * display.texi (Defining Images): Fix example in
6322         image-load-path-for-library by not recommending that one binds
6323         image-load-path.  Just defvar it to placate compiler and only use
6324         it if previously defined.
6326 2006-03-14  Bill Wohler  <wohler@newt.com>
6328         * display.texi (Defining Images): In image-load-path-for-library,
6329         always return list of directories.  Update example.
6331 2006-03-14  Alan Mackenzie  <acm@muc.de>
6333         * modes.texi: New node, "Region to Fontify" (for Font Lock).
6334         This describes font-lock-extend-region-function.
6335         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6336         the new node "Region to Fontify".
6338 2006-03-13  Richard Stallman  <rms@gnu.org>
6340         * display.texi (Invisible Text): The impossible position is
6341         now before the invisible text, not after.
6342         (Defining Images): Clean up last change.
6344 2006-03-11  Bill Wohler  <wohler@newt.com>
6346         * display.texi (Defining Images): Add image-load-path-for-library.
6348 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
6350         * text.texi (Adaptive Fill): Fix Texinfo usage.
6352         * strings.texi (Creating Strings): Fix Texinfo usage.
6354         * searching.texi (Regexp Special): Use @samp for regular
6355         expressions that are not in Lisp syntax.
6357 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
6359         * searching.texi (Regexp Special): Put remark between parentheses
6360         to avoid misreading.
6362 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
6364         * searching.texi (Syntax of Regexps): More accurately describe
6365         which characters are special in which situations.
6366         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6367         are not special.  Describe in detail when `[' and `]' are special.
6368         (Regexp Backslash): Plenty of regexps with unbalanced square
6369         brackets are valid, so reword that statement.
6371 2006-03-02  Kim F. Storm  <storm@cua.dk>
6373         * keymaps.texi (Tool Bar): Add tool-bar-border.
6375 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
6377         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
6379 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
6381         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6383         * files.texi (Locating Files): Suggest additional values for the
6384         SUFFIXES arg of `locate-file'.  Update pxref.
6386         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6387         (How Programs Do Loading): Discuss the effects of Auto Compression
6388         mode on `load'.
6389         (Load Suffixes): New node.
6390         (Library Search): Delete description of `load-suffixes'; it was
6391         moved to "Load Suffixes".
6392         (Autoload, Named Features): Mention `load-suffixes'.
6394 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6396         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6398         * windows.texi (Window Tree): Fix typo.
6400 2006-02-20  Kim F. Storm  <storm@cua.dk>
6402         * display.texi (Fringe Indicators): New section.
6403         Move indicate-empty-lines, indicate-buffer-boundaries, and
6404         default-indicate-buffer-boundaries here.
6405         Add fringe-indicator-alist and default-fringes-indicator-alist.
6406         Add list of logical fringe indicator symbols.
6407         Update list of standard bitmap names.
6408         (Fringe Cursors): New section.
6409         Move overflow-newline-into-fringe here.
6410         Add fringe-cursor-alist and default-fringes-cursor-alist.
6411         Add list of fringe cursor symbols.
6413 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
6415         * commands.texi (Using Interactive): Fix reference to node
6416         "Minibuffers".
6418 2006-02-19  Richard M. Stallman  <rms@gnu.org>
6420         * minibuf.texi (High-Level Completion):
6421         Add xref to read-input-method-name.
6423         * files.texi (Relative File Names): Move file-relative-name here.
6424         (File Name Expansion): From here.  Minor clarifications.
6426         * commands.texi (Using Interactive): Add xrefs about reading input.
6427         Clarify remarks about that moving point and mark.
6428         Put string case before list case.
6430 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
6432         * display.texi (Other Display Specs, Image Descriptors):
6433         Revert erroneous changes.  The previous description of
6434         image-descriptors as `(image . PROPS)' was correct.
6436 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6438         * variables.texi (File Local Variables): Clarifications.
6440 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6442         * variables.texi (File Local Variables): Use @code for a cons
6443         cell, not @var.
6445 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6447         * variables.texi (File Local Variables): Document new file local
6448         variable behavior.
6450 2006-02-10  Kim F. Storm  <storm@cua.dk>
6452         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6454 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
6456         * modes.texi (%-Constructs): Remove obsolete info about
6457         `global-mode-string'.
6459 2006-02-07  Richard M. Stallman  <rms@gnu.org>
6461         * commands.texi (Prefix Command Arguments): Minor cleanup.
6463         * display.texi: "Graphical display", not window system.
6465         * functions.texi (What Is a Function): Fix xref.
6467         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6468         (Changing Key Bindings): Clarify when remapping is better than
6469         substitute-key-definition.
6471 2006-02-02  Richard M. Stallman  <rms@gnu.org>
6473         * minibuf.texi (Basic Completion): Completion alists are risky.
6475         * keymaps.texi (Active Keymaps): Clarifications.
6476         (Searching Keymaps): New node.
6477         (Keymaps): Update menu.
6479         * frames.texi (Layout Parameters): Minor clarification.
6480         (Drag and Drop): New node.
6481         (Frames): Update menu.
6483 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
6485         * display.texi (Other Display Specs, Image Descriptors):
6486         Image description is a list, not a cons cell.
6488 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6490         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6491         list is not necessarily a list).
6493 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6495         * frames.texi (Layout Parameters): border-width and
6496         internal-border-width belong to the frame, not the window.
6498 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6500         * nonascii.texi (Translation of Characters): Search cmds use
6501         translation-table-for-input.  Automatically made local.
6503         * markers.texi (Overview of Markers): Count insertion type
6504         as one of a marker's attributes.
6506         * keymaps.texi (Controlling Active Maps): New node, split out of
6507         Active Keymaps.
6508         (Keymaps): Menu updated.
6509         (Active Keymaps): Give pseudocode to explain how the active
6510         maps are searched.  current-active-maps and key-binding moved here.
6511         (Functions for Key Lookup): current-active-maps and key-binding moved.
6512         Clarifications.
6513         (Searching the Keymaps): New subnode.
6515         * elisp.texi (Top): Menu clarification.
6517         * display.texi (Other Display Specs): Delete duplicate entry for
6518         just a string as display spec.  Move text about recursive display
6519         specs on such a string.
6521         * commands.texi (Key Sequence Input): Clarify.
6522         Move num-nonmacro-input-events out.
6523         (Reading One Event): num-nonmacro-input-events moved here.
6525 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
6527         * advice.texi (Simple Advice): Update example to fit argument
6528         change in previous-line.
6530 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6532         * markers.texi (The Mark): Fix in `mark'.
6534 2006-01-04  Richard M. Stallman  <rms@gnu.org>
6536         * processes.texi (Misc Network, Make Network): Minor cleanups.
6538 2006-01-04  Kim F. Storm  <storm@cua.dk>
6540         * processes.texi (Make Network): Add IPv6 addresses and handling.
6541         (Network Feature Testing): Mention (:family ipv6).
6542         (Misc Network): Add IPv6 formats to format-network-address.
6544 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6546         * text.texi (Changing Properties):
6547         Don't use return value of set-text-properties.
6549 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6551         * modes.texi (Mode Line Format): Correct typo in menu.
6553 2005-12-29  Richard M. Stallman  <rms@gnu.org>
6555         * modes.texi (Mode Line Top): New node.
6556         (Mode Line Data): Some text moved to new node.
6557         Explain the data structure more concretely.
6558         (Mode Line Basics): Clarifications.
6559         (Mode Line Variables): Clarify intro paragraph.
6560         (%-Constructs): Clarify intro paragraph.
6561         (Mode Line Format): Update menu.
6563 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6565         * minibuf.texi (Basic Completion): Update lazy-completion-table
6566         examples for removal of ARGS argument.
6568 2005-12-23  Richard M. Stallman  <rms@gnu.org>
6570         * text.texi (Undo): Restore some explanation from the version
6571         that was deleted.
6573 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
6575         * text.texi (Undo): Remove duplicate descriptions of `apply
6576         funname' and `apply delta' elements of the undo list.
6578 2005-12-20  Richard M. Stallman  <rms@gnu.org>
6580         * help.texi (Help Functions): Update documentation of `apropos'.
6582 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
6584         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6585         because it is confusing.  If the :help-echo keyword is a function,
6586         it is not directly used as the :help-echo overlay property, as the
6587         xref seems to suggest (it does not take the appropriate args).
6589 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6591         * customize.texi (Common Keywords): Fix Texinfo usage.
6592         (Group Definitions, Variable Definitions): Update for new
6593         conventions for using `*' in docstrings.
6595         * tips.texi (Documentation Tips): Update for new conventions for
6596         using `*' in docstrings.
6598 2005-12-16  Richard M. Stallman  <rms@gnu.org>
6600         * minibuf.texi (Minibuffer Contents): Minor cleanup.
6602 2005-12-16  Juri Linkov  <juri@jurta.org>
6604         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6606 2005-12-14  Romain Francoise  <romain@orebokech.com>
6608         * modes.texi (Customizing Keywords): Rename `append' to `how'.
6609         Fix typo.
6611 2005-12-11  Juri Linkov  <juri@jurta.org>
6613         * minibuf.texi (Completion Commands): Add mention of read-file-name
6614         for filename completion keymaps.
6615         (Reading File Names): Add mention of filename completion keymaps
6616         for read-file-name and xref to `Completion Commands'.
6618 2005-12-10  Richard M. Stallman  <rms@gnu.org>
6620         * customize.texi (Common Keywords): State caveats for use of :tag.
6622 2005-12-08  Richard M. Stallman  <rms@gnu.org>
6624         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6625         with xrefs and better explanation.
6626         (Completion Commands): Add the filename completion maps.
6628         * objects.texi (Character Type): Clarify that \s is not space
6629         if a dash follows.
6631 2005-12-05  Richard M. Stallman  <rms@gnu.org>
6633         * windows.texi (Resizing Windows): Delete preserve-before args.
6635 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6637         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6638         in full keymaps, since the quirk has been fixed.
6640 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6642         * hooks.texi (Standard Hooks): Add index entries.
6643         Mention `compilation-finish-functions'.
6645 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6647         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6649 2005-11-21  Juri Linkov  <juri@jurta.org>
6651         * customize.texi (Common Keywords): Update links types
6652         custom-manual and url-link.  Add link types emacs-library-link,
6653         file-link, function-link, variable-link, custom-group-link.
6655 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6657         * display.texi: Revert 2005-11-20 change.
6659 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6661         * processes.texi (Bindat Functions):
6662         Say "third" to refer to zero-based index "2".
6664 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
6666         * loading.texi (Library Search): Update the default value of
6667         `load-suffixes'.
6669 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6671         * display.texi (Attribute Functions): Mention :ignore-defface.
6673 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6675         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6676         (Minor Mode Conventions): Mention the use of a hook.
6678 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6680         * files.texi (Magic File Names): find-file-name-handler checks the
6681         `operations' property of the handler.
6683 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6685         * variables.texi (Frame-Local Variables): Small clarification.
6687 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6689         * os.texi (Init File): Document ~/.emacs.d/init.el.
6691 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6693         * internals.texi (Garbage Collection): Document memory-full.
6695 2005-10-28  Bill Wohler  <wohler@newt.com>
6697         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6698         for URLs.
6700 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6702         * minibuf.texi (Completion Commands): Clean up prev change.
6704 2005-10-26  Kevin Ryde  <user42@zip.com.au>
6706         * compile.texi (Eval During Compile): Explain recommended uses
6707         of eval-when-compile and eval-and-compile.
6709 2005-10-27  Masatake YAMATO  <jet@gyve.org>
6711         * minibuf.texi (Completion Commands):
6712         Write about new optional argument for `display-completion-list'.
6714 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6716         * display.texi (Overlay Arrow): Clarify about local bindings of
6717         overlay-arrow-position.
6719 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6721         * internals.texi (Building Emacs): Fix last change.
6723 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6725         * internals.texi (Building Emacs): Document eval-at-startup.
6727 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6729         * loading.texi (Where Defined): load-history contains abs file names.
6730         symbol-file returns abs file names.
6732 2005-10-19  Kim F. Storm  <storm@cua.dk>
6734         * display.texi (Showing Images): Add max-image-size integer value.
6736 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6738         * display.texi (Showing Images): Document max-image-size.
6740 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6742         * commands.texi (Quitting): Minor clarification.
6744         * processes.texi (Sentinels): Clarify about output and quitting.
6745         (Filter Functions): Mention with-local-quit.
6747 2005-10-17  Juri Linkov  <juri@jurta.org>
6749         * buffers.texi (Current Buffer):
6750         * commands.texi (Event Input Misc):
6751         * compile.texi (Eval During Compile, Compiler Errors):
6752         * customize.texi (Group Definitions):
6753         * display.texi (Progress, Defining Faces):
6754         * files.texi (Writing to Files):
6755         * modes.texi (Mode Hooks, Defining Minor Modes):
6756         * streams.texi (Output Functions):
6757         * syntax.texi (Syntax Table Functions):
6758         * text.texi (Change Hooks):
6759         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6761         * commands.texi (Quitting): Replace arg `forms' with `body' in
6762         `with-local-quit'.
6764         * positions.texi (Excursions): Replace arg `forms' with `body' in
6765         `save-excursion'.
6767 2005-10-08  Kim F. Storm  <storm@cua.dk>
6769         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6770         Rename manual section accordingly.
6772 2005-10-04  Kim F. Storm  <storm@cua.dk>
6774         * windows.texi (Window Split Tree): New section describing
6775         new function window-split-tree function.
6777 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
6779         * display.texi (Fringe Size/Pos): Simplify and add detail.
6781 2005-09-30  Romain Francoise  <romain@orebokech.com>
6783         * minibuf.texi (High-Level Completion): Explain that the prompt
6784         given to `read-buffer' should end with a colon and a space.
6785         Update usage examples.
6787 2005-09-29  Juri Linkov  <juri@jurta.org>
6789         * display.texi (Displaying Messages): Rename argument name
6790         `string' to `format-string' in functions `message', `message-box',
6791         `message-or-box'.
6793 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
6795         * errors.texi (Standard Errors): Correct xrefs.
6797 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6799         * display.texi (Defining Images): Update documentation for
6800         `image-load-path'.
6802 2005-09-17  Richard M. Stallman  <rms@gnu.org>
6804         * display.texi (Defining Images): Clean up previous change.
6806 2005-09-16  Romain Francoise  <romain@orebokech.com>
6808         * elisp.texi: Specify GFDL version 1.2.
6810         * doclicense.texi (GNU Free Documentation License): Update to
6811         version 1.2.
6813 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6815         * display.texi (Defining Images): Document `image-load-path'.
6817 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6819         * objects.texi (Printed Representation): Minor cleanup.
6820         (Box Diagrams): Minor fix.
6821         (Cons Cell Type): Move (...) index item here.
6822         (Box Diagrams): From here.
6823         (Array Type): Minor fix.
6824         (Type Predicates): Delete index "predicates".
6825         (Hash Table Type): Clarify xref.
6826         (Dotted Pair Notation): Minor fix.
6828 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
6830         * files.texi (Saving Buffers): Fix typo.
6832 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6834         * tips.texi (Programming Tips): Correct the "default" prompt spec.
6836 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6838         * locals.texi (Standard Buffer-Local Variables): Don't include
6839         mode variables for minor modes.
6840         Fix xrefs for buffer-display-count, buffer-display-table,
6841         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6842         enable-multibyte-characters, fill-column, header-line-format,
6843         left-fringe-width, left-margin, and right-fringe-width.
6845         * hooks.texi (Standard Hooks): All hooks should conform to the
6846         standard naming convention now.
6847         Fix xref for `echo-area-clear-hook'.
6849         * display.texi (Usual Display): Note that indicate-empty-lines and
6850         tab-width are buffer-local.
6852         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6854         * modes.texi (Mode Help): Note that major-mode is buffer-local.
6856         * nonascii.texi (Encoding and I/O): Note that
6857         buffer-file-coding-system is buffer-local.
6859         * positions.texi (List Motion): Note that defun-prompt-regexp is
6860         buffer-local.
6862         * text.texi (Auto Filling): Note that auto-fill-function is
6863         buffer-local.
6864         (Undo): Note that buffer-undo-list is buffer-local.
6866         * windows.texi (Buffers and Windows):
6867         Document buffer-display-count.
6869 2005-09-06  Richard M. Stallman  <rms@gnu.org>
6871         * tips.texi (Coding Conventions): Sometimes it is ok to put the
6872         package prefix elsewhere than at the start of the name.
6874 2005-09-03  Richard M. Stallman  <rms@gnu.org>
6876         * tips.texi (Programming Tips): Add conventions for minibuffer
6877         questions and prompts.
6879 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
6881         * intro.texi (nil and t): Minor cleanup.
6882         Delete spurious mention of keyword symbols.
6883         (Evaluation Notation): Add index entry.
6884         (A Sample Function Description): Minor cleanup.
6885         (A Sample Variable Description): Not all vars can be set.
6887 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
6889         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6891         (Insertion): Document precise type of `insert-char' arg COUNT.
6893 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6895         * modes.texi (Other Font Lock Variables): Sync the default of
6896         font-lock-lines-before.
6898 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6900         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6902 2005-08-29  Richard M. Stallman  <rms@gnu.org>
6904         * elisp.texi (Top): Update subnode menu.
6906         * searching.texi (Searching and Matching): Move node.
6907         Rearrange contents and add overall explanation.
6908         (Searching and Case): Move node.
6909         (Searching and Matching): Update menu.
6911 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
6913         * os.texi (Startup Summary): Fix the description of the initial
6914         startup message display.
6916 2005-08-25  Richard M. Stallman  <rms@gnu.org>
6918         * searching.texi (Search and Replace): Add replace-regexp-in-string.
6920 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
6922         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6923         `next-overlay-change' example.
6925 2005-08-22  Juri Linkov  <juri@jurta.org>
6927         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6928         Fix invert-face.  Fix args of face-background.
6930         * display.texi (Standard Faces): Delete node.
6931         (Faces): Add xref to `(emacs)Standard Faces'.
6932         (Displaying Faces): Fix xref to `Standard Faces'.
6934         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6936 2005-08-20  Alan Mackenzie  <acm@muc.de>
6938         * buffers.texi (The Buffer List): Clarify the manipulation of the
6939         buffer list.
6941 2005-08-14  Richard M. Stallman  <rms@gnu.org>
6943         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6944         a regexp.
6946 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6948         * elisp.texi (Top): Update subnode lists.
6950         * display.texi (Inverse Video): Node deleted.
6952         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6953         New nodes split out of Coding Conventions.
6955         * searching.texi (Regular Expressions): Document re-builder.
6957         * os.texi (Time Parsing): New node split out of Time Conversion.
6959         * processes.texi (Misc Network, Network Feature Testing)
6960         (Network Options, Make Network): New nodes split out of
6961         Low-Level Network.
6963 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6965         * frames.texi (Geometry): New node, split from Size and Position.
6966         (Frame Parameters): Refer to Geometry.
6968         * buffers.texi (The Buffer List): Fix xrefs.
6970         * windows.texi (Splitting Windows): Fix xref.
6972         * frames.texi (Layout Parameters): Add xref.
6974         * display.texi (Line Height, Scroll Bars): Fix xrefs.
6976         * keymaps.texi (Menu Bar): Fix xref.
6978         * locals.texi (Standard Buffer-Local Variables): Fix xref.
6980         * modes.texi (%-Constructs): Fix xref.
6982         * frames.texi (Window Frame Parameters): Node split up.
6983         (Basic Parameters, Position Parameters, Size Parameters)
6984         (Layout Parameters, Buffer Parameters, Management Parameters)
6985         (Cursor Parameters, Color Parameters): New subnodes.
6987 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6989         * positions.texi (Screen Lines): Update xref for previous change
6990         in minibuf.texi.
6992         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6993         change in minibuf.texi.
6995 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6997         * tips.texi (Coding Conventions): Minor cleanup.
6999         * modes.texi (Defining Minor Modes): Explain when init-value
7000         can be non-nil.
7002         * elisp.texi (Top): Update submenu for Minibuffer.
7004         * minibuf.texi (Minibuffer Misc): Node split up.
7005         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7006         (Recursive Mini): New nodes split out from Minibuffer Misc.
7007         (Minibuffer Misc): Document max-mini-window-height.
7009         * hash.texi (Defining Hash): Delete stray paren in example.
7011         * display.texi (Echo Area Customization): Don't define
7012         max-mini-window-height here; xref instead.
7014         * commands.texi (Event Input Misc): Update while-no-input.
7016         * advice.texi (Advising Functions): Explain when to use advice
7017         and when to use a hook.
7019 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
7021         * makefile.w32-in (info): Don't run install-info.
7022         ($(infodir)/dir): New target, produced by running install-info.
7024 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
7026         * modes.texi (Defining Minor Modes): The keyword for the initial
7027         value is :init-value, not :initial-value.
7029 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
7031         * loading.texi (Autoload): Make the `doctor' example be consistent
7032         with what's in current loaddefs.el.  Describe the "fn" magic in
7033         the usage portion of the doc string.
7035 2005-07-22  Richard M. Stallman  <rms@gnu.org>
7037         * internals.texi (Garbage Collection): Clarify previous change.
7039 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7041         * internals.texi (Garbage Collection): Add gc-cons-percentage.
7043 2005-07-18  Juri Linkov  <juri@jurta.org>
7045         * commands.texi (Accessing Events):
7046         * frames.texi (Text Terminal Colors, Resources):
7047         * markers.texi (The Mark):
7048         * modes.texi (Defining Minor Modes):
7049         Delete duplicate duplicate words.
7051 2005-07-16  Richard M. Stallman  <rms@gnu.org>
7053         * display.texi (Managing Overlays): Clarify make-overlay
7054         args for insertion types.
7056 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
7058         * customize.texi (Variable Definitions):
7059         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7060         `standard-value' is a list too.
7061         (Defining New Types): Use @key{RET} instead of @key{ret}.
7063 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
7065         * os.texi (Translating Input): Fix typo.
7067 2005-07-08  Richard M. Stallman  <rms@gnu.org>
7069         * README: Update edition number and size estimate.
7071         * elisp.texi (VERSION): Set to 2.9.
7073 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7075         * book-spine.texinfo: Update Emacs version.
7077         * display.texi (Inverse Video): Delete mode-line-inverse-video.
7079 2005-07-06  Richard M. Stallman  <rms@gnu.org>
7081         * searching.texi (Regexp Search): Clarify what re-search-forward
7082         does when the search fails.
7084 2005-07-05  Lute Kamstra  <lute@gnu.org>
7086         * Update FSF's address in GPL notices.
7088         * doclicense.texi (GNU Free Documentation License):
7089         * gpl.texi (GPL):
7090         * tips.texi (Coding Conventions, Library Headers):
7091         * vol1.texi:
7092         * vol2.texi: Update FSF's address.
7094 2005-07-04  Richard M. Stallman  <rms@gnu.org>
7096         * hooks.texi (Standard Hooks): Add occur-hook.
7098 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7100         * display.texi (The Echo Area): Correct menu.
7102 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7104         * elisp.texi (Top): Update subnode menu for Display.
7106         * display.texi (Displaying Messages): New node, with most
7107         of what was in The Echo Area.
7108         (Progress): Move under The Echo Area.
7109         (Logging Messages): New node with new text.
7110         (Echo Area Customization): New node, the rest of what was
7111         in The Echo Area.  Document message-truncate-lines with @defvar.
7112         (Display): Update menu.
7114         * windows.texi (Textual Scrolling): Doc 3 values for
7115         scroll-preserve-screen-position.
7117         * text.texi (Special Properties): Change hook functions
7118         should bind inhibit-modification-hooks around altering buffer text.
7120         * keymaps.texi (Key Binding Commands): Call binding BINDING
7121         rather than DEFINITION.
7123 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
7125         * variables.texi (Defining Variables): `user-variable-p' returns t
7126         for aliases of user options, nil for alias loops.
7128 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7130         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7131         make-keymap.
7133 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7135         * variables.texi (Setting Variables): Correct and clarify
7136         description of `add-to-ordered-list'.
7138 2005-06-26  Richard M. Stallman  <rms@gnu.org>
7140         * display.texi (Faces): Minor cleanup.
7142 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7144         * display.texi (Faces): `facep' returns t for strings that are
7145         face names.
7147 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7149         * objects.texi (Equality Predicates): Clarify meaning of equal.
7151         * windows.texi (Selecting Windows): save-selected-window
7152         and with-selected-window save and restore the current buffer.
7154 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7156         * numbers.texi (Float Basics): Explain how to test for NaN,
7157         and printing the sign of NaNs.
7159 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7161         * makefile.w32-in (MAKEINFO): Use --force.
7163 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7165         * display.texi (Face Functions): Correct Texinfo usage.
7167 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7169         * lists.texi (Rings): `ring-elements' now returns the elements of
7170         RING in order.
7172 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7174         * markers.texi (The Mark): Texinfo usage fix.
7176 2005-06-23  Kim F. Storm  <storm@cua.dk>
7178         * searching.texi (Entire Match Data): Remove evaporate option for
7179         match-data.  Do not mention evaporate option for set-match-data.
7181 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7183         * display.texi (Face Functions): Mention face aliases.
7185 2005-06-21  Richard M. Stallman  <rms@gnu.org>
7187         * anti.texi (Antinews): Texinfo usage fix.
7189 2005-06-21  Karl Berry  <karl@gnu.org>
7191         * elisp.texi: Use @copying.
7193         * elisp.texi: Put @summarycontents and @contents before the Top
7194         node, instead of the end of the file, so that the contents appear
7195         in the right place in the dvi/pdf output.
7197 2005-06-21  Juri Linkov  <juri@jurta.org>
7199         * display.texi (Defining Faces): Add `customized-face'.
7201 2005-06-20  Kim F. Storm  <storm@cua.dk>
7203         * variables.texi (Setting Variables): Any type of element can be
7204         given order in add-to-ordered-list.  Compare elements with eq.
7206         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7208 2005-06-20  Karl Berry  <karl@gnu.org>
7210         * syntax.texi (Syntax Flags): Make last column very slightly wider
7211         to avoid "generic comment" breaking on two lines and causing an
7212         underfull box.
7214 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
7216         * lists.texi (Rings): Various minor clarifications and corrections.
7218 2005-06-18  Richard M. Stallman  <rms@gnu.org>
7220         * functions.texi (Obsolete Functions): Simplify.
7222         * variables.texi (Variable Aliases): Simplify.
7224         * anti.texi, backups.texi, compile.texi, customization.texi:
7225         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7226         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7227         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7228         * variables.texi: Fix formatting ugliness.
7230         * elisp.texi: Add links to Rings and Byte Packing.
7231         Update version and copyright years.
7233         * minibuf.texi: Fix formatting ugliness.
7234         (Completion Commands): Move keymap vars to the end
7235         and vars completing-read binds to the top.
7237 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7239         * processes.texi: Fix typos.
7240         (Bindat Spec): Correct Texinfo error.
7241         (Byte Packing): Fix ungrammatical sentence.
7243 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
7245         * lists.texi (Rings): New node.
7246         (Lists): Add it to menu.
7248         * processes.texi (Byte Packing): New node.
7249         (Processes): Add it to menu.
7251 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7253         * syntax.texi (Parsing Expressions): Fix texinfo usage.
7255         * help.texi (Documentation Basics): Explain the xref to
7256         Documentation Tips.
7258         * debugging.texi (Debugger Commands): Minor fix.
7260 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
7262         * edebug.texi (Instrumenting): Eliminate duplicate link.
7263         (Specification List): Replace references to "below", referring to
7264         a later node, with one @ref to that node.
7266         * os.texi (Timers): Timers should save and restore the match data
7267         if they change it.
7269         * debugging.texi (Debugger Commands): Mention that the Lisp
7270         debugger can not step through primitive functions.
7272 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7274         * functions.texi (Obsolete Functions): Update argument names of
7275         `make-obsolete' and `define-obsolete-function-alias'.
7277         * variables.texi (Variable Aliases): Update argument names of
7278         `defvaralias', `make-obsolete-variable' and
7279         `define-obsolete-variable-alias'.
7281 2005-06-15  Kim F. Storm  <storm@cua.dk>
7283         * searching.texi (Entire Match Data): Rephrase warnings about
7284         evaporate arg to match-data and set-match-data.
7286 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
7288         * elisp.texi (Top): Update detailed menu.
7290         * edebug.texi (Edebug): Update menu.
7291         (Instrumenting): Update xrefs.
7292         (Edebug Execution Modes): Correct xref.
7293         (Jumping): Clarify description of `h' command.
7294         Eliminate redundant @ref.
7295         (Breaks): New node.
7296         (Breakpoints): Is now a subsubsection.
7297         (Global Break Condition): Mention `C-x X X'.
7298         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
7299         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7300         (Edebug Display Update): Correct pxref.
7301         (Edebug and Macros): New node.
7302         (Instrumenting Macro Calls): Is now a subsubsection.
7303         Neither arg of `def-edebug-spec' is evaluated.
7304         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7305         (Specification Examples): Fix typo.
7307 2005-06-14  Lute Kamstra  <lute@gnu.org>
7309         * debugging.texi (Function Debugging): Primitives can break on
7310         entry too.
7312 2005-06-14  Kim F. Storm  <storm@cua.dk>
7314         * variables.texi (Setting Variables): Add add-to-ordered-list.
7316 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7318         * syntax.texi (Parsing Expressions): Document aux functions and vars of
7319         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7321 2005-06-13  Lute Kamstra  <lute@gnu.org>
7323         * text.texi (Special Properties): Fix cross reference.
7325 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7327         * debugging.texi (Function Debugging): Delete mention of empty
7328         string argument to `cancel-debug-on-entry'.  Delete inaccurate
7329         description of the return value of that command.
7331 2005-06-11  Alan Mackenzie  <acm@muc.de>
7333         * text.texi (Adaptive Fill): Amplify the description of
7334         fill-context-prefix.
7336 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7338         * syntax.texi (Parsing Expressions): Fix Texinfo error.
7340 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7342         * syntax.texi (Parsing Expressions): Document syntax-ppss.
7344 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7346         * debugging.texi (Error Debugging): Minor rewording.
7347         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7348         is optional.
7350 2005-06-10  Lute Kamstra  <lute@gnu.org>
7352         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7353         (Top): Give it a title.  Correct version number.  Give the
7354         detailed node listing a more prominent header.
7355         * intro.texi: Don't set VERSION here a second time.
7356         Mention Emacs's version too.
7357         * anti.texi (Antinews): Use EMACSVER to refer to the current
7358         version of Emacs.
7360 2005-06-09  Kim F. Storm  <storm@cua.dk>
7362         * searching.texi (Entire Match Data): Explain new `reseat' argument to
7363         match-data and set-match-data.
7365 2005-06-08  Richard M. Stallman  <rms@gnu.org>
7367         * searching.texi (Entire Match Data): Clarify when match-data
7368         returns markers and when integers.
7370         * display.texi (Defining Faces): Explain that face name should not
7371         end in `-face'.
7373         * modes.texi (Mode Line Data): Minor cleanup.
7374         (Customizing Keywords): Node split out of Search-based Fontification.
7375         Add example of using font-lock-add-keywords from a hook.
7376         Clarify when MODE should be non-nil, and when nil.
7378 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7380         * modes.texi (Mode Line Data): Explain what happens when the car
7381         of a list is a void symbol.
7382         (Search-based Fontification): Explain MODE arg to
7383         font-lock-add-keywords and warn about calls from major modes.
7385 2005-06-08  Juri Linkov  <juri@jurta.org>
7387         * display.texi (Standard Faces): Add `shadow' face.
7389 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7391         * modes.texi (Major Mode Conventions): A derived mode only needs
7392         to put the call to the parent mode inside `delay-mode-hooks'.
7394 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7396         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7397         new, and what that implies.  Clarify.
7399         * files.texi (Locating Files): Clean up the text.
7401         * frames.texi (Window Frame Parameters): Document user-size.
7402         Shorten entry for top by referring to left.
7404 2005-05-26  Richard M. Stallman  <rms@gnu.org>
7406         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7407         is new, and what the implications are.  Other clarifications.
7409 2005-05-24  Richard M. Stallman  <rms@gnu.org>
7411         * frames.texi (Dialog Boxes): Minor fixes.
7413 2005-05-25  Masatake YAMATO  <jet@gyve.org>
7415         * display.texi (Standard Faces): Write about `mode-line-highlight'.
7417 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7419         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7420         is optional.
7422 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
7424         * frames.texi (Dialog Boxes): Describe new optional argument.
7426 2005-05-23  Lute Kamstra  <lute@gnu.org>
7428         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7429         syntax-begin-function over font-lock-beginning-of-syntax-function.
7431 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
7433         * minibuf.texi (Reading File Names): Update description of
7434         `read-directory-name'.
7436         * modes.texi (Derived Modes): Clarify :group keyword.
7438 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
7440         * files.texi (Locating Files): New subsection.
7441         Describe locate-file and executable-find.
7443 2005-05-21  Kevin Ryde  <user42@zip.com.au>
7445         * frames.texi (Initial Parameters): Update cross reference to
7446         "Emacs Invocation".
7448 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
7450         * keymaps.texi (Active Keymaps): Add anchor.
7452         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7453         (Major Mode Conventions): Refer to `Auto Major Mode' in more
7454         appropriate place.
7455         (Derived Modes): Small clarifications.
7456         (Minor Mode Conventions, Keymaps and Minor Modes):
7457         Replace references to nodes with references to anchors.
7458         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7459         Clarify description of lists whose first element is an integer.
7460         (Mode Line Variables): Add anchor.
7461         (%-Constructs): Clarify description of integer after %.
7462         (Emulating Mode Line): Describe nil value for FACE.
7464 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7466         * modes.texi (Derived Modes): Correct references to non-existing
7467         variable standard-syntax-table.
7469 2005-05-17  Lute Kamstra  <lute@gnu.org>
7471         * modes.texi (Defining Minor Modes): Mention the mode hook.
7473 2005-05-15  Kim F. Storm  <storm@cua.dk>
7475         * processes.texi (Network): Remove open-network-stream-nowait.
7476         (Network Servers): Remove open-network-stream-server.
7478 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
7480         * elisp.texi (Top): Update detailed menu.
7482         * variables.texi: Reorder nodes.
7483         (Variables): Update menu.
7484         (File Local Variables): Do not refer to the `-*-' line as
7485         a "local variables list".  Add pxref.
7487 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7489         * elisp.texi (Top): Update detailed menu for node changes.
7491         * modes.texi (Modes): Update Menu.
7492         (Hooks): Move to beginning of chapter.
7493         Most minor modes run mode hooks too.
7494         `add-hook' can handle void hooks or hooks whose value is a single
7495         function.
7496         (Major Modes): Update Menu.
7497         (Major Mode Basics): New node, split off from `Major Modes'.
7498         (Major Mode Conventions): Correct xref.  Explain how to handle
7499         auto-mode-alist if the major mode command has an autoload cookie.
7500         (Auto Major Mode): Major update.  Add magic-mode-alist.
7501         (Derived Modes): Major update.
7502         (Mode Line Format): Update Menu.
7503         (Mode Line Basics): New node, split off from `Mode Line Format'.
7505         * loading.texi (Autoload): Mention `autoload cookie' as synonym
7506         for `magic autoload comment'.  Add index entries and anchor.
7508 2005-05-14  Richard M. Stallman  <rms@gnu.org>
7510         * tips.texi (Coding Conventions): Explain how important it is
7511         that just loading certain files not change Emacs behavior.
7513         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7515 2005-05-12  Lute Kamstra  <lute@gnu.org>
7517         * modes.texi (Generic Modes): Update.
7518         (Major Modes): Refer to node "Generic Modes".
7520         * elisp.texi (Top): Update to the current structure of the manual.
7521         * processes.texi (Processes): Add menu description.
7522         * customize.texi (Customization): Add menu descriptions.
7524 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7526         * processes.texi (Signals to Processes)
7527         (Low-Level Network): Fix typos.
7529 2005-05-11  Lute Kamstra  <lute@gnu.org>
7531         * elisp.texi (Top): Add some nodes from the chapter "Major and
7532         Minor Modes" to the detailed node listing.
7534 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7536         * keymaps.texi (Extended Menu Items): Menu item filter functions
7537         can be called at any time.
7539 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7541         * variables.texi (File Local Variables): `(hack-local-variables t)'
7542         now also checks whether a mode is specified in the local variables
7543         list.
7545 2005-05-05  Kevin Ryde  <user42@zip.com.au>
7547         * display.texi (The Echo Area): Correct format function cross
7548         reference.
7550 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
7552         * variables.texi (Variable Aliases): Change description of
7553         `define-obsolete-variable-alias'.
7555         * functions.texi (Functions): Add "Obsolete Functions" to menu.
7556         (Defining Functions): Add xref.
7557         (Obsolete Functions): New node.
7558         (Function Safety): Standardize capitalization of section title.
7560         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7561         (Dialog Boxes): Complete description of `x-popup-dialog'.
7563 2005-05-04  Richard M. Stallman  <rms@gnu.org>
7565         * commands.texi (Interactive Codes): Fix Texinfo usage.
7566         Document U more clearly.
7568 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7570         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7571         function and not a macro.
7573         * frames.texi (Pop-Up Menus): Correct and clarify description of
7574         `x-popup-menu'.
7575         (Dialog Boxes): Clarify description of `x-popup-dialog'.
7577 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7579         * edebug.texi (Checking Whether to Stop): Fix previous change.
7581 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7583         * display.texi: Fix typos and Texinfo usage.
7585         * edebug.texi (Checking Whether to Stop): executing-macro ->
7586         executing-kbd-macro.
7588 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7590         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7592 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7594         * files.texi (Magic File Names): Document `operations' property.
7596 2005-04-29  Lute Kamstra  <lute@gnu.org>
7598         * modes.texi (Generic Modes): New node.
7599         (Major Modes): Add it to the menu.
7600         (Derived Modes): Add "derived mode" to concept index.
7602 2005-04-28  Lute Kamstra  <lute@gnu.org>
7604         * modes.texi (Defining Minor Modes): Fix previous change.
7605         (Font Lock Mode): Simplify.
7606         (Font Lock Basics): Say that font-lock-defaults is buffer-local
7607         when set and that some parts are optional.  Add cross references.
7608         (Search-based Fontification): Say how to specify font-lock-keywords.
7609         Add cross references.  Add font-lock-multiline to index.
7610         Move font-lock-keywords-case-fold-search here from node "Other Font
7611         Lock Variables".  Document font-lock-add-keywords and
7612         font-lock-remove-keywords.
7613         (Other Font Lock Variables): Move font-lock-keywords-only,
7614         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7615         and font-lock-syntactic-face-function to node "Syntactic Font
7616         Lock".  Move font-lock-keywords-case-fold-search to node
7617         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
7618         and font-lock-{,un}fontify-{buffer,region}-function.
7619         (Precalculated Fontification): Remove reference to deleted variable
7620         font-lock-core-only.
7621         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7622         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
7623         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7624         and font-lock-syntactic-face-function here from node "Other Font
7625         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
7626         Syntax Properties".  Add cross references.
7627         (Setting Syntax Properties): New node.
7628         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7629         * syntax.texi (Syntax Properties): Add cross reference.
7630         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7632 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7634         * display.texi (Defining Faces):
7635         Document `default' elements of defface spec.
7637         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7639         * variables.texi (Variable Aliases): Clarify text.
7641 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7643         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7645 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7647         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7649 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7651         * syntax.texi (Syntax Table Internals): Elaborate documentation of
7652         syntax-after and syntax-class.
7654         * files.texi (Changing Files): Fix last change's cross-reference.
7655         (Unique File Names): Don't mention "numbers" in the documentation
7656         of make-temp-file and make-temp-name.
7658 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7660         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7662 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7664         * windows.texi (Cyclic Window Ordering): Clarify window-list.
7666 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7668         * variables.texi (Variable Aliases): Describe make-obsolete-variable
7669         and define-obsolete-variable-alias.
7671 2005-04-22  Kim F. Storm  <storm@cua.dk>
7673         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7674         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7676 2005-04-21  Lute Kamstra  <lute@gnu.org>
7678         * lists.texi (Association Lists): Document rassq-delete-all.
7680 2005-04-19  Richard M. Stallman  <rms@gnu.org>
7682         * modes.texi (Search-based Fontification): Explain that
7683         facespec is an expression to be evaluated.
7685 2005-04-19  Kevin Ryde  <user42@zip.com.au>
7687         * streams.texi (Output Functions): Fix xref.
7688         * strings.texi (String Conversion): Fix xref.
7690 2005-04-19  Kim F. Storm  <storm@cua.dk>
7692         * symbols.texi (Symbol Plists): Add safe-get.
7693         Mention that `get' may signal an error.
7695 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7697         * customize.texi (Variable Definitions): Replace tooltip-mode
7698         example with save-place.
7700 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7702         * buffers.texi (Indirect Buffers): Clarify.
7704         * positions.texi (Positions): Clarify converting marker to integer.
7706         * strings.texi (String Basics): Mention string-match; clarify.
7708 2005-04-08  Lute Kamstra  <lute@gnu.org>
7710         * modes.texi (Search-based Fontification): Fix cross references.
7711         Use consistent terminology.  Document anchored highlighting.
7713 2005-04-05  Lute Kamstra  <lute@gnu.org>
7715         * modes.texi (Defining Minor Modes): Document :group keyword
7716         argument and its default value.
7718 2005-04-03  Lute Kamstra  <lute@gnu.org>
7720         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
7721         references and/or descriptions.  Delete major mode hooks; mention
7722         them as a category instead.  Rename or delete obsolete hooks.
7724 2005-04-02  Richard M. Stallman  <rms@gnu.org>
7726         * nonascii.texi (Coding System Basics): Another wording cleanup.
7728 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7730         * nonascii.texi (Coding System Basics): Clarify previous change.
7732 2005-04-01  Kenichi Handa  <handa@m17n.org>
7734         * nonascii.texi (Coding System Basics): Describe about roundtrip
7735         identity of coding systems.
7737 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7739         * text.texi (Buffer Contents): Add filter-buffer-substring and
7740         buffer-substring-filters.
7742 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
7744         * anti.texi (Antinews): Mention `G' interactive code.
7746         * tips.texi (Compilation Tips): Mention benchmark.el.
7748 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7750         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7751         is now bound to M-o M-o.
7753         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7755 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7757         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7758         in the Emacs Manual).
7759         * Makefile.in (srcs): Remove calendar.texi.
7760         * makefile.w32-in (srcs): Remove calendar.texi.
7761         * display.texi (Display): Change name of next node.
7762         * os.texi (System In): Change name of previous node.
7763         * elisp.texi (Top): Remove Calendar references.
7764         * vol1.texi (Top): Remove Calendar references.
7765         * vol2.texi (Top): Remove Calendar references.
7767 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7769         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7770         Cleanup previous change.
7772 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7774         * display.texi (Face Attributes): Faces earlier in an :inherit
7775         list take precedence.
7776         (Scroll Bars): Fix description of vertical-scroll-bars.
7777         Document frame-current-scroll-bars and window-current-scroll-bars.
7779         * markers.texi (The Mark): Document temporary Transient Mark mode.
7781         * minibuf.texi (Reading File Names):
7782         Document read-file-name-completion-ignore-case.
7784         * positions.texi (Screen Lines): Document nil for width argument
7785         to compute-motion.
7787 2005-03-23  Kim F. Storm  <storm@cua.dk>
7789         * display.texi (Standard Faces): Other faces used in the fringe
7790         implicitly inherits from the fringe face.
7791         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7792         properties implicitly inherits from fringe face.
7793         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7795 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7797         * display.texi (Invisible Text): State default value of
7798         line-move-ignore-invisible.
7799         (Managing Overlays): Document remove-overlays.
7800         (Standard Faces): Document escape-glyph face.
7802         * minibuf.texi (Reading File Names): Document read-file-name-function.
7804         * modes.texi (Other Font Lock Variables):
7805         Document font-lock-lines-before.
7807         * positions.texi (Skipping Characters): skip-chars-forward allows
7808         character classes.
7810 2005-03-18  Lute Kamstra  <lute@gnu.org>
7812         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7814 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7816         * text.texi (Undo): Document extensible undo entries.
7818         * searching.texi (String Search, Regexp Search): Cleanups.
7820         * nonascii.texi (Character Codes): Minor fix.
7822         * display.texi (Display Property): Explain the significance
7823         of having text properties that are eq.
7824         (Other Display Specs): Explain string as display spec.
7826         * commands.texi (Interactive Codes): Document G option.
7828 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
7830         * text.texi (Filling): Add sentence-end-without-period and
7831         sentence-end-without-space.
7832         (Changing Properties): Minor fix.
7834         * anti.texi: Total rewrite.
7836 2005-03-15  Lute Kamstra  <lute@gnu.org>
7838         * edebug.texi (Instrumenting Macro Calls): Fix typos.
7840 2005-03-08  Kim F. Storm  <storm@cua.dk>
7842         * display.texi (Specified Space): Property :width is support on
7843         non-graphic terminals, :height is not.
7845 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7847         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7848         Now subnodes of Fringes.
7849         (Overlay Arrow): Document overlay-arrow-variable-list.
7850         (Fringe Size/Pos): New node, broken out of Fringes.
7851         (Display): Explain clearing vs redisplay better.
7852         (Truncation): Clarify use of bitmaps.
7853         (The Echo Area): Clarify the uses of the echo area.
7854         Add max-mini-window-height.
7855         (Progress): Clarify.
7856         (Invisible Text): Explain that main loop moves point out.
7857         (Selective Display): Say "hidden", not "invisible".
7858         (Managing Overlays): Move up.  Describe relation to Undo here.
7859         (Overlay Properties): Clarify intro.
7860         (Finding Overlays): Explain return values when nothing found.
7861         (Width): truncate-string-to-width has added arg.
7862         (Displaying Faces): Clarify and update mode line face handling.
7863         (Face Functions): Minor cleanup.
7864         (Conditional Display): Merge into Other Display Specs.
7865         (Pixel Specification, Other Display Specs): Minor cleanups.
7866         (Images, Image Descriptors): Minor cleanups.
7867         (GIF Images): Patents have expired.
7868         (Showing Images): Explain default text for insert-image.
7869         (Manipulating Button Types): Merge into Manipulating Buttons.
7870         (Making Buttons): Explain return values.
7871         (Button Buffer Commands): Add xref.
7872         (Inverse Video): Update mode-line-inverse-video.
7873         (Display Table Format): Clarify.
7874         (Active Display Table): Give defaults for window-display-table.
7876         * calendar.texi (Calendar Customizing): calendar-holiday-marker
7877         and calendar-today-marker are strings, not chars.
7878         (Holiday Customizing): Minor fix.
7880         * internals.texi (Writing Emacs Primitives): Update `or' example.
7881         Update limit on # args of subr.
7883         * edebug.texi (Using Edebug): Arrow is in fringe.
7884         (Instrumenting): Arg to eval-defun works without loading edebug.
7885         (Edebug Execution Modes): Add xref.
7887         * customize.texi (Common Keywords): Clarify :require.
7888         Mention :version here.
7889         (Variable Definitions, Group Definitions): Not here.
7890         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7892 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
7893         * nonascii.texi (Text Representations): Clarify position-bytes.
7894         (Character Sets): Add list-charset-chars.
7895         (Scanning Charsets): Add charset-after.
7896         (Encoding and I/O): Minor fix.
7898 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7900         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7901         (Resizing Windows): Likewise.
7903         * text.texi (Change Hooks): Get rid of "Emacs 21".
7905         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7907         * streams.texi (Output Variables): Get rid of "Emacs 21".
7909         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7911         * os.texi (Translating Input): Replace flow-control example
7912         with a less obsolete example that uses `keyboard-translate'.
7914         * objects.texi (Hash Table Type, Circular Objects):
7915         Get rid of "Emacs 21".
7917         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7918         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7920         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7922         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7924         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7925         (Menu Bar): Fix when menu-bar-update-hook is called.
7927         * hash.texi (Hash Tables): Get rid of "Emacs 21".
7929         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7930         and make it read better.
7932         * files.texi (Writing to Files): Get rid of "Emacs 21".
7933         (Unique File Names): Likewise.
7935         * elisp.texi: Update Emacs version to 22.
7937         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7938         (Overlay Properties, Face Attributes): Likewise.
7939         (Managing Overlays): Fix punctuation.
7940         (Attribute Functions): Clarify set-face-font; get rid of
7941         info about old Emacs versions.
7942         (Auto Faces, Font Lookup, Display Property, Images):
7943         Get rid of "Emacs 21".
7945         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7947 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7949         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7951 2005-03-04  Lute Kamstra  <lute@gnu.org>
7953         * debugging.texi (Error Debugging): Document stack-trace-on-error.
7955 2005-03-03  Lute Kamstra  <lute@gnu.org>
7957         * edebug.texi (Instrumenting Macro Calls): Fix typo.
7959 2005-03-01  Lute Kamstra  <lute@gnu.org>
7961         * debugging.texi (Debugger Commands): Update `j'.
7963 2005-02-28  Lute Kamstra  <lute@gnu.org>
7965         * debugging.texi (Debugging): Fix typo.
7966         (Error Debugging): Document eval-expression-debug-on-error.
7967         (Function Debugging): Update example.
7968         (Using Debugger): Mention starred stack frames.
7969         (Debugger Commands): Document `j' and `l'.
7970         (Invoking the Debugger): `d' and `j' exit recursive edit too.
7971         Update the messages that the debugger displays.
7972         (Internals of Debugger): Add cross reference.  Update example.
7973         (Excess Open): Minor improvement.
7974         (Excess Close): Minor improvement.
7976 2005-02-26  Richard M. Stallman  <rms@gnu.org>
7978         * tips.texi (Coding Conventions): Clarify.
7979         Put all the major mode key reservations together.
7980         Mention the Mouse-1 => Mouse-2 conventions.
7982         * syntax.texi (Syntax Class Table): Clarify.
7983         (Syntax Table Functions): syntax-after moved from here.
7984         (Syntax Table Internals): syntax-after moved to here.
7985         (Parsing Expressions): Update info on number of values
7986         and what's meaningful in the STATE argument.
7987         (Categories): Fix typo.
7989         * sequences.texi (Arrays): Cleanup.
7990         (Char-Tables): Clarify.
7992         * processes.texi (Deleting Processes): Cleanups, add xref.
7993         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
7994         (Process Information): set-process-coding-system, some args optional.
7995         (Input to Processes): Explain various types for PROCESS args.
7996         Rename them from PROCESS-NAME to PROCESS.
7997         (Signals to Processes): Likewise.
7998         (Decoding Output): Cleanup.
7999         (Query Before Exit): Clarify.
8001         * os.texi (Startup Summary): Correct the options; add missing ones.
8002         (Terminal Output, Batch Mode): Clarify.
8003         (Flow Control): Node deleted.
8005         * markers.texi (The Mark): Clarify.
8007         * macros.texi (Expansion): Cleanup.
8008         (Indenting Macros): indent-spec allows ints, not floats.
8010         * keymaps.texi (Keymaps): Clarify.
8011         (Format of Keymaps): Update lisp-mode-map example.
8012         (Active Keymaps, Key Lookup): Clarify.
8013         (Changing Key Bindings): Add xref to `kbd'.
8014         (Key Binding Commands, Simple Menu Items): Clarify.
8015         (Mouse Menus, Menu Bar): Clarify.
8016         (Menu Example): Replace print example with menu-bar-replace-menu.
8018         * help.texi (Documentation Basics): Add function-documentation prop.
8020         * elisp.texi (Top): Don't refer to Flow Control node.
8022         * commands.texi (Command Overview): Improve xrefs.
8023         (Adjusting Point): Adjusting point applies to intangible and invis.
8024         (Key Sequence Input): Doc extra read-key-sequence args.
8025         Likewise for read-key-sequence-vector.
8027         * backups.texi (Rename or Copy): Minor fix.
8028         (Numbered Backups): For version-control, say the default.
8029         (Auto-Saving): make-auto-save-file-name example is simplified.
8031         * advice.texi (Advising Functions): Don't imply one part of Emacs
8032         should advise another part.  Markup changes.
8033         (Defining Advice): Move transitional para.
8034         (Activation of Advice): Cleanup.
8035         Explain if COMPILE is nil or negative.
8037         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8039 2005-02-24  Lute Kamstra  <lute@gnu.org>
8041         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8042         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8044 2005-02-23  Lute Kamstra  <lute@gnu.org>
8046         * modes.texi (Defining Minor Modes): define-minor-mode can be used
8047         to define global minor modes as well.
8049         * display.texi (Managing Overlays): overlay-buffer returns nil for
8050         deleted overlays.
8052 2005-02-22  Kim F. Storm  <storm@cua.dk>
8054         * minibuf.texi (Basic Completion): Allow symbols in addition to
8055         strings in try-completion and all-completions.
8057 2005-02-14  Lute Kamstra  <lute@gnu.org>
8059         * elisp.texi (Top): Remove reference to deleted node.
8061         * lists.texi (Lists): Remove reference to deleted node.
8062         (Cons Cells): Fix typo.
8064         * loading.texi (Where Defined): Fix typo.
8066 2005-02-14  Richard M. Stallman  <rms@gnu.org>
8068         * variables.texi (Creating Buffer-Local): change-major-mode-hook
8069         is useful for discarding some minor modes.
8071         * symbols.texi (Symbol Components): Reorder examples.
8073         * streams.texi (Input Functions): State standard-input default.
8074         (Output Variables): State standard-output default.
8076         * objects.texi (Printed Representation): Clarify read syntax vs print.
8077         (Floating Point Type): Explain meaning better.
8078         (Symbol Type): Explain uniqueness better.
8079         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
8080         List examples sooner.
8081         (Box Diagrams): New subnode broken out.
8082         Some examples moved from old Lists as Boxes node.
8083         (Dotted Pair Notation): Clarify intro.
8084         (Array Type): Clarify.
8085         (Type Predicates): Add hash-table-p.
8087         * numbers.texi (Integer Basics): Clarify radix explanation.
8088         (Predicates on Numbers): Minor clarification.
8089         (Comparison of Numbers): Minor clarification.  Clarify eql.
8090         Typos in min, max.
8091         (Math Functions): Clarify overflow in expt.
8093         * minibuf.texi (Text from Minibuffer): Minor clarification.
8094         Mention arrow keys.
8096         * loading.texi (Autoload): defun's doc string overrides autoload's
8097         doc string.
8098         (Repeated Loading): Modernize "add to list" examples.
8099         (Where Defined): Finish updating table of load-history elts.
8101         * lists.texi (List-related Predicates): Minor wording improvement.
8102         (Lists as Boxes): Node deleted.
8103         (Building Lists): Explain trivial cases of number-sequence.
8105         * hash.texi (Hash Tables): Add desc to menu items.
8106         (Creating Hash): Explain "full" means "make larger".
8107         (Hash Access): Any object can be a key.
8108         State value of maphash.
8110         * functions.texi (What Is a Function): Wording cleanup.
8111         (Function Documentation): Minor cleanup.
8112         Explain purpose of calling convention at end of doc string.
8113         (Function Names): Wording cleanup.
8114         (Calling Functions): Wording cleanup.
8115         Explain better how funcall calls the function.
8116         (Function Cells): Delete example of saving and redefining function.
8118         * control.texi (Combining Conditions): Wording cleanup.
8119         (Iteration): dolist and dotimes bind VAR locally.
8120         (Cleanups): Xref to Atomic Changes.
8122         * compile.texi (Byte Compilation): Delete 19.29 info.
8123         (Compilation Functions): Macros' difficulties don't affect defsubst.
8124         (Docs and Compilation): Delete 19.29 info.
8126 2005-02-10  Richard M. Stallman  <rms@gnu.org>
8128         * objects.texi (Symbol Type): Minor correction.
8130 2005-02-06  Lute Kamstra  <lute@gnu.org>
8132         * modes.texi (Example Major Modes): Fix typos.
8134 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8136         * text.texi (Margins): fill-nobreak-predicate can be one function.
8138         * strings.texi (Modifying Strings): clear-string can make unibyte.
8139         (Formatting Strings): format gives error if values missing.
8141         * positions.texi (Character Motion): Mention default arg
8142         for forward-char.  backward-char refers to forward-char.
8143         (Word Motion): Mention default arg for forward-word.
8144         (Buffer End Motion): Mention default arg for beginning-of-buffer.
8145         Simplify end-of-buffer.
8146         (Text Lines): Mention default arg for forward-line.
8147         (List Motion): Mention default arg for beginning/end-of-defun.
8148         (Skipping Characters): Minor fixes in explaining character-set.
8150         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8151         Mode inheritance applies only when default-major-mode is nil.
8152         Clarifications.
8153         (Example Major Modes): Update Text mode and Lisp mode examples.
8154         (Minor Mode Conventions): Mention define-minor-mode at top.
8155         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8156         (Mode Line Format): Update mode line face display info.
8157         (Properties in Mode): Mention effect of risky vars.
8158         (Imenu): Define imenu-add-to-menubar.
8159         (Font Lock Mode): Add descriptions to menu lines.
8160         (Faces for Font Lock): Add font-lock-doc-face.
8162 2005-02-05  Lute Kamstra  <lute@gnu.org>
8164         * text.texi (Maintaining Undo): Remove obsolete function.
8166 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8168         * frames.texi (Color Names): Add pointer to the X docs about RGB
8169         color specifications.  Improve indexing.
8170         (Text Terminal Colors): Replace the description of RGB values by
8171         an xref to "Color Names".
8173 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8175         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8176         Clarify.
8177         (Selecting Windows): Clarify save-selected-window.
8178         (Cyclic Window Ordering): Clarify walk-windows.
8179         (Window Point): Clarify.
8180         (Window Start): Add comment to example.
8181         (Resizing Windows): Add `interactive' specs in examples.
8182         Document fit-window-to-buffer.
8184         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8185         (Undo, Maintaining Undo): Clarify last change.
8186         (Sorting): In sort-numeric-fields, explain about octal and hex.
8187         Mention sort-numeric-base.
8188         (Format Properties): Add xref for hard newlines.
8190         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8191         (Pop-Up Menus): Fix typo.
8192         (Color Names): Explain all types of color names.
8193         Explain color-values on B&W terminal.
8194         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
8196         * files.texi (File Locks): Not supported on MS systems.
8197         (Testing Accessibility): Clarify.
8199         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8200         (Coverage Testing): Fix typo.
8202         * commands.texi (Misc Events): Remove stray space.
8204         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8205         (Modification Time): Clarify when visited-file-modtime returns 0.
8206         (The Buffer List): Clarify bury-buffer.
8207         (Killing Buffers): Clarify.
8208         (Indirect Buffers): Add clone-indirect-buffer.
8210 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
8212         * edebug.texi (Printing in Edebug): Fix default value of
8213         edebug-print-circle.
8214         (Coverage Testing): Fix displayed frequency count data.
8216 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
8218         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8220 2005-02-02  Kim F. Storm  <storm@cua.dk>
8222         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8224 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
8226         * commands.texi (Misc Events): Describe the help-echo event.
8228         * text.texi (Special Properties) <help-echo>: Use `pos'
8229         consistently in description of the help-echo property.
8230         Use @code{nil} instead of @var{nil}.
8232         * display.texi (Overlay Properties): Fix the index entry for
8233         help-echo overlay property.
8235         * customize.texi (Type Keywords): Uncomment the xref to the
8236         help-echo property documentation.
8238 2005-01-23  Kim F. Storm  <storm@cua.dk>
8240         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8241         return value.  Third element FULLY replaced by PARTIAL which
8242         specifies number of invisible pixels if row is only partially visible.
8243         (Textual Scrolling): Mention auto-window-vscroll.
8244         (Vertical Scrolling): New defvar auto-window-vscroll.
8246 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
8248         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8249         command remapping.
8251 2005-01-15  Richard M. Stallman  <rms@gnu.org>
8253         * display.texi (Defining Images): Mention DATA-P arg of create-image.
8255 2005-01-14  Kim F. Storm  <storm@cua.dk>
8257         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8259         * text.texi (Links and Mouse-1): Fix string and vector item.
8261 2005-01-13  Richard M. Stallman  <rms@gnu.org>
8263         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8264         descriptions of overriding-local-map and overriding-terminal-local-map.
8266         * text.texi (Links and Mouse-1): Clarify text.
8268 2005-01-13  Kim F. Storm  <storm@cua.dk>
8270         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8272 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
8274         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8276 2005-01-12  Kim F. Storm  <storm@cua.dk>
8278         * text.texi (Links and Mouse-1): Rename section from Enabling
8279         Mouse-1 to Following Links.  Change xrefs.
8280         Add examples for define-button-type and define-widget.
8282         * display.texi (Button Properties, Button Buffer Commands):
8283         Clarify mouse-1 and follow-link functionality.
8285 2005-01-12  Richard M. Stallman  <rms@gnu.org>
8287         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8289         * display.texi (Beeping): Fix Texinfo usage.
8291         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8293 2005-01-11  Kim F. Storm  <storm@cua.dk>
8295         * display.texi (Button Properties, Button Buffer Commands):
8296         Mention mouse-1 binding.  Add follow-link keyword.
8298         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8299         (Enabling Mouse-1 to Follow Links): New subsection.
8301 2005-01-06  Richard M. Stallman  <rms@gnu.org>
8303         * text.texi (Special Properties): Minor change.
8305         * os.texi (Timers): Clarify previous change.
8307         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8309 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
8311         * display.texi (Face Attributes): Correct xref to renamed node.
8313 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8315         * display.texi (Face Attributes): Describe hex color specs.
8317 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8319         * os.texi (Timers): Update previous change.
8321 2004-12-30  Kim F. Storm  <storm@cua.dk>
8323         * display.texi (Line Height): Total line-height is now specified
8324         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
8325         in cons cells.  (nil . RATIO) is relative to actual line height.
8326         Use line-height `t' instead of `0' to get minimum height.
8328 2004-12-29  Richard M. Stallman  <rms@gnu.org>
8330         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8332 2004-12-28  Richard M. Stallman  <rms@gnu.org>
8334         * commands.texi (Quitting): Clarify value of with-local-quit.
8336         * elisp.texi (Top): Fix previous change.
8338         * loading.texi (Loading): Fix previous change.
8340 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8342         * Makefile.in (MAKEINFO): Specify --force.
8344         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8346         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8348         * display.texi (Line Height): Further clarify.
8350         * elisp.texi (Top): Update Loading submenu.
8352         * loading.texi (Where Defined): New node.
8353         (Unloading): load-history moved to Where Defined.
8355 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8357         * commands.texi (Event Input Misc): Add while-no-input.
8359 2004-12-11  Richard M. Stallman  <rms@gnu.org>
8361         * display.texi (Line Height): Rewrite text for clarity.
8363 2004-12-11  Kim F. Storm  <storm@cua.dk>
8365         * display.texi (Display): Add node "Line Height" to menu.
8366         (Line Height): New node.  Move full description of line-spacing
8367         and line-height text properties here from text.texi.
8368         (Scroll Bars): Add vertical-scroll-bar variable.
8370         * frames.texi (Window Frame Parameters): Remove line-height defvar.
8372         * locals.texi (Standard Buffer-Local Variables): Fix xref for
8373         line-spacing and vertical-scroll-bar.
8375         * text.texi (Special Properties): Just mention line-spacing and
8376         line-height here, add xref to new "Line Height" node.
8378 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
8380         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8382         * locals.texi (Standard Buffer-Local Variables):
8383         Add @xref for `line-spacing'.
8385 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8387         * Makefile.in (maintainer-clean): Remove the info files
8388         in $(infodir) where they are created.
8390 2004-12-03  Richard M. Stallman  <rms@gnu.org>
8392         * windows.texi (Selecting Windows): get-lru-window and
8393         get-largest-window don't consider dedicated windows.
8395         * text.texi (Undo): Document undo-in-progress.
8397 2004-11-26  Richard M. Stallman  <rms@gnu.org>
8399         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8400         Remove a few vars that are not always buffer-local.
8402 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
8404         * locals.texi (Standard Buffer-Local Variables): Comment out
8405         xref's to non-existent node `Yet to be written'.
8407 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8409         * processes.texi (Synchronous Processes): Grammar fix.
8411         * numbers.texi (Comparison of Numbers): Add eql.
8413         * locals.texi (Standard Buffer-Local Variables): Add many vars.
8415         * intro.texi (Printing Notation): Fix previous change.
8417         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8418         and default-indicate-buffer-boundaries from here.
8419         (Usual Display): To here.
8420         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8421         (Usual Display): Move tab-width up.
8423         * customize.texi (Variable Definitions):
8424         Replace show-paren-mode example with tooltip-mode.
8425         (Simple Types, Composite Types, Defining New Types):
8426         Minor cleanups.
8428 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
8430         * processes.texi (Synchronous Processes, Output from Processes):
8431         Markup fix.
8433 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8435         * positions.texi (Skipping Characters): skip-chars-forward
8436         now handles char classes.
8438         * intro.texi (Printing Notation): Avoid confusion of `print'
8439         when explaining @print.
8441         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8443         * display.texi (Display Table Format): Minor fix.
8445         * streams.texi (Output Functions): Fix print example.
8447         * Makefile.in (elisp): New target.
8448         (dist): Depend on $(infodir)/elisp, not elisp.
8449         Copy the info files from $(infodir).
8451         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8452         read-from-minibuffer.
8454         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8456 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8458         * searching.texi (Regexp Search): Add search-whitespace-regexp.
8460 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
8462         * tips.texi (Coding Conventions): Fix typo.
8464 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8466         * tips.texi (Coding Conventions): Separate defvar and require
8467         methods to avoid warnings.  Use require only when there are many
8468         functions and variables from that package.
8470         * minibuf.texi (Minibuffer Completion): When ignoring case,
8471         predicate must not be case-sensitive.
8473         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8474         (Test Coverage): Don't talk about "splotches".  Clarified.
8476 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
8478         * frames.texi (Window Frame Parameters): Fix typo.
8480 2004-11-15  Kim F. Storm  <storm@cua.dk>
8482         * symbols.texi (Other Plists): Note that plist-get may signal error.
8483         Add safe-plist-get.
8485 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
8487         * modes.texi (Font Lock Basics): Fix typo.
8489 2004-11-08  Richard M. Stallman  <rms@gnu.org>
8491         * syntax.texi (Syntax Table Functions): Add syntax-after.
8493 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
8495         * os.texi (Processor Run Time): New section documenting
8496         get-internal-run-time.
8498 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8500         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8501         it nukes elisp-cover.texi.
8502         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8503         elisp-0 etc.
8505 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
8507         * commands.texi (Keyboard Macros): Document `append' return value
8508         of `defining-kbd-macro'.
8510 2004-11-01  Richard M. Stallman  <rms@gnu.org>
8512         * commands.texi (Interactive Call): Add called-interactively-p.
8514 2004-10-29  Simon Josefsson  <jas@extundo.com>
8516         * minibuf.texi (Reading a Password): Revert.
8518 2004-10-28  Richard M. Stallman  <rms@gnu.org>
8520         * frames.texi (Display Feature Testing): Explain about "vendor".
8522 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8524         * commands.texi (Interactive Codes): `N' uses numeric prefix,
8525         not raw.  Clarify `n'.
8526         (Interactive Call): Rewrite interactive-p, focusing on when
8527         and how to use it.
8528         (Misc Events): Clarify previous change.
8530         * advice.texi (Simple Advice): Clarify what job the example does.
8531         (Around-Advice): Clarify ad-do-it.
8532         (Activation of Advice): An option of ad-default-compilation-action
8533         is `never', not `nil'.
8535 2004-10-26  Kim F. Storm  <storm@cua.dk>
8537         * commands.texi (Interactive Codes): Add U code letter.
8539 2004-10-25  Simon Josefsson  <jas@extundo.com>
8541         * minibuf.texi (Reading a Password): Add.
8543 2004-10-24  Jason Rumney  <jasonr@gnu.org>
8545         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
8546         and wheel-down.
8548 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
8550         * processes.texi (Synchronous Processes): Document process-file.
8552 2004-10-22  Kenichi Handa  <handa@m17n.org>
8554         * text.texi (translate-region): Document that it accepts also a
8555         char-table.
8557 2004-10-22  David Ponce  <david@dponce.com>
8559         * windows.texi (Resizing Windows): Document the `preserve-before'
8560         argument of the functions `enlarge-window' and `shrink-window'.
8562 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8564         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8566 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8568         * text.texi (Filling): Add anchor for definition of
8569         `sentence-end-double-space'.
8571         * searching.texi (Regexp Example): Update description of how
8572         Emacs currently recognizes the end of a sentence.
8573         (Standard Regexps): Update definition of the variable
8574         `sentence-end'.  Add definition of the function `sentence-end'.
8576 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
8578         * display.texi (Progress): New node.
8580 2004-10-05  Kim F. Storm  <storm@cua.dk>
8582         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8584 2004-09-29  Kim F. Storm  <storm@cua.dk>
8586         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8587         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
8588         fringe bitmap symbols, as they now have their own namespace.
8589         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8590         vs. pixels.  Signal error if no free bitmap slots.
8591         (Pixel Specification): Change IMAGE to @var{image}.
8593 2004-09-28  Richard M. Stallman  <rms@gnu.org>
8595         * text.texi (Special Properties): Clarify line-spacing and line-height.
8597         * searching.texi (Regexp Search): Add looking-back.
8599 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
8601         * display.texi: Correct typos.
8602         (Image Descriptors): Correct xref's.
8604 2004-09-25  Richard M. Stallman  <rms@gnu.org>
8606         * text.texi (Special Properties): Cleanups in `cursor'.
8607         Rewrites in `line-height' and `line-spacing'; exchange them.
8609         * display.texi (Fringes): Rewrite previous change.
8610         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
8611         (Display Fringe Bitmaps): Node deleted, text moved.
8612         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
8613         (Scroll Bars): Clarify set-window-scroll-bars.
8614         (Pointer Shape): Rewrite.
8615         (Specified Space): Clarify :align-to, etc.
8616         (Pixel Specification): Use @var.  Clarify new text.
8617         (Other Display Specs): Clarify `slice'.
8618         (Image Descriptors): Cleanups.
8619         (Showing Images): Cleanups.
8621 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
8623         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8625         * modes.texi: Various minor changes in addition to:
8626         (Major Mode Conventions): Final call to `run-mode-hooks' should
8627         not be inside the `delay-mode-hooks' form.
8628         (Mode Hooks): New node.
8629         (Hooks): Delete obsolete example.
8630         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8631         node "Mode Hooks".
8633 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8635         * display.texi: Correct various typos.
8636         (Display): Rename node "Pointer Shapes" to "Pointer
8637         Shape".  (There is already a node called "Pointer Shapes" in
8638         frames.texi.)
8639         (Images): Remove non-existent node "Image Slices" from menu.
8641 2004-09-23  Kim F. Storm  <storm@cua.dk>
8643         * text.texi (Special Properties): Add `cursor', `pointer',
8644         `line-height', and `line-spacing' properties.
8646         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8647         Shapes' to menu.
8648         (Standard Faces): Doc fix for fringe face.
8649         (Fringes): Add `overflow-newline-into-fringe' and
8650         'indicate-buffer-boundaries'.
8651         (Fringe Bitmaps, Pointer Shapes): New nodes.
8652         (Display Property): Add 'Pixel Specification' and 'Display Fringe
8653         Bitmaps' to menu.
8654         (Specified Space): Describe pixel width and height.
8655         (Pixel Specification): New node.
8656         (Other Display Specs): Add `slice' property.
8657         (Display Fringe Bitmaps): New node.
8658         (Images): Add 'Image Slices' to menu.
8659         (Image Descriptors): Add `:pointer' and `:map' properties.
8660         (Showing Images): Add slice arg to `insert-image'.
8661         Add 'insert-sliced-image'.
8663 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8665         * commands.texi (Key Sequence Input):
8666         Clarify downcasing in read-key-sequence.
8668 2004-09-08  Juri Linkov  <juri@jurta.org>
8670         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8672 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
8674         * locals.texi (Standard Buffer-Local Variables):
8675         Add `buffer-auto-save-file-format'.
8676         * internals.texi (Buffer Internals): Describe new
8677         auto_save_file_format field of the buffer structure.
8678         * files.texi (Format Conversion): `auto-save-file-format' has been
8679         renamed `buffer-auto-save-file-format'.
8681 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8683         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8684         an integer or a marker.
8685         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8687 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8689         * modes.texi (Major Mode Conventions): Discuss rebinding of
8690         standard key bindings.
8692 2004-08-18  Kim F. Storm  <storm@cua.dk>
8694         * processes.texi (Accepting Output): Add `just-this-one' arg to
8695         `accept-process-output'.
8696         (Output from Processes): New var `process-adaptive-read-buffering'.
8698 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8700         * keymaps.texi: Various changes in addition to:
8701         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8702         Give more varied examples for `kbd'.
8703         (Creating Keymaps): Char tables have slots for all characters
8704         without modifiers.
8705         (Active Keymaps): `overriding-local-map' and
8706         `overriding-terminal-local-map' also override text property and
8707         overlay keymaps.
8708         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8709         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8710         to denote a prefix of no events.
8711         `map-keymap' includes parent's bindings _recursively_.
8712         Clarify and correct description of `where-is-internal'.
8713         Mention BUFFER-OR-NAME arg to `describe-bindings'.
8714         (Menu Example): For menus intended for use with the keyboard, the
8715         menu items should be bound to characters or real function keys.
8717 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8719         * objects.texi (Character Type): Reposition `@anchor' to prevent
8720         double space inside sentence in Info.
8722         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8723         renamed to `disabled-command-function'.
8724         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8725         (Command Loop Info): Replace reference to it.
8726         (Disabling Commands): `disabled-command-hook' has been renamed to
8727         `disabled-command-function'.
8729 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8731         * os.texi (Translating Input): Only non-prefix bindings in
8732         `key-translation-map' override actual key bindings.  Warn about
8733         possible indirect effect of actual key bindings on non-prefix
8734         bindings in `key-translation-map'.
8736 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8738         * minibuf.texi (High-Level Completion): Add anchor for definition
8739         of `read-variable'.
8741         * commands.texi: Various changes in addition to:
8742         (Using Interactive): Clarify description of `interactive-form'.
8743         (Interactive Call): Mention default for KEYS argument to
8744         `call-interactively'.
8745         (Command Loop Info): Clarify description of `this-command-keys'.
8746         Mention KEEP-RECORD argument to `clear-this-command-keys'.
8747         Value of `last-event-frame' can be `macro'.
8748         (Repeat Events): `double-click-fuzz' is also used to distinguish
8749         clicks and drags.
8750         (Classifying Events): Clarify descriptions of `event-modifiers'
8751         `event-basic-type' and `event-convert-list'.
8752         (Accessing Events): `posn-timestamp' takes POSITION argument.
8753         (Quoted Character Input): Clarify description of
8754         `read-quoted-char' and fix example.
8755         (Quitting): Add `with-local-quit'.
8756         (Disabling Commands): Correct and clarify descriptions of
8757         `enable-command' and `disable-command'.
8758         Mention what happens if `disabled-command-hook' is nil.
8759         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8760         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8762 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8764         * frames.texi: Various changes in addition to:
8765         (Creating Frames): Expand and clarify description of `make-frame'.
8766         (Window Frame Parameters): Either none or both of the `icon-left'
8767         and `icon-top' parameters must be specified.  Put descriptions of
8768         `menu-bar-lines' and `toolbar-lines' closer together and change
8769         them accordingly.
8770         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8771         except while processing `frame-title-format' or `icon-title-format'.
8772         (Deleting Frames): Correct description of `delete-frame'.
8773         Non-nil return values of `frame-live-p' are like those of `framep'.
8774         (Frames and Windows): Mention return value of
8775         `set-frame-selected-window'.
8776         (Visibility of Frames): Mention `force' argument to
8777         `make-frame-invisible'.  `frame-visible-p' returns t for all
8778         frames on text-only terminals.
8779         (Frame Configurations): Restoring a frame configuration does not
8780         restore deleted frames.
8781         (Window System Selections): `x-set-selection' returns DATA.
8782         (Resources): Add example.
8783         (Display Feature Testing): Clarify descriptions of
8784         `display-pixel-height', `display-pixel-width', `x-server-version'
8785         and `x-server-vendor'.
8787         * windows.texi (Choosing Window): Add anchor.
8788         * minibuf.texi (Minibuffer Misc): Add anchor.
8790 2004-07-23  John Paul Wallington  <jpw@gnu.org>
8792         * macros.texi (Defining Macros): Declaration keyword for setting
8793         Edebug spec is `debug' not `edebug'.
8795 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8797         * windows.texi: Various small changes in addition to:
8798         (Window Point): Mention return value of `set-window-point'.
8799         (Window Start): `pos-visible-in-window-p' disregards horizontal
8800         scrolling.  Explain return value if PARTIALLY is non-nil.
8801         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8802         and `set-window-vscroll'.
8803         (Size of Window): The argument WINDOW to `window-inside-edges',
8804         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8805         (Resizing Windows): Explain return value of
8806         `shrink-window-if-larger-than-buffer'.
8807         `window-size-fixed' automatically becomes buffer local when set.
8808         (Window Configurations): Explain return value of
8809         `set-window-configuration'.
8811         * minibuf.texi (Minibuffer Misc): Add anchor for
8812         `minibuffer-scroll-window'.
8814         * positions.texi (Text Lines): Add anchor for `count-lines'.
8816 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8818         * display.texi (Overlay Properties): Adding `evaporate' prop
8819         deletes empty overlay immediately.
8821         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8822         fix example.
8824 2004-07-16  Jim Blandy  <jimb@redhat.com>
8826         * searching.texi (Regexp Backslash): Document new \_< and \_>
8827         operators.
8829 2004-07-16  Juanma Barranquero  <lektu@terra.es>
8831         * display.texi (Images): Fix Texinfo usage.
8833 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8835         * buffers.texi (Modification Time): `visited-file-modtime' now
8836         returns a list of two integers, instead of a cons.
8838 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8840         * windows.texi: Various changes in addition to:
8841         (Splitting Windows): Add `split-window-keep-point'.
8843 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8845         * frames.texi (Input Focus): Minor fix.
8847 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
8849         * frames.texi (Input Focus): Clarify descriptions of
8850         `select-frame-set-input-focus' and `select-frame'.
8852 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8854         * os.texi: Various small changes in addition to:
8855         (Killing Emacs): Expand and clarify description of
8856         `kill-emacs-query-functions' and `kill-emacs-hook'.
8857         (System Environment): Expand and clarify description of `getenv'
8858         and `setenv'.
8859         (Timers): Clarify description of `run-at-time'.
8860         (Translating Input): Correct description of
8861         `extra-keyboard-modifiers'.
8862         (Flow Control): Correct description of `enable-flow-control'.
8864 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
8866         * os.texi: Update copyright.
8867         (Session Management): Grammar fix.
8868         Clarify which Emacs does the restarting.
8869         Use @samp for *scratch* buffer.
8871 2004-07-04  Alan Mackenzie  <acm@muc.de>
8873         * frames.texi (Input Focus): Add documentation for
8874         `select-frame-set-input-focus'.  Replace refs to non-existent
8875         `switch-frame' with `select-frame'.  Minor corrections and tidying
8876         up of text-only terminal stuff.
8878 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8880         * files.texi (Saving Buffers): Cleanup write-contents-function.
8881         (Magic File Names): Cleanup file-remote-p.
8883 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
8885         * files.texi (Magic File Names): `file-remote-p' returns an
8886         identifier of the remote system, not just t.
8888 2004-07-02  David Kastrup  <dak@gnu.org>
8890         * searching.texi (Entire Match Data): Add explanation about new
8891         match-data behavior when @var{integers} is non-nil.
8893 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8895         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8897         * customize.texi (Variable Definitions): Note about doc strings
8898         and :set.
8900         * keymaps.texi (Keymap Terminology): Document `kbd'.
8901         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8903         * display.texi (Invisible Text): Setting buffer-invisibility-spec
8904         makes it buffer-local.
8906         * files.texi (Saving Buffers): Correct previous change.
8908         * commands.texi (Accessing Events):
8909         Clarify posn-col-row and posn-actual-col-row.
8911 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
8913         * commands.texi (Accessing Events): New functions
8914         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
8916 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8918         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8919         * frames.texi, buffers.texi, backups.texi, variables.texi:
8920         * loading.texi, eval.texi, functions.texi, control.texi:
8921         * symbols.texi, minibuf.texi: Reposition @anchor's.
8923         * help.texi: Various small changes in addition to the following.
8924         (Describing Characters): Describe PREFIX argument to
8925         `key-description'.  Correct and clarify definition of
8926         `text-char-description'.  Describe NEED-VECTOR argument to
8927         `read-kbd-macro'.
8928         (Help Functions): Clarify definition of `apropos'.
8930 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8932         * files.texi (Saving Buffers): Correct description of
8933         `write-contents-functions'.
8935 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8937         * display.texi (Images): Remove redundant @vindex directives.
8938         Rewrite `image-library-alist' doc in active voice.
8940 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8942         * display.texi (Images): Document new delayed library loading,
8943         variable `image-library-alist' and (existing but undocumented)
8944         function `image-type-available-p'.
8946 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8948         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8949         refer the user to the Initial Input node.
8950         (Text from Minibuffer): Likewise.
8951         (Initial Input): New node.  Document this feature
8952         and say it is mostly deprecated.
8954 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8956         * loading.texi (Named Features): Clarify return value
8957         and meaning of NOERROR.
8959         * variables.texi (File Local Variables): Minor cleanup.
8961 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8963         * files.texi (Magic File Names): Add `file-remote-p' as operation
8964         of file name handlers.
8966 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8968         * modes.texi (Minor Mode Conventions): (-) has no special meaning
8969         as arg to a minor mode command.
8971 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8973         * syntax.texi (Syntax Class Table): Word syntax not just for English.
8975         * streams.texi (Output Variables): Doc float-output-format.
8977         * searching.texi (Regexp Special): Nested repetition can be infloop.
8979         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8980         real stack overflow.
8982         * compile.texi: Minor cleanups.
8984 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
8986         * lists.texi (Cons Cells): Explain dotted lists, true lists,
8987         circular lists.
8988         (List Elements): Explain handling of circular and dotted lists.
8990 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
8992         * modes.texi (Search-based Fontification): Fix typo.
8994 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8996         * modes.texi (Mode Line Variables): Fix description of
8997         global-mode-string, which is now after which-func-mode, not the
8998         buffer name.
9000 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
9002         * modes.texi (Desktop Save Mode): Add.
9003         (Modes): Add menu entry Desktop Save Mode.
9005         * hooks.texi: Add desktop-after-read-hook,
9006         desktop-no-desktop-file-hook and desktop-save-hook.
9008         * locals.texi: Add desktop-save-buffer.
9010 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
9012         * display.texi: emacs -> Emacs.
9014 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
9016         * files.texi (Changing Files): Document set-file-times.
9018 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9020         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9022 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
9024         * tips.texi (Coding Conventions): defopt -> defcustom.
9026 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
9028         * sequences.texi: Various clarifications.
9030 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
9032         * buffers.texi (Read Only Buffers): Mention optional ARG to
9033         `toggle-read-only'.
9035 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
9037         * windows.texi (Selecting Windows): Note that get-lru-window
9038         returns a full-width window if possible.
9040 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
9042         * buffers.texi: Various changes in addition to:
9043         (Buffer File Name): Add `find-buffer-visiting'.
9044         (Buffer Modification): Mention optional ARG to `not-modified'.
9045         (Indirect Buffers): Mention optional CLONE argument to
9046         `make-indirect-buffer'.
9048         * files.texi: Various changes in addition to:
9049         (Visiting Functions): `find-file-hook' is now a normal hook.
9050         (File Name Expansion): Explain difference between the way that
9051         `expand-file-name' and `file-truename' treat `..'.
9052         (Contents of Directories): Mention optional ID-FORMAT argument to
9053         `directory-files-and-attributes'.
9054         (Format Conversion): Mention new optional CONFIRM argument to
9055         `format-write-file'.
9057 2004-04-12  Miles Bader  <miles@gnu.org>
9059         * macros.texi (Expansion): Add description of `macroexpand-all'.
9061 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
9063         * variables.texi (Variable Aliases):
9064         Mention cyclic-variable-indirection.
9066         * errors.texi (Standard Errors): Ditto.
9068 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
9070         * backups.texi: Various small changes in addition to:
9071         (Making Backups): Mention return value of `backup-buffer'.
9072         (Auto-Saving): Mention optional FORCE argument to
9073         `delete-auto-save-file-if-necessary'.
9074         (Reverting): Mention optional PRESERVE-MODES argument to
9075         `revert-buffer'.  Correct description of `revert-buffer-function'.
9077 2004-03-22  Juri Linkov  <juri@jurta.org>
9079         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9080         with `Vector Functions'.
9082         * text.texi (Sorting): Add missing quote.
9084 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
9086         * intro.texi (Lisp History): Replace xref to `cl' manual with
9087         inforef.
9089 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9091         * intro.texi (Version Info): Add arg to emacs-version.
9092         (Lisp History): Change xref to CL manual.
9094 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
9096         * minibuf.texi (Completion Commands): Add xref to Emacs manual
9097         for Partial Completion mode.
9099 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
9101         * customize.texi: Fix typo.  Remove eol whitespace.
9103 2004-03-04  Richard M. Stallman  <rms@gnu.org>
9105         * processes.texi: Fix typos.
9107         * lists.texi (Building Lists): Minor clarification.
9109         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9110         in make-hash-table.
9112 2004-02-29  Juanma Barranquero  <lektu@terra.es>
9114         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9115         rm, and ignore exit code.
9117 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
9119         * display.texi (Defining Faces): Add description for min-colors.
9120         Update example.
9122 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
9124         * abbrevs.texi: Various corrections and clarifications in addition
9125         to the following:
9126         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9128 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9130         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9132 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
9134         * text.texi: Various small changes in addition to the following:
9135         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9136         to delete-horizontal-space.
9137         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9138         description of yank-handler text property at various places.
9140         * frames.texi (Window System Selections): Add anchor.
9142         * syntax.texi (Syntax Table Functions): Clarify and correct
9143         descriptions of make-syntax-table and copy-syntax-table.
9144         (Motion and Syntax): Clarify SYNTAXES argument to
9145         skip-syntax-forward.
9146         (Parsing Expressions): Mention that the return value of
9147         parse-partial-sexp is currently a list of ten rather than nine
9148         elements.
9149         (Categories): Various corrections and clarifications.
9151 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
9153         * markers.texi (Marker Insertion Types): Minor change.
9155         * locals.texi (Standard Buffer-Local Variables):
9156         * commands.texi (Interactive Codes, Using Interactive):
9157         * functions.texi (Related Topics): Fix xrefs.
9159 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9161         * lists.texi (Sets And Lists): Update description of delete-dups.
9163 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9165         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9167 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
9169         * frames.texi (Parameter Access): frame-parameters arg is optional.
9170         modify-frame-parameters handles nil for FRAME.
9171         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9172         are all-or-nothing for certain toolkits.
9173         Mention parameter wait-for-wm.
9174         (Frames and Windows): In frame-first-window and frame-selected-window
9175         the arg is optional.
9176         (Input Focus): In redirect-frame-focus the second arg is optional.
9177         (Window System Selections): Mention selection type CLIPBOARD.
9178         Mention data-type UTF8_STRING.
9179         Mention numbering of cut buffers.
9180         (Resources): Describe x-resource-name.
9182 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9184         * windows.texi (Buffers and Windows): Delete false table
9185         about all-frames.
9187         * syntax.texi (Parsing Expressions): Delete old caveat
9188         about parse-sexp-ignore-comments.
9190         * streams.texi (Output Variables): Add print-quoted.
9192         * lists.texi (Building Lists): Minor cleanup.
9194         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9196         * display.texi (Overlays): Explain overlays use markers.
9197         (Managing Overlays): Explain front-advance and rear-advance
9198         in more detail.
9200         * loading.texi (Unloading): Document unload-feature-special-hooks.
9201         Get rid of fns-NNN.el file.
9203 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9205         * help.texi (Describing Characters): Fix text-char-description
9206         example output.
9208         * edebug.texi (Using Edebug): Fix example.
9210         * debugging.texi (Internals of Debugger): Fix return value.
9212         * files.texi (Changing Files): Fix argname.
9214         * calendar.texi: Fix parens, and default values.
9216         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9217         * nonascii.texi, objects.texi, os.texi: Minor fixes.
9218         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
9220         * positions.texi (Text Lines): Don't add -1 in current-line.
9222 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9224         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9226 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9228         * processes.texi (Low-Level Network): Fix a typo.
9230 2004-02-12  Kim F. Storm  <storm@cua.dk>
9232         * display.texi (Fringes): Use consistent wording.
9233         Note that window-fringe's window arg is optional.
9234         (Scroll Bars): Use consistent wording.
9236 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
9238         * tips.texi (Comment Tips): Document the new conventions for
9239         commenting out code.
9241 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
9243         * positions.texi (Text Lines): Add missing end defun.
9245 2004-02-07  Kim F. Storm  <storm@cua.dk>
9247         * positions.texi (Text Lines): Add line-number-at-pos.
9249 2004-02-06  John Paul Wallington  <jpw@gnu.org>
9251         * display.texi (Button Properties, Button Buffer Commands):
9252         mouse-2 invokes button, not down-mouse-1.
9254 2004-02-04  Jason Rumney  <jasonr@gnu.org>
9256         * makefile.w32-in: Sync with Makefile.in changes.
9258 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
9260         * minibuf.texi (Text from Minibuffer): Various corrections and
9261         clarifications.
9262         (Object from Minibuffer): Correct Lisp description of
9263         read-minibuffer.
9264         (Minibuffer History): Clarify description of cons values for
9265         HISTORY arguments.
9266         (Basic Completion): Various corrections and clarifications.
9267         Add completion-regexp-list.
9268         (Minibuffer Completion): Correct and clarify description of
9269         completing-read.
9270         (Completion Commands): Mention Partial Completion mode.
9271         Various other minor changes.
9272         (High-Level Completion): Various corrections and clarifications.
9273         (Reading File Names): Ditto.
9274         (Minibuffer Misc): Ditto.
9276 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
9278         * strings.texi (Text Comparison): assoc-string also matches
9279         elements of alists that are strings instead of conses.
9280         (Formatting Strings): Standardize Texinfo usage.  Update index
9281         entries.
9283 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
9285         * lists.texi (Sets And Lists): Add delete-dups.
9287 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
9289         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9290         special form.
9291         * macros.texi (Defining Macros): Update description of `declare',
9292         which now is a macro.
9293         (Wrong Time): Fix typos.
9295 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
9297         * compile.texi (Compilation Functions): Expand descriptions of
9298         `compile-defun', `byte-compile-file', `byte-recompile-directory'
9299         and `batch-byte-compile'.  In particular, mention and describe
9300         all optional arguments.
9301         (Disassembly): Correct and clarify the description of `disassemble'.
9303 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
9305         * searching.texi: Various small changes in addition to the
9306         following.
9307         (Regexp Example): Adapt to new value of `sentence-end'.
9308         (Regexp Functions): The PAREN argument to `regexp-opt' can be
9309         `words'.
9310         (Search and Replace): Add usage note for `perform-replace'.
9311         (Entire Match Data): Mention INTEGERS and REUSE arguments to
9312         `match-data'.
9313         (Standard Regexps): Update for new values of `paragraph-start'
9314         and `sentence-end'.
9316 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
9318         * files.texi (Saving Buffers): Clarify descriptions of
9319         `write-contents-functions' and `before-save-hook'.
9320         Make the defvar's for `before-save-hook' and `after-save-hook'
9321         into defopt's.
9323 2004-01-07  Kim F. Storm  <storm@cua.dk>
9325         * commands.texi (Click Events): Describe new image and
9326         width/height elements of click events.
9327         (Accessing Events): Add posn-string, posn-image, and
9328         posn-object-width-height.  Change posn-object to return either
9329         image or string object.
9331 2004-01-01  Simon Josefsson  <jas@extundo.com>
9333         * hooks.texi (Standard Hooks): Add before-save-hook.
9334         * files.texi (Saving Buffers): Likewise.
9336 2004-01-03  Richard M. Stallman  <rms@gnu.org>
9338         * frames.texi (Frames and Windows): Delete frame-root-window.
9340 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9342         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9344         * functions.texi: Various small changes in addition to the
9345         following.
9346         (What Is a Function): `functionp' returns nil for macros.
9347         Clarify behavior of this and following functions for symbol arguments.
9348         (Function Documentation): Add `\' in front of (fn @var{arglist})
9349         and explain why.
9350         (Defining Functions): Mention DOCSTRING argument to `defalias'.
9351         Add anchor.
9352         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
9354 2004-01-01  Miles Bader  <miles@gnu.org>
9356         * display.texi (Buttons): New section.
9358 2003-12-31  Andreas Schwab  <schwab@suse.de>
9360         * numbers.texi (Math Functions): sqrt reports a domain-error
9361         error.
9362         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9364 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9366         * tips.texi (Documentation Tips): Update item on hyperlinks in
9367         documentation strings.
9369         * errors.texi (Standard Errors): Various small corrections and
9370         additions.
9372         * control.texi: Various small changes in addition to the
9373         following.
9374         (Signaling Errors): Provide some more details on how `signal'
9375         constructs the error message.  Add anchor to the definition of
9376         `signal'.
9377         (Error Symbols): Describe special treatment of `quit'.
9378         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9379         to emphasize that it has to be a single form.
9381         * buffers.texi: Add anchor.
9383 2003-12-29  Richard M. Stallman  <rms@gnu.org>
9385         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9386         (Window Configurations): Add window-configuration-frame.
9388         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9390         * text.texi (Examining Properties): Add get-char-property-and-overlay.
9391         Change arg name in get-char-property.
9392         (Special Properties): Update handling of keymap property.
9394         * strings.texi (Modifying Strings): Add clear-string.
9395         (Text Comparison): Add assoc-string and remove
9396         assoc-ignore-case, assoc-ignore-representation.
9398         * os.texi (Time of Day): Add set-time-zone-rule.
9400         * numbers.texi (Math Functions): asin, acos, log, log10
9401         report domain-error errors.
9403         * nonascii.texi (Converting Representations):
9404         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9405         (Encoding and I/O): Add file-name-coding-system.
9407         * modes.texi (Search-based Fontification): Explain that
9408         face specs are symbols with face names as values.
9410         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9412         * lists.texi (Building Lists): remq moved elsewhere.
9413         (Sets And Lists): remq moved here.
9414         (Association Lists): Refer to assoc-string.
9416         * internals.texi (Garbage Collection): Add memory-use-counts.
9418         * frames.texi (Frames and Windows): Add set-frame-selected-window
9419         and frame-root-window.
9421         * files.texi (Contents of Directories):
9422         Add directory-files-and-attributes.
9424         * display.texi (Refresh Screen): Add force-window-update.
9425         (Invisible Text): Explain about moving point out of invis text.
9426         (Overlay Properties): Add overlay-properties.
9427         (Managing Overlays): Add overlayp.
9428         (GIF Images): Invalid image number displays a hollow box.
9430         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9431         (Killing Buffers): Add buffer-live-p.
9433 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9435         * display.texi (Fringes): Fix typo "set-buffer-window".
9437 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
9439         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9440         * nonascii.texi, processes.texi, tips.texi, variables.texi:
9441         Add or change various xrefs and anchors.
9443         * commands.texi: Replace all occurrences of @acronym{CAR} with
9444         @sc{car}, for consistency with the rest of the Elisp manual.
9445         `car' and `cdr' are historically acronyms, but are no longer
9446         widely thought of as such.
9448         * internals.texi (Pure Storage): Mention that `purecopy' does not
9449         copy text properties.
9450         (Object Internals): Now 29 bits are used (in most implementations)
9451         to address Lisp objects.
9453         * variables.texi (Variables with Restricted Values): New node.
9455         * objects.texi (Lisp Data Types): Mention that certain variables
9456         can only take on a restricted set of values and add an xref to
9457         the new node "Variables with Restricted Values".
9459         * eval.texi (Function Indirection): Describe the errors that
9460         `indirect-function' can signal.
9461         (Eval): Clarify the descriptions of `eval-region' and `values'.
9462         Describe `eval-buffer' instead of `eval-current-buffer' and
9463         mention `eval-current-buffer' as an alias for `current-buffer'.
9464         Correct the description and mention all optional arguments.
9466         * nonascii.texi: Various small changes in addition to the
9467         following.
9468         (Converting Representations): Clarify behavior of
9469         `string-make-multibyte' and `string-to-multibyte' for unibyte all
9470         ASCII arguments.
9471         (Character Sets): Document the variable `charset-list' and adapt
9472         the definition of the function `charset-list' accordingly.
9473         (Translation of Characters): Clarify use of generic characters in
9474         `make-translation-table'.  Clarify and correct the description of
9475         the use of translation tables in encoding and decoding.
9476         (User-Chosen Coding Systems): Correct and clarify the description
9477         of `select-safe-coding-system'.
9478         (Default Coding Systems): Clarify description of
9479         `file-coding-system-alist'.
9481 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9483         * strings.texi (Text Comparison): Correctly describe when two
9484         strings are `equal'.  Combine and clarify descriptions of
9485         `assoc-ignore-case' and `assoc-ignore-representation'.
9487         * objects.texi (Non-ASCII in Strings): Clarify description of
9488         when a string is unibyte or multibyte.
9489         (Bool-Vector Type): Update examples.
9490         (Equality Predicates): Correctly describe when two strings are
9491         `equal'.
9493 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
9495         * lists.texi (Building Lists): `append' no longer accepts integer
9496         arguments.  Update the description of `number-sequence' to reflect
9497         recent changes.
9498         (Sets And Lists): Describe `member-ignore-case' after `member'.
9500 2003-11-27  Kim F. Storm  <storm@cua.dk>
9502         * commands.texi (Click Events): Click object may be an images.
9503         Describe (dx . dy) element of click positions.
9504         (Accessing Events): Remove duplicate posn-timestamp.
9505         New functions posn-object and posn-object-x-y.
9507 2003-11-23  Kim F. Storm  <storm@cua.dk>
9509         * commands.texi (Click Events): Describe enhancements to event
9510         position lists, including new text-pos and (col . row) items.
9511         Mention left-fringe and right-fringe area events.
9512         (Accessing Events): New functions posn-area and
9513         posn-actual-col-row.  Mention posn-timestamp.  Mention that
9514         posn-point in non-text area still returns buffer position.
9515         Clarify posn-col-row.
9517 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
9519         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9520         * anti.texi (File Attributes): Describe removed parameter
9521         ID-FORMAT.
9523 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
9525         * positions.texi (Positions): Mention that, if a marker is used as
9526         a position, its buffer is ignored.
9528         * markers.texi (Overview of Markers): Mention it here too.
9530 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
9532         * numbers.texi (Numeric Conversions): Not just `floor', but also
9533         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9535 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
9537         * markers.texi (Creating Markers): Specify insertion type of
9538         created markers.  Add xref to `Marker Insertion Types'.
9539         Second argument to `copy-marker' is optional.
9540         (Marker Insertion Types): Mention that most markers are created
9541         with insertion type nil.
9542         (The Mark): Correctly describe when `mark' signals an error.
9543         (The Region): Correctly describe when `region-beginning' and
9544         `region-end' signal an error.
9546 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
9548         * hash.texi (Creating Hash): Clarify description of `eql'.
9549         `makehash' is obsolete.
9550         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9552         * positions.texi (Point): Change description of `buffer-end', so
9553         that it is also correct for floating point arguments.
9554         (List Motion): Correct argument lists of `beginning-of-defun' and
9555         `end-of-defun'.
9556         (Excursions): Add xref to `Marker Insertion Types'.
9557         (Narrowing): Argument to `narrow-to-page' is optional.
9559 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
9561         * streams.texi (Output Streams): Clarify behavior of point for
9562         marker output streams.
9564 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9566         * variables.texi (Defining Variables): Second argument to
9567         `defconst' is not optional.
9568         (Setting Variables): Mention optional argument APPEND to
9569         `add-to-list'.
9570         (Creating Buffer-Local): Expand description of
9571         `make-variable-buffer-local'.
9572         (Frame-Local Variables): Expand description of
9573         `make-variable-frame-local'.
9574         (Variable Aliases): Correct description of optional argument
9575         DOCSTRING to `defvaralias'.  Mention return value of
9576         `defvaralias'.
9577         (File Local Variables): Add xref to `File variables' in Emacs
9578         Manual.  Correct description of `hack-local-variables'.  Mention
9579         `safe-local-variable' property.  Mention optional second argument
9580         to `risky-local-variable-p'.
9582 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
9584         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9586 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9588         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9589         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9590         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9591         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9592         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9593         lispref/processes.texi, lispref/searching.texi,
9594         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9595         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9596         @acronym{FOO}.
9598 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
9600         * strings.texi (Creating Strings): Argument START to `substring'
9601         can not be `nil'.  Expand description of
9602         `substring-no-properties'.  Correct description of `split-string',
9603         especially with respect to empty matches.  Prevent very bad line
9604         break in definition of `split-string-default-separators'.
9605         (Text Comparison): `string=' and `string<' also accept symbols as
9606         arguments.
9607         (String Conversion): More completely describe argument BASE in
9608         `string-to-number'.
9609         (Formatting Strings): `%s' and `%S' in `format' do require
9610         corresponding object.  Clarify behavior of numeric prefix after
9611         `%' in `format'.
9612         (Case Conversion): The argument to `upcase-initials' can be a
9613         character.
9615 2003-10-27  Kenichi Handa  <handa@m17n.org>
9617         * display.texi (Fontsets): Fix texinfo usage.
9619 2003-10-25  Kenichi Handa  <handa@m17n.org>
9621         * display.texi (Fontsets): Add description of the function
9622         set-fontset-font.
9624 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
9626         * display.texi (Temporary Displays): Add xref to `Documentation
9627         Tips'.
9629         * functions.texi (Function Safety): Use inforef instead of pxref
9630         for SES.
9632 2003-10-23  Andreas Schwab  <schwab@suse.de>
9634         * Makefile.in (TEX, texinputdir): Don't define.
9635         (TEXI2DVI): Define.
9636         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9637         add $(srcdir)/index.texi.
9638         ($(infodir)/elisp): Remove index.texi dependency.
9639         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
9640         (index.texi): Remove target.
9641         (dist): Don't link $(srcdir)/permute-index.
9642         (clean): Don't remove index.texi.
9644         * permute-index, index.perm: Remove.
9645         * index.texi: Rename from index.unperm.
9647 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
9649         * tips.texi (Documentation Tips): Document new behavior for face
9650         and variable hyperlinks in Help mode.
9652 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
9654         * objects.texi (Integer Type): Update for extra bit of integer range.
9655         (Character Type): Ditto.
9657 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9659         * numbers.texi (Integer Basics): Add index entries for reading
9660         numbers in hex, octal, and binary.
9662 2003-10-16  Lute Kamstra  <lute@gnu.org>
9664         * modes.texi (Mode Line Format): Mention force-mode-line-update's
9665         argument.
9667 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
9669         * windows.texi (Choosing Window): Fix typo.
9670         * edebug.texi (Edebug Execution Modes): Fix typo.
9672 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9674         * windows.texi (Basic Windows): A window has fringe settings,
9675         display margins and scroll-bar settings.
9676         (Splitting Windows): Doc split-window return value.
9677         Clean up one-window-p.
9678         (Selecting Windows): Fix typo.
9679         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9680         (Buffers and Windows): In set-window-buffer, explain effect
9681         on fringe settings and scroll bar settings.
9682         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9683         (Choosing Window): Use defopt for pop-up-frame-function.
9684         For special-display-buffer-names, explain same-window and same-frame.
9685         Clarify window-dedicated-p return value.
9686         (Textual Scrolling): scroll-up and scroll-down can get an error.
9687         (Horizontal Scrolling): Clarify auto-hscroll-mode.
9688         Clarify set-window-hscroll.
9689         (Size of Window): Don't mention tool bar in window-height.
9690         (Coordinates and Windows): Explain what coordinates-in-window-p
9691         returns for fringes and display margins.
9692         (Window Configurations): Explain saving fringes, etc.
9694         * tips.texi (Library Headers): Clean up Documentation.
9696         * syntax.texi (Parsing Expressions): Clean up forward-comment
9697         and parse-sexp-lookup-properties.
9699         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9701         * os.texi (System Environment): Clean up text for load-average errors.
9703         * modes.texi (Hooks): Don't explain local hook details at front.
9704         Clarify run-hooks and run-hook-with-args a little.
9705         Clean up add-hook and remove-hook.
9707         * edebug.texi (Edebug Execution Modes): Clarify t.
9708         Document edebug-sit-for-seconds.
9709         (Coverage Testing): Document C-x X = and =.
9710         (Instrumenting Macro Calls): Fix typo.
9711         (Specification List): Don't index the specification keywords.
9713 2003-10-10  Kim F. Storm  <storm@cua.dk>
9715         * processes.texi (Network): Introduce make-network-process.
9717 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9719         * tips.texi (Library Headers): Fix typo.
9721 2003-10-07  Juri Linkov  <juri@jurta.org>
9723         * modes.texi (Imenu): Mention imenu-create-index-function's
9724         default value.  Explain submenus better.
9726 2003-10-07  Lute Kamstra  <lute@gnu.org>
9728         * modes.texi (Faces for Font Lock): Fix typo.
9729         (Hooks): Explain how buffer-local hook variables can refer to
9730         global hook variables.
9731         Various minor clarifications.
9733 2003-10-06  Lute Kamstra  <lute@gnu.org>
9735         * tips.texi (Coding Conventions): Mention naming conventions for
9736         hooks.
9738 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
9740         * loading.texi (Library Search): Correct default value of
9741         load-suffixes.
9742         (Named Features): Fix typo.
9744 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9746         * loading.texi (Named Features): In `provide',
9747         say how to test for subfeatures.
9748         (Unloading): In unload-feature, use new var name
9749         unload-feature-special-hooks.
9751 2003-10-03  Lute Kamstra  <lute@gnu.org>
9753         * modes.texi (Major Mode Conventions): Mention third way to set up
9754         Imenu.
9755         (Imenu): A number of small fixes.
9756         Delete documentation of internal variable imenu--index-alist.
9757         Document the return value format of imenu-create-index-function
9758         functions.
9760 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9762         * processes.texi (Network): Say what stopped datagram connections do.
9764         * lists.texi (Association Lists): Clarify `assq-delete-all'.
9766         * display.texi (Overlay Properties): Clarify `evaporate' property.
9768 2003-09-29  Lute Kamstra  <lute@gnu.org>
9770         * modes.texi (Mode Line Data): Explain when symbols in mode-line
9771         constructs should be marked as risky.
9772         Change cons cell into proper list.
9773         (Mode Line Variables): Change cons cell into proper list.
9775 2003-09-26  Lute Kamstra  <lute@gnu.org>
9777         * modes.texi (Mode Line Data): Document the :propertize construct.
9778         (Mode Line Variables): Reorder the descriptions of the variables
9779         to match their order in the default mode-line-format.
9780         Describe the new variables mode-line-position and mode-line-modes.
9781         Update the default values of mode-line-frame-identification,
9782         minor-mode-alist, and default-mode-line-format.
9783         (Properties in Mode): Mention the :propertize construct.
9785 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9787         * buffers.texi, commands.texi, debugging.texi, eval.texi:
9788         * loading.texi, minibuf.texi, text.texi, variables.texi:
9789         Avoid @strong{Note:}.
9791 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9793         * keymaps.texi (Remapping Commands): Fix typo.
9795 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
9797         * processes.texi (Low-Level Network): Fix typo.
9799 2003-09-23  Kim F. Storm  <storm@cua.dk>
9801         * processes.texi (Network, Network Servers): Fix typos.
9802         (Low-Level Network): Add timeout value for :server keyword.
9803         Add new option keywords to make-network-process.
9804         Add set-network-process-options.
9805         Explain how to test availability of network options.
9807 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9809         * text.texi (Motion by Indent): Arg to
9810         backward-to-indentation and forward-to-indentation is optional.
9812         * strings.texi (Creating Strings): Add substring-no-properties.
9814         * processes.texi
9815         (Process Information): Add list-processes arg QUERY-ONLY.
9816         Delete process-contact from here.
9817         Add new status values for process-status.
9818         Add process-get, process-put, process-plist, set-process-plist.
9819         (Synchronous Processes): Add call-process-shell-command.
9820         (Signals to Processes): signal-process allows process objects.
9821         (Network): Complete rewrite.
9822         (Network Servers, Datagrams, Low-Level Network): New nodes.
9824         * positions.texi (Word Motion): forward-word, backward-word
9825         arg is optional.  Reword.
9827         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9829         * variables.texi (Creating Buffer-Local):
9830         Delete duplicate definition of buffer-local-value.
9831         (File Local Variables): Explain about discarding text props.
9833 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9835         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9836         changes variables that record input events.
9837         (Minibuffer Misc): Add minibuffer-selected-window.
9839         * lists.texi (Building Lists): Add copy-tree.
9841         * display.texi (Fontsets): Add char-displayable-p.
9842         (Scroll Bars): New node.
9844 2003-09-08  Lute Kamstra  <lute@gnu.org>
9846         * modes.texi (%-Constructs): Document new `%i' and `%I'
9847         constructs.
9849 2003-09-03  Peter Runestig  <peter@runestig.com>
9851         * makefile.w32-in: New file.
9853 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9855         * display.texi (Overlay Properties): Clarify how priorities
9856         affect use of the properties.
9858 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9860         * customize.texi (Type Keywords): Correct the description of
9861         `:help-echo' in the case where `motion-doc' is a function.
9863 2003-08-14  John Paul Wallington  <jpw@gnu.org>
9865         * modes.texi (Emulating Mode Line): Subsection, not section.
9867 2003-08-13  Richard M. Stallman  <rms@gnu.org>
9869         * elisp.texi (Top): Update subnode lists in menu.
9871         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9872         (Kill Functions): kill-region has new arg yank-handler.
9873         (Yanking): New node.
9874         (Yank Commands): Add yank-undo-function.
9875         (Low-Level Kill Ring):
9876         kill-new and kill-append have new arg yank-handler.
9877         (Changing Properties): Add remove-list-of-text-properties.
9878         (Atomic Changes): New node.
9880         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9882         * streams.texi (Output Variables): Add eval-expression-print-length
9883         and eval-expression-print-level.
9885         * os.texi (Time Conversion): For encode-time, explain limits on year.
9887         * objects.texi (Character Type): Define anchor "modifier bits".
9889         * modes.texi (Emulating Mode Line): New node.
9890         (Search-based Fontification): Font Lock uses font-lock-face property.
9891         (Other Font Lock Variables): Likewise.
9893         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9894         not vectors.
9895         (Active Keymaps): Add emulation-mode-map-alists.
9896         (Functions for Key Lookup): key-binding has new arg no-remap.
9897         (Remapping Commands): New node.
9898         (Scanning Keymaps): where-is-internal has new arg no-remap.
9899         (Tool Bar): Add tool-bar-local-item-from-menu.
9900         Clarify when to use tool-bar-add-item-from-menu.
9902         * commands.texi (Interactive Call): commandp has new arg.
9903         (Command Loop Info): Add this-original-command.
9905 2003-08-06  John Paul Wallington  <jpw@gnu.org>
9907         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9909         * display.texi (Warning Basics): Fix typo.
9910         (Fringes): Add closing curly bracket and fix typo.
9912         * elisp.texi (Top): Fix typo.
9914 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9916         * elisp.texi: Update lists of subnodes.
9918         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9920         * variables.texi (Local Variables): Use lc for example variable names.
9922         * tips.texi (Library Headers): Explain where to put -*-.
9924         * strings.texi (Creating Strings): Fix xref for vconcat.
9926         * sequences.texi (Vector Functions):
9927         vconcat no longer allows integer args.
9929         * minibuf.texi (Reading File Names): read-file-name has new
9930         arg PREDICATE.  New function read-directory-name.
9932         * macros.texi (Defining Macros): Give definition of `declare'.
9933         (Indenting Macros): New node.
9935         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9936         (Window Frame Parameters): Make separate table of parameters
9937         that are coupled with specific face attributes.
9938         (Deleting Frames): delete-frame-hooks renamed to
9939         delete-frame-functions.
9941         * files.texi (Magic File Names): Add file-remote-p.
9942         Clarify file-local-copy.
9944         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9945         here; instead xref Defining Macros.
9947         * display.texi (Warnings): New node, and subnodes.
9948         (Fringes): New node.
9950         * debugging.texi (Test Coverage): New node.
9952         * compile.texi (Compiler Errors): Explain with-no-warnings
9953         and other ways to suppress warnings.
9955         * commands.texi (Interactive Call): Minor clarification.
9957         * buffers.texi (Buffer File Name): set-visited-file-name
9958         renames the buffer too.
9960         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9962 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9964         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9966 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
9968         * internals.texi (Garbage Collection): Fix previous change.
9970 2003-07-22  Richard M. Stallman  <rms@gnu.org>
9972         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9974         * display.texi (Width): Use \s syntax in example.
9975         (Font Selection): Add face-font-rescale-alist.
9977         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9978         Remove spurious indent in example.
9980         * lists.texi (Building Lists): Add number-sequence.
9982         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9984         * functions.texi (Function Documentation): Explain how to
9985         show calling convention explicitly in the doc string.
9987         * windows.texi (Selecting Windows): save-selected-window saves
9988         selected window of each frame.
9989         (Window Configurations): Minor change.
9991         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9993         * streams.texi (Output Variables): Add print-continuous-numbering
9994         and print-number-table.
9996         * processes.texi (Decoding Output): New node.
9998         * os.texi (Time Conversion): decode-time arg is optional.
10000         * objects.texi (Character Type): Don't use space as example for \.
10001         Make list of char names and \-sequences correspond.
10002         Explain that \s is not used in strings.  `\ ' needs space after.
10004         * nonascii.texi (Converting Representations): Add string-to-multibyte.
10005         (Translation of Characters): Add translation-table-for-input.
10006         (Default Coding Systems): Add auto-coding-functions.
10007         (Explicit Encoding): Add decode-coding-inserted-region.
10008         (Locales): Add locale-info.
10010         * minibuf.texi (Basic Completion): Describe test-completion.
10011         Collections can be lists of strings.
10012         Clean up lazy-completion-table.
10013         (Programmed Completion): Mention test-completion.
10014         Clarify why lambda expressions are not accepted.
10015         (Minibuffer Misc): Describe minibufferp.
10017 2003-07-14  Richard M. Stallman  <rms@gnu.org>
10019         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10021         * windows.texi (Selecting Windows): New arg to select-window.
10022         (Selecting Windows): Add with-selected-window.
10023         (Size of Window): Add window-inside-edges, etc.
10025         * internals.texi (Garbage Collection): Add post-gc-hook.
10027         * processes.texi (Subprocess Creation): Add exec-suffixes.
10029         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10030         (Scanning Keymaps): Add map-keymaps.
10031         (Defining Menus): Add keymap-prompt.
10033         * numbers.texi (Integer Basics): Add most-positive-fixnum,
10034         most-negative-fixnum.
10036         * compile.texi (Byte Compilation): Explain no-byte-compile.
10037         (Compiler Errors): New node.
10039         * os.texi (User Identification): user-uid, user-real-uid
10040         can return float.
10042         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10043         and about derived modes.
10044         (Minor Modes): Add minor-mode-list.
10045         (Defining Minor Modes): Keyword args for define-minor-mode.
10046         (Search-based Fontification): Explain managing other properties.
10047         (Other Font Lock Variables): Add font-lock-extra-managed-props.
10048         (Faces for Font Lock): Add font-lock-preprocessor-face.
10049         (Hooks): Add run-mode-hooks and delay-mode-hooks.
10051         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10052         (Variable Aliases): Clarify defvaralias.
10054         * loading.texi (Library Search): Add load-suffixes.
10056         * minibuf.texi (Basic Completion): Add lazy-completion-table.
10057         (Programmed Completion): Add dynamic-completion-table.
10059         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10060         (Magic File Names): Specify precedence order of handlers.
10062         * commands.texi (Command Overview): Emacs server runs pre-command-hook
10063         and post-command-hook.
10064         (Waiting): New calling convention for sit-for.
10066         * text.texi (Special Properties): local-map and keymap properties
10067         apply based on their stickiness.
10069 2003-07-07  Richard M. Stallman  <rms@gnu.org>
10071         * modes.texi (Minor Mode Conventions): Specify only some kinds
10072         of list values as args to minor modes.
10074         * files.texi (File Name Expansion): Warn about iterative use
10075         of substitute-in-file-name.
10077         * advice.texi (Activation of Advice): Clean up previous change.
10079 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
10081         * advice.texi (Activation of Advice): Note that ad-start-advice is
10082         turned on by default.
10084 2003-06-30  Richard M. Stallman  <rms@gnu.org>
10086         * text.texi (Buffer Contents): Document current-word.
10087         (Change Hooks): Not called for *Messages*.
10089         * functions.texi (Defining Functions): Explain about redefining
10090         primitives.
10091         (Function Safety): Rename.  Minor changes.
10092         Comment out the detailed criteria for what is safe.
10094 2003-06-22  Andreas Schwab  <schwab@suse.de>
10096         * objects.texi (Symbol Type): Fix description of examples.
10098 2003-06-16  Andreas Schwab  <schwab@suse.de>
10100         * hash.texi (Creating Hash): Fix description of :weakness.
10102 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
10104         * files.texi (Changing Files): copy-file copies file modes, too.
10106 2003-05-28  Richard M. Stallman  <rms@gnu.org>
10108         * strings.texi (Creating Strings): Clarify split-string.
10110 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
10112         * strings.texi (Creating Strings): Update split-string specification
10113         and examples.
10115 2003-05-19  Richard M. Stallman  <rms@gnu.org>
10117         * elisp.texi: Correct invariant section names.
10119 2003-04-20  Richard M. Stallman  <rms@gnu.org>
10121         * os.texi (Timers): Explain about timers and quitting.
10123 2003-04-19  Richard M. Stallman  <rms@gnu.org>
10125         * internals.texi (Writing Emacs Primitives): Strings are
10126         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
10127         Explain GCPRO convention for varargs function args.
10129 2003-04-16  Richard M. Stallman  <rms@gnu.org>
10131         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10133 2003-04-08  Richard M. Stallman  <rms@gnu.org>
10135         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10137 2003-02-13  Kim F. Storm  <storm@cua.dk>
10139         * objects.texi (Character Type): New \s escape for space.
10141 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
10143         * os.texi (System Environment): Add cygwin system-type.
10145 2003-01-25  Richard M. Stallman  <rms@gnu.org>
10147         * keymaps.texi: Document that a symbol can act as a keymap.
10149 2003-01-13  Richard M. Stallman  <rms@gnu.org>
10151         * text.texi (Changing Properties): Say string indices are origin-0.
10153         * positions.texi (Screen Lines) <compute-motion>:
10154         Correct order of elts in return value.
10156         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10157         how to define a default binding.
10159 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
10161         * loading.texi (Unloading): Fix recent change for load-history.
10163         * customize.texi (Simple Types): Clarify description of custom
10164         type 'number.  Describe new custom type 'float.
10166 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
10168         * variables.texi (File Local Variables): Fix typo.
10170 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
10172         From Michael Albinus <Michael.Albinus@alcatel.de>.
10174         * README: Target for Info file is `make info'.
10176         * files.texi (File Name Components): Fix typos in
10177         `file-name-sans-extension'.
10178         (Magic File Names): Complete list of operations for magic file
10179         name handlers.
10181 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
10183         * variables.texi (File Local Variables): New function
10184         risky-local-variable-p.
10186 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
10188         * functions.texi (Function safety): New node about unsafep.
10190 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10192         * customize.texi (Splicing into Lists): Fix example.
10193         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
10195 2002-06-17  Juanma Barranquero  <lektu@terra.es>
10197         * frames.texi (Display Feature Testing): Fix typo.
10199 2002-06-12  Andreas Schwab  <schwab@suse.de>
10201         * frames.texi (Initial Parameters, Resources): Fix references to
10202         the Emacs manual.
10204 2002-05-13  Kim F. Storm  <storm@cua.dk>
10206         * variables.texi (Intro to Buffer-Local): Updated warning and
10207         example relating to changing buffer inside let.
10209 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
10211         * os.texi (Session Management): New node about X Session management.
10213 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
10215         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
10216         to which the manual corresponds, and the copyright years.
10218         * Makefile.in (VERSION): Set to 2.9.
10220 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
10222         * elisp.texi: Change the category in @dircategory to "Emacs", to
10223         make it consistent with info/dir.
10225 2001-11-25  Miles Bader  <miles@gnu.org>
10227         * text.texi (Fields): Describe new `limit' arg in
10228         field-beginning/field-end.
10230 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
10232         * permute-index: Don't depend on csh-specific features.
10233         Replace the interpreter name with /bin/sh.
10235         * two-volume-cross-refs.txt: New file.
10236         * two.el: New file.
10237         * spellfile: New file.
10239 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
10241         * permute-index: New file.
10243         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10244         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10245         8+3 restricted namespace.
10247         * Makefile.in (infodir): Define relative to $(srcdir).
10248         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10249         include directories list via -I switch to makeinfo.
10250         (index.texi): Use cp if both hard and symbolic links fail.
10252 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
10254         * Makefile.in (distclean): Add.
10256         The following changes make ELisp manual part of the Emacs
10257         distribution:
10259         * Makefile.in: Add Copyright notice.
10260         (prefix): Remove.
10261         (infodir): Change value to "../info".
10262         (VPATH): New variable.
10263         (MAKE): Don't define.
10264         (texmacrodir): Don't define.
10265         (texinputdir): Append the existing value of TEXINPUTS.
10266         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
10267         command to be compatible with man/Makefile.in, and to put the
10268         output into ../info.
10269         (info): Add target.
10270         (installall): Target removed.
10272 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
10274         * tips.texi (Coding Conventions): Fix typo.
10276 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
10278         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10280 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
10282         * files.texi (File Name Components): Update the description of
10283         file-name-sans-extension and file-name-extension, as they now
10284         ignore leading dots.
10286 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
10288         * (Version 21.1 released.)
10290 2001-10-19  Miles Bader  <miles@gnu.org>
10292         * positions.texi (Text Lines): Describe behavior of
10293         `beginning-of-line'/`end-of-line' in the presence of field properties.
10295 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
10297         * Makefile.in (VERSION): Set to 2.8.
10298         (manual): Use `manual-21'.
10300         * elisp.texi (VERSION): Add and use it where the version
10301         number was used.  Set it to 2.8.
10303         * intro.texi: Likewise.
10305 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
10307         * files.texi (File Name Completion): Document the significance of
10308         a trailing slash in elements of completion-ignored-extensions.
10310 2001-10-06  Miles Bader  <miles@gnu.org>
10312         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10314 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10316         * variables.texi (Variable Aliases): New node.
10318 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10320         * Branch for 21.1.
10322 2001-10-02  Miles Bader  <miles@gnu.org>
10324         * minibuf.texi (Minibuffer Misc): Add entries for
10325         `minibuffer-contents', `minibuffer-contents-no-properties', and
10326         `delete-minibuffer-contents'.
10327         Correct description for `minibuffer-prompt-end'.
10329         * text.texi (Property Search): Correct descriptions of
10330         `next-char-property-change' and `previous-char-property-change'.
10331         Add entries for `next-single-char-property-change' and
10332         `previous-single-char-property-change'.
10333         Make operand names a bit more consistent.
10335 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
10337         * frames.texi (Finding All Frames): Document that next-frame and
10338         previous-frame are local to current terminal.
10340 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
10342         * keymaps.texi (Creating Keymaps): Fix the description of the
10343         result of make-keymap.
10345 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
10347         * display.texi (Font Lookup, Attribute Functions)
10348         (Image Descriptors): Add cross-references to the definition of
10349         selected frame.
10351         * buffers.texi (The Buffer List): Add cross-references to the
10352         definition of selected frame.
10354         * frames.texi (Input Focus): Clarify which frame is _the_ selected
10355         frame at any given time.
10356         (Multiple Displays, Size and Position): Add a cross-reference to
10357         the definition of the selected frame.
10359 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10361         * strings.texi (String Conversion) <string-to-number>: Document
10362         that a float is returned for integers that are too large.
10364         * frames.texi (Mouse Position): Document mouse-position-function.
10365         (Display Feature Testing): Document display-images-p.
10366         (Window Frame Parameters): Document the cursor-type variable.
10368         * numbers.texi (Integer Basics): Document CL style read syntax for
10369         integers in bases other than 10.
10371         * positions.texi (List Motion):
10372         Document open-paren-in-column-0-is-defun-start.
10374         * lists.texi (Sets And Lists): Document member-ignore-case.
10376         * internals.texi (Garbage Collection): Document the used and free
10377         strings report.
10378         (Memory Usage): Document strings-consed.
10380         * os.texi (Time of Day): Document float-time.
10381         (Recording Input): Document that clear-this-command-keys clears
10382         the vector to be returned by recent-keys.
10384         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10385         argument keymap can be a list.
10387         * nonascii.texi (User-Chosen Coding Systems)
10388         <select-safe-coding-system>: Document the new argument
10389         accept-default-p and the variable
10390         select-safe-coding-system-accept-default-p.  Tell what happens if
10391         buffer-file-coding-system is undecided.
10392         (Default Coding Systems): Document auto-coding-regexp-alist.
10394         * display.texi (The Echo Area) <message>: Document
10395         message-truncate-lines.
10396         (Glyphs): Document that the glyph table is unused on windowed
10397         displays.
10399         * help.texi (Describing Characters) <single-key-description>:
10400         Document the new argument no-angles.
10401         (Accessing Documentation) <documentation-property>: Document that
10402         a non-string property is evaluated.
10403         <documentation>: Document that the function-documentation property
10404         is looked for.
10406         * windows.texi (Selecting Windows): Document some-window.
10408         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10410         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10411         apropos-mode-hook.
10413         * commands.texi (Using Interactive): Document interactive-form.
10414         (Keyboard Macros): Document kbd-macro-termination-hook.
10415         (Command Loop Info): Document that clear-this-command-keys clears
10416         the vector to be returned by recent-keys.
10418 2001-09-04  Werner LEMBERG  <wl@gnu.org>
10420         * Makefile.in (srcdir, texinputdir): New variables.
10421         (srcs, index.texi, install): Use $(srcdir).
10422         (.PHONY): Remove elisp.dvi.
10423         (elisp): Use -I switch for makeinfo.
10424         (elisp.dvi): Use $(srcdir) and $(texinputdir).
10425         (installall, dist): Use $(srcdir).
10426         Fix path to texinfo.tex.
10427         (maintainer-clean): Add elisp.dvi and elisp.oaux.
10429 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
10431         * display.texi (Conditional Display): Adjust to API change.
10433         * configure: New file.
10435 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
10437         * commands.texi (Repeat Events): Add description of
10438         double-click-fuzz.
10440 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
10442         * syntax.texi (Syntax Class Table): Add the missing designator for
10443         comment and string fences.
10444         (Syntax Properties): Add a xref to syntax table internals.
10445         (Syntax Table Internals): Document string-to-syntax.
10447 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
10449         * Makefile.in (install): Use install-info command line options
10450         like in Emacs' Makefile.in.
10452 2000-12-09  Miles Bader  <miles@gnu.org>
10454         * windows.texi (Window Start): Update documentation for
10455         `pos-visible-in-window-p'.
10457 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
10459         * lists.texi (Building Lists): Add footnote to explain how to add
10460         to the end of a list.
10462 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10464         * files.texi (Visiting Functions): Typos.
10466 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
10468         * files.texi (Visiting Functions): Return value of
10469         find-file-noselect may be a list of buffers if wildcards are used.
10471 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10473         * display.texi (Defining Faces): Document `graphic' display type
10474         in face specs.
10476 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10478         * hooks.texi (Standard Hooks): Replace obsolete
10479         `after-make-frame-hook' with `after-make-frame-functions'.
10481         * frames.texi (Creating Frames): Ditto.
10483         * variables.texi (Future Local Variables): Ditto.
10485 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
10487         * display.texi (Other Image Types): Add description of :foreground
10488         and :background properties of mono PBM images.
10490 2000-08-17  Werner LEMBERG  <wl@gnu.org>
10492         * .cvsignore: New file.
10494 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
10496         * tindex.pl: New script.
10498 1999-12-03  Dave Love  <fx@gnu.org>
10500         * Makefile.in (MAKEINFO): New parameter.
10502 1999-09-17  Richard Stallman  <rms@gnu.org>
10504         * Makefile.in (srcs): Add hash.texi.
10505         (VERSION): Update to 20.6.
10507 1999-09-13  Richard Stallman  <rms@gnu.org>
10509         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10511 1998-08-29  Karl Heuer  <kwzh@gnu.org>
10513         * configure.in: New file.
10514         * Makefile.in: Renamed from Makefile.
10515         (prefix, infodir): Use value obtained from configure.
10516         (emacslibdir): Obsolete variable deleted.
10517         (dist): Distribute configure.in, configure, Makefile.in.
10519 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10521         * Makefile (INSTALL_INFO): New variable.
10522         (install): Run install-info.
10524 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10526         * Makefile (elisp.dvi): Add missing backslash.
10528 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
10530         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10531         Run texindex without `./'.  Always run texindex on elisp.tp.
10532         (elisp.tps): Target deleted.
10534 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
10536         * Makefile (srcs): Add nonascii.texi and customize.texi.
10537         (dist): Start by deleting `temp'.
10539 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
10541         * Makefile (makeinfo, texindex): Targets deleted.
10542         (makeinfo.o, texindex.o): Targets deleted.
10543         (clean, dist): Don't do anything with them or with getopt*.
10545 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
10547         * Makefile (SHELL): Defined.
10549 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
10551         * Makefile (elisp.tps): New target.
10552         (elisp.dvi): Depend on elisp.tps.
10554 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10556         * README: Update phone number.
10558         * Makefile (elisp): Make this be the default target.
10559         Depend on makeinfo.c instead of makeinfo.
10560         (install): Don't depend on elisp.dvi, since we don't install that.
10561         Use mkinstalldirs.
10562         (dist): Add mkinstalldirs.
10564 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10566         * Makefile (VERSION): Update version number.
10567         (maintainer-clean): Rename from realclean.
10569 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
10571         * Makefile (realclean): New target.
10572         (elisp): Remove any old elisp-* files first.
10574 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
10576         * Makefile (VERSION): New variable.
10577         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10578         Compressed file suffix should be `.gz', not `.z'.
10580 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10582         * Makefile (elisp): Depend on makeinfo.
10584 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
10586         * Makefile (srcs): Add anti.texi.
10588 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10590         * Makefile (infodir, prefix): New vars.
10591         (install): Use infodir.
10592         (emacsinfodir): Delete.
10594 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10596         * Makefile (srcs): Add calendar.texi.
10598         * Makefile (dist): Copy texindex.c and makeinfo.c.
10599         Limit elisp-* files to those with one or two digits.
10601 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10603         * Makefile (dist): Change to use Gzip instead of compress.
10605 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10607         * loading.texi (Unloading): define-function changed back to
10608         defalias.  It may not stay this way, but at least it's
10609         consistent with the known-good version of the code patch.
10611 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10613         * modes.texi (Hooks): Document new optional arg of add-hook.
10615 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10617         * variables.texi: Document nil initial value of buffer-local variables.
10619         * tips.texi: Add new section on standard library headers.
10621 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10623         * Makefile (srcs): Add frame.texi to the list of sources.
10625 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10627         * Makefile (dist): Don't bother excluding autosave files; they'll
10628         never make it into the temp directory anyway, and the hash marks
10629         in the name are problematic for make and the Bourne shell.
10630         (srcs):
10632 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10634         * Makefile (dist): Don't include backup files or autosave files in
10635         the distribution tar file.
10637 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10639         * Makefile (srcs): Add index.perm.
10640         (elisp.dvi): Remove erroneous shell comment.
10641         Expect output of permute-index in permuted.fns.
10642         Save old elisp.aux in elisp.oaux.
10643         (clean): Add index.texi to be deleted.
10645 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10647         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10649 1990-06-26  David Lawrence  (tale@geech)
10651         * files.texi: Noted that completion-ignored-extensions is ignored
10652         when making *Completions*.
10654 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
10656         * Makefile  make dist now depends on elisp.dvi, since it tries
10657         to include it in the dist file.
10659 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10661         * functions.texinfo (Mapping Functions): Add missing quote.
10663 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10665         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10666         (defunargs): Turn off \hyphenchar of \sl font temporarily.
10668 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10670         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10671         and @error{} are the terms now being used.  The files in the
10672         directory have been changed to reflect this.
10674         * All instances of @indentedresultt{} have been changed to
10675         `     @result{}', using 5 spaces at the beginning of the line.
10677 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10679         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10680         experimental @indentedresult{}, @indentedexpandsto{} are part of
10681         the texinfo.tex in this directory.  These TeX macros are not
10682         stable yet.
10684 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10686         * texinfo.tex: Temporarily added
10687                 \let\result=\dblarrow
10688                 \def\error{{\it ERROR} \longdblarrow}
10689         We need to do this better soon.
10691 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10693         * Applied Karl Berry's patches to *.texinfo files, but not to
10694         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
10695         new title page format is also not applied, since it requires
10696         texinfo.tex changes.)
10698         * Cleaned up `Makefile' and defined the `emacslibdir' directory
10699         for the Project GNU development environment.
10701 ;; Local Variables:
10702 ;; coding: utf-8
10703 ;; End:
10705   Copyright (C) 1998-2012  Free Software Foundation, Inc.
10707   This file is part of GNU Emacs.
10709   GNU Emacs is free software: you can redistribute it and/or modify
10710   it under the terms of the GNU General Public License as published by
10711   the Free Software Foundation, either version 3 of the License, or
10712   (at your option) any later version.
10714   GNU Emacs is distributed in the hope that it will be useful,
10715   but WITHOUT ANY WARRANTY; without even the implied warranty of
10716   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10717   GNU General Public License for more details.
10719   You should have received a copy of the GNU General Public License
10720   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.