* lispref/compile.texi (Compiler Errors): Add missing space in buffer name.
[emacs.git] / doc / lispref / ChangeLog
blobd53be2b57c661069dd7b8978c127d307969b2fc5
1 2012-04-10  Glenn Morris  <rgm@gnu.org>
3         * compile.texi (Compiler Errors): Add missing space in buffer name.
5 2012-04-08  Chong Yidong  <cyd@gnu.org>
7         * processes.texi (Query Before Exit): Remove obsolete function
8         process-kill-without-query (Bug#11190).
10 2012-04-08  Glenn Morris  <rgm@gnu.org>
12         * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
13         Use @env for environment variables.
15 2012-04-07  Glenn Morris  <rgm@gnu.org>
17         * Makefile.in: Replace non-portable use of $< in ordinary rules.
19 2012-04-06  Chong Yidong  <cyd@gnu.org>
21         * minibuf.texi (Programmed Completion): Document metadata method.
22         (Completion Variables): Document completion-category-overrides.
24 2012-04-05  Chong Yidong  <cyd@gnu.org>
26         * anti.texi (Antinews): Rewrite for Emacs 23.
28 2012-04-04  Chong Yidong  <cyd@gnu.org>
30         * minibuf.texi (Programmed Completion): Remove obsolete variable
31         completion-annotate-function.
32         (Completion Variables): Rename from Completion Styles.  Document
33         completion-extra-properties.  Document completion-styles-alist
34         change.
35         (Reading File Names): minibuffer-local-filename-must-match-map is
36         not used anymore.
37         (Minibuffer Completion): Document completing-read-function.
38         (Completion in Buffers): completion-at-point-functions can return
39         properties recognized in completion-extra-properties.
41         * display.texi (Delayed Warnings): New node.
43         * os.texi (Notifications): Copyedits.
45 2012-04-04  Glenn Morris  <rgm@gnu.org>
47         * os.texi (Notifications): Copyedits.
49 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
51         * os.texi (Terminal-Specific): Fix typo.
52         (Notifications): New section.
54         * elisp.texi (Top):
55         * vol1.texi (Top):
56         * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
57         menu entries.
59 2012-04-01  Chong Yidong  <cyd@gnu.org>
61         * files.texi (Kinds of Files): file-subdir-of-p renamed to
62         file-in-directory-p.
64 2012-03-31  Glenn Morris  <rgm@gnu.org>
66         * edebug.texi (Instrumenting Macro Calls):
67         Mention defining macros at instrumentation time.
68         (Edebug Options): Mention edebug-unwrap-results.
70 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
72         * text.texi (Special Properties): Clarify the description of the
73         effect of integer values of the 'cursor' property on cursor
74         position.  See the discussions in bug#11068 for more details and
75         context.
77 2012-03-31  Glenn Morris  <rgm@gnu.org>
79         * edebug.texi (Edebug Eval, Specification List, Edebug Options):
80         Copyedits.
82 2012-03-30  Chong Yidong  <cyd@gnu.org>
84         * display.texi (Image Formats): Add imagemagick type.
85         (Image Descriptors): Mention how they are used.
86         (ImageMagick Images): Clarify role of imagemagick-register-types.
87         (Character Display): Don't mention glyph tables.
88         (Display Tables): Use make-glyph-code in example.
89         (Glyphs): Avoid "simple glyph code" terminology.  Note that glyph
90         tables are semi-obsolete.  De-document create-glyph.
91         (Glyphless Chars): Note that display tables override this.
92         (Bidirectional Display): Copyedits.  Introduce "bidirectional
93         reordering" terminology, and use it.
95 2012-03-30  Glenn Morris  <rgm@gnu.org>
97         * edebug.texi (Jumping): Give name of `i' binding.
99 2012-03-28  Glenn Morris  <rgm@gnu.org>
101         * searching.texi (Regular Expressions, Regexp Special):
102         (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
103         (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
104         (Regexp Special): Mention collation.
105         Clarify char classes with an example.
106         (Regexp Functions): Mention regexp-opt is not guaranteed.
107         Mention regexp-opt-charset.
108         (Regexp Search): Recommend against looking-back.
109         (Search and Replace): Use Texinfo recommended quote convention.
110         Add more query-replace-map items.  List multi-query-replace-map items.
112 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
114         * windows.texi (Window History): Describe new option
115         switch-to-visible-buffer.
117 2012-03-27  Glenn Morris  <rgm@gnu.org>
119         * searching.texi (String Search): Add xref to Emacs manual.
120         Copyedits.  Mention the function word-search-regexp.
121         (Searching and Case): Add xref to Emacs manual.  Copyedits.
123         * processes.texi (Network Servers): Standardize apostrophe usage.
125         * os.texi (System Environment): Copyedits.  Remove some examples
126         that do not seem useful.  Mention setenv third arg.
127         tty-erase-char does not seem to be nil under a window-system.
128         (User Identification): Copyedits.
129         Remove some examples that do not seem useful.
131 2012-03-26  Glenn Morris  <rgm@gnu.org>
133         * os.texi (Startup Summary): Copyedits.  Fix startup screen logic.
134         (Init File): Copyedits.
135         (Command-Line Arguments): Copyedits.  Do not mention argv alias.
136         (Killing Emacs): Copyedits.
137         (Suspending Emacs): Copyedits.  Mention not very relevant with GUIs.
138         Shorten the example, use more standard shell prompts.
140 2012-03-25  Chong Yidong  <cyd@gnu.org>
142         * display.texi (Fringes): Note that fringes are shown on graphical
143         displays only.
144         (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
145         (Replacing Specs): Clarify example.
146         (Manipulating Buttons): Note that button-at can return a marker.
147         (Buttons): Minor rewrite.
148         (Character Display): New node.  Consolidate all character display
149         related nodes into its subsections.
150         (Usual Display): Character 127 is also affected by ctl-arrow.
151         (Display Tables): Improve example.
153 2012-03-22  Glenn Morris  <rgm@gnu.org>
155         * strings.texi (Text Comparison): Mention string-prefix-p.
157 2012-03-21  Chong Yidong  <cyd@gnu.org>
159         * display.texi (The Echo Area): Add xref to Output Streams.
160         (Displaying Messages): Improve doc of message.
161         (Echo Area Customization, Invisible Text): Copyedits.
162         (Invisible Text): Mention that spec comparison is done with eq.
163         (Width): Improve doc of char-width.
164         (Faces): Recommend using symbol instead of string for face name.
165         Minor clarifications.
166         (Defining Faces): Copyedits.  Update face example.
167         (Attribute Functions): Mark set-face-foreground etc as commands.
168         (Face Remapping): Mention text-scale-adjust.  Clarify
169         face-remapping-alist and related docs.
170         (Face Functions): Don't document make-face or copy-face.
172 2012-03-20  Chong Yidong  <cyd@gnu.org>
174         * display.texi (Forcing Redisplay): Various rewrites to reflect
175         new value of redisplay-dont-pause.
176         (Truncation): Copyedits.
178 2012-03-20  Glenn Morris  <rgm@gnu.org>
180         * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
181         Add summary table of some relevant command-line options.
183 2012-03-18  Chong Yidong  <cyd@gnu.org>
185         * internals.texi (Building Emacs, Garbage Collection): Copyedits.
186         (Writing Emacs Primitives): Re-organize discussion of functions
187         with variable Lisp arguments are handled.  Delete an obsolete
188         remark, previously tagged as FIXME.
190         * os.texi (Idle Timers): Minor clarification.
191         (Idle Timers): Link to Time of Day for description of time list.
193 2012-03-18  Glenn Morris  <rgm@gnu.org>
195         * os.texi (System Interface): Flow control was removed.
196         (Startup Summary): General update.
197         (Init File): Don't mention compiling it.
199 2012-03-17  Chong Yidong  <cyd@gnu.org>
201         * os.texi (Startup Summary): Mention package loading.
202         (Init File): Don't refer to .emacs in section title.  Copyedits.
203         (Terminal-Specific): Give a realistic example.
204         (Command-Line Arguments): Reference Entering Emacs instead of
205         repeating the spiel about not restarting Emacs.
206         (Time of Day): Discuss time representation at beginning of node.
207         (Sound Output): Copyedits.
209         * package.texi (Packaging Basics): Document package-initialize.
211 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
213         * frames.texi (Initial Parameters): Add an index entry for
214         minibuffer-only frame.
216 2012-03-16  Glenn Morris  <rgm@gnu.org>
218         * modes.texi (Major Mode Conventions): Mention the strange
219         relationship between View mode and special modes.  (Bug#10650)
221 2012-03-11  Chong Yidong  <cyd@gnu.org>
223         * windows.texi (Window Configurations): save-window-excursion is
224         now a macro.
226         * display.texi (Temporary Displays): with-output-to-temp-buffer is
227         now a macro.
229         * text.texi (Fields): Minor copyedit.
231 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
233         * strings.texi (String Basics):
234         * sequences.texi (Sequence Functions): Mention that `length' is
235         not appropriate for computing the string width on display; add a
236         cross-reference to the description of `string-width'.  (Bug#10978)
238         * eval.texi (Autoloading): Minor change of wording.
240 2012-03-10  Chong Yidong  <cyd@gnu.org>
242         * loading.texi (Autoload): Explicitly state which forms are
243         processed specially (Bug#7783).
245         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
246         non-default situation.  Describe one-submenu exception (Bug#7695).
248         * nonascii.texi (Character Properties): Copyedits.
250 2012-03-08  Chong Yidong  <cyd@gnu.org>
252         * text.texi (Mode-Specific Indent): Document new behavior of
253         indent-for-tab-command.  Document tab-always-indent.
254         (Special Properties): Copyedits.
255         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
256         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
257         libxml-parse-html-region.
259 2012-03-07  Glenn Morris  <rgm@gnu.org>
261         * markers.texi (The Region): Briefly mention use-empty-active-region
262         and region-active-p.
263         (Overview of Markers): Reword garbage collection, add cross-ref.
264         (The Mark): Tiny clarification re command loop and activate-mark-hook.
266 2012-03-07  Chong Yidong  <cyd@gnu.org>
268         * text.texi (Buffer Contents): Don't duplicate explanation of
269         region arguments from Text node.  Put doc of obsolete var
270         buffer-substring-filters back, since it is referred to.
271         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
272         selection by default.
274         * markers.texi (The Mark): Fix typo.
275         (The Region): Copyedits.
277 2012-03-07  Glenn Morris  <rgm@gnu.org>
279         * markers.texi (Overview of Markers): Copyedits.
280         (Creating Markers): Update approximate example buffer size.
281         (The Mark): Don't mention uninteresting return values.
283 2012-03-05  Chong Yidong  <cyd@gnu.org>
285         * positions.texi (Text Lines): Document count-words.
287 2012-03-04  Chong Yidong  <cyd@gnu.org>
289         * frames.texi (Frames): Remove little-used "terminal frame" and
290         "window frame" terminology.
291         (Frame Parameters, Font and Color Parameters, Initial Parameters)
292         (Size and Position, Visibility of Frames): Callers changed.
293         (Frames): Clarify which terminals in framep are graphical.
294         (Initial Parameters): --geometry is not the only option which adds
295         to initial-frame-alist.
296         (Position Parameters): Note that icon-left and icon-top are for
297         old window managers only.
298         (Size Parameters): Sizes are in characters even on graphical
299         displays.
300         (Management Parameters): Note that window-id and outer-window-id
301         can't really be changed, and that auto-raise isn't always obeyed.
302         (Cursor Parameters): Document cursor-type explicitly.
303         (Size and Position): The aliases set-screen-height and
304         set-screen-width have been deleted.
305         (Visibility of Frames): Mention "minimization".
307         * os.texi (Startup Summary): Minor clarifications.
308         (Startup Summary, Suspending Emacs): Standardize on "text
309         terminal" terminology.
311         * windows.texi (Basic Windows, Coordinates and Windows)
312         (Coordinates and Windows):
313         * display.texi (Refresh Screen, Line Height, Face Attributes)
314         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
316 2012-03-04  Glenn Morris  <rgm@gnu.org>
318         * abbrevs.texi: Small copyedits throughout.
319         (Abbrev Mode): Remove this section, folding it into the top-level.
320         (Abbrev Tables): Don't mention irrelevant return values.
321         (Abbrev Expansion): Add cross-ref for wrapper hooks.
322         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
323         (Abbrev Table Properties): Update nil :regexp description.
325 2012-03-03  Glenn Morris  <rgm@gnu.org>
327         * internals.texi: Change @appendix section commands to @section.
328         (Building Emacs): Say less about CANNOT_DUMP platforms.
329         Replace deleted eval-at-startup with custom-initialize-delay.
330         (Pure Storage): Small changes.
331         (Memory Usage): Copyedit.
332         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
333         example definitions. Give examples of things with non-nil
334         interactive args.  Mention eval_sub.  Remove old info about
335         strings and GCPRO.  Mention cus-start.el.
336         (Buffer Internals, Window Internals, Process Internals):
337         Misc small updates and fixes for fields.
339         * tips.texi: Copyedits.
340         (Coding Conventions): Mention autoloads.
341         Combine partially duplicated macro items.  Fix xref.
342         Refer to Library Headers for copyright notice.
343         (Programming Tips): edit-options is long-obsolete.
344         (Compilation Tips): Mention loading bytecomp for byte-compile props.
345         (Warning Tips): Mention declare-function.
346         (Documentation Tips): Remove old info.
347         (Comment Tips): Mention comment-dwim, not indent-for-comment.
348         (Library Headers): General update.
350 2012-03-02  Glenn Morris  <rgm@gnu.org>
352         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
353         and relocate entry.  Mention buffer-stale-function.
355         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
357         * hooks.texi (Standard Hooks): General update.
358         Put related hooks together.  Add and remove items.
359         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
360         * modes.texi (Hooks): Tweak cross-ref description.
362 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
364         * files.texi (Kinds of Files): The return value of file-equal-p is
365         unspecified, if FILE1 or FILE2 does not exist.
367 2012-03-01  Glenn Morris  <rgm@gnu.org>
369         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
371         * maps.texi (Standard Keymaps): General update.
372         Remove mode-specific maps, talk about the more general keymaps.
373         * help.texi (Help Functions): Add vindex for Helper-help-map.
374         * keymaps.texi (Active Keymaps): Minor rephrasing.
376 2012-02-29  Glenn Morris  <rgm@gnu.org>
378         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
380 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
382         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
383         Update changed behavior of file-subdir-of-p.
385 2012-02-28  Glenn Morris  <rgm@gnu.org>
387         * advice.texi, anti.texi, display.texi, elisp.texi:
388         * processes.texi, variables.texi, vol1.texi, vol2.texi:
389         Standardize possessive apostrophe usage.
391         * locals.texi: Remove file.
392         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
393         Remove menu entry.
394         * errors.texi, maps.texi: Adjust node pointers.
395         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
396         * makefile.w32-in (srcs):
397         * Makefile.in (srcs): Remove locals.texi.
399         * frames.texi (Mouse Position): Fix cross-ref.
401 2012-02-27  Chong Yidong  <cyd@gnu.org>
403         * buffers.texi (Creating Buffers): Clarify that
404         generate-new-buffer uses generate-new-buffer-names.
405         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
407         * files.texi (Directory Names): Index entry for file name abbreviations.
408         (Relative File Names, File Name Expansion): Refer to it.
409         (Locating Files): Move locate-user-emacs-file documentation to
410         Standard File Names.
411         (Standard File Names): Add locate-user-emacs-file; update examples.
413 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
415         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
417 2012-02-26  Chong Yidong  <cyd@gnu.org>
419         * files.texi (Kinds of Files): Improve documentation of
420         files-equal-p and file-subdir-of-p.
422 2012-02-26  Glenn Morris  <rgm@gnu.org>
424         * intro.texi (Acknowledgements): Small changes.
426 2012-02-25  Glenn Morris  <rgm@gnu.org>
428         * errors.texi: Don't try to list _all_ the error symbols.
429         Add circular-list, cl-assertion-failed, compression-error.
430         * elisp.texi, vol1.texi, vol2.texi:
431         * control.texi (Error Symbols): Tweak "Standard Errors" description.
433 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
435         * files.texi (files-equal-p, file-subdir-of-p): New,
436         add initial documentation.
438 2012-02-25  Chong Yidong  <cyd@gnu.org>
440         * files.texi (File Attributes): Document file-selinux-context.
441         (Changing Files): Link to it.
442         (Changing Files): Document set-file-selinux-context.
444         * backups.texi (Making Backups): Return value of backup-buffer is
445         changed.  Mention default value of backup-directory-alist.
446         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
447         (Auto-Saving): New minor mode behavior for auto-save-mode.
448         (Reverting): Add defvar for revert-buffer-in-progress-p.
450         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
452 2012-02-24  Glenn Morris  <rgm@gnu.org>
454         * errors.texi (Standard Errors): Mention dbus-error.
455         For arith-error sub-classes, just use one cross-ref.
457 2012-02-23  Alan Mackenzie  <acm@muc.de>
459         * modes.texi (Defining Minor Modes): Document the new keyword
460         :after-hook.
462 2012-02-21  Chong Yidong  <cyd@gnu.org>
464         * files.texi (Files): Mention magic file names as arguments.
465         (Reading from Files): Copyedits.
466         (File Attributes): Mention how to change file modes.
467         (Changing Files): Use standard "file permissions" terminology.
468         Add xref to File Attributes node.
469         (Locating Files): Document locate-user-emacs-file.
470         (Unique File Names): Recommend against using make-temp-name.
472 2012-02-19  Chong Yidong  <cyd@gnu.org>
474         * help.texi (Documentation, Documentation Basics, Help Functions):
475         Minor clarifications.
476         (Accessing Documentation): Clarify what documentation-property is
477         for.  Add xref to Keys in Documentation.
479         * tips.texi (Documentation Tips): Don't recommend using * in
480         docstrings.
482         * macros.texi (Defining Macros):
483         * modes.texi (Derived Modes): Say "documentation string" instead
484         of docstring.
486 2012-02-18  Chong Yidong  <cyd@gnu.org>
488         * modes.texi (Tabulated List Mode): New node.
489         (Basic Major Modes): Add xref to it.
491         * processes.texi (Process Information): Mention Process Menu mode.
493 2012-02-17  Chong Yidong  <cyd@gnu.org>
495         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
497 2012-02-17  Glenn Morris  <rgm@gnu.org>
499         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
501 2012-02-16  Chong Yidong  <cyd@gnu.org>
503         * syntax.texi (Syntax Tables, Syntax Descriptors)
504         (Syntax Table Functions): Copyedits.
505         (Syntax Basics): Don't repeat the material in the preceding node.
506         (Syntax Class Table): Use a table.
507         (Syntax Properties): Document syntax-propertize-function and
508         syntax-propertize-extend-region-functions.
509         (Motion via Parsing): Clarify scan-lists. Fix indentation.
510         (Parser State): Update for the new "c" comment style.  Fix
511         description of item 7 (comment style).
513         * modes.texi (Minor Modes): Update how mode commands should treat
514         arguments now.
515         (Mode Line Basics): Clarify force-mode-line-update.
516         (Mode Line Top): Note that the example is not realistic.
517         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
518         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
519         "mode line construct" instead of "mode line specification".
520         (Syntactic Font Lock): Remove mention of obsolete variable
521         font-lock-syntactic-keywords.
522         (Setting Syntax Properties): Node deleted.
523         (Font Lock Mode): Note that Font Lock mode is a minor mode.
524         (Font Lock Basics): Note that syntactic fontification falls back
525         on `syntax-table'.
526         (Search-based Fontification): Emphasize that font-lock-keywords
527         should not be set directly.
528         (Faces for Font Lock): Avoid some confusing terminology.
529         (Syntactic Font Lock): Minor clarifications.  Add xref to
530         Syntactic Font Lock node.
532 2012-02-15  Chong Yidong  <cyd@gnu.org>
534         * minibuf.texi (Basic Completion): Define "completion table".
535         Move completion-in-region to Completion in Buffers node.
536         (Completion Commands): Use "completion table" terminology.
537         (Completion in Buffers): New node.
539         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
540         (Setting Hooks): Update minor mode usage example.
541         (Major Mode Conventions): Note that completion-at-point-functions
542         should be altered locally.  Add xref to Completion in Buffers.
543         Remove duplicate tip about auto-mode-alist.
544         (Minor Modes): Rewrite introduction.
545         (Minor Mode Conventions): Copyedits.  Don't recommend
546         variable-only minor modes since few minor modes are like that.
548 2012-02-15  Glenn Morris  <rgm@gnu.org>
550         * processes.texi (Network): Document open-network-stream :parameters.
552 2012-02-14  Chong Yidong  <cyd@gnu.org>
554         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
555         was removed on 2009-09-10.  Update lisp-mode-map example.
556         (Inheritance and Keymaps): Minor clarification.
557         (Searching Keymaps): Remove out-of-place enumeration.
558         (Key Lookup): Remove unnecessary example (one was already given in
559         Format of Keymaps).
560         (Changing Key Bindings): Update suppress-keymap example.
561         (Menu Bar, Tool Bar): Copyedits.
562         (Tool Bar): Update tool-bar-map example.
564 2012-02-12  Chong Yidong  <cyd@gnu.org>
566         * debugging.texi (Debugger Commands): Continuing is now allowed
567         for errors.
569 2012-02-11  Chong Yidong  <cyd@gnu.org>
571         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
572         Move the list of standard bitmaps there.
573         (Fringe Cursors): Rewrite for clarity.
574         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
576         * commands.texi (Command Overview): Mention read-key.
577         (Using Interactive, Interactive Call): Minor clarifications.
578         (Function Keys, Click Events): Avoid "input stream" terminology.
579         (Click Events): Add xref to Window Sizes and Accessing Mouse.
580         Clarify column and row components.
581         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
582         (Special Events): Copyedits.
584         * streams.texi (Input Streams): De-document get-file-char.
585         (Output Variables): Don't refer to old backquote syntax.
587         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
588         (Error Debugging): Note that debug-ignored-errors overrides list
589         values of debug-on-error too.  Add xref to Signaling Errors.  Note
590         that debug-on-signal is not customizable.  Mention
591         condition-case-unless-debug.
592         (Compilation Errors): Node deleted.
594         * compile.texi (Compiler Errors): Move a paragraph here from
595         deleted node Compilation Errors.
597 2012-02-10  Leo Liu  <sdl.web@gmail.com>
599         * control.texi (Handling Errors): Change condition-case-no-debug
600         to condition-case-unless-debug.
602 2012-02-10  Chong Yidong  <cyd@gnu.org>
604         * advice.texi (Defining Advice): Clarify ad-unadvise.
605         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
606         is not abnormal.
607         (Advising Primitives): Node deleted; ad-define-subr-args has been
608         removed.
610         * compile.texi (Speed of Byte-Code): Use float-time in example.
611         (Compilation Functions): Note that the log uses Compilation mode.
612         Don't discuss the contents of byte-code function object here.
613         (Compilation Functions): De-document internal function byte-code.
614         (Docs and Compilation): Minor clarifications.
616         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
617         Objects.
619 2012-02-10  Glenn Morris  <rgm@gnu.org>
621         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
622         Mention secure-hash.
623         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
625 2012-02-10  Chong Yidong  <cyd@gnu.org>
627         * loading.texi (Loading): Don't emphasize "library" terminology.
628         (Library Search): load-path is not a user option.  Mention role of
629         -L option and packages.  Improve examples.
630         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
631         obsolete.
632         (Autoload): Minor clarifications.
634 2012-02-10  Glenn Morris  <rgm@gnu.org>
636         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
638         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
640 2012-02-08  Glenn Morris  <rgm@gnu.org>
642         * loading.texi (Named Features): Update the require example.
644 2012-02-07  Glenn Morris  <rgm@gnu.org>
646         * modes.texi (Defining Minor Modes):
647         Expand on args of defined minor modes.
649 2012-02-07  Chong Yidong  <cyd@gnu.org>
651         * variables.texi (Creating Buffer-Local): Minor clarification
652         to buffer-local-variables doc (Bug#10715).
654 2012-02-07  Glenn Morris  <rgm@gnu.org>
656         * display.texi (ImageMagick Images): General update.
657         Move most details of imagemagick-render-type to the variable's doc.
659 2012-02-06  Glenn Morris  <rgm@gnu.org>
661         * keymaps.texi (Tool Bar): Mention separators.
662         (Inheritance and Keymaps):
663         Mention make-composed-keymap and multiple inheritance.
665         * modes.texi (Running Hooks): Mention run-hook-wrapped.
667         * control.texi (Handling Errors):
668         Mention condition-case-no-debug and with-demoted-errors.
670 2012-02-05  Chong Yidong  <cyd@gnu.org>
672         * customize.texi (Common Keywords): Minor clarifications.
673         Document custom-unlispify-remove-prefixes.
674         (Variable Definitions): Backquotes in defcustom seem to work fine
675         now.  Various other copyedits.
676         (Simple Types): Copyedits.  Document color selector.
677         (Composite Types): Copyedits.
678         (Splicing into Lists): Clarifications.
680         * eval.texi (Backquote): Move from macros.texi.
682         * macros.texi (Expansion): Minor clarification.
683         (Backquote): Move node to eval.texi.
684         (Defining Macros): Move an example from Backquote node.
685         (Argument Evaluation): No need to mention Pascal.
686         (Indenting Macros): Add xref to Defining Macros.
688 2012-02-05  Glenn Morris  <rgm@gnu.org>
690         * debugging.texi (Error Debugging): Mention debug-on-event default.
692 2012-02-04  Glenn Morris  <rgm@gnu.org>
694         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
696         * debugging.texi (Error Debugging): Mention debug-on-event.
697         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
699         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
701         * text.texi (Buffer Contents):
702         Update filter-buffer-substring description.
704 2012-02-04  Chong Yidong  <cyd@gnu.org>
706         * functions.texi (What Is a Function): Add closures.  Mention
707         "return value" terminology.  Add xref for command-execute.  Remove
708         unused "keystroke command" terminology.
709         (Lambda Expressions): Give a different example than in the
710         following subsection.  Add xref to Anonymous Functions.
711         (Function Documentation): Remove gratuitous markup.
712         (Function Names): Move introductory text to `What Is a Function'.
713         (Defining Functions): Fix defun argument spec.
714         (Anonymous Functions): Document lambda macro explicitly.  Mention
715         effects on lexical binding.
716         (Function Cells): Downplay direct usage of fset.
717         (Closures): New node.
718         (Inline Functions): Remove "open-code" terminology.
719         (Declaring Functions): Minor tweak; .m is not C code.
721         * variables.texi (Variables): Don't refer to "global value".
722         (Local Variables, Void Variables): Copyedits.
723         (Lexical Binding): Minor clarification of example.
724         (File Local Variables): Mention :safe and :risky defcustom args.
725         (Lexical Binding): Add xref to Closures node.
727 2012-02-04  Glenn Morris  <rgm@gnu.org>
729         * minibuf.texi (High-Level Completion): Updates for read-color.
731 2012-02-03  Glenn Morris  <rgm@gnu.org>
733         * display.texi (GIF Images): Mention animation.
734         Remove commented-out old example of animation.
735         (Animated Images): New subsection.
736         * elisp.texi (Top):
737         * vol1.texi (Top):
738         * vol2.texi (Top): Add Animated Images menu entry.
740         * display.texi (Image Formats): Remove oddly specific information
741         on versions of image libraries.
742         (GIF Images, TIFF Images): Minor rephrasing.
744 2012-02-02  Glenn Morris  <rgm@gnu.org>
746         * processes.texi (Synchronous Processes):
747         Mention call-process's :file gets overwritten.
749         * commands.texi (Reading One Event):
750         * help.texi (Help Functions): Document read-char-choice.
752         * hooks.texi (Standard Hooks):
753         * modes.texi (Keymaps and Minor Modes):
754         * text.texi (Commands for Insertion): Document post-self-insert-hook.
756         * hooks.texi (Standard Hooks): Add prog-mode-hook.
758         * hooks.texi (Standard Hooks):
759         * modes.texi (Major Mode Conventions, Mode Hooks):
760         Document change-major-mode-after-body-hook.
762 2012-02-01  Glenn Morris  <rgm@gnu.org>
764         * modes.texi (Defining Minor Modes):
765         Mention disabling global minor modes on a per-major-mode basis.
767 2012-01-31  Chong Yidong  <cyd@gnu.org>
769         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
770         (Parser State): Remove unnecessary statement (Bug#10661).
772         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
774 2012-01-31  Glenn Morris  <rgm@gnu.org>
776         * modes.texi (Defining Minor Modes):
777         Document define-minor-mode's new :variable keyword.
779 2012-01-29  Chong Yidong  <cyd@gnu.org>
781         * syntax.texi (Syntax Class Table): Tweak description of newline
782         char syntax (Bug#9619).
784         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
785         description (Bug#10189).
787 2012-01-29  Glenn Morris  <rgm@gnu.org>
789         * files.texi (Changing Files): Document SELinux support.
791         * windows.texi (Window Sizes): Fix typo.
793 2012-01-28  Chong Yidong  <cyd@gnu.org>
795         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
796         doc (Bug#8568).
798         * frames.texi (Input Focus): Add NORECORD arg to
799         select-frame-set-input-focus.  Clarify its role in select-frame.
801         * text.texi (Transposition): We don't use transpose-region as an
802         internal subroutine (Bug#3249).
804         * modes.texi (Example Major Modes): Update Lisp example code to
805         current sources.  Delete the old non-derived-major-mode example,
806         which has diverged badly from current sources.
808 2012-01-27  Glenn Morris  <rgm@gnu.org>
810         * makefile.w32-in (texinputdir): Fix (presumed) typo.
811         (VERSION, manual): Remove, unused.
813 2012-01-27  Chong Yidong  <cyd@gnu.org>
815         * commands.texi (Command Overview): Minor clarification (Bug#10384).
817 2012-01-26  Chong Yidong  <cyd@gnu.org>
819         * searching.texi (String Search): Document negative repeat count
820         (Bug#10507).
822 2012-01-26  Glenn Morris  <rgm@gnu.org>
824         * variables.texi (Using Lexical Binding):
825         Mention that lexical-binding should be set in the first line.
827 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
829         * macros.texi (Defining Macros): Don't claim that `declare' only
830         affects Edebug and indentation.
832 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
834         * macros.texi (Defining Macros): Slight `declare' fixup.
836 2012-01-25  Glenn Morris  <rgm@gnu.org>
838         * makefile.w32-in (texinputdir):
839         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
841 2012-01-24  Chong Yidong  <cyd@gnu.org>
843         * variables.texi (Variables, Local Variables, Void Variables):
844         Edit to make the descriptions less specific to dynamic binding.
845         (Local Variables): Default max-specpdl-size is now 1300.
846         (Defining Variables): Edits for lexical scoping.  Delete
847         information about starting docstrings with *.  De-document
848         user-variable-p.
849         (Tips for Defining): Remove an unimportant discussion of quitting
850         in the middle of a load.
851         (Accessing Variables, Setting Variables): Discuss lexical binding.
852         (Variable Scoping): Rewrite.
853         (Scope, Extent, Impl of Scope): Nodes deleted.
854         (Dynamic Binding): New node, with material from Scope, Extent, and
855         Impl of Scope nodes.
856         (Dynamic Binding Tips): Rename from Using Scoping.
857         (Lexical Binding): Rewrite.
858         (Using Lexical Binding): Rename from Converting to Lexical
859         Binding.  Convert to subsection.
861         * customize.texi (Variable Definitions): Add custom-variable-p.
862         Move user-variable-p documentation here.
864 2012-01-23  Chong Yidong  <cyd@gnu.org>
866         * strings.texi (Text Comparison): Minor qualification.
868         * lists.texi (Cons Cells): Copyedits.
869         (List Elements): Mention push.
870         (List Variables): Mention pop.
871         (Rings): Move to sequences.texi.
873         * sequences.texi (Sequence Functions): Don't repeat the
874         introduction already given in the parent.
875         (Vectors): Copyedits.
876         (Rings): Move from lists.texi.  Note that this is specific to the
877         ring package.
879         * symbols.texi (Definitions, Symbol Components): Mention variable
880         scoping issues.
881         (Plists and Alists): Copyedits.
883         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
884         correctness with lexical scoping.
885         (Eval): Copyedits.
887 2012-01-21  Chong Yidong  <cyd@gnu.org>
889         * intro.texi (A Sample Function Description): Special notation
890         used for macros too.
892         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
893         (Symbol Type): Add xref for keyword symbols.
894         (Sequence Type): Clarify differences between sequence types.
895         (Cons Cell Type): Add "linked list" index entry.
896         (Non-ASCII in Strings): Copyedits.
897         (Equality Predicates): Symbols with same name need not be eq.
899         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
900         ldexp.  Move float-e and float-pi to Math Functions node.
902 2012-01-21  Glenn Morris  <rgm@gnu.org>
904         * modes.texi (Auto Major Mode):
905         * variables.texi (File Local Variables):
906         Mention inhibit-local-variables-regexps.
908 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
910         * windows.texi (Window Configurations): Rewrite references to
911         persistent window parameters.
912         (Window Parameters): Fix description of persistent window
913         parameters.
915 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
917         * windows.texi (Window Parameters): Use @pxref.
919 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
921         * windows.texi (Window Configurations, Window Parameters):
922         Describe persistent window parameters.
924 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * variables.texi (Creating Buffer-Local): Warn against misuses of
927         make-variable-buffer-local (bug#10258).
929 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
933 2012-01-06  Chong Yidong  <cyd@gnu.org>
935         * variables.texi (Directory Local Variables): Document
936         hack-dir-local-variables-non-file-buffer.
938 2012-01-06  Glenn Morris  <rgm@gnu.org>
940         * maps.texi (Standard Keymaps): Refer to Info-edit by name
941         rather than by keybinding.
943 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
945         * frames.texi (Font and Color Parameters): Add @pxref.
947 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
949         * frames.texi (Font and Color Parameters):
950         Document w32 font backends (bug#10399).
952 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
954         * files.texi (File Attributes, Changing Files):
955         Use a more-natural notation for octal numbers.
957 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
959         * variables.texi (Variables with Restricted Values):
960         Change reference to variable (bug#10354).
962 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
964         * windows.texi (Splitting Windows): Use t instead of non-nil
965         when describing window-combination-resize.
967 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
969         * text.texi (Special Properties): Warn against `intangible' properties
970         (bug#10222).
972 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
974         * display.texi (Truncation):
975         * text.texi (Special Properties): Describe what a stretch-glyph is
976         instead of using that term without explanation.  Make the
977         cross-references more accurate.
979         * display.texi (Usual Display): Update the description,
980         cross-references, and indexing related to display of control
981         characters and raw bytes.
983 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
985         * windows.texi (Splitting Windows): Fix description of
986         window-combination-limit.  Suggested by Eli Zaretskii.
988 2011-11-23  Chong Yidong  <cyd@gnu.org>
990         * windows.texi (Window Sizes): Move window-top-line,
991         window-left-column, and window-*-pixel-edges to Coordinates and
992         Windows node.
993         (Coordinates and Windows): Restore window-edges doc.
995 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
997         * windows.texi (Windows and Frames, Splitting Windows):
998         Fix typos.
1000 2011-11-21  Chong Yidong  <cyd@gnu.org>
1002         * windows.texi (Splitting Windows): Fix error in documentation of
1003         window-combination-limit.
1004         (Cyclic Window Ordering): Minor fixes to next-window,
1005         one-window-p, and get-lru-window docs.  Don't document
1006         window-list-1.
1007         (Buffers and Windows): Copyedits.
1008         (Choosing Window): Document special handling of special-display-*.
1009         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
1010         Don't document even-window-heights, which is going away.
1011         Clarify which options are obeyed by which action functions.
1013 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1015         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1017 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
1019         * windows.texi (Resizing Windows, Splitting Windows):
1020         Remove term "status" when talking about combination limits.
1022 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1024         * compile.texi (Compiler Errors):
1025         * help.texi (Help Functions): Fix typos.
1027 2011-11-19  Chong Yidong  <cyd@gnu.org>
1029         * windows.texi (Splitting Windows): Clarify role of window
1030         parameters in split-window.  Shorten the example.
1031         (Deleting Windows): Rewrite intro to handle internal windows.
1032         Fix delete-windows-on doc.
1033         (Selecting Windows): Copyedits.
1035 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
1037         * windows.texi (Resizing Windows, Splitting Windows)
1038         (Deleting Windows): Use term window-combination-resize instead
1039         of window-splits.
1041 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
1043         * windows.texi (Resizing Windows, Splitting Windows):
1044         Rename occurrences of window-nest to window-combination-limit.
1046 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1048         * intro.texi (Lisp History): Fix typo.
1050 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
1052         * windows.texi (Splitting Windows, Deleting Windows):
1053         Remove references to splits status of windows.
1055 2011-11-10  Glenn Morris  <rgm@gnu.org>
1057         * buffers.texi (Read Only Buffers): Expand a bit on why
1058         toggle-read-only should only be used interactively.  (Bug#7292)
1060 2011-11-09  Chong Yidong  <cyd@gnu.org>
1062         * windows.texi (Window Sizes): Document window-pixel-edges,
1063         window-inside-pixel-edges, window-absolute-pixel-edges, and
1064         window-inside-absolute-pixel-edges.
1065         (Resizing Windows): shrink-window-if-larger-than-buffer works on
1066         non-full-width windows.
1068 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
1070         * windows.texi (Resizing Windows): Rewrite documentation of
1071         window-resizable.
1073 2011-11-09  Chong Yidong  <cyd@gnu.org>
1075         * windows.texi (Splitting Windows): Simplify example.
1077 2011-11-08  Chong Yidong  <cyd@gnu.org>
1079         * windows.texi (Window Sizes): Copyedits.  Document
1080         window-text-height.  Remove window-min-height and window-min-width
1081         discussion, referring instead to Emacs manual.
1082         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
1083         (Resizing Windows): Simplify introduction.  Don't document
1084         enlarge-window, shrink-window, enlarge-window-horizontally, and
1085         shrink-window-horizontally; they are no longer preferred for
1086         calling from Lisp, and are already documented in the Emacs manual.
1088 2011-11-07  Glenn Morris  <rgm@gnu.org>
1090         * windows.texi (Choosing Window): Fix keybinding typo.
1092 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
1094         * windows.texi (Resizing Windows, Splitting Windows)
1095         (Window Configurations): Use "child window" instead of
1096         "subwindow".
1098 2011-11-06  Chong Yidong  <cyd@gnu.org>
1100         * windows.texi (Basic Windows): Clarify various definitions.
1101         Treat window-normalize-* as internal; don't document them.
1102         (Windows and Frames): Various clarifications, e.g. non-live
1103         windows also belong to frames.  Fix window-list description.
1104         Simplify window nesting example.
1105         (Splitting Windows, Window Configurations):
1106         Use split-window-below.
1108 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
1110         * windows.texi (Window Sizes): Mention in the doc string that the
1111         return values of `window-body-height' and `window-body-width' are
1112         in frame's canonical units.  (Bug#9949)
1114 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
1116         * windows.texi (Windows and Frames): Remove "iso-" infix from
1117         documentation of window-iso-combined-p.
1119 2011-10-26  Chong Yidong  <cyd@gnu.org>
1121         * modes.texi (Running Hooks): Document with-wrapper-hook.
1123 2011-10-18  Chong Yidong  <cyd@gnu.org>
1125         * display.texi (Glyphless Chars): New node.
1127 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
1129         * text.texi (Yanking): Document yank-excluded-properties.
1131         * package.texi (Packaging Basics): The commentary should say how
1132         to begin using the package.
1134 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
1136         * windows.texi (Deleting Windows): Mention which window gets
1137         selected when deleting the selected window.
1139 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
1141         * buffers.texi (The Buffer List): Describe how bury-buffer deals
1142         with the selected window.
1143         * windows.texi (Buffers and Windows): Reformulate text on how
1144         replace-buffer-in-windows deals with a window.
1145         (Quitting Windows): Describe how quit-window deals with a
1146         standalone frame.  Describe new option frame-auto-hide-function.
1148 2011-10-08  Glenn Morris  <rgm@gnu.org>
1150         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
1152         * positions.texi (Excursions): Update warning message.
1154 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
1156         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1157         Fix Emacs manual xref (Bug#9675).
1159 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
1161         * windows.texi (Textual Scrolling): Document scroll-up-command,
1162         scroll-down-command, scroll-error-top-bottom, and the
1163         scroll-command symbol property.
1164         (Display Action Functions): Fix description of
1165         display-buffer-pop-up-window.
1167 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
1169         * windows.texi (Splitting Windows): Fix typos.
1171 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
1173         * windows.texi (Windows and Frames, Display Action Functions)
1174         (Switching Buffers): Fix some typos.
1175         (Buffers and Windows): Remove reference to window-auto-delete.
1176         Reword description of replace-buffer-in-windows.
1177         (Window History): Fix some typos and refer to frame local buffer
1178         list.
1179         (Quitting Windows): New node.
1180         (Window Configurations): Add descriptions of window-state-get
1181         and window-state-put.
1182         (Window Parameters): Describe variable ignore-window-parameters.
1183         Sketch some window parameters currently in use.
1184         * elisp.texi (Top): Update node listing.
1186 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
1188         * windows.texi (Display Action Functions)
1189         (Choosing Window Options): New nodes.
1191 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
1193         * windows.texi (Window History): New node.  Move text here from
1194         Buffers and Windows.
1195         (Switching Buffers): Rename from Displaying Buffers, since we
1196         don't document display-buffer here; callers changed.
1197         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
1198         switch-to-buffer-other-frame.  Delete duplicate
1199         replace-buffer-in-windows doc.
1200         (Choosing Window): Document display actions.
1202 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
1204         * display.texi (Forcing Redisplay): Update the description of
1205         redisplay-dont-pause due to change in the default value.
1207 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
1209         * frames.texi (Frames and Windows): Move section and rename to
1210         Windows and Frames in windows.texi.
1211         * windows.texi (Windows): Restructure.
1212         (Basic Windows): Rewrite.  Explain live and internal windows and
1213         normalization functions.
1214         (Windows and Frames): Move section here from frames.texi.
1215         Describe subwindows, window combinations, window tree, and
1216         corresponding functions including window-list here.
1217         (Window Sizes): Rename section from Size of Window and move it
1218         up in chapter.  Describe total and body sizes and the
1219         corresponding functions.  Explain new semantics of
1220         window-min-height/-width.
1221         (Resizing Windows): Move section up in chapter.  Describe new
1222         resize functions.
1223         (Splitting Windows): Describe new behavior of split-window,
1224         split-window-above-each-other and split-window-side-by-side.
1225         Provide examples.  Describe window-nest and window-splits
1226         options.
1227         (Deleting Windows): Minor rewrite.
1228         (Selecting Windows): Minor rewrite.
1229         Describe frame-selected-window and set-frame-selected-window here.
1230         (Cyclic Window Ordering): Minor rewrite.
1231         Describe window-list-1.
1232         (Buffers and Windows): Rewrite.  Explain a window's previous and
1233         next buffers and the corresponding functions.
1234         (Window Tree): Merge into Windows and Frames section.
1235         * elisp.texi (Top): Update node listings for frames and windows
1236         sections.
1238 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1240         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1242 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244         * errors.texi (Standard Errors): Remove apparent placeholder text
1245         (bug#9491).
1247 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
1249         * frames.texi (Management Parameters): Fix description of
1250         icon-type parameter.
1252 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
1254         * tips.texi (Key Binding Conventions): Don't bind a key sequence
1255         ending in C-g.  Suggested by Edward O'Connor.
1257 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
1259         * numbers.texi (Integer Basics): Add indexing for
1260         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
1262 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1264         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
1266 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
1268         * processes.texi (Network Servers): Clarify what the process
1269         buffer is used for (bug#9233).
1271 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1273         * lists.texi (Building Lists): Fix typo.
1275 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
1277         * display.texi (Basic Faces): New node.  Document new faces.
1279         * modes.texi (Major Mode Conventions): Move some text there.
1280         (Mode Help): Remove major-mode var, duplicated in Major Modes.
1282 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
1284         * modes.texi (Basic Major Modes): New node.  Callers updated.
1285         (Major Modes): Document fundamental-mode and major-mode.
1286         (Major Mode Basics): Node deleted; text moved to Major Modes.
1287         (Derived Modes): Document derived-mode-p.
1289 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1291         * files.texi (Changing Files, Create/Delete Dirs): Document new
1292         arguments for delete-file, delete-directory, and copy-directory.
1293         (Visiting Functions): Remove view-file; it is documented in the
1294         Emacs manual.
1296         * frames.texi (Layout Parameters): The defaults for the
1297         menu-bar-lines and tool-bar-lines parameters depend on the mode.
1299         * display.texi (Progress): Document spinner functionality.
1301         * os.texi (Killing Emacs): Note that kill-emacs can be called by
1302         operating system signals.  Refer to save-buffers-kill-terminal
1303         instead of save-buffers-kill-emacs.
1305         * objects.texi (Symbol Type): Document ## print representation.
1307 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
1309         * display.texi (Specified Space): Mention that `space' specs
1310         influence bidi reordering.
1311         (Bidirectional Display): Explain how to use `(space . PROPS)' for
1312         separating fields with bidirectional content.
1314 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
1316         * display.texi (Bidirectional Display): Document return value in
1317         buffers that are not bidi-reordered for display, and in unibyte
1318         buffers.
1320 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
1322         * nonascii.texi (Character Properties): Document the values for
1323         unassigned codepoints.
1325 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
1327         * nonascii.texi (Character Properties): Document use of
1328         `bidi-class' and `mirroring' properties as part of reordering.
1329         Provide cross-references to "Bidirectional Display".
1331         * display.texi (Bidirectional Display): Document the pitfalls of
1332         concatenating strings with bidirectional content, with possible
1333         solutions.  Document bidi-string-mark-left-to-right.
1334         Mention paragraph direction in modes that inherit from prog-mode.
1335         Document use of `bidi-class' and `mirroring' properties as part of
1336         reordering.
1338 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
1340         * modes.texi (Major Mode Conventions): Improve the documentation
1341         of `mode-class' `special' modes.
1343         * nonascii.texi (Character Properties): Document the `mirroring'
1344         property.  Add index entries.
1346         * syntax.texi (Categories): Add an example of defining a new
1347         category and category table.
1349         * searching.texi (Regexp Backslash): Document how to display
1350         existing categories.  Mention the possibility of adding
1351         categories, and add an xref to where this is described.  Add an
1352         index entry.
1354 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
1356         * text.texi (Special Properties):
1357         * display.texi (Overlay Properties): Note that mouse-face cannot
1358         change the text size (Bug#8530).
1360 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
1362         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1363         using setenv instead.
1365 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
1367         * display.texi (Bidirectional Display): Document the fact that
1368         bidi-display-reordering is t by default.
1370 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
1372         * display.texi (Bidirectional Display): New section.
1374 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375             Tim Cross  <theophilusx@gmail.com>  (tiny change)
1376             Glenn Morris   <rgm@gnu.org>
1378         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
1380 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
1382         * help.texi (Keys in Documentation): Revert last change.
1384 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386         * help.texi (Keys in Documentation): Clarify that \= only quotes
1387         the next character, and doesn't affect longer sequences in
1388         particular (bug#8935).
1390         * debugging.texi (Using Debugger):
1391         Mention @code{eval-expression-debug-on-error} (bug#8549).
1393 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
1395         * display.texi (Other Display Specs): Document that `left-fringe'
1396         and `right-fringe' display specifications are of the "replacing"
1397         kind.
1399 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401         * help.texi (Documentation Basics): Add a link to the Function
1402         Documentation node (bug#6580).
1404 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406         * keymaps.texi (Menu Bar): Mention :visible and :enable
1407         (bug#6344).  Text by Drew Adams.
1409         * modes.texi (Running Hooks): Mention buffer-local hook variables
1410         (bug#6218).
1412         * objects.texi (General Escape Syntax): "a with grave accent" is
1413         ?xe0, not ?x8e0 (bug#5259).
1415 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1417         * display.texi (Face Attributes, Font Selection): Add references
1418         to the Fonts node in the Emacs manual (Bug#4178).
1420 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1422         * display.texi (Window Systems): `window-system' is
1423         terminal-local.
1425         * frames.texi (Frame Parameters, Parameter Access): Don't mention
1426         frame-local variables.
1428         * variables.texi (Buffer-Local Variables): Don't mention obsolete
1429         frame-local variables.
1430         (Frame-Local Variables): Node deleted.
1432         * elisp.texi (Top): Update node listing.
1434 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436         * elisp.texi: Change "inferiors" to "subnodes" in three places
1437         (bug#3523).
1439 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
1441         * frames.texi (Window System Selections): Discussion of
1442         x-select-enable-clipboard moved to Emacs manual.
1444 2011-07-11  Deniz Dogan  <deniz@dogan.se>
1446         * commands.texi (Prefix Command Arguments): Remove excessive
1447         apostrophe.
1449 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1452         description is a string (bug#3313).
1454         * frames.texi (Display Feature Testing): Try to explain what all
1455         the visual classes mean (bug#3042).
1457 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459         * modes.texi (Mode Line Variables): Document `mode-line-remote'
1460         and `mode-line-client' (bug#2974).
1462         * text.texi (Insertion): Clarify marker movements (bug#1651).
1463         Text from Drew Adams.
1465 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467         * text.texi (Special Properties): Clarify the format of `face'
1468         (bug#1375).
1470         * commands.texi (Interactive Call): Add a `call-interactively'
1471         example (bug#1010).
1473 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475         * functions.texi (Calling Functions): Link to the "Interactive
1476         Call" node (bug#1001).
1478 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
1480         * customize.texi (Composite Types): Move alist and plist to here
1481         from Simple Types (Bug#7545).
1483         * elisp.texi (Top): Update menu description.
1485         * display.texi (Face Attributes): Document negative line widths
1486         (Bug#6113).
1488 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1490         * searching.texi (Match Data): Note that match data can be
1491         overwritten by most functions (bug#2499).
1493 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1496         flags mean (bug#6659).
1498         * functions.texi (What Is a Function): Document the autoload
1499         object (bug#6496).
1501 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1504         is only used in the Customize user interface (bug#6089).
1506         * display.texi (Showing Images): Mention the point of sliced
1507         images (bug#7836).
1509 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
1511         * variables.texi (Defining Variables, Void Variables)
1512         (Constant Variables): Fix incorrect usage of @kindex.
1514 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516         * variables.texi (Defining Variables): Add an index entry for
1517         `set-variable' (bug#7262).
1518         (Defining Variables): Use @findex for functions.
1520         * frames.texi (Basic Parameters): Document the `explicit-name'
1521         parameter (bug#6951).
1523         * customize.texi (Type Keywords): Clarify that :value provides a
1524         default value for all types (bug#7386).
1526         * streams.texi (Output Functions): Document `pp'.
1528 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
1530         * keymaps.texi (Searching Keymaps):
1531         * display.texi (Overlay Properties): Fix errors in 2011-05-29
1532         change.  Suggested by Johan Bockgård.
1534 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
1536         * text.texi (Special Properties): Clarify role of font-lock-face.
1538 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540         * processes.texi (Process Information): Rename `process-alive-p'
1541         to `process-live-p' for consistency with other `-live-p' functions.
1543 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1545         Document wide integers better.
1546         * files.texi (File Attributes): Document ino_t values better.
1547         ino_t values no longer map to anything larger than a single cons.
1548         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1549         (Bitwise Operations):
1550         * objects.texi (Integer Type): Use a binary notation that is a bit easier
1551         to read, and that will port better if 62-bits becomes the default.
1552         Fix or remove incorrect examples.
1553         * os.texi (Time Conversion): Document time_t values better.
1555 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557         * processes.texi (Process Information):
1558         Document `process-alive-p'.
1560 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1562         * help.texi (Accessing Documentation):
1563         * display.texi (Pixel Specification):
1564         * processes.texi (Serial Ports, Serial Ports):
1565         * nonascii.texi (Character Properties, Default Coding Systems):
1566         * text.texi (Changing Properties, Special Properties):
1567         * windows.texi (Window Start and End):
1568         * modes.texi (SMIE Indentation Example, SMIE Tricks):
1569         * keymaps.texi (Searching Keymaps, Tool Bar):
1570         * minibuf.texi (Basic Completion):
1571         * compile.texi (Eval During Compile):
1572         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1573         7x9 paper in printed manual.
1575         * lists.texi (Sets And Lists): Fix misplaced text.
1577 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1579         * keymaps.texi (Remapping Commands): Emphasize that the keymap
1580         needs to be active (Bug#8350).
1582 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
1584         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1586         * tips.texi (Coding Conventions): Remove antediluvian filename
1587         limit recommendation (Bug#8538).
1589 2011-05-27  Glenn Morris  <rgm@gnu.org>
1591         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1593 2011-05-26  Glenn Morris  <rgm@gnu.org>
1595         * variables.texi (File Local Variables):
1596         Update hack-local-variables `mode-only' return value.
1597         Add some more details on what this function does in the other case.
1599 2011-05-19  Glenn Morris  <rgm@gnu.org>
1601         * lists.texi (Sets And Lists): Mention cl provides union etc.
1603 2011-05-19  Nix  <nix@esperi.org.uk>
1605         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1607         * text.texi (Parsing HTML): Update for function name changes.
1609         * syntax.texi (Syntax Flags): Small fix.
1611         * keymaps.texi (Active Keymaps): Typo fix.
1612         (Changing Key Bindings): Grammar fix.
1614         * frames.texi (Minibuffers and Frames): Grammar fix.
1615         (Window System Selections): x-select-enable-clipboard now defaults to t.
1617         * customize.texi (Common Keywords):
1618         * display.texi (Abstract Display):
1619         * modes.texi (Auto-Indentation):
1620         * nonascii.texi (Converting Representations): Typo fixes.
1622         * control.texi (Examples of Catch): Call it "goto" not "go to".
1624 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
1626         * nonascii.texi (Character Properties): Fix inconsistencies with
1627         implementation.
1629         * text.texi (Special Properties): Move @defvar's out of the
1630         @table.  (Bug#8652)
1632 2011-05-12  Glenn Morris  <rgm@gnu.org>
1634         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
1636 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1638         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1639         (Multiline Font Lock):
1640         * vol2.texi (Top):
1641         * vol1.texi (Top):
1642         * elisp.texi (Top): Update menu accordingly.
1644 2011-05-12  Drew Adams  <drew.adams@oracle.com>
1646         * modes.texi (Region to Fontify): Fix typo.
1648 2011-05-10  Jim Meyering  <meyering@redhat.com>
1650         * minibuf.texi: Fix typo "in in -> in".
1652 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1654         * numbers.texi (Integer Basics): Large integers are treated as floats.
1656 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658         * processes.texi (Synchronous Processes): Document the (:file
1659         "/file-name") syntax for `call-process'.
1661 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
1663         * windows.texi (Choosing Window): Fix typo.
1665 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
1667         * frames.texi (Layout Parameters): Note the difference between
1668         querying and setting parameters for left-fringe and right-fringe
1669         (Bug#6930).
1671 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1673         * minibuf.texi (Basic Completion): Be a bit more precise about the
1674         valid kinds of completion tables.
1675         (Programmed Completion): Remove obsolete text about lambda expressions
1676         not being valid completion tables.
1678 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1680         * positions.texi (Excursions): Explain the "save-excursion
1681         defeated by set-buffer" warning.
1683         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
1684         save-excursion.  Suggested by Uday S Reddy.
1686 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1688         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1689         (Lexical Binding): New sub-section.
1691         * eval.texi (Eval): Discourage the use of `eval'.
1692         Document its new `lexical' argument.
1694 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1696         * commands.texi (Command Overview): `post-command-hook' is not reset to
1697         nil any more.
1699 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1701         * strings.texi (String Conversion): Don't mention
1702         string-make-(uni|multi)byte (bug#8262).
1703         * nonascii.texi (Converting Representations): Fix up range.
1704         * keymaps.texi (Key Binding Commands): Update code point, avoid
1705         "unibyte character" and remove mention of unibyte bindings.
1707 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
1709         * modes.texi (Operator Precedence Grammars): Don't use characters
1710         outside ISO-8859-1.
1712 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
1714         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1716         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1718 2011-03-08  Glenn Morris  <rgm@gnu.org>
1720         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1721         * intro.texi (Acknowledgements): Names to UTF-8.
1722         * elisp.texi: Set documentencoding.
1724 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1726         * Version 23.3 released.
1728 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1730         * package.texi: Update index keywords.
1731         (Package Archives): New node contents.  Document package-x.el.
1733 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
1735         * makefile.w32-in (srcs): Add package.texi.
1737 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1739         * package.texi (Packaging, Packaging Basics, Simple Packages)
1740         (Multi-file Packages): Expand and clarify.
1741         (Package Archives): Temporary placeholder node.
1743         * elisp.texi (Top): Update node listing.
1745         * Makefile.in (srcs): Add package.texi.
1747 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
1749         * processes.texi (Synchronous Processes): Minor clarification
1750         (Bug#8149).
1752 2011-03-03  Glenn Morris  <rgm@gnu.org>
1754         * files.texi (Truenames): Minor clarification.  (Bug#2341)
1756 2011-03-01  Glenn Morris  <rgm@gnu.org>
1758         * variables.texi (Directory Local Variables):
1759         Mention `(subdirs . nil)' alist element.
1761 2011-02-28  Glenn Morris  <rgm@gnu.org>
1763         * variables.texi (Directory Local Variables): Mention the optional
1764         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
1766 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
1768         * minibuf.texi (Minibuffer History): Clarify discussion of
1769         minibuffer history lists (Bug#8085).
1771 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1773         * elisp.texi: Sync @dircategory with ../../info/dir.
1775         * files.texi (Visiting Functions): Document find-file-literally,
1776         both the command and the variable.
1778         * variables.texi (Creating Buffer-Local): Explain the meaning of
1779         permanent local variables.
1781         * files.texi (Visiting Functions): Document find-file-literally,
1782         both the command and the variable.
1784         * variables.texi (Creating Buffer-Local): Explain the meaning of
1785         permanent local variables.
1787 2011-02-19  Glenn Morris  <rgm@gnu.org>
1789         * keymaps.texi (Remapping Commands): Mention how to undo it.
1791 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
1793         * loading.texi (Hooks for Loading): Remove unnecessary advice
1794         about eval-after-load (Bug#7986).
1796 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
1798         * commands.texi (Accessing Mouse): Note that a header line is not
1799         included in the row of posn-col-row.
1801 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1803         * modes.texi (Major Mode Conventions): Add face guidelines.
1804         (Faces for Font Lock): List faces in order of prominence.
1806 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1808         format-time-string now supports subsecond time stamp resolution
1809         * os.texi (Time Parsing): Document %N.
1811 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1813         * vol1.texi (Top):
1814         * vol2.texi (Top):
1815         * elisp.texi (Top):
1816         * display.texi (Display Property): Shorten the menu description of
1817         the "Other Display Specs" node (Bug#7816).
1819         * keymaps.texi (Defining Menus): Add "menu item" and "extended
1820         menu item" concept index entries (Bug#7805).
1822 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1824         * makefile.w32-in (texinfodir): New variable.
1825         (usermanualdir): Remove as redundant with $(emacsdir).
1826         (MAKEINFO): Remove options, leave only program name.
1827         (MAKEINFO_OPTS): New variable.
1828         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1830 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1831             Richard Kim  <emacs18@gmail.com>
1833         * loading.texi (Library Search): Document list-load-path-shadows
1834         (Bug#7757).
1836 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1838         * searching.texi (Regexp Special): Remove outdated discussion of
1839         character sets (Bug#7780).
1841         * frames.texi (Pop-Up Menus): Document where menu title comes
1842         from (Bug#7684).
1844 2011-01-25  Glenn Morris  <rgm@gnu.org>
1846         * display.texi (Making Buttons): Mention limitation of text buttons.
1848 2011-01-23  Werner Lemberg  <wl@gnu.org>
1850         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1851         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1852         (ENVADD): New variable to control texi2dvi and texi2pdf.
1854 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1856         * files.texi (Directory Names): Move directory-abbrev-alist doc to
1857         Emacs manual.
1859 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1861         * files.texi (Directory Names): Explain why FROM in
1862         directory-abbrev-alist should begin with \`.  (Bug#7777)
1864 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1866         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1868 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1870         * modes.texi (Emulating Mode Line): Fix last change.
1872 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1874         * modes.texi (Emulating Mode Line): Update documentation of
1875         format-mode-line according to changes that fixed bug #7587.
1877 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1879         * modes.texi (Derived Modes): Mention prog-mode.
1881         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1882         of the key-binding-data cache since we don't use it any more.
1884 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1886         * processes.texi (Shell Arguments):
1887         * strings.texi (Creating Strings): Don't mention "shell commands";
1888         make it explicit that `split-string-and-unquote' and
1889         `combine-and-quote-strings' are mainly for working with arguments
1890         to call-process and start-process.
1892         * processes.texi (Shell Arguments): Fix documentation of
1893         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
1895 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1897         * modes.texi (Auto-Indentation): New section to document SMIE.
1898         (Major Mode Conventions):
1899         * text.texi (Mode-Specific Indent): Refer to it.
1901 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1903         * display.texi (Other Display Specs): Document left-fringe and
1904         right-fringe display specs.
1906 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1908         * backups.texi (Making Backups):
1909         * modes.texi (Example Major Modes): Use recommended coding style.
1910         (Major Mode Basics, Derived Modes): Encourge more strongly use of
1911         define-derived-mode.  Mention completion-at-point-functions.
1913 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1915         * nonascii.texi (Converting Representations):
1916         Document byte-to-string.
1918 2010-12-08  Glenn Morris  <rgm@gnu.org>
1920         * buffers.texi (Modification Time):
1921         verify-visited-file-modtime now defaults to the current buffer.
1923 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1925         * nonascii.texi (Converting Representations): Document byte-to-string.
1927         * strings.texi (Creating Strings): Don't mention semi-obsolete
1928         function char-to-string.
1929         (String Conversion): Shorten discussion of semi-obsolete function
1930         string-to-char.  Link to Converting Representations.
1932         * objects.texi (Symbol Type):
1933         * text.texi (Near Point):
1934         * help.texi (Help Functions):
1935         * functions.texi (Mapping Functions): Use string instead of
1936         char-to-string in examples.
1938 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1940         * text.texi (Kill Functions, Kill Functions)
1941         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1942         YANK-HANDLER args.
1944         * symbols.texi (Creating Symbols): Using unintern without an
1945         obarray arg is now obsolete.
1947         * numbers.texi (Float Basics): Document float-e and float-pi.
1949         * variables.texi (Defining Variables): Change "pi" example to
1950         "float-pi".
1952 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1954         * commands.texi (Click Events): Document the values of X, Y and
1955         COL, ROW in the event's position, when the click is on the header
1956         or mode line, on the fringes, or in the margins.
1958 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1960         * customize.texi (Composite Types): Lower-case index entry.
1962         * loading.texi (How Programs Do Loading):
1963         Document load-file-name.  (Bug#7346)
1965 2010-11-17  Glenn Morris  <rgm@gnu.org>
1967         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1969 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1971         * display.texi (Usual Display): Characters with no fonts are not
1972         necessarily displayed as empty boxes.
1974 2010-10-31  Glenn Morris  <rgm@gnu.org>
1976         * maps.texi (Standard Keymaps): Update File menu description.
1978 2010-10-28  Glenn Morris  <rgm@gnu.org>
1980         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1982 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
1984         * display.texi (Window Systems): Deprecate use of window-system as
1985         a predicate.
1987 2010-10-23  Glenn Morris  <rgm@gnu.org>
1989         * help.texi (Documentation Basics): Remove mentions of digest-doc and
1990         sorted-doc.
1992 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1994         * os.texi (Dynamic Libraries): New node, with slightly modified
1995         text deleted from "Image Formats".
1996         (System Interface): Add @menu entry for "Dynamic Libraries".
1998         * display.texi (Image Formats): Remove description of
1999         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2001 2010-10-12  Glenn Morris  <rgm@gnu.org>
2003         * book-spine.texinfo: Rename to book-spine.texi.
2005 2010-10-11  Glenn Morris  <rgm@gnu.org>
2007         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2009         * Makefile.in (DVIPS): New variable.
2010         (.PHONY): Add html, ps.
2011         (html, elisp.html, ps, elisp.ps): New targets.
2012         (clean): Delete html, ps files.
2013         ($(infodir)/elisp): Remove unnecessary includes.
2015 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2017         * makefile.w32-in (emacsdir): New variable.
2018         (srcs): Add emacsver.texi.
2019         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2021 2010-10-09  Glenn Morris  <rgm@gnu.org>
2023         * Makefile.in (VPATH): Remove.
2024         (infodir): Make it absolute.
2025         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2027         * Makefile.in (dist): Anchor regexps.
2029         * Makefile.in (srcs): Put elisp.texi first.
2030         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2032         * Makefile.in (infoclean): Remove harmless, long-standing error.
2034         * Makefile.in ($(infodir)): Delete rule.
2035         (mkinfodir): New.
2036         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2038         * Makefile.in (dist): Remove reference to emacsver.texi.in.
2039         Also copy emacsver.texi, and edit $emacsdir.
2041 2010-10-09  Glenn Morris  <rgm@gnu.org>
2043         * Makefile.in (emacsdir): New variable.
2044         (MAKEINFO): Add -I $emacsdir.
2045         (dist): Copy emacsver.texi.
2046         (srcs): Add emacsver.texi.
2048         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2049         Set EMACSVER by including emacsver.texi.
2051         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2053 2010-10-07  Glenn Morris  <rgm@gnu.org>
2055         * Makefile.in (version): New, set by configure.
2056         (clean): Delete dist tar file.
2057         (dist): Use version in tar name.
2059 2010-10-06  Glenn Morris  <rgm@gnu.org>
2061         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2062         (INSTALL_INFO): Remove unused variable.
2063         (mostlyclean, infoclean, dist): New rules.
2064         (clean): Delete dvi and pdf files.
2065         (maintainer-clean): Remove elisp.oaux, use infoclean.
2066         ($(infodir)): Add parallel build workaround.
2068 2010-10-04  Glenn Morris  <rgm@gnu.org>
2070         * Makefile.in (dvi, pdf, $(infodir)): New targets.
2071         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
2072         Fix -I typo.
2073         (clean): No 'make.out' or 'core' files.
2074         (.PHONY): Declare clean rules.
2075         (maintainer-clean): Delete pdf file.  Guard against cd failures.
2077 2010-10-03  Glenn Morris  <rgm@gnu.org>
2079         * files.texi (File Name Components): Remove ignored section about
2080         deleted variable directory-sep-char.
2082 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2084         * files.texi (Magic File Names): New defopt
2085         remote-file-name-inhibit-cache.
2087 2010-10-02  Glenn Morris  <rgm@gnu.org>
2089         * os.texi (Killing Emacs): Hook now runs in batch mode.
2091 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2093         * text.texi (Special Properties): Clarify when modification-hooks run.
2095 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2097         * syntax.texi (Syntax Flags): Document new `c' flag.
2099 2010-09-09  Glenn Morris  <rgm@gnu.org>
2101         * display.texi (ImageMagick Images): General cleanup.
2103 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2105         * files.texi (Directory Names): Use \` rather than ^.
2107 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2109         * text.texi (Low-Level Kill Ring):
2110         * frames.texi (Window System Selections): Remove cut buffer
2111         documentation.
2113 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
2115         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2116         Parameters", where the default fringe width is described.
2118         * frames.texi (Window Frame Parameters, Basic Parameters)
2119         (Position Parameters, Layout Parameters, Management Parameters)
2120         (Cursor Parameters, Font and Color Parameters): Add indexing for
2121         frame parameters.  (Bug#6929)
2123 2010-08-25  Tom Tromey  <tromey@redhat.com>
2125         * vol2.texi (Top): Update.
2126         * vol1.texi (Top): Update.
2127         * tips.texi (Library Headers): Mention Package-Version and
2128         Package-Requires.
2129         * package.texi: New file.
2130         * os.texi (System Interface): Update pointers.
2131         * elisp.texi (Top): Link to new nodes.  Include package.texi.
2132         * anti.texi (Antinews): Update pointers.
2134 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
2136         * processes.texi (Filter Functions): Fix last change.
2138 2010-08-24  Markus Triska  <triska@gmx.at>
2140         * processes.texi (Filter Functions): Use `buffer-live-p' instead
2141         of `buffer-name' in the main text as well as in the example
2142         (Bug#3098).
2144 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2146         * nonascii.texi (Text Representations):
2147         * loading.texi (Loading Non-ASCII):
2148         * compile.texi (Byte Compilation): Don't mention obsolete
2149         --unibyte command-line argument.
2151 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2153         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2155 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2157         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2159 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
2161         * commands.texi (Misc Events): Add cross-references to where
2162         POSITION of a mouse event is described in detail.
2164 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
2166         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
2168 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2170         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2171         Suggested by Štěpán Němec <stepnem@gmail.com>.
2173 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2175         * minibuf.texi (High-Level Completion): Document args of
2176         `read-buffer-function' (bug#5625).
2178 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2180         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2182 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2184         * processes.texi (Process Information): Explain process property
2185         `remote-tty'.
2187 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2189         * modes.texi (Defining Minor Modes): Use C-delete in examples,
2190         instead of "\C-\^?" (bug#6334).
2192         * text.texi (Special Properties): Fix typo.
2194 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
2196         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2197         calling sequences, which are now the standard.
2199 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
2201         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2203         * commands.texi (Command Overview): Mention undo-boundary call.
2205 2010-06-23  Glenn Morris  <rgm@gnu.org>
2207         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2208         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2209         * frames.texi, functions.texi, internals.texi, keymaps.texi:
2210         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2211         * searching.texi, sequences.texi, strings.texi, syntax.texi:
2212         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2213         Untabify Texinfo files.
2215 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
2217         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2219 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
2221         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2223 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
2225         * searching.texi (Regexp Special): Remove obsolete information
2226         about matching non-ASCII characters, and suggest using char
2227         classes (Bug#6283).
2229 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
2231         * minibuf.texi (Basic Completion): Add missing "@end defun".
2233 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2235         * minibuf.texi (Basic Completion): Document completion-boundaries.
2236         (Programmed Completion): Document the new fourth method for boundaries.
2238 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
2240         * display.texi (Image Cache): Update documentation about image caching.
2242 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2244         * windows.texi (Textual Scrolling):
2245         * tips.texi (Coding Conventions):
2246         * minibuf.texi (Minibuffer History):
2247         * maps.texi (Standard Keymaps):
2248         * loading.texi (Where Defined):
2249         * edebug.texi (Instrumenting): Fix typos.
2251 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2253         * keymaps.texi (Menu Bar): Document :advertised-binding property.
2255         * functions.texi (Obsolete Functions):
2256         Document set-advertised-calling-convention.
2258         * minibuf.texi (Basic Completion): Document completion-in-region.
2259         (Programmed Completion): Document completion-annotate-function.
2261         * commands.texi (Reading One Event): Document read-key.
2262         (Distinguish Interactive): Document KIND arg to
2263         called-interactively-p.  Delete obsolete interactive-p.
2265         * elisp.texi (Top): Update node description.
2267 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2269         * nonascii.texi (Character Properties):
2270         Document unicode-category-table.  Add an index entry for Unicode
2271         general category.
2273 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2275         * Version 23.2 released.
2277 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2279         * locals.texi (Standard Buffer-Local Variables):
2280         Remove @ignore'd reference to `direction-reversed'.
2282 2010-04-14  Juri Linkov  <juri@jurta.org>
2284         Fix @deffn without category.
2286         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2287         for `abbrev-insert'.
2289         * buffers.texi (Indirect Buffers): Add category `Command'
2290         to @deffn of `clone-indirect-buffer'.
2292         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2293         for `next-window' and `previous-window'.  Add category `Command'
2294         to @deffn of `pop-to-buffer'.
2296 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
2298         * nonascii.texi (Text Representations): Don't mark
2299         enable-multibyte-characters as a user option.
2301 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2303         * control.texi (Handling Errors): How to re-throw a signal caught
2304         by condition-case.
2306 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
2308         * loading.texi (Hooks for Loading): Document after-load-functions.
2309         Copyedits.
2311 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
2313         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
2315 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2317         * processes.texi (Network Processes): Document seqpacket type.
2319 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2321         * os.texi (System Environment): Do not mention lynxos.
2323 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2325         * Branch for 23.2.
2327 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2329         * objects.texi (Integer Type): Take note of the read syntax
2330         exception for numbers that cannot fit in the integer type.
2332 2010-03-03  Glenn Morris  <rgm@gnu.org>
2334         * numbers.texi (Integer Basics, Bitwise Operations):
2335         * objects.texi (Integer Type): Update for integers now being 30-bit.
2337 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2339         * display.texi (Low-Level Font): Document :otf font-spec property.
2341 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * display.texi (Line Height): Avoid obsolete special default variables
2344         like default-major-mode.
2346 2010-01-28  Alan Mackenzie  <acm@muc.de>
2348         * display.texi (Auto Faces): Say fontification-functions is called
2349         whether or not Font Lock is enabled.  Tidy up the wording a bit.
2351 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2353         * elisp.texi: Remove duplicate edition information (Bug#5407).
2355 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2357         * two.el (volume-header-toc-markup): Fix typos in docstring.
2359 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2361         Avoid dubious uses of save-excursions.
2362         * positions.texi (Excursions): Recommend the use of
2363         save-current-buffer if applicable.
2364         * text.texi (Clickable Text): Fix the example code which used
2365         save-excursion in a naive way which sometimes preserves point and
2366         sometimes not.
2367         * variables.texi (Creating Buffer-Local):
2368         * os.texi (Session Management):
2369         * display.texi (GIF Images):
2370         * control.texi (Cleanups): Use (save|with)-current-buffer.
2372 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2374         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
2376 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2378         * nonascii.texi (Text Representations, Character Codes)
2379         (Converting Representations, Explicit Encoding)
2380         (Translation of Characters): Use hex notation consistently.
2381         (Character Sets): Fix map-charset-chars doc (Bug#5197).
2383 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2385         * loading.texi (Where Defined): Make it clearer that these are
2386         loaded files (Bug#5068).
2388 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
2390         * minibuf.texi (Completion Styles): Document `initials' style.
2392 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
2394         * frames.texi (Resources): Describe inhibit-x-resources.
2395         (Size Parameters): Copyedit.
2397         * hash.texi (Creating Hash):
2398         * objects.texi (Hash Table Type): Document the new hash table
2399         printed representation.
2401         * minibuf.texi (Basic Completion): 4th arg to all-completions is
2402         obsolete.
2404         * processes.texi (Process Buffers):
2405         Document process-kill-buffer-query-function.
2407 2009-12-05  Glenn Morris  <rgm@gnu.org>
2409         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2410         diary-display-function, and no longer recommended to be a hook.
2411         Update for changes in the names of calendar and diary hooks.
2412         diary-print-entries-hook has changed section.
2414 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
2416         * text.texi (Special Properties): More accurate description of
2417         what the `cursor' property does.
2419 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2421         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2422         mouse-wheel-down-event, the closest thing to a definition for them.
2423         * os.texi (Startup Summary): vindex inhibit-startup-message and
2424         inhibit-splash-screen.
2425         (Command-Line Arguments): vindex argv.
2426         (Suspending Emacs): vindex suspend-tty-functions and
2427         resume-tty-functions.  Don't want to index every hook, but having
2428         the programming ones is helpful.
2430 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
2432         * commands.texi (Motion Events): Fix typo (Bug#4907).
2434 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2436         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2437         are affected by case-fold-search (Bug#4483).
2439 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2441         * minibuf.texi (Reading File Names): Note that read-file-name may
2442         use a graphical file dialog.
2444 2009-10-31  Glenn Morris  <rgm@gnu.org>
2446         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
2448 2009-10-16  Kevin Ryde  <user42@zip.com.au>
2450         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2451         in particular so `info-lookup-symbol' can find its docs.
2453 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
2455         * variables.texi (Constant Variables): Distinguish from defconst
2456         variables.
2457         (Defining Variables): Add cindex.
2459 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
2461         * os.texi (Time of Day): Clarify that the microsecond part is
2462         ignored (Bug#4637).
2464 2009-10-11  Glenn Morris  <rgm@gnu.org>
2466         * frames.texi (Size and Position): Clarify what is included in the frame
2467         height.  (Bug#4535)
2469 2009-10-10  Glenn Morris  <rgm@gnu.org>
2471         * windows.texi (Size of Window): The relationship between window and
2472         frame heights is not so simple.  (Bug#4535)
2473         Mention window-full-height-p.
2475 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2477         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2478         used from Lisp.
2480 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
2482         * files.texi (Directory Names) <abbreviate-file-name>:
2483         Document that root home directories are not replaced with "~".
2485 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
2487         * text.texi (Special Properties): Document the meaning of the
2488         `cursor' text property whose value is an integer.
2490 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2492         * files.texi (Magic File Names): Add `copy-directory'.
2494 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2496         * files.texi (File Attributes): Fix description of file
2497         attributes.  (Bug#4638) Update attributes of files.texi example to
2498         be more representative.
2500 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2502         * files.texi (Create/Delete Dirs): New command copy-directory.
2504 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2506         * anti.texi (Antinews):
2507         * macros.texi (Indenting Macros):
2508         * strings.texi (Creating Strings, Case Conversion):
2509         Remove duplicate words.
2511 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2513         * files.texi (Create/Delete Dirs): delete-directory has an
2514         optional parameter RECURSIVE.
2516 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2518         * buffers.texi (Swapping Text): Minor clarification.
2520 2009-10-01  Glenn Morris  <rgm@gnu.org>
2522         * functions.texi (Declaring Functions): Mention that we also search for
2523         ".m" files in the src/ directory.
2525 2009-09-25  David Engster  <deng@randomsample.de>
2527         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2529 2009-09-22  Glenn Morris  <rgm@gnu.org>
2531         * internals.texi (Building Emacs): Mention preloaded-file-list.
2533 2009-09-14  Alan Mackenzie  <acm@muc.de>
2535         * os.texi (Terminal Output): Put "@code{}" around "stdout".
2537 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2539         * functions.texi (Anonymous Functions): Rearrange discussion,
2540         giving usage of unquoted lambda forms first.  Mention that
2541         `function' and `#'' are no longer required (Bug#4290).
2543 2009-09-11  Alan Mackenzie  <acm@muc.de>
2545         * os.texi (Terminal Output): Document `send-string-to-terminal' in
2546         batch mode.
2548 2009-09-01  Glenn Morris  <rgm@gnu.org>
2550         * display.texi (Face Functions): Mention define-obsolete-face-alias.
2552 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
2554         * nonascii.texi (Character Codes): Fix typos.
2556 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2558         * processes.texi (Synchronous Processes): New defvar
2559         process-file-side-effects.
2561 2009-08-25  Glenn Morris  <rgm@gnu.org>
2563         * display.texi (Fontsets): Fix typo.
2565         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2567 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2569         * processes.texi (Asynchronous Processes): Adjust arglist of
2570         start-process-shell-command and start-file-process-shell-command.
2572 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
2574         * advice.texi (Argument Access in Advice): Note that argument
2575         positions are zero-based (Bug#3932).
2577         * commands.texi (Distinguish Interactive): Minor copyedit.
2579         * display.texi (Face Attributes): Add xref to Displaying Faces for
2580         explanation of "underlying face".
2582         * customize.texi (Common Keywords): Add xref to Loading.
2584         * loading.texi (How Programs Do Loading): Add xref to Lisp
2585         Libraries node in the Emacs manual.
2587 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
2589         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2591 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2593         * processes.texi (Shell Arguments): Copyedits.
2595 2009-07-18  Glenn Morris  <rgm@gnu.org>
2597         * loading.texi (Repeated Loading): Fix typo.
2599 2009-07-16  Richard Stallman  <rms@gnu.org>
2601         * buffers.texi (Swapping Text): Recommend setting
2602         write-region-annotate-functions and buffer-saved-size.
2604         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2606 2009-07-15  Glenn Morris  <rgm@gnu.org>
2608         * edebug.texi: Minor re-phrasings throughout.
2609         (Edebug Execution Modes): Sit-for affects continue mode too.
2610         (Jumping): Use `forward-sexp' rather than its keybinding.
2611         (Edebug Misc): Fix Q binding.
2612         (Edebug Eval): Remove cl version.
2613         (Printing in Edebug): Clarify print-length etc.
2614         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2615         (Specification List): Remove edebug-unwrap findex entry.
2616         (Specification Examples): defmacro is actually not the same as defun.
2617         Escape "`" in example.
2619 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2621         * markers.texi (The Mark): Document optional arg to
2622         deactivate-mark.
2624 2009-07-11  Kevin Ryde  <user42@zip.com.au>
2626         * hooks.texi (Standard Hooks): Fix cross-references.
2628         * loading.texi (Named Features): Refer to eval-after-load.
2630 2009-07-11  Glenn Morris  <rgm@gnu.org>
2632         * Makefile.in (TEXI2PDF): New.
2633         (elisp.pdf): New target.
2635         * searching.texi (Regexp Backslash): Fix typo.
2637         * elisp.texi (Top): Display copyright notice at start of non-TeX.
2639 2009-07-10  Glenn Morris  <rgm@gnu.org>
2641         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2643         * customize.texi (Customization Types):
2644         * display.texi (Abstract Display):
2645         * objects.texi (Character Type, String Type):
2646         Merge in some menu descriptions from elisp.texi.
2648         * hash.texi (Hash Tables):
2649         * modes.texi (Multiline Font Lock):
2650         End menu description with period.
2652 2009-07-09  Glenn Morris  <rgm@gnu.org>
2654         * back.texi: Don't hard-code texinfo location.
2656         * two-volume.make (texinfodir): New, with location of texinfo.tex.
2657         (tex): Add texinfodir to TEXINPUTS.
2658         (elisp1med-init, elisp2med-init): Use texinfodir.
2660         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2661         (clean): Add two-volume.make intermediate files.
2663         * elisp.texi, vol1.texi, vol2.texi:
2664         Use a DATE variable with the publication date, and update it.
2665         Fix antinews menu description.
2667         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2668         Update the detailed node listing to match elisp.texi.
2670         * README: Update edition to match elisp.texi.
2672         * objects.texi (General Escape Syntax):
2673         * nonascii.texi (Character Sets):
2674         Use consistent case for "Unicode Standard".
2676         * anti.texi (Antinews):
2677         * customize.texi (Variable Definitions):
2678         * functions.texi (Declaring Functions):
2679         * nonascii.texi (Character Properties):
2680         * processes.texi (Serial Ports):
2681         * text.texi (Special Properties):
2682         * tips.texi (Coding Conventions):
2683         Minor rearrangements to improve TeX line-filling.
2685         * commands.texi (Using Interactive): Fix cross-reference.
2687 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2689         * frames.texi (Management Parameters): Mention sticky.
2691 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
2693         * help.texi (Help Functions): Fix description of help-buffer and
2694         help-setup-xref to use @defun instead of @deffn.
2696 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2698         * frames.texi (Size Parameters): Mention maximized for fullscreen.
2700 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
2702         * display.texi (Window Systems): Add ns to the list.
2704 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2706         * Branch for 23.1.
2708 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
2710         * windows.texi (Dedicated Windows): Fix typo.
2711         (Resizing Windows): Replace @defun by @deffn.
2713 2009-06-17  Glenn Morris  <rgm@gnu.org>
2715         * variables.texi (Directory Local Variables):
2716         Update for 2009-04-11 name-change of dir-locals-directory-alist.
2718 2009-06-09  Kenichi Handa  <handa@m17n.org>
2720         * nonascii.texi (Character Sets): State clearly that FROM and TO
2721         are codepoints of CHARSET.
2723 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
2725         * minibuf.texi (Reading File Names): Fix introductory text.
2726         Suggested by stan@derbycityprints.com.
2727         (High-Level Completion): Fix typo.
2729 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
2731         * frames.texi (Text Terminal Colors): Multi-tty is already
2732         implemented, but tty-local colors are not.
2734 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
2736         * hooks.texi (Standard Hooks): Remove mention of obsolete
2737         redisplay-end-trigger-functions.
2739         * internals.texi (Window Internals): Remove mention of obsolete
2740         redisplay-end-trigger-functions.
2742 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
2744         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2746         * backups.texi (Making Backups): backup-directory-alist and
2747         make-backup-file-name-function are options.
2748         (Auto-Saving): auto-save-list-file-prefix is an option.
2750         * buffers.texi (Killing Buffers): buffer-offer-save is an
2751         option.
2753         * display.texi (Refresh Screen): no-redraw-on-reenter is an
2754         option.
2755         (Echo Area Customization): echo-keystrokes is an option.
2756         (Selective Display): selective-display-ellipses is an option.
2757         (Temporary Displays): temp-buffer-show-function is an option.
2758         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2759         are options.
2760         (Font Selection): face-font-family-alternatives,
2761         face-font-selection-order, face-font-registry-alternatives, and
2762         scalable-fonts-allowed are options.
2763         (Fringe Indicators): indicate-buffer-boundaries is an option.
2764         (Fringe Cursors): overflow-newline-into-fringe is an option.
2765         (Scroll Bars): scroll-bar-mode is an option.
2767         * eval.texi (Eval): max-lisp-eval-depth is an option.
2769         * files.texi (Visiting Functions): find-file-hook is an option.
2770         (Directory Names): directory-abbrev-alist is an option.
2771         (Unique File Names): temporary-file-directory and
2772         small-temporary-file-directory are options.
2774         * frames.texi (Initial Parameters): initial-frame-alist,
2775         minibuffer-frame-alist and default-frame-alist are options.
2776         (Cursor Parameters): blink-cursor-alist and
2777         cursor-in-non-selected-windows ar options.
2778         (Window System Selections): selection-coding-system is an
2779         option.
2780         (Display Feature Testing): display-mm-dimensions-alist is an
2781         option.
2783         * help.texi (Help Functions): help-char and help-event-list are
2784         options.
2786         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2787         an option.
2789         * minibuf.texi (Minibuffer History): history-length and
2790         history-delete-duplicates are options.
2791         (High-Level Completion): read-buffer-function and
2792         read-buffer-completion-ignore-case are options.
2793         (Reading File Names): read-file-name-completion-ignore-case is
2794         an option.
2796         * modes.texi (Mode Line Top): mode-line-format is an option.
2797         (Mode Line Variables): mode-line-position and mode-line-modes
2798         are options.
2800         * nonascii.texi (Text Representations):
2801         enable-multibyte-characters is an option.
2802         (Default Coding Systems): auto-coding-regexp-alist,
2803         file-coding-system-alist, auto-coding-alist and
2804         auto-coding-functions are options.
2805         (Specifying Coding Systems): inhibit-eol-conversion is an
2806         option.
2808         * os.texi (Init File): site-run-file is an option.
2809         (System Environment): mail-host-address is an option.
2810         (User Identification): user-mail-address is an option.
2811         (Terminal Output): baud-rate is an option.
2813         * positions.texi (Word Motion): words-include-escapes is an
2814         option.
2816         * searching.texi (Standard Regexps): page-delimiter,
2817         paragraph-separate, paragraph-separate and sentence-end are
2818         options.
2820         * text.texi (Margins): left-margin and fill-nobreak-predicate
2821         are options.
2823         * variables.texi (Local Variables): max-specpdl-size is an
2824         option.
2826         * windows.texi (Choosing Window):
2827         split-window-preferred-function, special-display-function and
2828         display-buffer-function are options.
2830 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
2832         Fix errors spotted by Martin Rudalics.
2834         * syntax.texi (Position Parse): Document rationale for ignored
2835         arguments to syntax-ppss-flush-cache.
2837         * processes.texi (Input to Processes): Mark PROCESS arg to
2838         process-running-child-p as optional.
2839         (Network Options): Document NO-ERROR arg to
2840         set-network-process-option.
2842         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2843         command.
2845         * searching.texi (POSIX Regexps): Mark posix-search-forward and
2846         posix-search-backward as commands.
2848         * os.texi (Killing Emacs): Mark kill-emacs as a command.
2849         (Suspending Emacs): Mark suspend-emacs as a command.
2850         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2851         commands.
2852         (Terminal Output): Remove obsolete function baud-rate.
2853         Document TERMINAL arg for send-string-to-terminal.
2855         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2856         terminal-coding-system and set-terminal-coding-system.
2857         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2858         as optional.
2859         (Character Sets): Document RESTRICTION arg of char-charset.
2860         (Character Codes): Mark POS argument to get-byte as optional.
2862         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2863         minibuffer-message.
2865         * files.texi (Create/Delete Dirs): Mark make-directory and
2866         delete-directory as commands.
2868         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2870         * text.texi (Base 64): Mark base64-decode-string and
2871         base64-encode-string as commands.
2872         (Columns): Mark move-to-column as a command.
2873         (Mode-Specific Indent): Document RIGID arg to
2874         indent-for-tab-command.
2875         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2876         Mark indent-code-rigidly as a command.
2877         (Substitution): Mark translate-region as a command.
2879         * frames.texi (Size and Position): Remove obsolete functions
2880         screen-height and screen-width.
2882 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
2884         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2885         (Displaying Buffers, Resizing Windows): Correct mistakes;
2886         next-window, previous-window, and pop-to-buffer are not commands,
2887         and fit-window-to-buffer" is a command.  (Pointed out by Martin
2888         Rudalics.)
2890 2009-05-17  Richard M Stallman  <rms@gnu.org>
2892         * modes.texi (Precalculated Fontification): Clarify text.
2894 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
2896         * windows.texi (Selecting Windows): Clarify descriptions of
2897         with-selected-window and get-lru-window.
2898         (Cyclic Window Ordering): Refer to particular frame when talking
2899         about how splitting affects the ordering.
2900         (Displaying Buffers): Fix descriptions of switch-to-buffer and
2901         switch-to-buffer-other-window.  Explain how setting of
2902         display-buffer-reuse-frames affects pop-to-buffer.
2903         (Choosing Window): Clarify some details in descriptions of
2904         display-buffer-reuse-frames, pop-up-frames, and
2905         pop-up-frame-function.
2906         (Dedicated Windows): Clarify some details.
2907         (Textual Scrolling): Replace term vscroll by term vertical
2908         scroll position.
2909         (Vertical Scrolling): Fix typo.
2910         (Window Hooks): Relate text on jit-lock-register to window
2911         scrolling and size changes.
2913 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
2915         * frames.texi (Initial Parameters): Clarify what the initial
2916         minibuffer frame is.
2917         (Buffer Parameters): Note that the minibuffer parameter can not be
2918         altered.
2920         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
2921         Document display-buffer changes.
2923 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
2925         * anti.texi (Antinews): Rewrite for Emacs 22.
2927         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2928         obarrays are first mentioned.  Define "system abbrev" more
2929         prominently, and add it to the index.
2930         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2931         Copyedits.
2932         (Abbrev Expansion): Document abbrev-insert.
2934 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
2936         * frames.texi (Font and Color Parameters): Rename from Color
2937         Parameters.  Document font-backend parameter.
2939         * vol2.texi (Top): Update node listing.
2940         * vol1.texi (Top): Update node listing.
2941         * elisp.texi (Top): Update node listing.
2943 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
2945         * windows.texi (Choosing Window): Don't explicitly refer to
2946         split-window-sensibly's window argument in descriptions of
2947         split-height-threshold and split-width-threshold.
2949 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
2951         * windows.texi (Choosing Window): Fix rewrite of window
2952         splitting section.
2954 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
2956         * nonascii.texi (Default Coding Systems):
2957         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2958         Add indexing.
2959         (Lisp and Coding Systems): Add index entries.
2961 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
2963         * windows.texi (Choosing Window): Describe split-window-sensibly
2964         and rewrite section on window splitting accordingly.
2965         (Textual Scrolling): Replace `...' by @code{...}.
2967 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
2969         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2970         Remove obsoleted pre-abbrev-expand-hook.
2972         * locals.texi (Standard Buffer-Local Variables): Consolidate table
2973         entries.
2975         * internals.texi (Object Internals): Don't assume 32-bit machines
2976         are the norm.
2977         (Buffer Internals): Consolidate table entries for readability.
2978         (Window Internals): Synch field names to window.h.
2979         (Process Internals): Synch field names to process.h.
2981 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
2983         * variables.texi (File Local Variables): Note that read-circle is
2984         bound to nil when reading file-local variables.
2986         * streams.texi (Input Functions): Document read-circle.
2987         (Output Variables): Add xref to Circular Objects.
2989 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
2991         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
2992         Features and Coding System Basics.  Node that "p" stands for
2993         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
2994         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2995         mouse-appearance-menu.
2996         (Programming Tips): Add xref to Progress.
2998 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
3000         * os.texi (Command-Line Arguments):
3001         Document command-line-args-left.
3002         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
3003         terminal objects for tty arguments.
3004         (Startup Summary): Add xref to Session Management.
3005         (Session Management): Mention emacs-session-restore.  Copyedits.
3007 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
3009         * os.texi (Startup Summary): Copyedits.  The init file is not
3010         necessarily named .emacs now.  Document initial-buffer-choice and
3011         initial-scratch-message.  Note where Emacs exits in batch mode.
3012         Document inhibit-splash-screen as an alias.
3013         (Init File): Be neutral about which init file name to use.
3015 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
3017         * os.texi (System Interface): Fix Texinfo usage.
3019 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
3021         * searching.texi (Regexp Backslash): Also refer to shy groups as
3022         non-capturing or unnumbered groups.
3023         (Regexp Functions): Add cross-reference to Regexp Backslash.
3025         * display.texi (Truncation): Overlays can use line-prefix and
3026         wrap-prefix too.
3027         (Overlay Properties): Document wrap-prefix and line-prefix.
3028         (Face Attributes): Document underline-minimum-offset.
3029         (Face Remapping): Copyedits.
3030         (Low-Level Font): Copyedits.
3031         (Image Cache): Note that the image cache is shared between frames.
3032         (Line Height): Emphasize that line-spacing only takes effect on
3033         graphical terminals.
3035 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
3037         * display.texi (Refresh Screen): Note that a passage about screen
3038         refreshing is text terminal only.
3039         (Forcing Redisplay): Delete misleading comment---sit-for calls
3040         redisplay, not the other way around.
3041         (Truncation): Note new values of truncate-partial-width-windows.
3042         Copyedits.
3043         (Invisible Text): Document invisible-p.
3045 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
3047         * display.texi (Overlays): Overlays don't scale well.  See
3048         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3050 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
3052         * syntax.texi (Syntax Table Functions): Document cons cell
3053         argument for modify-syntax-entry.
3054         (Categories): Document cons cell argument for
3055         modify-category-entry.
3057         * searching.texi (String Search): Document word-search-forward-lax
3058         and word-search-backward-lax.
3059         (Searching and Case): Describe isearch behavior more precisely.
3061         * keymaps.texi (Tool Bar): Mention that some platforms do not
3062         support multi-line toolbars.  Suggested by Stephen Eglen.
3064         * frames.texi (Layout Parameters): Mention that Nextstep also
3065         allows only one tool-bar line.  Suggested by Stephen Eglen.
3067         * nonascii.texi (Text Representations): Copyedits.
3068         (Coding System Basics): Also mention utf-8-emacs.
3069         (Converting Representations, Selecting a Representation)
3070         (Scanning Charsets, Translation of Characters, Encoding and I/O):
3071         Copyedits.
3072         (Character Codes): Mention role of codepoints 1114112 to 4194175.
3074 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
3076         * text.texi (Yank Commands): Note that yank uses push-mark.
3077         (Filling): Clarify REGION argument of fill-paragraph.
3078         Document fill-forward-paragraph-function.
3079         (Special Properties): Remove "new in Emacs 22" declaration.
3080         (Clickable Text): Merge with Links and Mouse-1 node.
3082         * display.texi (Button Properties, Button Buffer Commands):
3083         Change xref to Clickable Text.
3085         * tips.texi (Key Binding Conventions): Change xref to Clickable
3086         Text.
3088         * elisp.texi (Top): Update node listing.
3090 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
3092         * markers.texi (The Mark): Copyedits.  Improve description of
3093         handle-shift-selection.
3094         (The Region): Move use-region-p here from The Mark.
3096         * positions.texi (Screen Lines): Document (cols . lines) argument
3097         for vertical-motion.
3099 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
3101         * frames.texi (Frames): Clean up introduction.  Document `ns'
3102         return value for framep.
3103         (Creating Frames): Note how the terminal is chosen.
3104         (Multiple Terminals, Multiple Displays): Merge into a single node.
3105         (Color Parameters): Fix typo.
3107         * variables.texi (Local Variables, Buffer-Local Variables)
3108         (Creating Buffer-Local): Change link to Multiple Terminals.
3110         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3112         * keymaps.texi (Controlling Active Maps): Change link to Multiple
3113         Terminals.
3115         * commands.texi (Command Loop Info, Keyboard Macros): Change link
3116         to Multiple Terminals.
3118         * elisp.texi (Top): Update node listing.
3119         * vol2.texi (Top): Update node listing.
3120         * vol1.texi (Top): Update node listing.
3122         * buffers.texi (Current Buffer): Note that the append-to-buffer
3123         example is no longer in synch with the latest code.  Tie the two
3124         examples together.
3126         * files.texi (File Attributes): Move note about MS-DOS from
3127         Changing Files to File Attributes.
3128         (Create/Delete Dirs): Note that mkdir is an alias for this.
3130 2009-04-01  Markus Triska  <triska@gmx.at>
3132         * processes.texi (Filter Functions): Suggest how to handle output
3133         batches.
3135 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
3137         * help.texi (Accessing Documentation): Update example to use
3138         help-setup-xref and with-help-window.
3139         (Help Functions): Remove print-help-return-message, which is
3140         semi-obsolete due to with-help-window.  Document help-buffer and
3141         help-setup-xref.
3143 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
3145         * help.texi (Accessing Documentation, Help Functions):
3146         Remove information about long-obsolete Emacs versions.
3148         * modes.texi (Mode Line Variables): The default values of the mode
3149         line variables are now more complicated.
3151 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
3153         * modes.texi (Major Mode Conventions): Note that specialness is
3154         inherited.
3155         (Derived Modes): Note that define-derive-mode sets the mode-class
3156         property.
3158         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3159         goto-map.  Add search-map to the list.
3161 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
3163         * os.texi (System Environment): Update the list of system-type
3164         values.
3166         * markers.texi (The Mark) <handle-shift-selection>: Update for
3167         removal of the optional argument DEACTIVATE.
3169 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
3171         * commands.texi (Focus Events): Most X window managers don't use
3172         focus-follows-mouse nowadays.
3174 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
3176         * commands.texi (Defining Commands): Clarify introduction.
3177         (Using Interactive): Not that interactive can be put in a symbol
3178         property.
3179         (Interactive Call): Note that a symbol with a non-nil
3180         interactive-form property satisfies commandp.
3182 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
3184         * minibuf.texi (Intro to Minibuffers): Fix typos.
3186 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
3188         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
3189         about minibuffers in old Emacs versions.  Copyedits.
3190         Emphasize that enable-recursive-minibuffers defaults to nil.
3191         (Text from Minibuffer): Simplify introduction.
3193 2009-03-22  Alan Mackenzie  <acm@muc.de>
3195         * commands.texi (Using Interactive): Clarify string argument to
3196         `interactive' - even promptless elements need \n separators.
3198 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
3200         * minibuf.texi (Completion Styles): New node.
3202         * elisp.texi (Top): Update node listing.
3204 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
3206         * minibuf.texi (Basic Completion): Note that
3207         read-file-name-completion-ignore-case and
3208         read-buffer-completion-ignore-case can override
3209         completion-ignore-case.
3210         (Minibuffer Completion): Document completing-read changes.
3211         (Completion Commands): Avoid mentioning partial completion mode.
3212         Document minibuffer-completion-confirm changes, and
3213         minibuffer-confirm-exit-commands.
3214         (High-Level Completion): Document new require-match behavior for
3215         read-buffer.  Document read-buffer-completion-ignore-case.
3216         (Reading File Names): Document new require-match behavior for
3217         read-file-name.
3219 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
3221         * debugging.texi (Error Debugging): Don't mislead the reader into
3222         thinking that debug-on-error enters debugger for C-f at EOB.
3223         (Error Debugging): Setting debug-on-init within the init file
3224         works, and has for some time.
3226 2009-03-13  Kenichi Handa  <handa@m17n.org>
3228         * display.texi (Fontsets): Update the description.
3230 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
3232         * advice.texi (Advising Primitives): Link to What Is a Function.
3234 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
3236         * compile.texi (Speed of Byte-Code): Update example.
3237         (Disassembly): Update examples.
3239         * loading.texi (Repeated Loading): Simplify examples.
3241         * customize.texi (Common Keywords): It's not necessary to use :tag
3242         to remove hyphens, as custom-unlispify-tag-name does it
3243         automatically.
3244         (Variable Definitions): Link to File Local Variables.
3245         Document customized-value symbol property.
3246         (Customization Types): Move menu to end of node.
3248 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
3250         * macros.texi (Compiling Macros): Omit misleading sentence, which
3251         implied that macros can only be used in the same file they are
3252         defined.
3253         (Backquote): Remove obsolete information about Emacs 19.
3255 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
3257         * display.texi (Display Margins): Fix paren typo.
3259 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
3261         * elisp.texi (Top): Update node listing.
3263         * variables.texi (Variables): Clarify introduction.
3264         (Global Variables): Mention that setq is a special form.
3265         (Local Variables): Use active voice.
3266         (Tips for Defining): Mention marking variables as safe.
3267         (Buffer-Local Variables): Mention terminal-local and frame-local
3268         variables together.
3269         (File Local Variables): Copyedits.
3270         (Frame-Local Variables): Note that they are not really useful.
3271         (Future Local Variables): Node deleted.
3273         * objects.texi (General Escape Syntax): Update explanation of
3274         Unicode escape syntax.
3276 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
3278         * control.texi (Control Structures): Add cindex entry for "textual
3279         order".
3281         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
3282         instead of "expression" throughout.
3283         (Function Indirection): Copyedits.  Use active voice.
3284         (Eval): The default value of max-lisp-eval-depth is now 400.
3286 2009-02-23  Miles Bader  <miles@gnu.org>
3288         * processes.texi (System Processes): Rename `system-process-attributes'
3289         to `process-attributes'.
3291 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3293         * symbols.texi (Property Lists): Emphasize that property lists are
3294         not restricted to symbol cells.
3295         (Other Plists): Copyedit.
3297         * sequences.texi (Sequences Arrays Vectors): Make introduction
3298         more concise.
3299         (Arrays): Mention char-tables and bool-vectors too.
3300         (Vectors): Don't repeat information given in Arrays node.  Link to
3301         nodes that explain the vector usage examples.
3302         (Char-Tables): Note that char-table elements can have arbitrary
3303         type.  Explain effect of omitted char-table-extra-slots property.
3304         Link to Property Lists node.
3306 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3308         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3309         `append'.
3310         (List Elements): Copyedits.
3312         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3313         of `vconcat'.
3315         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
3316         Emacs 20 usage of `concat'.
3317         (Case Conversion): Copyedits.
3319 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
3321         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3322         Minor edits.
3323         (Frame Configuration Type): Emphasize that it is not primitive.
3324         (Font Type): New node.
3325         (Type Predicates): Add fontp; type-of now recognizes font object
3326         types.
3328         * intro.texi (Version Info): Update version numbers in examples.
3329         (Acknowledgements): List more contributors.
3331         * elisp.texi: Bump version number to 3.0.
3332         (Top): Link to Font Type node.
3334 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3336         * modes.texi (Major Mode Conventions): Remove duplicate words.
3337         (Customizing Keywords): Fix typo.
3339 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
3341         * nonascii.texi (User-Chosen Coding Systems): Document that
3342         select-safe-coding-system suggests raw-text if there are raw bytes
3343         in the region.
3344         (Explicit Encoding): Warn not to use `undecided' when encoding.
3346 2009-02-11  Glenn Morris  <rgm@gnu.org>
3348         * frames.texi (Visibility of Frames): Mention the effect multiple
3349         workspaces/desktops can have on visibility.
3351 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
3353         * text.texi (Commands for Insertion):
3354         * commands.texi (Event Mod):
3355         * keymaps.texi (Searching Keymaps):
3356         * nonascii.texi (Translation of Characters):
3357         Reinstate documentation of translation-table-for-input.
3358         (Explicit Encoding): Document the `charset' text property produced
3359         by decode-coding-region and decode-coding-string.
3361 2009-01-27  Alan Mackenzie  <acm@muc.de>
3363         * modes.texi (Search-based Fontification): Correct a typo.
3365 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
3367         * abbrevs.texi (Abbrev Table Properties): Fix typo.
3368         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
3370 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
3372         * display.texi (Window Systems): Document the value of
3373         `initial-window-system' under --daemon.
3375         * os.texi (System Environment): Remove description of the
3376         `environment' function which has been deleted.
3378 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
3380         * frames.texi (Multiple Displays): Remove documentation for
3381         removed function make-frame-on-tty.
3383 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
3385         * files.texi (Format Conversion Piecemeal): Clarify behavior of
3386         write-region-annotate-functions.
3387         Document write-region-post-annotation-function.
3389 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
3391         * display.texi (Font Lookup): Document WIDTH argument of
3392         x-list-fonts.
3394 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
3396         * maps.texi (Standard Keymaps): Rename function-key-map to
3397         local-function-key-map.
3399         * keymaps.texi (Translation Keymaps): Rename function-key-map to
3400         local-function-key-map.
3402         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3403         and `set-keyboard-coding-system' now accept an optional terminal
3404         argument.
3406         * commands.texi (Event Mod): `keyboard-translate-table' is now
3407         terminal-local.
3408         (Function Keys): Rename function-key-map to
3409         local-function-key-map.
3411         * elisp.texi (Top): Make @detailmenu be consistent with changes in
3412         frames.texi.
3414         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
3415         `delete-terminal-functions', `suspend-tty-functions' and
3416         `resume-tty-functions'.
3418         * frames.texi (Frames): Document `frame-terminal' and
3419         `terminal-live-p'.
3420         (Multiple Displays): Document `make-frame-on-tty'.
3421         (Multiple Terminals): Document `terminal-list', `delete-terminal',
3422         `terminal-name', and `get-device-terminal'.
3423         (Terminal Parameters): Document `terminal-parameters',
3424         `terminal-parameter', and `set-terminal-parameter'.
3426         * os.texi (System Environment): Document `environment' and
3427         `initial-environment'.
3428         (Suspending Emacs): Update for multi-tty; document
3429         `suspend-tty', `resume-tty', and `controlling-tty-p'.
3431         * nonascii.texi (Coding System Basics): More accurate description
3432         of `raw-text'.
3434 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
3436         * display.texi (Low-Level Font): Fix typo.
3438 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
3440         * elisp.texi (Top): Update node listing.
3442         * display.texi (PostScript Images): Node deleted.
3444 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
3446         * processes.texi (Decoding Output): Document that null bytes force
3447         no-conversion for reading process output.
3449         * files.texi (Reading from Files): Document that null bytes force
3450         no-conversion when visiting files.
3452         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
3454         * nonascii.texi (Lisp and Coding Systems):
3455         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
3456         (Character Properties): Improve wording.
3458 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
3460         * display.texi (Font Lookup): Remove obsolete function
3461         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
3462         (Low-Level Font): Rename from Fonts, move to end of Faces section.
3463         (Font Selection): Reorder order of variable descriptions.
3464         Minor clarifications.
3466         * elisp.texi (Top): Update node listing.
3468 2009-01-09  Glenn Morris  <rgm@gnu.org>
3470         * commands.texi (Command Loop Info): Say that last-command-char and
3471         last-input-char are obsolete aliases.
3473         * edebug.texi (Edebug Recursive Edit): Remove separate references to
3474         last-input-char and last-command-char, since they are just aliases for
3475         last-input-event and last-command-event.
3477         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3478         last-command-char.
3480 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3482         * elisp.texi: Update node listing.
3484         * display.texi (Faces): Put Font Selection node after Auto Faces.
3485         (Face Attributes): Don't link to Font Lookup.
3486         Document font-family-list.
3487         (Fonts): New node.
3489 2009-01-08  Jason Rumney  <jasonr@gnu.org>
3491         * frames.texi (Pointer Shape): Clarify that only X supports
3492         changing the standard pointer shapes.  (Bug#1485)
3494 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3496         * display.texi (Attribute Functions): Note that a function value
3497         :height is relative, and that compatibility functions work by
3498         calling set-face-attribute.
3499         (Displaying Faces): Reorder list in order of increasing priority.
3500         (Face Remapping): New node.  Content moved here from Displaying
3501         Faces.
3502         (Glyphs): Link to Face Functions.
3504 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3506         * display.texi (Faces): Don't discuss face id here.  facep does
3507         not return t.
3508         (Defining Faces): Minor clarification.
3509         (Face Attributes): Rearrange items to match docstring of
3510         set-face-attribute.  Add :foundry attribute.  Document new role of
3511         :font attribute.  Texinfo usage fix.
3512         (Attribute Functions): Copyedits.
3513         (Face Functions): Note that face number is seldom used.
3515 2009-01-05  Richard M Stallman  <rms@gnu.org>
3517         * strings.texi (Predicates for Strings): Minor clarification.
3519         * functions.texi (Function Safety): Texinfo usage fix.
3521 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
3523         * objects.texi (General Escape Syntax): Fix typo.
3525 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
3527         * windows.texi (Choosing Window): Say that pop-up-frame-alist
3528         works via the default value of pop-up-frame-function.
3530 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
3532         * processes.texi (System Processes): Document the `time' and
3533         `ctime' attributes of `system-process-attributes'.
3535 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3537         * display.texi (Face Attributes): Clarify :height attribute.
3539 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3541         * buffers.texi (The Buffer List): Clarify what moves a buffer to
3542         the front of the buffer list.  Add entries for `last-buffer' and
3543         `unbury-buffer'.
3545 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3547         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3548         and its subsections.
3550         * frames.texi (Multiple Terminals, Low-level Terminal)
3551         (Terminal Parameters, Frames on Other TTY devices): New sections.
3552         (Frames): Add an xref to "Multiple Terminals".
3554         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3556         * objects.texi (Terminal Type): New node.
3557         (Editing Types): Add it to the menu.
3559         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3560         Variables".
3562         * variables.texi (Directory Local Variables): New node.
3563         (Variables): Add a menu item for it.
3565         * loading.texi (Autoload): Document `generate-autoload-cookie' and
3566         `generated-autoload-file'.
3568 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
3570         * os.texi (Startup Summary): Add xref to documentation of
3571         `initial-window-system'.
3573         * display.texi (Window Systems): Document `window-system' the
3574         function.  The variable `window-system' is now frame-local.
3575         Document `initial-window-system'.
3577 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
3579         * windows.texi (Windows): Rewrite description of
3580         fit-window-to-buffer.
3582 2008-12-13  Glenn Morris  <rgm@gnu.org>
3584         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
3585         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3587 2008-12-12  Glenn Morris  <rgm@gnu.org>
3589         * debugging.texi (Error Debugging): Refer forwards to
3590         eval-expression-debug-on-error.
3592 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
3594         * strings.texi (String Basics): Only unibyte strings that
3595         represent key sequences hold 8-bit raw bytes.
3597         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3598         paragraph to speak about `undecided'.
3599         (Character Properties): Don't explain the meaning of each
3600         property; instead, identify their Unicode Standard names.
3601         (Character Sets): Document `map-charset-chars'.
3603 2008-12-02  Glenn Morris  <rgm@gnu.org>
3605         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3606         section yet again.
3608 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
3610         * nonascii.texi (Character Properties): New Section.
3611         (Specifying Coding Systems): Document
3612         `coding-system-priority-list', `set-coding-system-priority', and
3613         `with-coding-priority'.
3614         (Lisp and Coding Systems): Document `check-coding-systems-region'
3615         and `coding-system-charset-list'.
3616         (Coding System Basics): Document `coding-system-aliases'.
3618         * elisp.texi (Top): Add a @detailmenu entry for "Character
3619         Properties".
3621         * objects.texi (Character Type): Correct the range of Emacs
3622         characters.  Add an @xref to "Character Codes".
3624         * strings.texi (String Basics): Add an @xref to "Character Codes".
3626         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3628         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3629         (Character Codes): Document `max-char'.
3631 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3633         * nonascii.texi (Text Representations, Converting Representations)
3634         (Character Sets, Scanning Charsets, Translation of Characters):
3635         Make text more accurate.
3637 2008-11-28  Glenn Morris  <rgm@gnu.org>
3639         * files.texi (Format Conversion Round-Trip): Improve previous change.
3641 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3643         * modes.texi (Auto Major Mode): Fix example.
3645 2008-11-25  Glenn Morris  <rgm@gnu.org>
3647         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3649         * files.texi (Format Conversion Round-Trip):
3650         Use active voice for previous change.
3652 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3654         * os.texi (Processor Run Time):
3655         * processes.texi (Transaction Queues):
3656         * markers.texi (The Mark):
3657         * windows.texi (Choosing Window, Selecting Windows):
3658         * files.texi (Changing Files, Magic File Names):
3659         * commands.texi (Key Sequence Input):
3660         * functions.texi (Declaring Functions):
3661         * strings.texi (Predicates for Strings):
3662         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3664 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3666         * help.texi (Accessing Documentation): Update example.
3668         * variables.texi (Defining Variables): Note that `*' is not
3669         necessary if defcustom is used.
3671 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
3673         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3674         Characters" from @detailmenu.
3676         * nonascii.texi (Character Codes, Character Sets)
3677         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3678         (Chars and Bytes, Splitting Characters): Sections removed.
3680 2008-11-22  Lute Kamstra  <lute@gnu.org>
3682         * positions.texi (Text Lines): Update goto-line documentation.
3684 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
3686         * frames.texi (Frames): Fix typo, add cross references, reword.
3687         (Initial Parameters): Reword special-display-frame-alist text.
3688         (Frames and Windows): Reword.  Describe argument norecord for
3689         set-frame-selected-window.
3690         (Input Focus): Describe argument norecord for select-frame.
3691         Remove comment on MS-Windows behavior for focus-follows-mouse.
3692         (Raising and Lowering): Mention windows-frames dichotomy in
3693         metaphor.
3695         * windows.texi (Displaying Buffers, Vertical Scrolling)
3696         (Horizontal Scrolling): Fix indenting and rewording issues
3697         introduced with 2008-11-07 change.
3699 2008-11-20  Glenn Morris  <rgm@gnu.org>
3701         * files.texi (Format Conversion Round-Trip): Mention `preserve'
3702         element of `format-alist'.
3704 2008-11-19  Glenn Morris  <rgm@gnu.org>
3706         * doclicense.texi: Update to FDL 1.3.
3707         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3709 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
3711         * windows.texi (Window Hooks): Remove *-end-trigger-functions
3712         vars, which are obsolete.  Mention jit-lock-register.
3714         * modes.texi (Other Font Lock Variables):
3715         Document jit-lock-register and jit-lock-unregister.
3717         * frames.texi (Color Parameters): Document alpha parameter.
3719 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
3721         * windows.texi (Splitting Windows, Deleting Windows)
3722         (Selecting Windows, Cyclic Window Ordering)
3723         (Buffers and Windows, Displaying Buffers, Choosing Window)
3724         (Dedicated Windows, Window Point, Window Start and End)
3725         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3726         (Size of Window, Resizing Windows, Window Configurations)
3727         (Window Parameters): Avoid @var at beginning of sentences and
3728         reword accordingly.
3730 2008-11-11  Lute Kamstra  <lute@gnu.org>
3732         * files.texi (File Name Components): Fix file-name-extension
3733         documentation.
3735 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
3737         * frames.texi (Basic Parameters): Remove display-environment-variable
3738         and term-environment-variable.
3740 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3742         * windows.texi (Basic Windows, Splitting Windows)
3743         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3744         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3745         (Resizing Windows, Window Configurations, Window Parameters):
3746         Fix wording and markup.
3748 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
3750         * windows.texi (Windows): Update entries.
3751         (Basic Windows): Remove listing of attributes.  Reword.
3752         (Splitting Windows, Deleting Windows): Reword.
3753         (Selecting Windows, Cyclic Window Ordering): Reword with special
3754         emphasis on order of recently selected windows and buffer list.
3755         (Buffers and Windows, Choosing Window): Reword with special
3756         emphasis on dedicated windows.
3757         (Displaying Buffers): Reword.  For switch-to-buffer mention that
3758         it may fall back on pop-to-buffer.  For other-window try to
3759         explain how it treats the cyclic ordering of windows.
3760         (Dedicated Windows): New node and section discussing dedicated
3761         windows and associated functions.
3762         (Window Point): Add entry for window-point-insertion-type.  Reword.
3763         (Window Start and End): Rename node and section title.  Reword.
3764         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3765         Minor rewording.
3766         (Size of Window): Reword, in particular text on window-width.
3767         (Resizing Windows): Reword.  Add text on balancing windows.
3768         (Window Configurations): Reword.  Mention window parameters.
3769         (Window Parameters): New node and section on window parameters.
3770         (Window Hooks): Reword.  Mention that
3771         window-configuration-change-hook is run "buffer-locally".
3772         * elisp.texi (Top): Update Windows entries in @detailmenu
3773         section.
3775 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3777         * searching.texi (Regexp Search): Fix typo.
3779 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3781         * searching.texi (Regexp Search): Document GREEDY arg.
3782         (Simple Match Data): Fix return value.
3784 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
3786         * nonascii.texi (Text Representations): Rewrite to make consistent
3787         with Emacs 23 internal representation of characters.
3788         Document `unibyte-string'.
3790 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
3792         * processes.texi (Process Information): Note that process-status
3793         does not accept buffer names.
3795 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3797         * positions.texi (Skipping Characters): Correct return value of
3798         skip-chars-forward.
3800 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3802         * windows.texi (Deleting Windows): Update documentation of
3803         delete-windows-on.
3804         (Buffers and Windows): Update documentations of
3805         get-buffer-window and get-buffer-window-list.
3806         (Displaying Buffers): Update documentation of
3807         replace-buffer-in-windows.
3809         * buffers.texi (Current Buffer): Reword set-buffer and
3810         with-current-buffer documentations.
3811         (Creating Buffers): Reword documentation of get-buffer-create.
3813 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
3815         * buffers.texi (Current Buffer): Reword documentation of
3816         set-buffer.
3817         (Buffer Names): Reword documentation of buffer-name.
3818         (The Buffer List): For bury-buffer explain what happens with the
3819         buffer's window.
3820         (Creating Buffers): Say that get-buffer-create's arg is called
3821         buffer-or-name.
3823 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3825         * advice.texi (Computed Advice): Explain what DEFINITION is.
3827         * nonascii.texi (Character Codes): Remove obsolete function
3828         char-valid-p, and document characterp instead.
3830 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
3832         * windows.texi (Displaying Buffers): Reword documentation of
3833         pop-to-buffer.
3834         (Choosing Window): Rewrite documentation of display-buffer and
3835         its options.
3837         * buffers.texi (Killing Buffers): Update documentation of
3838         kill-buffer.
3840 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
3842         * processes.texi (Serial Ports): Fix wording and improve markup.
3844         * searching.texi (Regexp Search): Document `string-match-p' and
3845         `looking-at-p'.
3846         (POSIX Regexps): Add an xref for "non-greedy".
3847         (Regexp Special): Add @cindex entry for "non-greedy".
3849         * display.texi (Attribute Functions): Document `face-all-attributes'.
3850         (Image Cache) <image-refresh>: Minor wording fixes.
3852         * frames.texi (Color Names): Add an xref to `read-color'.
3854         * minibuf.texi (High-Level Completion): Document `read-color'.
3856         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3858         * positions.texi (Narrowing): Add an xref to "Swapping Text".
3860         * buffers.texi (Swapping Text): New section, documents
3861         `buffer-swap-text'.
3863 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
3865         * windows.texi (Resizing Windows): Minor wording fix.
3867 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3869         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3870         and `combine-and-quote-strings'.
3872         * strings.texi (Creating Strings): Add xrefs for them.
3874 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3876         * elisp.texi (Top): Make descriptive text for "Reading File Names"
3877         match the corresponding menu in minibuf.texi.
3879         * minibuf.texi (Reading File Names): Document `read-shell-command'
3880         and `minibuffer-local-shell-command-map'.
3882 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3884         * windows.texi (Resizing Windows): Remove var{} around "window" in
3885         documentation of enlarge-window.
3886         Rewrite documentation of window-min-height and window-min-width.
3888 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3890         * functions.texi (Calling Functions): Document `apply-partially'.
3892         * hooks.texi (Standard Hooks): Mention
3893         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3895         * variables.texi (File Local Variables): Document
3896         `file-local-variables-alist', `before-hack-local-variables-hook'
3897         and `hack-local-variables-hook'.
3899         * processes.texi (Synchronous Processes): Document `process-lines'.
3901         * customize.texi (Variable Definitions):
3902         Document `custom-reevaluate-setting'.
3904 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
3906         * windows.texi (Choosing Window, Deleting Windows)
3907         (Displaying Buffers): Expand documentation of dedicated windows.
3909 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3911         * files.texi (Changing Files): Document symbolic input of file
3912         modes to `set-file-modes'.  Document `read-file-modes' and
3913         `file-modes-symbolic-to-number'.
3915         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3916         and `search-map'.
3918         * searching.texi (Search and Replace):
3919         Document `replace-search-function' and `replace-re-search-function'.
3920         Document `multi-query-replace-map'.
3922         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3923         (Completion Commands, Reading File Names):
3924         Rename `minibuffer-local-must-match-filename-map' to
3925         `minibuffer-local-filename-must-match-map'.
3926         (Minibuffer Completion): The `require-match' argument to
3927         `completing-read' can now have the value `confirm-only'.
3929         * windows.texi (Displaying Buffers): Minor wording fix.
3930         (Choosing Window): `split-height-threshold' can now be nil.
3931         Document `split-width-threshold'.  `pop-up-frames' can have the
3932         value `graphic-only'.
3934 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
3936         * os.texi (Startup Summary): Document `before-init-time' and
3937         `after-init-time'.  Document `initial-window-system' and
3938         `window-system-initialization-alist'.  Document reading the
3939         abbrevs file.  Document the call to `server-start' under --daemon.
3940         Rearrange a bit to be consistent with the code flow.
3941         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3942         (Time Parsing): Document `format-seconds'.
3944 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
3946         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3947         and reword.
3949 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
3951         * markers.texi (The Mark): Document use-region-p.
3953 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
3955         * internals.texi (Writing Emacs Primitives): The interactive spec
3956         of a primitive can be a Lisp form.
3958         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3959         values of transient-mark-mode.  Document handle-shift-selection.
3961         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3962         (Interactive Examples): Show an example of `^'.
3963         (Key Sequence Input): Document this-command-keys-shift-translated.
3964         (Defining Commands, Using Interactive): The interactive-form of a
3965         function can be added via its symbol's property.
3967         * positions.texi (List Motion): beginning-of-defun-function can
3968         now accept an argument.
3970         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3971         now return a list of strings.
3973         * control.texi (Handling Errors): Document ignore-errors.
3975         * frames.texi (Creating Frames): Document frame-inherited-parameters.
3976         (Parameter Access): Document set-frame-parameter.
3978         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3979         Hooks" for the effect of kill-all-local-variables on local hook
3980         functions.
3982         * modes.texi (Major Mode Conventions, Mode Line Variables):
3983         `mode-name' need not be a string.  xref to "Mode Line Data" for
3984         details, and to "Emulating Mode Line" for computing a string
3985         value.
3987 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
3989         * processes.texi (System Processes): New section.
3990         (Processes, Signals to Processes): Add xrefs to it.
3992         * objects.texi (Editing Types): A `process' is a subprocess of
3993         Emacs, not just any process running on the OS.
3995         * elisp.texi (Top): Adjust the @detailmenu for the above two
3996         changes.
3998         * sequences.texi (Char-Tables): Remove documentation of
3999         set-char-table-default, which has no effect since Emacs 23.
4000         <char-table-range, set-char-table-range>: Don't mention generic
4001         characters and charsets.  Add a cons cell as a possible argument.
4003         * nonascii.texi (Splitting Characters)
4004         (Translation of Characters): Don't mention generic characters.
4006         * display.texi (Fontsets): Don't mention generic characters.
4008         * sequences.texi (Char-Tables): `map-char-table' can now call its
4009         argument FUNCTION with a cons cell as KEY.
4011 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
4013         * objects.texi (Primitive Function Type): Move "@cindex special
4014         forms" from here...
4016         * eval.texi (Special Forms): ...to here.
4018         * functions.texi (What Is a Function): `functionp' returns nil for
4019         special forms.  Add an xref.
4021         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4022         Variables".
4024         * variables.texi (Frame-Local Variables): New section.
4025         (Buffer-Local Variables): Add an xref to it.
4026         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4027         have both frame-local and buffer-local binding.
4029         * frames.texi (Frames): Mention multiple tty frames.
4030         (Frame Parameters, Parameter Access): Mention frame-local variable
4031         bindings.
4033 2008-09-20  Glenn Morris  <rgm@gnu.org>
4035         * display.texi (Defining Faces): Recommend against face variables.
4037 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
4039         * display.texi (Echo Area Customization): Fix typo.
4041 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
4043         * loading.texi (Where Defined): Add `defface' item.
4045 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
4047         * loading.texi (Where Defined): Fix description of symbol-file.
4049 2008-08-26  Jason Rumney  <jasonr@gnu.org>
4051         * display.texi (TIFF Images): New section describing :index property.
4053 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
4055         * display.texi (Temporary Displays): Remove unnecessary comment
4056         about usage of temp-buffer-show-hook.
4058 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
4060         * symbols.texi (Other Plists): Fix incorrect example.
4061         Suggested by Florian Beck.
4063 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
4065         * os.texi: Fix previous change.
4067 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4069         * os.texi:
4070         * intro.texi:
4071         * files.texi: Remove VMS support.
4073 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4075         * os.texi:
4076         * frames.texi:
4077         * display.texi: Remove mentions of Mac Carbon.
4079 2008-07-01  Miles Bader  <miles@gnu.org>
4081         * text.texi (Special Properties):
4082         * display.texi (Truncation): Add wrap-prefix and line-prefix.
4084 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
4086         * display.texi (Other Image Types): Fix copy/paste error; say
4087         "PBM", not "XBM".
4089 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4091         * os.texi: Remove references to obsolete systems.
4093 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4095         * makefile.w32-in (distclean): Remove makefile.
4097 2008-06-17  Glenn Morris  <rgm@gnu.org>
4099         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4100         (elisp, dist): Remove rules and variables that are obsolete now
4101         the lisp manual is no longer distributed separately.
4103 2008-06-16  Glenn Morris  <rgm@gnu.org>
4105         * configure, configure.in, mkinstalldirs: Remove unused files.
4107         * book-spine.texinfo: Set version to 23.0.60.
4108         * vol1.texi (EMACSVER):
4109         * vol2.texi (EMACSVER): Set to 23.0.60.
4111         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4112         as per maintain.info.
4114 2008-06-15  Glenn Morris  <rgm@gnu.org>
4116         * makefile.w32-in (manual): Use "23" rather than "21".
4118         * Makefile.in (emacsver): New, set by configure.
4119         (manual): Use emacsver.
4121         * intro.texi: Report bugs using M-x report-emacs-bug.
4123         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4125 2008-06-13  Daniel Engeler  <engeler@gmail.com>
4127         * elisp.texi, internals.texi, processes.texi: Add documentation
4128         about serial port access.
4130 2008-06-05  Miles Bader  <miles@gnu.org>
4132         * display.texi (Displaying Faces): Update to reflect function
4133         renamings in face-remap.el.
4135 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
4137         * display.texi (Fontsets): Fix typos.
4139 2008-06-03  Miles Bader  <miles@gnu.org>
4141         * display.texi (Displaying Faces): Add add-relative-face-remapping,
4142         remove-relative-face-remapping, set-base-face-remapping,
4143         and set-default-base-face-remapping.
4145 2008-06-01  Miles Bader  <miles@gnu.org>
4147         * display.texi (Displaying Faces): Add face-remapping-alist.
4149 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4151         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4152         variable names.
4154 2008-05-03  Eric S. Raymond  <esr@golux>
4156         * keymaps.texi: Clarify that (current-local-map) and
4157         (current-global-map) return references, not copies.
4159 2008-05-02  Juri Linkov  <juri@jurta.org>
4161         * minibuf.texi (Text from Minibuffer): Document a list of
4162         default values for `read-from-minibuffer'.
4164 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
4166         * nonascii.texi (Translation of Characters): Fix previous change.
4168 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
4170         * display.texi (Overlay Properties): Clarify role of underlying
4171         textprop and overlay keymaps for display strings.
4173         * keymaps.texi (Active Keymaps): Ditto.
4175 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         * minibuf.texi (Programmed Completion):
4178         Replace dynamic-completion-table with the new completion-table-dynamic.
4180 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
4182         * intro.texi (Some Terms): Change "fonts in this manual" index
4183         entry to "typographic conventions".
4185 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
4187         * objects.texi (Text Props and Strings): Add indexing for read
4188         syntax of text properties.
4190 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4192         * processes.texi (Decoding Output): Remove process-filter-multibyte
4193         functions.
4195 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
4197         * display.texi (Finding Overlays): Say that empty overlays at
4198         the end of the buffer are reported too.
4200 2008-03-13  Glenn Morris  <rgm@gnu.org>
4202         * elisp.texi (EMACSVER): Set to 23.0.60.
4204 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
4206         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
4208 2008-02-22  Glenn Morris  <rgm@gnu.org>
4210         * frames.texi (Position Parameters): Clarify the description of
4211         `left' and `top', using information from "Geometry".
4212         (Geometry): Give a pointer to "Position Parameters", rather than
4213         repeating information.
4215 2008-02-11  Glenn Morris  <rgm@gnu.org>
4217         * objects.texi (Equality Predicates): No longer talk about "two"
4218         functions.
4220 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
4222         * objects.texi (Equality Predicates): Add defun for
4223         equal-including-properties.
4225 2008-02-10  Glenn Morris  <rgm@gnu.org>
4227         * objects.texi (Equality Predicates):
4228         Mention equal-including-properties.
4230 2008-02-07  Richard Stallman  <rms@gnu.org>
4232         * windows.texi (Window Start): Mention the feature of moving
4233         window-start to start of line.
4235 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
4237         * keymaps.texi (Tool Bar): Document rtl property.
4239 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
4241         * display.texi (Button Types):
4242         For define-button-type, clarify type of NAME.
4244 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
4246         * buffers.texi (Buffer Modification): Fix typo.
4248 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4250         * os.texi (System Environment): Remove references to OSes that are
4251         not supported anymore.
4253 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4255         * os.texi (System Environment): Remove mention for Masscomp.
4257 2008-01-04  Richard Stallman  <rms@gnu.org>
4259         * display.texi (Faces): Don't talk about internal face vector as arg
4260         to facep.
4262         * customize.texi (Type Keywords): Fix previous change.
4264         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4265         * elisp.texi (Top): Fix menu for commands.texi change.
4267 2007-12-30  Richard Stallman  <rms@gnu.org>
4269         * commands.texi (Accessing Mouse): Rename from Accessing Events.
4270         (Accessing Scroll): New node broken out of Accessing Mouse.
4272 2007-12-28  Richard Stallman  <rms@gnu.org>
4274         * frames.texi (Size Parameters): Fix typo.
4275         (Basic Parameters): For `title', refer to title bar.
4276         (Size and Position): Explain meaning of frame pixel width and height.
4278 2007-12-23  Richard Stallman  <rms@gnu.org>
4280         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4281         Improve some of the commented-out keywords' text too.
4283 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
4285         * nonascii.texi (Encoding and I/O): Reword to avoid saying
4286         "visit the current buffer".
4288         * os.texi (System Interface): Fix typo.
4290 2007-12-04  Richard Stallman  <rms@gnu.org>
4292         * objects.texi (Symbol Type): Fix typo.
4294 2007-12-03  Richard Stallman  <rms@gnu.org>
4296         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4298 2007-12-01  Glenn Morris  <rgm@gnu.org>
4300         * functions.texi (Declaring Functions): Improve previous change.
4302 2007-11-30  Glenn Morris  <rgm@gnu.org>
4304         * functions.texi (Declaring Functions): Add optional fourth
4305         argument of declare-function, and setting third argument to `t'.
4307 2007-11-29  Richard Stallman  <rms@gnu.org>
4309         * customize.texi (Composite Types): Document `group' type.
4311 2007-11-29  Glenn Morris  <rgm@gnu.org>
4313         * functions.texi (Declaring Functions): Add findex.
4314         Mention `external' files.
4316 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
4318         * functions.texi (Declaring Functions): Fix directive.
4320 2007-11-25  Richard Stallman  <rms@gnu.org>
4322         * help.texi (Help Functions): Clean up last change.
4324         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4326         * loading.texi (Named Features): Minor cleanup.
4328         * macros.texi (Eval During Expansion): Minor cleanup.
4330         * variables.texi (Variable Aliases): Minor cleanup.
4332 2007-11-24  Richard Stallman  <rms@gnu.org>
4334         * functions.texi (Declaring Functions): Clarify previous change.
4336         * compile.texi (Compiler Errors): Clarify previous change.
4338 2007-11-24  Richard Stallman  <rms@gnu.org>
4340         * display.texi (Refresh Screen, Forcing Redisplay):
4341         Clarify the text and move items around.
4343 2007-11-24  Glenn Morris  <rgm@gnu.org>
4345         * functions.texi (Declaring Functions): New section.
4346         * compile.texi (Compiler Errors): Mention declaring functions,
4347         defvar with no initvalue, and byte-compile-warnings.
4349 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
4351         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4352         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4354 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
4356         * help.texi (Help Functions): Document new macro `with-help-window'.
4358 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4360         * searching.texi (Replacing Match): Describe new
4361         `match-substitute-replacement'.
4363 2007-10-31  Richard Stallman  <rms@gnu.org>
4365         * strings.texi (Creating Strings): Null strings from concat not unique.
4367 2007-10-26  Richard Stallman  <rms@gnu.org>
4369         * objects.texi (Equality Predicates): Null strings are uniquified.
4371         * minibuf.texi: Minor clarifications in previous change.
4373 2007-10-25  Glenn Morris  <rgm@gnu.org>
4375         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4377 2007-10-24  Richard Stallman  <rms@gnu.org>
4379         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4381         * variables.texi (Frame-Local Variables): Node deleted.
4382         (Variables): Delete Frame-Local Variables from menu.
4383         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4384         (Default Value): Don't mention frame-local vars.
4386         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4388         * loading.texi (Unloading): Document FEATURE-unload-function
4389         instead of FEATURE-unload-hook.
4391         * frames.texi (Multiple Displays): Don't mention frame-local vars.
4393 2007-10-22  Juri Linkov  <juri@jurta.org>
4395         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4396         (High-Level Completion): Document a list of default value strings
4397         in the DEFAULT argument, for which minibuffer functions return the
4398         first element.
4400 2007-10-17  Juri Linkov  <juri@jurta.org>
4402         * text.texi (Filling): Update arguments of fill-paragraph.
4403         fill-paragraph operates on the active region in Transient Mark mode.
4404         Remove fill-paragraph-or-region.
4406 2007-10-13  Karl Berry  <karl@gnu.org>
4408         * elisp.texi (@dircategory): Move to after @copying,
4409         since we want @copying as close as possible to the beginning of
4410         the output.
4412 2007-10-12  Richard Stallman  <rms@gnu.org>
4414         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4416         * commands.texi (Distinguish Interactive): New node,
4417         broken out from Interactive Call and rewritten.
4418         (Command Loop): Put Distinguish Interactive in menu.
4420 2007-10-09  Richard Stallman  <rms@gnu.org>
4422         * text.texi (Examining Properties): Mention overlay priority.
4424         * display.texi (Display Margins): Correct the description
4425         of margin display specifications.
4426         (Replacing Specs): New subnode broken out of Display Property.
4428 2007-10-06  Juri Linkov  <juri@jurta.org>
4430         * text.texi (Filling): Document fill-paragraph-or-region.
4432 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
4434         * display.texi (Auto Faces): Fix typo.
4436 2007-10-02  Richard Stallman  <rms@gnu.org>
4438         * display.texi (Display Property): Explain some display specs
4439         don't let you move point in.
4441         * frames.texi (Cursor Parameters):
4442         Describe cursor-in-non-selected-windows here.  Explain more values.
4444         * windows.texi (Basic Windows): Don't describe
4445         cursor-in-non-selected-windows here.
4447 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
4449         * processes.texi (Misc Network): Note that these functions are
4450         supported only on some systems.
4452 2007-10-01  Richard Stallman  <rms@gnu.org>
4454         * display.texi (Overlay Properties): Explain nil as priority.
4455         Explain that conflicts are unpredictable if not resolved by
4456         priorities.
4458 2007-09-23  Richard Stallman  <rms@gnu.org>
4460         * macros.texi (Backquote): Minor clarification.
4462 2007-09-19  Richard Stallman  <rms@gnu.org>
4464         * display.texi (Display Property): Explain multiple display specs.
4465         Clarify when they work in parallel and when one overrides.
4466         Fix error in example.
4468 2007-09-06  Glenn Morris  <rgm@gnu.org>
4470         Move from lispref/ to doc/lispref/.  Change all setfilename
4471         commands to use ../../info.
4472         * Makefile.in (infodir): Go up one more level.
4473         (usermanualdir): Change from ../man to ../emacs.
4474         (miscmanualdir): New.
4475         (dist): Use new variable miscmanualdir.
4476         * makefile.w32-in (infodir, texinputdir): Go up one more level.
4477         (usermanualdir): Change from ../man to ../emacs.
4479 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
4481         * commands.texi (Command Loop Info): Advise against changing
4482         most variables described here.  Explain new variable
4483         last-repeatable-command.
4485 2007-08-29  Glenn Morris  <rgm@gnu.org>
4487         * elisp.texi (EMACSVER): Increase to 23.0.50.
4489 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4491         * frames.texi (Basic Parameters): Add display-environment-variable
4492         and term-environment-variable.
4494 2007-08-28  Juri Linkov  <juri@jurta.org>
4496         * display.texi (Image Formats, Other Image Types): Add SVG.
4498 2007-08-28  Juri Linkov  <juri@jurta.org>
4500         * display.texi (Images): Move formats-related text to new node
4501         "Image Formats".
4502         (Image Formats): New node.
4504 2007-08-27  Richard Stallman  <rms@gnu.org>
4506         * windows.texi (Window Configurations): Clarify what
4507         a window configuration saves.
4509 2007-08-25  Richard Stallman  <rms@gnu.org>
4511         * display.texi (Images): Delete redundant @findex.
4513 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4515         * text.texi (Change Hooks): (after|before)-change-functions are no
4516         longer bound to nil while running; rather inhibit-modification-hooks
4517         is t.
4519 2007-08-16  Richard Stallman  <rms@gnu.org>
4521         * processes.texi (Asynchronous Processes):
4522         Clarify doc of start-file-process.
4524 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
4526         * modes.texi (Example Major Modes): Fix typo.
4528 2007-08-08  Glenn Morris  <rgm@gnu.org>
4530         * intro.texi (nil and t): Do not use `iff' in documentation.
4532         * tips.texi (Documentation Tips): Recommend against `iff'.
4534 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4536         * display.texi (Image Cache): Document image-refresh.
4538 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
4540         * windows.texi (Size of Window): Document window-full-width-p.
4542 2007-07-25  Glenn Morris  <rgm@gnu.org>
4544         * gpl.texi (GPL): Replace license with GPLv3.
4546         * Relicense all FSF files to GPLv3 or later.
4548 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4550         * processes.texi (Synchronous Processes):
4551         Add `process-file-shell-command'.
4552         (Asynchronous Processes): Mention restricted use of
4553         `process-filter' and `process-sentinel' in
4554         `start-file-process'.  Add `start-file-process-shell-command'.
4556 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
4558         * files.texi (Magic File Names): Introduce optional parameter
4559         IDENTIFICATION for `file-remote-p'.
4561 2007-07-16  Richard Stallman  <rms@gnu.org>
4563         * display.texi (Defining Faces): Fix previous change.
4565 2007-07-14  Richard Stallman  <rms@gnu.org>
4567         * control.texi (Handling Errors): Document `debug' in handler list.
4569 2007-07-10  Richard Stallman  <rms@gnu.org>
4571         * display.texi (Defining Faces): Explain C-M-x feature for defface.
4573 2007-07-09  Richard Stallman  <rms@gnu.org>
4575         * files.texi (Magic File Names): Rewrite previous change.
4577 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
4579         * files.texi (Magic File Names): Introduce optional parameter
4580         CONNECTED for `file-remote-p'.
4582 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
4584         * processes.texi (Asynchronous Processes):
4585         * files.texi (Magic File Names): Add `start-file-process'.
4587 2007-06-27  Richard Stallman  <rms@gnu.org>
4589         * files.texi (Format Conversion Piecemeal):
4590         Clarify `after-insert-file-functions' calling convention.
4592 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
4594         * files.texi (Magic File Names): Remove `dired-call-process'.
4595         Add `process-file'.
4597 2007-06-27  Kenichi Handa  <handa@m17n.org>
4599         * text.texi (Special Properties): Fix description about
4600         `composition' property.
4602 2007-06-26  Kenichi Handa  <handa@m17n.org>
4604         * nonascii.texi (Default Coding Systems): Document about the
4605         return value `undecided'.
4607 2007-06-25  David Kastrup  <dak@gnu.org>
4609         * keymaps.texi (Active Keymaps): Document new POSITION argument of
4610         `current-active-maps'.
4612 2007-06-24  Karl Berry  <karl@gnu.org>
4614         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
4616 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
4618         * display.texi (Overlay Arrow): Doc fix.
4620 2007-06-14  Karl Berry  <karl@tug.org>
4622         * anti.texi (Antinews): Typo.
4624 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
4626         * display.texi (Image Cache): Document image-refresh.
4628 2007-06-12  Karl Berry  <karl@gnu.org>
4630         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4631         * two-volume.make: New file.
4632         * .cvsignore: Ignore two-volume files.
4634 2007-06-12  Tom Tromey  <tromey@redhat.com>
4636         * os.texi (Init File): Document user-emacs-directory.
4638 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
4640         * commands.texi (Click Events): Describe width and height when
4641         object is nil.
4643 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
4645         * commands.texi (Click Events): Layout more logically.
4646         Describe width and height.
4647         (Drag Events, Motion Events): Update to new format for position.
4649 2007-06-02  Richard Stallman  <rms@gnu.org>
4651         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4653 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4655         * Version 22.1 released.
4657 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4659         * text.texi (Special Properties): Correct meaning of fontified face.
4661 2007-05-30  Richard Stallman  <rms@gnu.org>
4663         * text.texi (Special Properties): Add link to Adjusting Point.
4665 2007-05-12  Richard Stallman  <rms@gnu.org>
4667         * text.texi (Margins): indent-to-left-margin is not the default.
4668         (Mode-Specific Indent): For indent-line-function, the default
4669         is indent-relative.
4671         * modes.texi (Example Major Modes): Explain last line of text-mode
4672         is redundant.
4674 2007-05-10  Richard Stallman  <rms@gnu.org>
4676         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4678         * help.texi (Keys in Documentation): Add reference to
4679         Documentation Tips.
4681         * files.texi (Format Conversion): TO-FN gets three arguments.
4683         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4685 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
4687         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4688         * files.texi (Format Conversion): Expand intro; add menu.
4689         (Format Conversion Overview, Format Conversion Round-Trip)
4690         (Format Conversion Piecemeal): New nodes/subsections.
4691         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4692         * text.texi (Text Properties): Remove "Saving Properties" from menu.
4693         (Saving Properties): Delete node/subsection.
4695 2007-05-07  Karl Berry  <karl@gnu.org>
4697         * elisp.texi (EMACSVER): Back to 22.
4699 2007-05-06  Richard Stallman  <rms@gnu.org>
4701         * processes.texi (Accepting Output): Revert most of previous change.
4703 2007-05-05  Richard Stallman  <rms@gnu.org>
4705         * processes.texi (Accepting Output): accept-process-output
4706         uses microseconds, not milliseconds.  But that arg is obsolete.
4708 2007-05-04  Karl Berry  <karl@tug.org>
4710         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4712 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
4714         * tips.texi (Documentation Tips): Rearrange items to place the
4715         more important ones first.  Add an index entry for hyperlinks.
4717 2007-05-03  Karl Berry  <karl@gnu.org>
4719         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4720         (EMACSVER) [smallbook]: 22 for printed version.
4722         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4723         so restore anchor to normal position after defun.  Found by Kevin Ryde.
4725 2007-04-26  Glenn Morris  <rgm@gnu.org>
4727         * elisp.texi (EMACSVER): Increase to 22.1.50.
4729 2007-04-28  Karl Berry  <karl@gnu.org>
4731         * elisp.texi: Improve line breaks on copyright page,
4732         similar layout to emacs manual, 8.5x11 by default.
4734 2007-04-24  Richard Stallman  <rms@gnu.org>
4736         * text.texi (Special Properties): Add xref to Overlay Properties.
4738         * display.texi (Overlay Properties): Add xref to Special Properties.
4740 2007-04-22  Richard Stallman  <rms@gnu.org>
4742         * keymaps.texi (Extended Menu Items): Move the info about
4743         format with cached keyboard binding.
4745 2007-04-21  Richard Stallman  <rms@gnu.org>
4747         * text.texi (Special Properties): Clarify previous change.
4749         * files.texi (File Name Expansion): Clarify previous change.
4751         * display.texi (Attribute Functions): Fix example for
4752         face-attribute-relative-p.
4754 2007-04-19  Kenichi Handa  <handa@m17n.org>
4756         * text.texi (Special Properties): Document composition property.
4758 2007-04-19  Glenn Morris  <rgm@gnu.org>
4760         * files.texi (File Name Expansion): Mention "superroot".
4762 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4764         * frames.texi (Multiple Displays): Add note about "multi-monitor"
4765         setups.
4766         (Display Feature Testing): Note that display refers to all
4767         physical monitors for multi-monitor setups.
4769 2007-04-14  Richard Stallman  <rms@gnu.org>
4771         * lists.texi (Sets And Lists): Clarify `delete' examples.
4772         Remove spurious xref to same node.
4773         Clarify xref for add-to-list.
4775 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4777         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4778         value of lisp-mode-map.
4780 2007-04-11  Karl Berry  <karl@gnu.org>
4782         * anti.texi (Antinews):
4783         * display.texi (Overlay Properties, Defining Images):
4784         * processes.texi (Synchronous Processes, Sentinels):
4785         * syntax.texi (Syntax Table Internals):
4786         * searching.texi (Regexp Special):
4787         * nonascii.texi (Default Coding Systems):
4788         * text.texi (Special Properties):
4789         * minibuf.texi (Basic Completion): Wording to improve breaks in
4790         8.5x11 format.
4791         * elisp.texi (smallbook): New @set to more easily switch between
4792         smallbook and 8.5x11.
4794 2007-04-11  Richard Stallman  <rms@gnu.org>
4796         * text.texi (Lazy Properties): Minor fix.
4798 2007-04-08  Karl Berry  <karl@gnu.org>
4800         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4801         * macros.texi (Backquote): Downcase Backquote in index entries for
4802         consistency.
4804 2007-04-08  Richard Stallman  <rms@gnu.org>
4806         * text.texi (Adaptive Fill): Just describe default,
4807         don't show it (since it contains non-ASCII chars).
4809 2007-04-07  Karl Berry  <karl@gnu.org>
4811         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4812         adaptive-fill-regexp's value, since they are not in the standard
4813         TeX fonts.
4815 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
4817         * display.texi (Defining Faces): Fix example.
4819 2007-04-07  Karl Berry  <karl@gnu.org>
4821         * display.texi (Button Buffer Commands): Improve page break.
4823 2007-04-07  Richard Stallman  <rms@gnu.org>
4825         * advice.texi (Activation of Advice): Remove redundant index entry.
4827         * backups.texi: Improve index entries.  Remove redundant ones.
4829         * compile.texi (Byte Compilation): Improve index entry.
4831         * hash.texi (Creating Hash): Improve index entry.
4833         * symbols.texi (Definitions): Improve index entry.
4835         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
4837         * maps.texi (Standard Keymaps): Remove useless index entry.
4839         * help.texi (Documentation Basics): Remove redundant index entries.
4841         * customize.texi: Improve index entries.
4842         Remove redundant/useless ones.
4844         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4846         * streams.texi (Output Variables): Improve index entry.
4848         * abbrevs.texi (Abbrevs): Remove useless index entry.
4850         * macros.texi (Expansion): Remove useless index entry.
4852         * text.texi: Improve index entries.  Remove redundant/useless ones.
4853         (Text Properties, Examining Properties)
4854         (Special Properties): Use "property category" instead of "category"
4855         to refer to the `category' property.
4857         * positions.texi: Improve index entries.  Remove useless one.
4859         * lists.texi: Improve index entries.  Remove redundant/useless ones.
4861         * os.texi: Improve index entries.
4862         (Timers): Fix previous change.
4864         * buffers.texi: Improve index entries.
4865         (Modification Time): Get rid of term "obsolete buffer".
4867         * debugging.texi: Improve index entries.
4868         (Test Coverage): Add xref to other test coverage ftr.
4870         * eval.texi: Improve index entry.  Remove redundant ones.
4872         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
4874         * files.texi: Improve index entries.  Remove redundant/useless ones.
4876         * objects.texi: Improve index entries.
4878         * processes.texi: Improve index entries.
4880         * modes.texi: Improve index entry.  Remove redundant one.
4882         * nonascii.texi: Improve index entries.
4884         * internals.texi: Improve index entries.
4886         * syntax.texi: Improve index entries.
4888         * keymaps.texi (Active Keymaps): Improve index entries.
4890         * commands.texi: Improve index entries.  Remove redundant/useless ones.
4892         * frames.texi: Improve index entries.  Remove redundant/useless ones.
4894         * markers.texi: Improve index entries.  Remove redundant ones.
4896         * tips.texi: Improve index entries.
4898         * loading.texi (Unloading): Improve index entry.
4900         * variables.texi: Improve index entries.  Remove redundant one.
4902         * sequences.texi: Improve index entry.
4904         * display.texi: Improve index entries.  Remove redundant ones.
4906         * windows.texi: Improve index entries.
4908         * searching.texi: Improve index entries.  Remove redundant one.
4910         * strings.texi (Case Tables): Improve last change.
4912 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4914         * strings.texi (Case Tables): Document with-case-table and
4915         ascii-case-table.
4917 2007-04-03  Karl Berry  <karl@gnu.org>
4919         * processes.texi (Network): Reword to improve page break.
4921 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4923         * functions.texi (Inline Functions): Describe more disadvantages
4924         of defsubst, and make advice against it stronger.
4926 2007-04-02  Karl Berry  <karl@gnu.org>
4928         * backups.texi (Backup Names): Avoid widow words.
4929         * modes.texi (Example Major Modes): Align last comment.
4931 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4933         * keymaps.texi (Remapping Commands): Document new arg to
4934         command-remapping.
4936 2007-04-01  Karl Berry  <karl@gnu.org>
4938         * processes.texi (Low-Level Network): Typo.
4939         * loading.texi (Hooks for Loading): Avoid double "the".
4940         * keymaps.texi (Key Sequences): No double "and".
4941         (Changing Key Bindings): Shorten to improve line break.
4943 2007-03-31  Glenn Morris  <rgm@gnu.org>
4945         * os.texi (Timers): Fix description of run-at-time TIME formats.
4947 2007-03-31  Richard Stallman  <rms@gnu.org>
4949         * display.texi (Invisible Text): Correct buffer-invisibility-spec
4950         regarding ellipsis.
4952 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4954         * intro.texi (nil and t):
4955         * symbols.texi (Plists and Alists):
4956         * variables.texi (Variable Aliases, Constant Variables):
4957         * functions.texi (Defining Functions):
4958         * advice.texi (Advising Primitives):
4959         * debugging.texi (Syntax Errors, Compilation Errors):
4960         * minibuf.texi (Minibuffer Windows):
4961         * commands.texi (Adjusting Point):
4962         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4963         (Auto Major Mode, Major Mode Conventions):
4964         * help.texi (Describing Characters):
4965         * files.texi (Create/Delete Dirs, Information about Files)
4966         (File Locks, Writing to Files, Reading from Files)
4967         (Saving Buffers):
4968         * windows.texi (Resizing Windows, Cyclic Window Ordering):
4969         * frames.texi (Finding All Frames):
4970         * positions.texi (Buffer End, Motion):
4971         * markers.texi (The Region):
4972         * text.texi (Deletion, Near Point):
4973         * display.texi (Displaying Messages, Truncation):
4974         * os.texi (Processor Run Time):
4975         * tips.texi (Key Binding Conventions, Programming Tips)
4976         (Warning Tips, Documentation Tips, Comment Tips):
4977         * internals.texi (Memory Usage): Improve indexing.
4979         * variables.texi (Frame-Local Variables):
4980         * functions.texi (Argument List):
4981         * loading.texi (Library Search):
4982         * streams.texi (Output Variables):
4983         * keymaps.texi (Translation Keymaps, Searching Keymaps):
4984         * searching.texi (Replacing Match, Search and Replace):
4985         * processes.texi (Byte Packing, Decoding Output)
4986         (Accepting Output, Network Servers, Shell Arguments):
4987         * display.texi (Abstract Display, Image Cache, Scroll Bars):
4988         * windows.texi (Window Point, Window Start):
4989         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4990         * commands.texi (Reading Input, Keyboard Events):
4991         * minibuf.texi (Reading File Names, Minibuffer Completion)
4992         (Recursive Mini):
4993         * positions.texi (List Motion):
4994         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4995         * numbers.texi (Arithmetic Operations, Math Functions)
4996         (Predicates on Numbers, Comparison of Numbers):
4997         (Numeric Conversions):
4998         * locals.texi (Standard Buffer-Local Variables):
4999         * maps.texi (Standard Keymaps):
5000         * os.texi (User Identification, System Environment, Recording Input)
5001         (X11 Keysyms):
5002         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5003         * backups.texi (Backups and Auto-Saving):
5004         * customize.texi (Customization, Group Definitions)
5005         (Variable Definitions):
5006         * compile.texi (Byte Compilation): Improve index entries.
5008 2007-03-31  Karl Berry  <karl@gnu.org>
5010         * macros.texi (Defining Macros): Avoid widow syllable.
5012 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
5014         * elisp.texi (Top): Postscript -> PostScript.
5016         * display.texi (Images, Postscript Images): Postscript -> PostScript.
5018 2007-03-31  Markus Triska  <markus.triska@gmx.at>
5020         * internals.texi (Writing Emacs Primitives): Untabify `For'.
5022 2007-03-30  Karl Berry  <karl@gnu.org>
5024         * lists.texi (List-related Predicates): Remove spurious @need.
5025         (Setcdr): Use @smallexample to improve page break.
5026         (Association Lists) <assoc>: Reword to improve page break.
5028         * strings.texi (String Conversion): Insert blank line to improve
5029         page break.
5031         * numbers.texi (Random Numbers): Use @minus{}.
5032         (Math Functions): Use @minus{}.
5034         * intro.texi (Acknowledgements): Avoid line breaks before middle
5035         initials.
5037 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
5039         * errors.texi (Standard Errors): Add an index entry.
5041 2007-03-19  Richard Stallman  <rms@gnu.org>
5043         * os.texi (Recording Input): recent-keys now gives 300 keys.
5045 2007-03-12  Glenn Morris  <rgm@gnu.org>
5047         * os.texi: Replace "daylight savings" with "daylight saving"
5048         throughout.
5050 2007-03-05  Richard Stallman  <rms@gnu.org>
5052         * variables.texi (File Local Variables):
5053         Update enable-local-variables values.
5055 2007-03-04  Richard Stallman  <rms@gnu.org>
5057         * syntax.texi (Control Parsing): Minor clarification.
5059         * strings.texi (Formatting Strings): Clarify width, precision, flags.
5061         * sequences.texi (Sequence Functions): Move string-bytes away,
5062         add xref.
5064         * nonascii.texi (Text Representations): Move string-bytes here.
5066         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5068         * minibuf.texi (Basic Completion): Minor clarification.
5070         * markers.texi (The Mark): Clarify existence vs activation of mark.
5071         Other cleanup.
5073         * display.texi (Finding Overlays): Write better example.
5075         * compile.texi (Eval During Compile): Clarify putting macros
5076         in eval-when-compile.
5078 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
5080         * loading.texi (How Programs Do Loading): Fix anchor position at
5081         load-read-function definition doc.
5083 2007-02-21  Kim F. Storm  <storm@cua.dk>
5085         * strings.texi (Text Comparison): Mention that assoc-string
5086         converts symbols to strings before testing.
5088 2007-02-17  Kim F. Storm  <storm@cua.dk>
5090         * processes.texi (Bindat Spec): Vector types can have optional
5091         element type.
5092         (Bindat Examples): Fix example.  Add vector with element type.
5094 2007-02-16  Andreas Schwab  <schwab@suse.de>
5096         * strings.texi (Formatting Strings): Document '+' flag.
5098 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
5100         * strings.texi (Modifying Strings): Clarify that `clear-string'
5101         always converts the string to unibyte.
5103 2007-02-14  Kim F. Storm  <storm@cua.dk>
5105         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5106         Rewrite glyph code description to refer to these functions.
5107         Remove details of encoding face number and char into integer code.
5109 2007-02-03  Alan Mackenzie  <acm@muc.de>
5111         * loading.texi (Hooks for Loading): Make the description of
5112         `eval-after-load' more detailed, and amend the description of
5113         after-load-alist, in accordance with changes from 2006-05.
5115 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
5117         * modes.texi (Defining Minor Modes): Document that a :require
5118         keyword or similar may be required to make saved customization
5119         variables work.
5121 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
5123         * elisp.texi (Top): Make the detailed menu headers compliant with
5124         Texinfo guidelines and with what texnfo-upd.el expects.
5125         Add comments to prevent people from inadvertently modifying the key
5126         parts needed by `texinfo-multiple-files-update'.
5128 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
5130         * elisp.texi (Top): Update the top-level menus.
5132         * syntax.texi (Categories): Add index entries.
5134 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
5136         * display.texi (Attribute Functions): Fix name and description of
5137         the UNDERLINE arg of `set-face-underline-p'.
5139 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
5141         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5142         Variables", and "Standard Keymaps" to the detailed menu.
5144         * variables.texi (Future Local Variables): Add index entry.
5146 2007-01-28  Richard Stallman  <rms@gnu.org>
5148         * tips.texi (Coding Conventions): Clarify the tip about macros
5149         that define a function or a variable.
5151         * files.texi (File Attributes): UID and GID can be floats.
5152         (Magic File Names): Explain why deferring all operations to
5153         the standard handler does not work.
5155 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
5157         * backups.texi (Reverting): Use "buffer" instead of "file"
5158         when talking about major and minor modes.
5160 2007-01-21  Richard Stallman  <rms@gnu.org>
5162         * help.texi (Documentation): Add xref to Documentation Tips.
5164 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
5166         * tips.texi (Coding Conventions): Fix typos.
5168 2007-01-05  Richard Stallman  <rms@gnu.org>
5170         * modes.texi (Defining Minor Modes): Fix previous change.
5172 2007-01-03  Richard Stallman  <rms@gnu.org>
5174         * customize.texi (Variable Definitions, Customization Types):
5175         Don't use * in doc string for defcustom.
5177 2007-01-02  Richard Stallman  <rms@gnu.org>
5179         * variables.texi (Variable Aliases): Clarify that aliases vars
5180         always have the same value.
5182         * processes.texi (Bindat Spec): Fix Texinfo usage.
5184         * modes.texi (Defining Minor Modes): Explain effect of command
5185         defined with define-global-minor-mode on new buffers.
5187 2006-12-30  Kim F. Storm  <storm@cua.dk>
5189         * keymaps.texi (Tool Bar): Describe `grow-only' value of
5190         `auto-resize-tool-bars'.
5192 2006-12-30  Richard Stallman  <rms@gnu.org>
5194         * keymaps.texi (Active Keymaps): Fix previous change.
5196 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
5198         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5200 2006-12-30  Kim F. Storm  <storm@cua.dk>
5202         * processes.texi (Bindat Spec): Clarify using field names in
5203         length specifications.
5205 2006-12-29  Kim F. Storm  <storm@cua.dk>
5207         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5208         Add count and index variables for eval forms in repeat blocks.
5210 2006-12-24  Richard Stallman  <rms@gnu.org>
5212         * customize.texi (Variable Definitions):
5213         Document new name custom-add-frequent-value.
5215 2006-12-19  Kim F. Storm  <storm@cua.dk>
5217         * commands.texi (Misc Events): User signals now result in sigusr1
5218         and sigusr2 events which are handled through special-event-map.
5219         (Special Events): User signals and drag-n-drop are special.
5221 2006-12-17  Richard Stallman  <rms@gnu.org>
5223         * loading.texi (Named Features): Explain subfeatures better.
5225         * customize.texi: Use "option" only for user options.
5226         For the keyword values inside defcustom etc, say "keywords".
5227         For :options value's elements, say "elements".
5228         :group should not be omitted.
5230         * syntax.texi (Parsing Expressions): Split up node.
5231         (Motion via Parsing, Position Parse, Parser State)
5232         (Low-Level Parsing, Control Parsing): New subnodes.
5233         (Parser State): Document syntax-ppss-toplevel-pos.
5235         * positions.texi (List Motion): Punctuation fix.
5237         * files.texi (File Name Completion): Document PREDICATE arg
5238         to file-name-completion.
5240 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
5242         * internals.texi (Building Emacs, Writing Emacs Primitives):
5243         Add index entries.
5245 2006-12-11  Richard Stallman  <rms@gnu.org>
5247         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5248         affects face menu.  Explain how to make it non-nil without enabling
5249         any fontification.
5251 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5253         * modes.texi (Font Lock Basics): Document nil value of
5254         font-lock-defaults.
5256 2006-12-10  Glenn Morris  <rgm@gnu.org>
5258         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5259         value for system-flag argument.  Abbrev tables may not be empty
5260         when major modes are loaded.
5262 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5264         * makefile.w32-in (maintainer-clean): Partially revert last
5265         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5266         to protect elisp-covers.texi.
5268 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
5270         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5271         Don't remove elisp* info files; they are already deleted by the
5272         `clean' and `distclean' targets, and they are in the $(infodir)
5273         directory, not the current one.
5275 2006-12-04  Kim F. Storm  <storm@cua.dk>
5277         * commands.texi (Misc Events): Update signal events.
5278         (Event Examples): Add signal example.
5280 2006-11-29  Richard Stallman  <rms@gnu.org>
5282         * frames.texi (Visibility of Frames): Explain visible windows
5283         can be covered by others.  Add xref for raise-frame.
5285 2006-11-28  Richard Stallman  <rms@gnu.org>
5287         * searching.texi (Regexp Special): Update when ^ is special.
5289 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
5291         * customize.texi (Customization, Common Keywords)
5292         (Group Definitions, Variable Definitions, Composite Types)
5293         (Type Keywords, Customization Types): Add index entries for
5294         various customization keywords.
5296 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5298         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5300 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5302         * frames.texi (Window System Selections): Remove clipboard from
5303         description of selection-coding-system.
5305 2006-11-06  Richard Stallman  <rms@gnu.org>
5307         * lists.texi (List Variables): Document COMPARE-FN.
5309         * keymaps.texi: Avoid use of "binding" to mean a relation;
5310         use it only to refer to the meaning associated with a key.
5311         (Keymaps): Change menu node description.
5313         * elisp.texi (Top): Change menu node description.
5315         * display.texi (Managing Overlays): Document overlay-recenter.
5317 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
5319         * Makefile.in: Use relative paths to avoid advertising filesystem
5320         contents during compilation.
5322 2006-10-23  Kim F. Storm  <storm@cua.dk>
5324         * commands.texi (Event Input Misc): Update unread-command-events.
5326 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5328         * lists.texi (Sets And Lists): Fix typos.
5330 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5332         * control.texi (Processing of Errors): Use @var for an argument,
5333         not @code.
5335 2006-10-16  Richard Stallman  <rms@gnu.org>
5337         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5339         * keymaps.texi (Format of Keymaps): Show all the keymap element
5340         patterns that result from menu items.
5341         (Key Lookup): Minor cleanups.
5343         * modes.texi (Precalculated Fontification): Don't say that
5344         not setting font-lock-defaults avoids loading font-lock.
5346         * help.texi (Documentation): Move xref to Emacs Manual here.
5347         (Documentation Basics): From here.
5348         Also doc emacs-lisp-docstring-fill-column.
5350         * elisp.texi: Update version and ISBN.
5352         * commands.texi (Interactive Call): Clarify KEYS arg to
5353         call-interactively is a vector.
5354         (Command Loop Info): Delete anchor in this-command-keys.
5355         Add anchor in this-command-keys-vector.
5356         (Recursive Editing): Document how recursive-edit
5357         handles the current buffer.
5359 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
5361         * frames.texi (Frame Titles): %c and %l are ignored in
5362         frame-title-format.
5364 2006-10-11  Richard Stallman  <rms@gnu.org>
5366         * keymaps.texi (Key Sequences): Clarify use of kbd.
5368 2006-10-10  Kim F. Storm  <storm@cua.dk>
5370         * lists.texi (Sets And Lists): Add memql.
5372 2006-10-03  Richard Stallman  <rms@gnu.org>
5374         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5375         Clarify :ascii: and :nonascii:.
5377 2006-09-29  Juri Linkov  <juri@jurta.org>
5379         * modes.texi (%-Constructs): Reorder coding systems in the
5380         documentation of %z to the real order displayed in the modeline.
5382 2006-09-25  Richard Stallman  <rms@gnu.org>
5384         * os.texi (Timers): Describe timer-max-repeats.
5386 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5388         * os.texi (Timers): Mention with-local-quit.
5390 2006-09-24  Richard Stallman  <rms@gnu.org>
5392         * searching.texi (Searching and Matching): Mention property search.
5394         * commands.texi (Command Loop Info): Explain how read-event affects
5395         this-command-keys.
5397 2006-09-20  Richard Stallman  <rms@gnu.org>
5399         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5401         * windows.texi (Window Start): Minor cleanups.
5403 2006-09-20  Kim F. Storm  <storm@cua.dk>
5405         * windows.texi (Window Start): pos-visible-in-window-p allows
5406         specifying t for position to mean "end of window".
5407         Add window-line-height.
5409         * anti.texi (Antinews): Mention window-line-height.
5411 2006-09-19  David Kastrup  <dak@gnu.org>
5413         * keymaps.texi (Searching Keymaps): Small clarification.
5415 2006-09-18  Richard Stallman  <rms@gnu.org>
5417         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5418         cause keyboard menus.
5419         (Menu Keymaps): Likewise.
5420         (Defining Menus, Keyboard Menus): Clarify.
5422         * text.texi (Fields): Clarify explanation of constrain-to-field.
5424 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5426         * variables.texi (Tips for Defining): Fix a typo.
5428 2006-09-15  Richard Stallman  <rms@gnu.org>
5430         * keymaps.texi (Remapping Commands, Searching Keymaps)
5431         (Active Keymaps): Clean up previous change.
5433 2006-09-15  Jay Belanger  <belanger@truman.edu>
5435         * gpl.texi: Replace "Library Public License" by "Lesser Public
5436         License" throughout.
5438 2006-09-15  David Kastrup  <dak@gnu.org>
5440         * keymaps.texi (Active Keymaps): Adapt description to use
5441         `get-char-property' instead `get-text-property'.  Explain how
5442         mouse events change this.  Explain the new optional argument of
5443         `key-binding' and its mouse-dependent lookup.
5444         (Searching Keymaps): Adapt description similarly.
5445         (Remapping Commands): Explain the new optional argument of
5446         `command-remapping'.
5448 2006-09-14  Richard Stallman  <rms@gnu.org>
5450         * keymaps.texi (Searching Keymaps): Clarification.
5451         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5453 2006-09-13  Richard Stallman  <rms@gnu.org>
5455         * objects.texi (Character Type): Node split.
5456         Add xref to Describing Characters.
5457         (Basic Char Syntax, General Escape Syntax)
5458         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5460 2006-09-11  Richard Stallman  <rms@gnu.org>
5462         * display.texi (Display Table Format): Wording clarification.
5463         (Glyphs): Clarifications.
5465 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
5467         * keymaps.texi (Active Keymaps): Mention that key-binding checks
5468         local maps.
5470 2006-09-10  Kim F. Storm  <storm@cua.dk>
5472         * display.texi (Forcing Redisplay): Document return value of
5473         function redisplay.
5475 2006-09-09  Richard Stallman  <rms@gnu.org>
5477         * windows.texi (Window Hooks): Explain limits of
5478         window-scroll-functions.
5480         * display.texi (Fringe Indicators): Update for last change in
5481         indicate-buffer-boundaries.
5483 2006-09-08  Richard Stallman  <rms@gnu.org>
5485         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5487 2006-09-06  Kim F. Storm  <storm@cua.dk>
5489         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5491         * windows.texi (Window Start): Update pos-visible-in-window-p.
5493 2006-09-04  Richard Stallman  <rms@gnu.org>
5495         * processes.texi (Accepting Output): Explain SECONDS=0 for
5496         accept-process-output.
5498         * os.texi (Idle Timers): Explain why timer functions should not
5499         loop until (input-pending-p).
5501 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
5503         * makefile.w32-in (usermanualdir): New variable.
5504         (elisp.dvi): Use it.
5506 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
5508         * buffers.texi (Buffer Modification): Fix last change.
5510 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5512         * buffers.texi (Buffer Modification):
5513         Document buffer-chars-modified-tick.
5515 2006-08-31  Richard Stallman  <rms@gnu.org>
5517         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5519 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
5521         * modes.texi (Syntactic Font Lock):
5522         Mention font-lock-syntactic-face-function
5523         instead of specific faces.
5525 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5527         * display.texi (Images): Add xrref to display-images-p.
5529 2006-08-28  Kenichi Handa  <handa@m17n.org>
5531         * nonascii.texi (Lisp and Coding Systems): Fix description of
5532         detect-coding-region.
5534 2006-08-27  Michael Olson  <mwolson@gnu.org>
5536         * processes.texi (Transaction Queues): Remove stray quote
5537         character.
5539 2006-08-25  Richard Stallman  <rms@gnu.org>
5541         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5542         Add xref.
5544 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5546         * os.texi (Timers): Avoid waiting inside timers.
5548 2006-08-21  Lute Kamstra  <lute@gnu.org>
5550         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5552 2006-08-20  Richard Stallman  <rms@gnu.org>
5554         * os.texi (Idle Timers): New node, split out from Timers.
5555         Document current-idle-time.
5556         * commands.texi (Reading One Event): Update xref.
5557         * elisp.texi (Top): Update subnode menu.
5559 2006-08-16  Richard Stallman  <rms@gnu.org>
5561         * keymaps.texi (Extended Menu Items): Show format of cached
5562         bindings in extended menu items.
5564         * customize.texi (Variable Definitions): Explain when the
5565         standard value expression is evaluated.
5567 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
5569         * commands.texi (Reading One Event): Explain idleness in
5570         `read-event'.
5572 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
5574         * text.texi (Near Point): Say "cursor" not "terminal cursor".
5575         (Commands for Insertion): Remove split-line since it's not
5576         relevant for Lisp programming.
5577         (Yank Commands): Rewrite introduction.
5578         (Undo): Clarify.
5579         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
5580         (Filling): Remove redundant comment.  Clarify return value of
5581         current-justification.
5582         (Margins): Minor clarifications.
5583         (Adaptive Fill): Update default value of adaptive-fill-regexp.
5584         (Sorting): Update definition of sort-lines.
5585         (Columns): Clarify behavior of sort-columns.
5586         (Indent Tabs): Link to Tab Stops in Emacs manual.
5587         (Special Properties): Clarify.
5588         (Clickable Text): Mention Buttons package.
5590 2006-08-12  Kevin Ryde  <user42@zip.com.au>
5592         * os.texi (Time Parsing): Add %z to description of
5593         format-time-string, as per docstring.  Add cross reference to
5594         glibc manual for strftime.
5596 2006-08-08  Richard Stallman  <rms@gnu.org>
5598         * modes.texi: Clean up wording in previous change.
5600 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
5602         * modes.texi (Hooks): Clarify.
5603         (Major Mode Basics): Mention define-derived-mode explicitly.
5604         (Major Mode Conventions): Rebinding RET is OK for some modes.
5605         Mention change-major-mode-hook and after-change-major-mode-hook.
5606         (Example Major Modes): Move to end of Modes section.
5607         (Mode Line Basics): Clarify.
5608         (Mode Line Data): Mention help-echo and local-map in strings.
5609         Explain reason for treatment of non-risky variables.
5610         (Properties in Mode): Clarify.
5611         (Faces for Font Lock): Add font-lock-negation-char-face.
5613 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5615         * strings.texi (Formatting Strings): Warn against arbitrary
5616         strings as first arg to `format'.
5618 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
5620         * text.texi (Clickable Text): Mention `help-echo' text property.
5621         Update intro, examples and associated explanations.
5623 2006-07-31  Richard Stallman  <rms@gnu.org>
5625         * commands.texi: Update xrefs.
5626         (Event Mod): New node, cut out from old Translating Input.
5628         * maps.texi: Update xrefs.
5630         * keymaps.texi (Translation Keymaps): New node.
5631         Update xrefs from Translating Input to Translation Keymaps.
5633         * elisp.texi (Top): Update subnode menu.
5635         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5637         * os.texi (System Interface): Fix menu descriptions of some nodes.
5638         (Translating Input): Node deleted.
5640 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5642         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5644         * lists.texi (Sets And Lists): Likewise.
5646 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
5648         * text.texi (Fields): Mention POS
5649         requirement when narrowing is in effect.
5651 2006-07-28  Richard Stallman  <rms@gnu.org>
5653         * display.texi (Face Attributes): Simplify wording.
5654         (Attribute Functions): Clarify meaning of new-frame default
5655         attribute settings.
5657         * customize.texi (Common Keywords): Document how to use
5658         :package-version in a package not in Emacs.
5660 2006-07-28  Kim F. Storm  <storm@cua.dk>
5662         * commands.texi (Reading One Event): Fix last change.
5664 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5666         * commands.texi (Reading One Event): Document SECONDS argument for
5667         read-event, read-char, and read-char-exclusive.
5669 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5671         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5672         to ensure correct identification.
5674 2006-07-24  Richard Stallman  <rms@gnu.org>
5676         * text.texi (Clickable Text): Clarify.
5678         * sequences.texi (Vector Functions): Delete duplicate xref.
5680         * objects.texi (Function Type): Clarify.
5682         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5683         modes.
5685         * lists.texi (List Variables): New node.
5686         Material moved from other nodes.
5688         * variables.texi (Setting Variables): add-to-list and
5689         add-to-ordered-list moved to List Variables node.
5691 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5693         * text.texi (Links and Mouse-1):
5694         For mouse-on-link-p, expand on arg POS.
5696 2006-07-21  Kim F. Storm  <storm@cua.dk>
5698         * display.texi (Forcing Redisplay): Don't mention systems which
5699         don't support sub-second timers for redisplay-preemption-period.
5701         * os.texi (Terminal Output): Clarify text vs graphical terminal.
5703 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5705         * frames.texi (Input Focus): Document that focus-follows-mouse has
5706         no effect on MS-Windows.
5708 2006-07-18  Richard Stallman  <rms@gnu.org>
5710         * display.texi (Forcing Redisplay): Cleanups in previous change.
5712         * processes.texi (Low-Level Network): Make menu more convenient.
5714 2006-07-18  Kim F. Storm  <storm@cua.dk>
5716         * display.texi (Forcing Redisplay): redisplay-preemption-period
5717         only used on window systems.  Add xref to Terminal Output.
5719         * os.texi (Terminal Output): baud-rate only controls preemption on
5720         non-window systems.  Add xref to Forcing Redisplay.
5722         * processes.texi (Low-Level Network): Rename node "Make Network"
5723         to "Network Processes".
5725 2006-07-18  Karl Berry  <karl@gnu.org>
5727         * variables.texi, functions.texi, customize.texi, loading.texi:
5728         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5730 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5732         * commands.texi (Waiting): Document batch-mode sit-for behavior.
5734 2006-07-17  Richard Stallman  <rms@gnu.org>
5736         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5737         Put period and comma inside quotes.
5739         * loading.texi, markers.texi: Use real doublequote inside menus.
5741         * windows.texi: Put point and comma inside quotes.
5742         (Textual Scrolling): Use @samp for error message.
5744         * variables.texi, tips.texi, syntax.texi, symbols.texi:
5745         * strings.texi, streams.texi, processes.texi, os.texi:
5746         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5747         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5748         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5749         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5750         Put point and comma inside quotes.
5752         * control.texi (Processing of Errors): Add command-error-function.
5754         * variables.texi (File Local Variables): Clarify that
5755         file local variables make buffer-local bindings.
5757         * modes.texi (Syntactic Font Lock): Give default for
5758         font-lock-syntax-table.
5760 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
5762         * text.texi (Special Properties): Clean up previous change.
5764 2006-07-16  Karl Berry  <karl@gnu.org>
5766         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5767         * control.texi: Fix bad page breaks through chapter 10 (control).
5769         * anti.texi (Antinews): Reorder face-attribute fns to avoid
5770         underfull hbox.
5772 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
5774         * text.texi (Special Properties): Describe fontified text property
5775         in relation to a character (not text).
5777 2006-07-15  Kim F. Storm  <storm@cua.dk>
5779         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5780         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5781         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5783         * anti.texi (Antinews): Mention redisplay function.
5784         The kbd macro existed, but was not documented, before 22.x.
5785         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5787 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
5789         * display.texi (Displaying Messages): Add anchor.
5791         * frames.texi (Dialog Boxes): Use it.
5793 2006-07-12  Richard Stallman  <rms@gnu.org>
5795         * objects.texi (Frame Type): Explain nature of frames better.
5797         * frames.texi (Frames): Explain nature of frames better.
5799 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
5801         * tips.texi (Coding Conventions): Explain why use cl at compile time.
5803 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5805         * frames.texi (Window System Selections): Mention scrap support for Mac.
5806         Default value of x-select-enable-clipboard is t on Mac.
5808         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5810 2006-07-11  Kim F. Storm  <storm@cua.dk>
5812         * display.texi (Forcing Redisplay): Add `redisplay' function.
5813         Don't mention (sit-for -1) -- use (redisplay t) instead.
5815         * commands.texi (Waiting): (sit-for -1) is no longer special.
5816         (sit-for 0) is equivalent to (redisplay).
5817         Iconifying/deiconifying no longer makes sit-for return.
5819 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5821         * display.texi (Buttons): Fix typo.
5823         * index.texi, elisp.texi (New Symbols): Comment node out.
5825 2006-07-09  Richard Stallman  <rms@gnu.org>
5827         * display.texi (Truncation): Clean up previous change.
5829 2006-07-08  Richard Stallman  <rms@gnu.org>
5831         * commands.texi (Interactive Call): Use 3 as prefix in example
5832         for execute-extended-command.
5834         * display.texi (Attribute Functions): Move paragraph about
5835         compatibility with Emacs < 21.
5837 2006-07-09  Kim F. Storm  <storm@cua.dk>
5839         * display.texi (Refresh Screen): Clarify force-window-update.
5840         (Truncation): "Normally" indicated by fringe arrows.
5842 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5844         * windows.texi (Textual Scrolling, Resizing Windows):
5845         * variables.texi (Constant Variables):
5846         * text.texi (Buffer Contents, Deletion, Changing Properties)
5847         (Property Search, Special Properties, Sticky Properties)
5848         (Links and Mouse-1, Fields, Change Hooks):
5849         * syntax.texi (Syntax Table Functions, Parsing Expressions)
5850         (Categories):
5851         * symbols.texi (Other Plists):
5852         * streams.texi (Output Variables):
5853         * processes.texi (Input to Processes, Query Before Exit):
5854         * positions.texi (Word Motion, Text Lines, List Motion):
5855         * os.texi (Init File, System Environment, Sound Output)
5856         (Session Management):
5857         * nonascii.texi (Text Representations, Character Sets)
5858         (Chars and Bytes, Locales):
5859         * modes.texi (Defining Minor Modes, Header Lines):
5860         * minibuf.texi (Minibuffer Contents):
5861         * markers.texi (Information from Markers):
5862         * lists.texi (List Elements, Building Lists, Association Lists):
5863         * keymaps.texi (Tool Bar):
5864         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5865         * functions.texi (What Is a Function, Mapping Functions):
5866         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5867         (Color Names, Text Terminal Colors, Display Feature Testing):
5868         * files.texi (Visiting Functions, File Name Components)
5869         (Unique File Names, Contents of Directories):
5870         * display.texi (Forcing Redisplay, Displaying Messages)
5871         (Temporary Displays, Font Selection, Auto Faces)
5872         (Font Lookup, Fringe Indicators, Display Margins)
5873         (Image Descriptors, Showing Images, Image Cache, Button Types)
5874         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5875         (Display Table Format, Glyphs):
5876         * control.texi (Iteration):
5877         * commands.texi (Command Loop Info, Adjusting Point):
5878         * backups.texi (Making Backups, Auto-Saving):
5879         Remove @tindex entries.
5881 2006-07-07  Kim F. Storm  <storm@cua.dk>
5883         * display.texi (Fringe Cursors): Fix typo.
5884         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5885         (Overlay Arrow): Default is overlay-arrow fringe indicator.
5887 2006-07-05  Richard Stallman  <rms@gnu.org>
5889         * text.texi (Buffer Contents): Add example of text props
5890         in result of buffer-substring.
5891         (Text Properties): Explain better about use of specific property names.
5892         (Property Search): Some cleanups; reorder some functions.
5894         * keymaps.texi (Changing Key Bindings): Cleanup.
5895         Add xref to Key Binding Conventions.
5897         * display.texi (Attribute Functions): Add examples for
5898         face-attribute-relative-p.
5900         * tips.texi (Coding Conventions): Cleanup last change.
5902 2006-07-05  Karl Berry  <karl@gnu.org>
5904         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5905         Remove @setchapternewpage odd.
5906         Result is 1013 pages, down from 1100.
5908         * anti.texi, customize.texi, display.texi, internals.texi:
5909         * minibuf.texi, modes.texi, tips.texi:
5910         Fix overfull/underfull boxes.
5912 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5914         * edebug.texi (Instrumenting):
5915         Add Edebug-specific findex for eval-buffer.
5916         * loading.texi (Loading):
5917         Replace eval-current-buffer with eval-buffer.
5919 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5921         * locals.texi (Standard Buffer-Local Variables): Update the list
5922         of variables.
5924 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
5926         * files.texi (File Name Completion): Point user to the node
5927         "Reading File Names".
5929 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5931         * files.texi (Contents of Directories): Document case-insensitive
5932         behavior on respective filesystems.
5934         * objects.texi (Character Type): Document that Emacs signals an
5935         error for unsupported Unicode characters specified as \uNNNN.
5937 2006-06-19  Richard Stallman  <rms@gnu.org>
5939         * processes.texi (Bindat Spec): Clarify previous change.
5941 2006-06-16  Richard Stallman  <rms@gnu.org>
5943         * tips.texi (Coding Conventions): Better explain conventions
5944         for definition constructs.
5946         * text.texi (Special Properties): String value of `read-only'
5947         serves as the error message.
5949         * objects.texi (Character Type): Clarify prev. change.
5950         (Non-ASCII in Strings): Mention \u and \U.
5952         * commands.texi (Using Interactive): Explain problem of
5953         markers, etc., in command-history.
5955 2006-06-14  Kim F. Storm  <storm@cua.dk>
5957         * commands.texi (Waiting): Negative arg to sit-for forces
5958         redisplay even if input is pending.
5960         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5961         redisplay.  Remove incorrect example of binding redisplay-dont-pause
5962         around (sit-for 0).
5964 2006-06-13  Richard Stallman  <rms@gnu.org>
5966         * display.texi (Forcing Redisplay): Clarify previous change.
5968 2006-06-13  Romain Francoise  <romain@orebokech.com>
5970         * display.texi (Forcing Redisplay): Fix typo.
5972 2006-06-13  Kim F. Storm  <storm@cua.dk>
5974         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5976 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5978         * tips.texi (Coding Conventions): Add `@end itemize'.
5980 2006-06-10  Richard Stallman  <rms@gnu.org>
5982         * tips.texi (Coding Conventions): Explain use of coding systems
5983         to ensure one decoding for strings.
5985 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
5987         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5988         syntax.
5990 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
5992         * display.texi (Font Selection): Remove description of
5993         clear-face-cache.
5995         * compile.texi (Eval During Compile): Fix a typo.  Add index
5996         entries for possible uses of eval-when-compile.
5998 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
6000         * display.texi (Abstract Display): Fix typo.
6002 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
6004         * minibuf.texi (Minibuffer History) <history-add-new-input>:
6005         Reword variable's description.
6007 2006-06-01  Richard Stallman  <rms@gnu.org>
6009         * windows.texi (Splitting Windows): Clarify splitting nonselected
6010         window.
6012 2006-05-31  Juri Linkov  <juri@jurta.org>
6014         * minibuf.texi (Minibuffer History): Add history-add-new-input.
6016 2006-05-30  Richard Stallman  <rms@gnu.org>
6018         * display.texi (Line Height): Fix errors in description of
6019         default line height and line-height property.
6021         * nonascii.texi (Default Coding Systems): Further clarification.
6023 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
6025         * internals.texi (Pure Storage): Mention that an overflow in pure
6026         space causes a memory leak.
6027         (Garbage Collection): If there was an overflow in pure space,
6028         `garbage-collect' returns nil.
6030 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
6032         * nonascii.texi (Default Coding Systems): Fix it some more.
6034 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
6036         * nonascii.texi (Default Coding Systems): Fix last change.
6038 2006-05-29  Kenichi Handa  <handa@m17n.org>
6040         * nonascii.texi (find-operation-coding-system): Describe the new
6041         argument format (FILENAME . BUFFER).
6043 2006-05-28  Richard Stallman  <rms@gnu.org>
6045         * tips.texi (Coding Conventions): Better explain reasons not to
6046         advise other packages or use `eval-after-load'.
6048 2006-05-29  Kim F. Storm  <storm@cua.dk>
6050         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6051         `bindat-idx' and `bindat-raw' for clarity.
6053 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6055         * processes.texi (Bindat Spec): Expand on `repeat' handler.
6057         * display.texi (Display): Add "Abstract Display" to menu.
6058         (Abstract Display, Abstract Display Functions)
6059         (Abstract Display Example): New nodes.
6060         * elisp.texi (Top): Add "Abstract Display" to menu.
6062 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
6064         * keymaps.texi (Key Sequences): Link to input events definition.
6065         (Format of Keymaps): Delete material duplicated in Keymap Basics.
6067         * files.texi (Changing Files): Document updated argument list for
6068         copy-file.
6070 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6072         * processes.texi (Bindat Functions): Explain term "total length".
6073         Use it in bindat-length and bindat-pack descriptions.
6075 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6077         * tips.texi (Coding Conventions): Advise against using
6078         eval-after-load in packages.  Add an index entry.
6080 2006-05-25  Juri Linkov  <juri@jurta.org>
6082         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6084         * modes.texi (%-Constructs): Add %e, %z, %Z.
6086 2006-05-25  Richard Stallman  <rms@gnu.org>
6088         * elisp.texi (Top): Update subnode menu.
6090         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6091         (Keymaps): Update menu.
6093 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
6095         * keymaps.texi (Key Sequences): Some clarifications.
6097 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
6099         * processes.texi (Bindat Functions): Say "unibyte string"
6100         explicitly for bindat-unpack and bindat-pack descriptions.
6101         (Bindat Examples): Don't call `string-make-unibyte' in example.
6103 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
6105         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
6106         Explain string and vector representations of key sequences.
6108         * keymaps.texi (Changing Key Bindings):
6109         * commands.texi (Interactive Codes):
6110         * help.texi (Describing Characters): Refer to it.
6112 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
6114         * frames.texi (Pointer Shape): @end table -> @end defvar.
6116 2006-05-22  Richard Stallman  <rms@gnu.org>
6118         * elisp.texi (Top): Update subnode menus.
6120         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6121         Contents rewritten; material from old Pointer Shape node moved here.
6123         * display.texi (Pointer Shape): Node deleted.
6124         (Image Descriptors): Minor cleanup.
6126 2006-05-21  Richard Stallman  <rms@gnu.org>
6128         * syntax.texi (Parsing Expressions): Update info on which STATE
6129         elements are ignored.
6131 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6133         * hooks.texi (Standard Hooks): Correct typo.
6135         * gpl.texi (GPL): ifinfo -> ifnottex.
6137 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
6139         * searching.texi (Simple Match Data): Warn about match data being
6140         set anew by every search.
6142 2006-05-17  Richard Stallman  <rms@gnu.org>
6144         * minibuf.texi (Minibuffer History): Clarify.
6146         * searching.texi (Regexp Special): Clarify nested regexp warning.
6148 2006-05-16  Kim F. Storm  <storm@cua.dk>
6150         * minibuf.texi (Minibuffer History): Update add-to-history.
6152 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
6154         * nonascii.texi (Explicit Encoding):
6155         Fix typo (encoding<->decoding).
6157 2006-05-14  Richard Stallman  <rms@gnu.org>
6159         * buffers.texi (Creating Buffers): Cleanup.
6161         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6163 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
6165         * buffers.texi (Current Buffer): Document that with-temp-buffer
6166         disables undo.
6168         * os.texi (Terminal-Specific): More accurate description of how
6169         Emacs searches for the terminal-specific libraries.
6171 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
6173         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6174         emacs-xtra to @inforef's.
6176         * text.texi (Undo): Document that undo is turned off in buffers
6177         whose names begin with a space.
6179         * buffers.texi (Buffer Names): Add index entries for buffers whose
6180         names begin with a space.
6181         (Creating Buffers): Document that undo is turned off in buffers
6182         whose names begin with a space.
6184         * files.texi (Visiting Functions, Reading from Files)
6185         (Saving Buffers): Mention code and EOL conversions by file I/O
6186         primitives and subroutines.
6188         * nonascii.texi (Lisp and Coding Systems):
6189         Document coding-system-eol-type.  Add index entries for eol conversion.
6191         * display.texi (Defining Faces): Mention `mac', and add an xref to
6192         where window-system is described.
6194 2006-05-10  Richard Stallman  <rms@gnu.org>
6196         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6198 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6200         * variables.texi (File Local Variables): Recommend to quote lambda
6201         expressions in safe-local-variable property.
6203 2006-05-09  Richard Stallman  <rms@gnu.org>
6205         * variables.texi (File Local Variables):
6206         Document safe-local-eval-forms and safe-local-eval-function.
6208 2006-05-07  Kim F. Storm  <storm@cua.dk>
6210         * minibuf.texi (Minibuffer History): Remove keep-dups arg
6211         from add-to-history.
6213 2006-05-07  Romain Francoise  <romain@orebokech.com>
6215         * commands.texi (Event Input Misc):
6216         * compile.texi (Eval During Compile):
6217         * internals.texi (Buffer Internals):
6218         * minibuf.texi (Initial Input):
6219         * nonascii.texi (Scanning Charsets):
6220         * numbers.texi (Comparison of Numbers):
6221         * windows.texi (Textual Scrolling, Vertical Scrolling):
6222         Fix various typos.
6224 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6226         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6227         conditional xref's to either emacs or emacs-xtra, depending on
6228         @iftex/@ifnottex.
6230         * minibuf.texi (Minibuffer History): Document add-to-history.
6232 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
6234         * internals.texi (Pure Storage): Mention the pure overflow message
6235         at startup.
6237 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
6239         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6240         (Searching Keymaps): Fix pseudo-Lisp description of keymap
6241         search.
6243 2006-05-01  Richard Stallman  <rms@gnu.org>
6245         * intro.texi (nil and t): Clarify.
6247         * variables.texi (File Local Variables): Suggest using booleanp.
6249 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
6251         * objects.texi (Type Predicates): Fix typos.
6253 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6255         * intro.texi (nil and t): Add booleanp.
6257         * objects.texi (Type Predicates): Add links for booleanp and
6258         string-or-null-p.
6260 2006-04-29  Richard Stallman  <rms@gnu.org>
6262         * modes.texi (Multiline Font Lock): Rename from
6263         Multi line Font Lock Elements.  Much clarification.
6264         (Font Lock Multiline, Region to Fontify): Much clarification.
6266 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * variables.texi (File Local Variables): Remove the special case t for
6269         safe-local-variable.
6271 2006-04-26  Richard Stallman  <rms@gnu.org>
6273         * syntax.texi (Parsing Expressions): Minor cleanup.
6275 2006-04-18  Richard Stallman  <rms@gnu.org>
6277         * tips.texi (Coding Conventions): Explain when the package's
6278         prefix should appear later on (not at the start of the name).
6280         * searching.texi (String Search): Clarify effect of NOERROR.
6282         * modes.texi (Imenu): Clarify what special items do.
6284         * hooks.texi (Standard Hooks): Delete text about old hook names.
6286 2006-04-17  Romain Francoise  <romain@orebokech.com>
6288         * variables.texi (Local Variables): Update the default value of
6289         `max-specpdl-size'.
6291 2006-04-15  Michael Olson  <mwolson@gnu.org>
6293         * processes.texi (Transaction Queues): Mention the new optional
6294         `delay-question' argument for `tq-enqueue'.
6296 2006-04-13  Bill Wohler  <wohler@newt.com>
6298         * customize.texi (Common Keywords): Use dotted notation for
6299         :package-version value.  Specify its values.  Improve documentation
6300         for customize-package-emacs-version-alist.
6302 2006-04-12  Bill Wohler  <wohler@newt.com>
6304         * customize.texi (Common Keywords): Move description of
6305         customize-package-emacs-version-alist to @defvar.
6307 2006-04-10  Bill Wohler  <wohler@newt.com>
6309         * customize.texi (Common Keywords): Add :package-version.
6311 2006-04-10  Kim F. Storm  <storm@cua.dk>
6313         * text.texi (Buffer Contents): Add NOPROPS arg to
6314         filter-buffer-substring.
6316 2006-04-08  Kevin Ryde  <user42@zip.com.au>
6318         * os.texi (Command-Line Arguments): Update xref to emacs manual
6319         "Command Arguments" -> "Emacs Invocation", per change there.
6321 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
6323         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6324         be on one line to help makeinfo not render two spaces after the dot.
6326 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
6328         * strings.texi (Predicates for Strings): Add string-or-null-p.
6330 2006-03-28  Kim F. Storm  <storm@cua.dk>
6332         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6333         remarks about systems that don't support fractional seconds.
6335 2006-03-25  Karl Berry  <karl@gnu.org>
6337         * elisp.texi: Use @copyright{} instead of (C), and do not indent
6338         the year list.
6340 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
6342         * display.texi (Fringe Indicators): Fix typos.
6344 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
6346         * tips.texi (Documentation Tips): One can now also write `program'
6347         in front of a quoted symbol in a docstring to prevent making a
6348         hyperlink.
6350 2006-03-19  Alan Mackenzie  <acm@muc.de>
6352         * text.texi (Special Properties): Clarify `fontified' property.
6354 2006-03-16  Richard Stallman  <rms@gnu.org>
6356         * display.texi (Defining Images): Minor cleanup.
6358 2006-03-16  Bill Wohler  <wohler@newt.com>
6360         * display.texi (Defining Images): In image-load-path-for-library,
6361         prefer user's images.
6363 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6365         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6367 2006-03-15  Bill Wohler  <wohler@newt.com>
6369         * display.texi (Defining Images): Fix example in
6370         image-load-path-for-library by not recommending that one binds
6371         image-load-path.  Just defvar it to placate compiler and only use
6372         it if previously defined.
6374 2006-03-14  Bill Wohler  <wohler@newt.com>
6376         * display.texi (Defining Images): In image-load-path-for-library,
6377         always return list of directories.  Update example.
6379 2006-03-14  Alan Mackenzie  <acm@muc.de>
6381         * modes.texi: New node, "Region to Fontify" (for Font Lock).
6382         This describes font-lock-extend-region-function.
6383         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6384         the new node "Region to Fontify".
6386 2006-03-13  Richard Stallman  <rms@gnu.org>
6388         * display.texi (Invisible Text): The impossible position is
6389         now before the invisible text, not after.
6390         (Defining Images): Clean up last change.
6392 2006-03-11  Bill Wohler  <wohler@newt.com>
6394         * display.texi (Defining Images): Add image-load-path-for-library.
6396 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
6398         * text.texi (Adaptive Fill): Fix Texinfo usage.
6400         * strings.texi (Creating Strings): Fix Texinfo usage.
6402         * searching.texi (Regexp Special): Use @samp for regular
6403         expressions that are not in Lisp syntax.
6405 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
6407         * searching.texi (Regexp Special): Put remark between parentheses
6408         to avoid misreading.
6410 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
6412         * searching.texi (Syntax of Regexps): More accurately describe
6413         which characters are special in which situations.
6414         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6415         are not special.  Describe in detail when `[' and `]' are special.
6416         (Regexp Backslash): Plenty of regexps with unbalanced square
6417         brackets are valid, so reword that statement.
6419 2006-03-02  Kim F. Storm  <storm@cua.dk>
6421         * keymaps.texi (Tool Bar): Add tool-bar-border.
6423 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
6425         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
6427 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
6429         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6431         * files.texi (Locating Files): Suggest additional values for the
6432         SUFFIXES arg of `locate-file'.  Update pxref.
6434         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6435         (How Programs Do Loading): Discuss the effects of Auto Compression
6436         mode on `load'.
6437         (Load Suffixes): New node.
6438         (Library Search): Delete description of `load-suffixes'; it was
6439         moved to "Load Suffixes".
6440         (Autoload, Named Features): Mention `load-suffixes'.
6442 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6444         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6446         * windows.texi (Window Tree): Fix typo.
6448 2006-02-20  Kim F. Storm  <storm@cua.dk>
6450         * display.texi (Fringe Indicators): New section.
6451         Move indicate-empty-lines, indicate-buffer-boundaries, and
6452         default-indicate-buffer-boundaries here.
6453         Add fringe-indicator-alist and default-fringes-indicator-alist.
6454         Add list of logical fringe indicator symbols.
6455         Update list of standard bitmap names.
6456         (Fringe Cursors): New section.
6457         Move overflow-newline-into-fringe here.
6458         Add fringe-cursor-alist and default-fringes-cursor-alist.
6459         Add list of fringe cursor symbols.
6461 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
6463         * commands.texi (Using Interactive): Fix reference to node
6464         "Minibuffers".
6466 2006-02-19  Richard M. Stallman  <rms@gnu.org>
6468         * minibuf.texi (High-Level Completion):
6469         Add xref to read-input-method-name.
6471         * files.texi (Relative File Names): Move file-relative-name here.
6472         (File Name Expansion): From here.  Minor clarifications.
6474         * commands.texi (Using Interactive): Add xrefs about reading input.
6475         Clarify remarks about that moving point and mark.
6476         Put string case before list case.
6478 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
6480         * display.texi (Other Display Specs, Image Descriptors):
6481         Revert erroneous changes.  The previous description of
6482         image-descriptors as `(image . PROPS)' was correct.
6484 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6486         * variables.texi (File Local Variables): Clarifications.
6488 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6490         * variables.texi (File Local Variables): Use @code for a cons
6491         cell, not @var.
6493 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6495         * variables.texi (File Local Variables): Document new file local
6496         variable behavior.
6498 2006-02-10  Kim F. Storm  <storm@cua.dk>
6500         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6502 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
6504         * modes.texi (%-Constructs): Remove obsolete info about
6505         `global-mode-string'.
6507 2006-02-07  Richard M. Stallman  <rms@gnu.org>
6509         * commands.texi (Prefix Command Arguments): Minor cleanup.
6511         * display.texi: "Graphical display", not window system.
6513         * functions.texi (What Is a Function): Fix xref.
6515         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6516         (Changing Key Bindings): Clarify when remapping is better than
6517         substitute-key-definition.
6519 2006-02-02  Richard M. Stallman  <rms@gnu.org>
6521         * minibuf.texi (Basic Completion): Completion alists are risky.
6523         * keymaps.texi (Active Keymaps): Clarifications.
6524         (Searching Keymaps): New node.
6525         (Keymaps): Update menu.
6527         * frames.texi (Layout Parameters): Minor clarification.
6528         (Drag and Drop): New node.
6529         (Frames): Update menu.
6531 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
6533         * display.texi (Other Display Specs, Image Descriptors):
6534         Image description is a list, not a cons cell.
6536 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6538         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6539         list is not necessarily a list).
6541 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6543         * frames.texi (Layout Parameters): border-width and
6544         internal-border-width belong to the frame, not the window.
6546 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6548         * nonascii.texi (Translation of Characters): Search cmds use
6549         translation-table-for-input.  Automatically made local.
6551         * markers.texi (Overview of Markers): Count insertion type
6552         as one of a marker's attributes.
6554         * keymaps.texi (Controlling Active Maps): New node, split out of
6555         Active Keymaps.
6556         (Keymaps): Menu updated.
6557         (Active Keymaps): Give pseudocode to explain how the active
6558         maps are searched.  current-active-maps and key-binding moved here.
6559         (Functions for Key Lookup): current-active-maps and key-binding moved.
6560         Clarifications.
6561         (Searching the Keymaps): New subnode.
6563         * elisp.texi (Top): Menu clarification.
6565         * display.texi (Other Display Specs): Delete duplicate entry for
6566         just a string as display spec.  Move text about recursive display
6567         specs on such a string.
6569         * commands.texi (Key Sequence Input): Clarify.
6570         Move num-nonmacro-input-events out.
6571         (Reading One Event): num-nonmacro-input-events moved here.
6573 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
6575         * advice.texi (Simple Advice): Update example to fit argument
6576         change in previous-line.
6578 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6580         * markers.texi (The Mark): Fix in `mark'.
6582 2006-01-04  Richard M. Stallman  <rms@gnu.org>
6584         * processes.texi (Misc Network, Make Network): Minor cleanups.
6586 2006-01-04  Kim F. Storm  <storm@cua.dk>
6588         * processes.texi (Make Network): Add IPv6 addresses and handling.
6589         (Network Feature Testing): Mention (:family ipv6).
6590         (Misc Network): Add IPv6 formats to format-network-address.
6592 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6594         * text.texi (Changing Properties):
6595         Don't use return value of set-text-properties.
6597 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6599         * modes.texi (Mode Line Format): Correct typo in menu.
6601 2005-12-29  Richard M. Stallman  <rms@gnu.org>
6603         * modes.texi (Mode Line Top): New node.
6604         (Mode Line Data): Some text moved to new node.
6605         Explain the data structure more concretely.
6606         (Mode Line Basics): Clarifications.
6607         (Mode Line Variables): Clarify intro paragraph.
6608         (%-Constructs): Clarify intro paragraph.
6609         (Mode Line Format): Update menu.
6611 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6613         * minibuf.texi (Basic Completion): Update lazy-completion-table
6614         examples for removal of ARGS argument.
6616 2005-12-23  Richard M. Stallman  <rms@gnu.org>
6618         * text.texi (Undo): Restore some explanation from the version
6619         that was deleted.
6621 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
6623         * text.texi (Undo): Remove duplicate descriptions of `apply
6624         funname' and `apply delta' elements of the undo list.
6626 2005-12-20  Richard M. Stallman  <rms@gnu.org>
6628         * help.texi (Help Functions): Update documentation of `apropos'.
6630 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
6632         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6633         because it is confusing.  If the :help-echo keyword is a function,
6634         it is not directly used as the :help-echo overlay property, as the
6635         xref seems to suggest (it does not take the appropriate args).
6637 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6639         * customize.texi (Common Keywords): Fix Texinfo usage.
6640         (Group Definitions, Variable Definitions): Update for new
6641         conventions for using `*' in docstrings.
6643         * tips.texi (Documentation Tips): Update for new conventions for
6644         using `*' in docstrings.
6646 2005-12-16  Richard M. Stallman  <rms@gnu.org>
6648         * minibuf.texi (Minibuffer Contents): Minor cleanup.
6650 2005-12-16  Juri Linkov  <juri@jurta.org>
6652         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6654 2005-12-14  Romain Francoise  <romain@orebokech.com>
6656         * modes.texi (Customizing Keywords): Rename `append' to `how'.
6657         Fix typo.
6659 2005-12-11  Juri Linkov  <juri@jurta.org>
6661         * minibuf.texi (Completion Commands): Add mention of read-file-name
6662         for filename completion keymaps.
6663         (Reading File Names): Add mention of filename completion keymaps
6664         for read-file-name and xref to `Completion Commands'.
6666 2005-12-10  Richard M. Stallman  <rms@gnu.org>
6668         * customize.texi (Common Keywords): State caveats for use of :tag.
6670 2005-12-08  Richard M. Stallman  <rms@gnu.org>
6672         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6673         with xrefs and better explanation.
6674         (Completion Commands): Add the filename completion maps.
6676         * objects.texi (Character Type): Clarify that \s is not space
6677         if a dash follows.
6679 2005-12-05  Richard M. Stallman  <rms@gnu.org>
6681         * windows.texi (Resizing Windows): Delete preserve-before args.
6683 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6686         in full keymaps, since the quirk has been fixed.
6688 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6690         * hooks.texi (Standard Hooks): Add index entries.
6691         Mention `compilation-finish-functions'.
6693 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6695         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6697 2005-11-21  Juri Linkov  <juri@jurta.org>
6699         * customize.texi (Common Keywords): Update links types
6700         custom-manual and url-link.  Add link types emacs-library-link,
6701         file-link, function-link, variable-link, custom-group-link.
6703 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6705         * display.texi: Revert 2005-11-20 change.
6707 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6709         * processes.texi (Bindat Functions):
6710         Say "third" to refer to zero-based index "2".
6712 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
6714         * loading.texi (Library Search): Update the default value of
6715         `load-suffixes'.
6717 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6719         * display.texi (Attribute Functions): Mention :ignore-defface.
6721 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6723         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6724         (Minor Mode Conventions): Mention the use of a hook.
6726 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6728         * files.texi (Magic File Names): find-file-name-handler checks the
6729         `operations' property of the handler.
6731 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6733         * variables.texi (Frame-Local Variables): Small clarification.
6735 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6737         * os.texi (Init File): Document ~/.emacs.d/init.el.
6739 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6741         * internals.texi (Garbage Collection): Document memory-full.
6743 2005-10-28  Bill Wohler  <wohler@newt.com>
6745         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6746         for URLs.
6748 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6750         * minibuf.texi (Completion Commands): Clean up prev change.
6752 2005-10-26  Kevin Ryde  <user42@zip.com.au>
6754         * compile.texi (Eval During Compile): Explain recommended uses
6755         of eval-when-compile and eval-and-compile.
6757 2005-10-27  Masatake YAMATO  <jet@gyve.org>
6759         * minibuf.texi (Completion Commands):
6760         Write about new optional argument for `display-completion-list'.
6762 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6764         * display.texi (Overlay Arrow): Clarify about local bindings of
6765         overlay-arrow-position.
6767 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6769         * internals.texi (Building Emacs): Fix last change.
6771 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6773         * internals.texi (Building Emacs): Document eval-at-startup.
6775 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6777         * loading.texi (Where Defined): load-history contains abs file names.
6778         symbol-file returns abs file names.
6780 2005-10-19  Kim F. Storm  <storm@cua.dk>
6782         * display.texi (Showing Images): Add max-image-size integer value.
6784 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6786         * display.texi (Showing Images): Document max-image-size.
6788 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6790         * commands.texi (Quitting): Minor clarification.
6792         * processes.texi (Sentinels): Clarify about output and quitting.
6793         (Filter Functions): Mention with-local-quit.
6795 2005-10-17  Juri Linkov  <juri@jurta.org>
6797         * buffers.texi (Current Buffer):
6798         * commands.texi (Event Input Misc):
6799         * compile.texi (Eval During Compile, Compiler Errors):
6800         * customize.texi (Group Definitions):
6801         * display.texi (Progress, Defining Faces):
6802         * files.texi (Writing to Files):
6803         * modes.texi (Mode Hooks, Defining Minor Modes):
6804         * streams.texi (Output Functions):
6805         * syntax.texi (Syntax Table Functions):
6806         * text.texi (Change Hooks):
6807         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6809         * commands.texi (Quitting): Replace arg `forms' with `body' in
6810         `with-local-quit'.
6812         * positions.texi (Excursions): Replace arg `forms' with `body' in
6813         `save-excursion'.
6815 2005-10-08  Kim F. Storm  <storm@cua.dk>
6817         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6818         Rename manual section accordingly.
6820 2005-10-04  Kim F. Storm  <storm@cua.dk>
6822         * windows.texi (Window Split Tree): New section describing
6823         new function window-split-tree function.
6825 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
6827         * display.texi (Fringe Size/Pos): Simplify and add detail.
6829 2005-09-30  Romain Francoise  <romain@orebokech.com>
6831         * minibuf.texi (High-Level Completion): Explain that the prompt
6832         given to `read-buffer' should end with a colon and a space.
6833         Update usage examples.
6835 2005-09-29  Juri Linkov  <juri@jurta.org>
6837         * display.texi (Displaying Messages): Rename argument name
6838         `string' to `format-string' in functions `message', `message-box',
6839         `message-or-box'.
6841 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
6843         * errors.texi (Standard Errors): Correct xrefs.
6845 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6847         * display.texi (Defining Images): Update documentation for
6848         `image-load-path'.
6850 2005-09-17  Richard M. Stallman  <rms@gnu.org>
6852         * display.texi (Defining Images): Clean up previous change.
6854 2005-09-16  Romain Francoise  <romain@orebokech.com>
6856         * elisp.texi: Specify GFDL version 1.2.
6858         * doclicense.texi (GNU Free Documentation License): Update to
6859         version 1.2.
6861 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6863         * display.texi (Defining Images): Document `image-load-path'.
6865 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6867         * objects.texi (Printed Representation): Minor cleanup.
6868         (Box Diagrams): Minor fix.
6869         (Cons Cell Type): Move (...) index item here.
6870         (Box Diagrams): From here.
6871         (Array Type): Minor fix.
6872         (Type Predicates): Delete index "predicates".
6873         (Hash Table Type): Clarify xref.
6874         (Dotted Pair Notation): Minor fix.
6876 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
6878         * files.texi (Saving Buffers): Fix typo.
6880 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6882         * tips.texi (Programming Tips): Correct the "default" prompt spec.
6884 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6886         * locals.texi (Standard Buffer-Local Variables): Don't include
6887         mode variables for minor modes.
6888         Fix xrefs for buffer-display-count, buffer-display-table,
6889         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6890         enable-multibyte-characters, fill-column, header-line-format,
6891         left-fringe-width, left-margin, and right-fringe-width.
6893         * hooks.texi (Standard Hooks): All hooks should conform to the
6894         standard naming convention now.
6895         Fix xref for `echo-area-clear-hook'.
6897         * display.texi (Usual Display): Note that indicate-empty-lines and
6898         tab-width are buffer-local.
6900         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6902         * modes.texi (Mode Help): Note that major-mode is buffer-local.
6904         * nonascii.texi (Encoding and I/O): Note that
6905         buffer-file-coding-system is buffer-local.
6907         * positions.texi (List Motion): Note that defun-prompt-regexp is
6908         buffer-local.
6910         * text.texi (Auto Filling): Note that auto-fill-function is
6911         buffer-local.
6912         (Undo): Note that buffer-undo-list is buffer-local.
6914         * windows.texi (Buffers and Windows):
6915         Document buffer-display-count.
6917 2005-09-06  Richard M. Stallman  <rms@gnu.org>
6919         * tips.texi (Coding Conventions): Sometimes it is ok to put the
6920         package prefix elsewhere than at the start of the name.
6922 2005-09-03  Richard M. Stallman  <rms@gnu.org>
6924         * tips.texi (Programming Tips): Add conventions for minibuffer
6925         questions and prompts.
6927 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
6929         * intro.texi (nil and t): Minor cleanup.
6930         Delete spurious mention of keyword symbols.
6931         (Evaluation Notation): Add index entry.
6932         (A Sample Function Description): Minor cleanup.
6933         (A Sample Variable Description): Not all vars can be set.
6935 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
6937         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6939         (Insertion): Document precise type of `insert-char' arg COUNT.
6941 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6943         * modes.texi (Other Font Lock Variables): Sync the default of
6944         font-lock-lines-before.
6946 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6948         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6950 2005-08-29  Richard M. Stallman  <rms@gnu.org>
6952         * elisp.texi (Top): Update subnode menu.
6954         * searching.texi (Searching and Matching): Move node.
6955         Rearrange contents and add overall explanation.
6956         (Searching and Case): Move node.
6957         (Searching and Matching): Update menu.
6959 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
6961         * os.texi (Startup Summary): Fix the description of the initial
6962         startup message display.
6964 2005-08-25  Richard M. Stallman  <rms@gnu.org>
6966         * searching.texi (Search and Replace): Add replace-regexp-in-string.
6968 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
6970         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6971         `next-overlay-change' example.
6973 2005-08-22  Juri Linkov  <juri@jurta.org>
6975         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6976         Fix invert-face.  Fix args of face-background.
6978         * display.texi (Standard Faces): Delete node.
6979         (Faces): Add xref to `(emacs)Standard Faces'.
6980         (Displaying Faces): Fix xref to `Standard Faces'.
6982         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6984 2005-08-20  Alan Mackenzie  <acm@muc.de>
6986         * buffers.texi (The Buffer List): Clarify the manipulation of the
6987         buffer list.
6989 2005-08-14  Richard M. Stallman  <rms@gnu.org>
6991         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6992         a regexp.
6994 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6996         * elisp.texi (Top): Update subnode lists.
6998         * display.texi (Inverse Video): Node deleted.
7000         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7001         New nodes split out of Coding Conventions.
7003         * searching.texi (Regular Expressions): Document re-builder.
7005         * os.texi (Time Parsing): New node split out of Time Conversion.
7007         * processes.texi (Misc Network, Network Feature Testing)
7008         (Network Options, Make Network): New nodes split out of
7009         Low-Level Network.
7011 2005-08-09  Richard M. Stallman  <rms@gnu.org>
7013         * frames.texi (Geometry): New node, split from Size and Position.
7014         (Frame Parameters): Refer to Geometry.
7016         * buffers.texi (The Buffer List): Fix xrefs.
7018         * windows.texi (Splitting Windows): Fix xref.
7020         * frames.texi (Layout Parameters): Add xref.
7022         * display.texi (Line Height, Scroll Bars): Fix xrefs.
7024         * keymaps.texi (Menu Bar): Fix xref.
7026         * locals.texi (Standard Buffer-Local Variables): Fix xref.
7028         * modes.texi (%-Constructs): Fix xref.
7030         * frames.texi (Window Frame Parameters): Node split up.
7031         (Basic Parameters, Position Parameters, Size Parameters)
7032         (Layout Parameters, Buffer Parameters, Management Parameters)
7033         (Cursor Parameters, Color Parameters): New subnodes.
7035 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7037         * positions.texi (Screen Lines): Update xref for previous change
7038         in minibuf.texi.
7040         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7041         change in minibuf.texi.
7043 2005-08-09  Richard M. Stallman  <rms@gnu.org>
7045         * tips.texi (Coding Conventions): Minor cleanup.
7047         * modes.texi (Defining Minor Modes): Explain when init-value
7048         can be non-nil.
7050         * elisp.texi (Top): Update submenu for Minibuffer.
7052         * minibuf.texi (Minibuffer Misc): Node split up.
7053         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7054         (Recursive Mini): New nodes split out from Minibuffer Misc.
7055         (Minibuffer Misc): Document max-mini-window-height.
7057         * hash.texi (Defining Hash): Delete stray paren in example.
7059         * display.texi (Echo Area Customization): Don't define
7060         max-mini-window-height here; xref instead.
7062         * commands.texi (Event Input Misc): Update while-no-input.
7064         * advice.texi (Advising Functions): Explain when to use advice
7065         and when to use a hook.
7067 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
7069         * makefile.w32-in (info): Don't run install-info.
7070         ($(infodir)/dir): New target, produced by running install-info.
7072 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
7074         * modes.texi (Defining Minor Modes): The keyword for the initial
7075         value is :init-value, not :initial-value.
7077 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
7079         * loading.texi (Autoload): Make the `doctor' example be consistent
7080         with what's in current loaddefs.el.  Describe the "fn" magic in
7081         the usage portion of the doc string.
7083 2005-07-22  Richard M. Stallman  <rms@gnu.org>
7085         * internals.texi (Garbage Collection): Clarify previous change.
7087 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7089         * internals.texi (Garbage Collection): Add gc-cons-percentage.
7091 2005-07-18  Juri Linkov  <juri@jurta.org>
7093         * commands.texi (Accessing Events):
7094         * frames.texi (Text Terminal Colors, Resources):
7095         * markers.texi (The Mark):
7096         * modes.texi (Defining Minor Modes):
7097         Delete duplicate duplicate words.
7099 2005-07-16  Richard M. Stallman  <rms@gnu.org>
7101         * display.texi (Managing Overlays): Clarify make-overlay
7102         args for insertion types.
7104 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
7106         * customize.texi (Variable Definitions):
7107         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7108         `standard-value' is a list too.
7109         (Defining New Types): Use @key{RET} instead of @key{ret}.
7111 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
7113         * os.texi (Translating Input): Fix typo.
7115 2005-07-08  Richard M. Stallman  <rms@gnu.org>
7117         * README: Update edition number and size estimate.
7119         * elisp.texi (VERSION): Set to 2.9.
7121 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7123         * book-spine.texinfo: Update Emacs version.
7125         * display.texi (Inverse Video): Delete mode-line-inverse-video.
7127 2005-07-06  Richard M. Stallman  <rms@gnu.org>
7129         * searching.texi (Regexp Search): Clarify what re-search-forward
7130         does when the search fails.
7132 2005-07-05  Lute Kamstra  <lute@gnu.org>
7134         * Update FSF's address in GPL notices.
7136         * doclicense.texi (GNU Free Documentation License):
7137         * gpl.texi (GPL):
7138         * tips.texi (Coding Conventions, Library Headers):
7139         * vol1.texi:
7140         * vol2.texi: Update FSF's address.
7142 2005-07-04  Richard M. Stallman  <rms@gnu.org>
7144         * hooks.texi (Standard Hooks): Add occur-hook.
7146 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7148         * display.texi (The Echo Area): Correct menu.
7150 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7152         * elisp.texi (Top): Update subnode menu for Display.
7154         * display.texi (Displaying Messages): New node, with most
7155         of what was in The Echo Area.
7156         (Progress): Move under The Echo Area.
7157         (Logging Messages): New node with new text.
7158         (Echo Area Customization): New node, the rest of what was
7159         in The Echo Area.  Document message-truncate-lines with @defvar.
7160         (Display): Update menu.
7162         * windows.texi (Textual Scrolling): Doc 3 values for
7163         scroll-preserve-screen-position.
7165         * text.texi (Special Properties): Change hook functions
7166         should bind inhibit-modification-hooks around altering buffer text.
7168         * keymaps.texi (Key Binding Commands): Call binding BINDING
7169         rather than DEFINITION.
7171 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
7173         * variables.texi (Defining Variables): `user-variable-p' returns t
7174         for aliases of user options, nil for alias loops.
7176 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7178         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7179         make-keymap.
7181 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7183         * variables.texi (Setting Variables): Correct and clarify
7184         description of `add-to-ordered-list'.
7186 2005-06-26  Richard M. Stallman  <rms@gnu.org>
7188         * display.texi (Faces): Minor cleanup.
7190 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7192         * display.texi (Faces): `facep' returns t for strings that are
7193         face names.
7195 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7197         * objects.texi (Equality Predicates): Clarify meaning of equal.
7199         * windows.texi (Selecting Windows): save-selected-window
7200         and with-selected-window save and restore the current buffer.
7202 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7204         * numbers.texi (Float Basics): Explain how to test for NaN,
7205         and printing the sign of NaNs.
7207 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7209         * makefile.w32-in (MAKEINFO): Use --force.
7211 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7213         * display.texi (Face Functions): Correct Texinfo usage.
7215 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7217         * lists.texi (Rings): `ring-elements' now returns the elements of
7218         RING in order.
7220 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7222         * markers.texi (The Mark): Texinfo usage fix.
7224 2005-06-23  Kim F. Storm  <storm@cua.dk>
7226         * searching.texi (Entire Match Data): Remove evaporate option for
7227         match-data.  Do not mention evaporate option for set-match-data.
7229 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7231         * display.texi (Face Functions): Mention face aliases.
7233 2005-06-21  Richard M. Stallman  <rms@gnu.org>
7235         * anti.texi (Antinews): Texinfo usage fix.
7237 2005-06-21  Karl Berry  <karl@gnu.org>
7239         * elisp.texi: Use @copying.
7241         * elisp.texi: Put @summarycontents and @contents before the Top
7242         node, instead of the end of the file, so that the contents appear
7243         in the right place in the dvi/pdf output.
7245 2005-06-21  Juri Linkov  <juri@jurta.org>
7247         * display.texi (Defining Faces): Add `customized-face'.
7249 2005-06-20  Kim F. Storm  <storm@cua.dk>
7251         * variables.texi (Setting Variables): Any type of element can be
7252         given order in add-to-ordered-list.  Compare elements with eq.
7254         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7256 2005-06-20  Karl Berry  <karl@gnu.org>
7258         * syntax.texi (Syntax Flags): Make last column very slightly wider
7259         to avoid "generic comment" breaking on two lines and causing an
7260         underfull box.
7262 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
7264         * lists.texi (Rings): Various minor clarifications and corrections.
7266 2005-06-18  Richard M. Stallman  <rms@gnu.org>
7268         * functions.texi (Obsolete Functions): Simplify.
7270         * variables.texi (Variable Aliases): Simplify.
7272         * anti.texi, backups.texi, compile.texi, customization.texi:
7273         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7274         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7275         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7276         * variables.texi: Fix formatting ugliness.
7278         * elisp.texi: Add links to Rings and Byte Packing.
7279         Update version and copyright years.
7281         * minibuf.texi: Fix formatting ugliness.
7282         (Completion Commands): Move keymap vars to the end
7283         and vars completing-read binds to the top.
7285 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7287         * processes.texi: Fix typos.
7288         (Bindat Spec): Correct Texinfo error.
7289         (Byte Packing): Fix ungrammatical sentence.
7291 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
7293         * lists.texi (Rings): New node.
7294         (Lists): Add it to menu.
7296         * processes.texi (Byte Packing): New node.
7297         (Processes): Add it to menu.
7299 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7301         * syntax.texi (Parsing Expressions): Fix texinfo usage.
7303         * help.texi (Documentation Basics): Explain the xref to
7304         Documentation Tips.
7306         * debugging.texi (Debugger Commands): Minor fix.
7308 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
7310         * edebug.texi (Instrumenting): Eliminate duplicate link.
7311         (Specification List): Replace references to "below", referring to
7312         a later node, with one @ref to that node.
7314         * os.texi (Timers): Timers should save and restore the match data
7315         if they change it.
7317         * debugging.texi (Debugger Commands): Mention that the Lisp
7318         debugger can not step through primitive functions.
7320 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7322         * functions.texi (Obsolete Functions): Update argument names of
7323         `make-obsolete' and `define-obsolete-function-alias'.
7325         * variables.texi (Variable Aliases): Update argument names of
7326         `defvaralias', `make-obsolete-variable' and
7327         `define-obsolete-variable-alias'.
7329 2005-06-15  Kim F. Storm  <storm@cua.dk>
7331         * searching.texi (Entire Match Data): Rephrase warnings about
7332         evaporate arg to match-data and set-match-data.
7334 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
7336         * elisp.texi (Top): Update detailed menu.
7338         * edebug.texi (Edebug): Update menu.
7339         (Instrumenting): Update xrefs.
7340         (Edebug Execution Modes): Correct xref.
7341         (Jumping): Clarify description of `h' command.
7342         Eliminate redundant @ref.
7343         (Breaks): New node.
7344         (Breakpoints): Is now a subsubsection.
7345         (Global Break Condition): Mention `C-x X X'.
7346         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
7347         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7348         (Edebug Display Update): Correct pxref.
7349         (Edebug and Macros): New node.
7350         (Instrumenting Macro Calls): Is now a subsubsection.
7351         Neither arg of `def-edebug-spec' is evaluated.
7352         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7353         (Specification Examples): Fix typo.
7355 2005-06-14  Lute Kamstra  <lute@gnu.org>
7357         * debugging.texi (Function Debugging): Primitives can break on
7358         entry too.
7360 2005-06-14  Kim F. Storm  <storm@cua.dk>
7362         * variables.texi (Setting Variables): Add add-to-ordered-list.
7364 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7366         * syntax.texi (Parsing Expressions): Document aux functions and vars of
7367         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7369 2005-06-13  Lute Kamstra  <lute@gnu.org>
7371         * text.texi (Special Properties): Fix cross reference.
7373 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7375         * debugging.texi (Function Debugging): Delete mention of empty
7376         string argument to `cancel-debug-on-entry'.  Delete inaccurate
7377         description of the return value of that command.
7379 2005-06-11  Alan Mackenzie  <acm@muc.de>
7381         * text.texi (Adaptive Fill): Amplify the description of
7382         fill-context-prefix.
7384 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7386         * syntax.texi (Parsing Expressions): Fix Texinfo error.
7388 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7390         * syntax.texi (Parsing Expressions): Document syntax-ppss.
7392 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7394         * debugging.texi (Error Debugging): Minor rewording.
7395         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7396         is optional.
7398 2005-06-10  Lute Kamstra  <lute@gnu.org>
7400         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7401         (Top): Give it a title.  Correct version number.  Give the
7402         detailed node listing a more prominent header.
7403         * intro.texi: Don't set VERSION here a second time.
7404         Mention Emacs's version too.
7405         * anti.texi (Antinews): Use EMACSVER to refer to the current
7406         version of Emacs.
7408 2005-06-09  Kim F. Storm  <storm@cua.dk>
7410         * searching.texi (Entire Match Data): Explain new `reseat' argument to
7411         match-data and set-match-data.
7413 2005-06-08  Richard M. Stallman  <rms@gnu.org>
7415         * searching.texi (Entire Match Data): Clarify when match-data
7416         returns markers and when integers.
7418         * display.texi (Defining Faces): Explain that face name should not
7419         end in `-face'.
7421         * modes.texi (Mode Line Data): Minor cleanup.
7422         (Customizing Keywords): Node split out of Search-based Fontification.
7423         Add example of using font-lock-add-keywords from a hook.
7424         Clarify when MODE should be non-nil, and when nil.
7426 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7428         * modes.texi (Mode Line Data): Explain what happens when the car
7429         of a list is a void symbol.
7430         (Search-based Fontification): Explain MODE arg to
7431         font-lock-add-keywords and warn about calls from major modes.
7433 2005-06-08  Juri Linkov  <juri@jurta.org>
7435         * display.texi (Standard Faces): Add `shadow' face.
7437 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7439         * modes.texi (Major Mode Conventions): A derived mode only needs
7440         to put the call to the parent mode inside `delay-mode-hooks'.
7442 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7444         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7445         new, and what that implies.  Clarify.
7447         * files.texi (Locating Files): Clean up the text.
7449         * frames.texi (Window Frame Parameters): Document user-size.
7450         Shorten entry for top by referring to left.
7452 2005-05-26  Richard M. Stallman  <rms@gnu.org>
7454         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7455         is new, and what the implications are.  Other clarifications.
7457 2005-05-24  Richard M. Stallman  <rms@gnu.org>
7459         * frames.texi (Dialog Boxes): Minor fixes.
7461 2005-05-25  Masatake YAMATO  <jet@gyve.org>
7463         * display.texi (Standard Faces): Write about `mode-line-highlight'.
7465 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7467         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7468         is optional.
7470 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
7472         * frames.texi (Dialog Boxes): Describe new optional argument.
7474 2005-05-23  Lute Kamstra  <lute@gnu.org>
7476         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7477         syntax-begin-function over font-lock-beginning-of-syntax-function.
7479 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
7481         * minibuf.texi (Reading File Names): Update description of
7482         `read-directory-name'.
7484         * modes.texi (Derived Modes): Clarify :group keyword.
7486 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
7488         * files.texi (Locating Files): New subsection.
7489         Describe locate-file and executable-find.
7491 2005-05-21  Kevin Ryde  <user42@zip.com.au>
7493         * frames.texi (Initial Parameters): Update cross reference to
7494         "Emacs Invocation".
7496 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
7498         * keymaps.texi (Active Keymaps): Add anchor.
7500         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7501         (Major Mode Conventions): Refer to `Auto Major Mode' in more
7502         appropriate place.
7503         (Derived Modes): Small clarifications.
7504         (Minor Mode Conventions, Keymaps and Minor Modes):
7505         Replace references to nodes with references to anchors.
7506         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7507         Clarify description of lists whose first element is an integer.
7508         (Mode Line Variables): Add anchor.
7509         (%-Constructs): Clarify description of integer after %.
7510         (Emulating Mode Line): Describe nil value for FACE.
7512 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7514         * modes.texi (Derived Modes): Correct references to non-existing
7515         variable standard-syntax-table.
7517 2005-05-17  Lute Kamstra  <lute@gnu.org>
7519         * modes.texi (Defining Minor Modes): Mention the mode hook.
7521 2005-05-15  Kim F. Storm  <storm@cua.dk>
7523         * processes.texi (Network): Remove open-network-stream-nowait.
7524         (Network Servers): Remove open-network-stream-server.
7526 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
7528         * elisp.texi (Top): Update detailed menu.
7530         * variables.texi: Reorder nodes.
7531         (Variables): Update menu.
7532         (File Local Variables): Do not refer to the `-*-' line as
7533         a "local variables list".  Add pxref.
7535 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7537         * elisp.texi (Top): Update detailed menu for node changes.
7539         * modes.texi (Modes): Update Menu.
7540         (Hooks): Move to beginning of chapter.
7541         Most minor modes run mode hooks too.
7542         `add-hook' can handle void hooks or hooks whose value is a single
7543         function.
7544         (Major Modes): Update Menu.
7545         (Major Mode Basics): New node, split off from `Major Modes'.
7546         (Major Mode Conventions): Correct xref.  Explain how to handle
7547         auto-mode-alist if the major mode command has an autoload cookie.
7548         (Auto Major Mode): Major update.  Add magic-mode-alist.
7549         (Derived Modes): Major update.
7550         (Mode Line Format): Update Menu.
7551         (Mode Line Basics): New node, split off from `Mode Line Format'.
7553         * loading.texi (Autoload): Mention `autoload cookie' as synonym
7554         for `magic autoload comment'.  Add index entries and anchor.
7556 2005-05-14  Richard M. Stallman  <rms@gnu.org>
7558         * tips.texi (Coding Conventions): Explain how important it is
7559         that just loading certain files not change Emacs behavior.
7561         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7563 2005-05-12  Lute Kamstra  <lute@gnu.org>
7565         * modes.texi (Generic Modes): Update.
7566         (Major Modes): Refer to node "Generic Modes".
7568         * elisp.texi (Top): Update to the current structure of the manual.
7569         * processes.texi (Processes): Add menu description.
7570         * customize.texi (Customization): Add menu descriptions.
7572 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7574         * processes.texi (Signals to Processes)
7575         (Low-Level Network): Fix typos.
7577 2005-05-11  Lute Kamstra  <lute@gnu.org>
7579         * elisp.texi (Top): Add some nodes from the chapter "Major and
7580         Minor Modes" to the detailed node listing.
7582 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7584         * keymaps.texi (Extended Menu Items): Menu item filter functions
7585         can be called at any time.
7587 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7589         * variables.texi (File Local Variables): `(hack-local-variables t)'
7590         now also checks whether a mode is specified in the local variables
7591         list.
7593 2005-05-05  Kevin Ryde  <user42@zip.com.au>
7595         * display.texi (The Echo Area): Correct format function cross
7596         reference.
7598 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
7600         * variables.texi (Variable Aliases): Change description of
7601         `define-obsolete-variable-alias'.
7603         * functions.texi (Functions): Add "Obsolete Functions" to menu.
7604         (Defining Functions): Add xref.
7605         (Obsolete Functions): New node.
7606         (Function Safety): Standardize capitalization of section title.
7608         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7609         (Dialog Boxes): Complete description of `x-popup-dialog'.
7611 2005-05-04  Richard M. Stallman  <rms@gnu.org>
7613         * commands.texi (Interactive Codes): Fix Texinfo usage.
7614         Document U more clearly.
7616 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7618         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7619         function and not a macro.
7621         * frames.texi (Pop-Up Menus): Correct and clarify description of
7622         `x-popup-menu'.
7623         (Dialog Boxes): Clarify description of `x-popup-dialog'.
7625 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7627         * edebug.texi (Checking Whether to Stop): Fix previous change.
7629 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7631         * display.texi: Fix typos and Texinfo usage.
7633         * edebug.texi (Checking Whether to Stop): executing-macro ->
7634         executing-kbd-macro.
7636 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7638         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7640 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7642         * files.texi (Magic File Names): Document `operations' property.
7644 2005-04-29  Lute Kamstra  <lute@gnu.org>
7646         * modes.texi (Generic Modes): New node.
7647         (Major Modes): Add it to the menu.
7648         (Derived Modes): Add "derived mode" to concept index.
7650 2005-04-28  Lute Kamstra  <lute@gnu.org>
7652         * modes.texi (Defining Minor Modes): Fix previous change.
7653         (Font Lock Mode): Simplify.
7654         (Font Lock Basics): Say that font-lock-defaults is buffer-local
7655         when set and that some parts are optional.  Add cross references.
7656         (Search-based Fontification): Say how to specify font-lock-keywords.
7657         Add cross references.  Add font-lock-multiline to index.
7658         Move font-lock-keywords-case-fold-search here from node "Other Font
7659         Lock Variables".  Document font-lock-add-keywords and
7660         font-lock-remove-keywords.
7661         (Other Font Lock Variables): Move font-lock-keywords-only,
7662         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7663         and font-lock-syntactic-face-function to node "Syntactic Font
7664         Lock".  Move font-lock-keywords-case-fold-search to node
7665         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
7666         and font-lock-{,un}fontify-{buffer,region}-function.
7667         (Precalculated Fontification): Remove reference to deleted variable
7668         font-lock-core-only.
7669         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7670         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
7671         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7672         and font-lock-syntactic-face-function here from node "Other Font
7673         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
7674         Syntax Properties".  Add cross references.
7675         (Setting Syntax Properties): New node.
7676         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7677         * syntax.texi (Syntax Properties): Add cross reference.
7678         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7680 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7682         * display.texi (Defining Faces):
7683         Document `default' elements of defface spec.
7685         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7687         * variables.texi (Variable Aliases): Clarify text.
7689 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7691         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7693 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7695         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7697 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7699         * syntax.texi (Syntax Table Internals): Elaborate documentation of
7700         syntax-after and syntax-class.
7702         * files.texi (Changing Files): Fix last change's cross-reference.
7703         (Unique File Names): Don't mention "numbers" in the documentation
7704         of make-temp-file and make-temp-name.
7706 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7708         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7710 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7712         * windows.texi (Cyclic Window Ordering): Clarify window-list.
7714 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7716         * variables.texi (Variable Aliases): Describe make-obsolete-variable
7717         and define-obsolete-variable-alias.
7719 2005-04-22  Kim F. Storm  <storm@cua.dk>
7721         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7722         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7724 2005-04-21  Lute Kamstra  <lute@gnu.org>
7726         * lists.texi (Association Lists): Document rassq-delete-all.
7728 2005-04-19  Richard M. Stallman  <rms@gnu.org>
7730         * modes.texi (Search-based Fontification): Explain that
7731         facespec is an expression to be evaluated.
7733 2005-04-19  Kevin Ryde  <user42@zip.com.au>
7735         * streams.texi (Output Functions): Fix xref.
7736         * strings.texi (String Conversion): Fix xref.
7738 2005-04-19  Kim F. Storm  <storm@cua.dk>
7740         * symbols.texi (Symbol Plists): Add safe-get.
7741         Mention that `get' may signal an error.
7743 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7745         * customize.texi (Variable Definitions): Replace tooltip-mode
7746         example with save-place.
7748 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7750         * buffers.texi (Indirect Buffers): Clarify.
7752         * positions.texi (Positions): Clarify converting marker to integer.
7754         * strings.texi (String Basics): Mention string-match; clarify.
7756 2005-04-08  Lute Kamstra  <lute@gnu.org>
7758         * modes.texi (Search-based Fontification): Fix cross references.
7759         Use consistent terminology.  Document anchored highlighting.
7761 2005-04-05  Lute Kamstra  <lute@gnu.org>
7763         * modes.texi (Defining Minor Modes): Document :group keyword
7764         argument and its default value.
7766 2005-04-03  Lute Kamstra  <lute@gnu.org>
7768         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
7769         references and/or descriptions.  Delete major mode hooks; mention
7770         them as a category instead.  Rename or delete obsolete hooks.
7772 2005-04-02  Richard M. Stallman  <rms@gnu.org>
7774         * nonascii.texi (Coding System Basics): Another wording cleanup.
7776 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7778         * nonascii.texi (Coding System Basics): Clarify previous change.
7780 2005-04-01  Kenichi Handa  <handa@m17n.org>
7782         * nonascii.texi (Coding System Basics): Describe about roundtrip
7783         identity of coding systems.
7785 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7787         * text.texi (Buffer Contents): Add filter-buffer-substring and
7788         buffer-substring-filters.
7790 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
7792         * anti.texi (Antinews): Mention `G' interactive code.
7794         * tips.texi (Compilation Tips): Mention benchmark.el.
7796 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7798         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7799         is now bound to M-o M-o.
7801         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7803 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7805         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7806         in the Emacs Manual).
7807         * Makefile.in (srcs): Remove calendar.texi.
7808         * makefile.w32-in (srcs): Remove calendar.texi.
7809         * display.texi (Display): Change name of next node.
7810         * os.texi (System In): Change name of previous node.
7811         * elisp.texi (Top): Remove Calendar references.
7812         * vol1.texi (Top): Remove Calendar references.
7813         * vol2.texi (Top): Remove Calendar references.
7815 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7817         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7818         Cleanup previous change.
7820 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7822         * display.texi (Face Attributes): Faces earlier in an :inherit
7823         list take precedence.
7824         (Scroll Bars): Fix description of vertical-scroll-bars.
7825         Document frame-current-scroll-bars and window-current-scroll-bars.
7827         * markers.texi (The Mark): Document temporary Transient Mark mode.
7829         * minibuf.texi (Reading File Names):
7830         Document read-file-name-completion-ignore-case.
7832         * positions.texi (Screen Lines): Document nil for width argument
7833         to compute-motion.
7835 2005-03-23  Kim F. Storm  <storm@cua.dk>
7837         * display.texi (Standard Faces): Other faces used in the fringe
7838         implicitly inherits from the fringe face.
7839         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7840         properties implicitly inherits from fringe face.
7841         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7843 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7845         * display.texi (Invisible Text): State default value of
7846         line-move-ignore-invisible.
7847         (Managing Overlays): Document remove-overlays.
7848         (Standard Faces): Document escape-glyph face.
7850         * minibuf.texi (Reading File Names): Document read-file-name-function.
7852         * modes.texi (Other Font Lock Variables):
7853         Document font-lock-lines-before.
7855         * positions.texi (Skipping Characters): skip-chars-forward allows
7856         character classes.
7858 2005-03-18  Lute Kamstra  <lute@gnu.org>
7860         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7862 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7864         * text.texi (Undo): Document extensible undo entries.
7866         * searching.texi (String Search, Regexp Search): Cleanups.
7868         * nonascii.texi (Character Codes): Minor fix.
7870         * display.texi (Display Property): Explain the significance
7871         of having text properties that are eq.
7872         (Other Display Specs): Explain string as display spec.
7874         * commands.texi (Interactive Codes): Document G option.
7876 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
7878         * text.texi (Filling): Add sentence-end-without-period and
7879         sentence-end-without-space.
7880         (Changing Properties): Minor fix.
7882         * anti.texi: Total rewrite.
7884 2005-03-15  Lute Kamstra  <lute@gnu.org>
7886         * edebug.texi (Instrumenting Macro Calls): Fix typos.
7888 2005-03-08  Kim F. Storm  <storm@cua.dk>
7890         * display.texi (Specified Space): Property :width is support on
7891         non-graphic terminals, :height is not.
7893 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7895         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7896         Now subnodes of Fringes.
7897         (Overlay Arrow): Document overlay-arrow-variable-list.
7898         (Fringe Size/Pos): New node, broken out of Fringes.
7899         (Display): Explain clearing vs redisplay better.
7900         (Truncation): Clarify use of bitmaps.
7901         (The Echo Area): Clarify the uses of the echo area.
7902         Add max-mini-window-height.
7903         (Progress): Clarify.
7904         (Invisible Text): Explain that main loop moves point out.
7905         (Selective Display): Say "hidden", not "invisible".
7906         (Managing Overlays): Move up.  Describe relation to Undo here.
7907         (Overlay Properties): Clarify intro.
7908         (Finding Overlays): Explain return values when nothing found.
7909         (Width): truncate-string-to-width has added arg.
7910         (Displaying Faces): Clarify and update mode line face handling.
7911         (Face Functions): Minor cleanup.
7912         (Conditional Display): Merge into Other Display Specs.
7913         (Pixel Specification, Other Display Specs): Minor cleanups.
7914         (Images, Image Descriptors): Minor cleanups.
7915         (GIF Images): Patents have expired.
7916         (Showing Images): Explain default text for insert-image.
7917         (Manipulating Button Types): Merge into Manipulating Buttons.
7918         (Making Buttons): Explain return values.
7919         (Button Buffer Commands): Add xref.
7920         (Inverse Video): Update mode-line-inverse-video.
7921         (Display Table Format): Clarify.
7922         (Active Display Table): Give defaults for window-display-table.
7924         * calendar.texi (Calendar Customizing): calendar-holiday-marker
7925         and calendar-today-marker are strings, not chars.
7926         (Holiday Customizing): Minor fix.
7928         * internals.texi (Writing Emacs Primitives): Update `or' example.
7929         Update limit on # args of subr.
7931         * edebug.texi (Using Edebug): Arrow is in fringe.
7932         (Instrumenting): Arg to eval-defun works without loading edebug.
7933         (Edebug Execution Modes): Add xref.
7935         * customize.texi (Common Keywords): Clarify :require.
7936         Mention :version here.
7937         (Variable Definitions, Group Definitions): Not here.
7938         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7940 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
7941         * nonascii.texi (Text Representations): Clarify position-bytes.
7942         (Character Sets): Add list-charset-chars.
7943         (Scanning Charsets): Add charset-after.
7944         (Encoding and I/O): Minor fix.
7946 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7948         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7949         (Resizing Windows): Likewise.
7951         * text.texi (Change Hooks): Get rid of "Emacs 21".
7953         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7955         * streams.texi (Output Variables): Get rid of "Emacs 21".
7957         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7959         * os.texi (Translating Input): Replace flow-control example
7960         with a less obsolete example that uses `keyboard-translate'.
7962         * objects.texi (Hash Table Type, Circular Objects):
7963         Get rid of "Emacs 21".
7965         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7966         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7968         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7970         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7972         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7973         (Menu Bar): Fix when menu-bar-update-hook is called.
7975         * hash.texi (Hash Tables): Get rid of "Emacs 21".
7977         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7978         and make it read better.
7980         * files.texi (Writing to Files): Get rid of "Emacs 21".
7981         (Unique File Names): Likewise.
7983         * elisp.texi: Update Emacs version to 22.
7985         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7986         (Overlay Properties, Face Attributes): Likewise.
7987         (Managing Overlays): Fix punctuation.
7988         (Attribute Functions): Clarify set-face-font; get rid of
7989         info about old Emacs versions.
7990         (Auto Faces, Font Lookup, Display Property, Images):
7991         Get rid of "Emacs 21".
7993         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7995 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7997         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7999 2005-03-04  Lute Kamstra  <lute@gnu.org>
8001         * debugging.texi (Error Debugging): Document stack-trace-on-error.
8003 2005-03-03  Lute Kamstra  <lute@gnu.org>
8005         * edebug.texi (Instrumenting Macro Calls): Fix typo.
8007 2005-03-01  Lute Kamstra  <lute@gnu.org>
8009         * debugging.texi (Debugger Commands): Update `j'.
8011 2005-02-28  Lute Kamstra  <lute@gnu.org>
8013         * debugging.texi (Debugging): Fix typo.
8014         (Error Debugging): Document eval-expression-debug-on-error.
8015         (Function Debugging): Update example.
8016         (Using Debugger): Mention starred stack frames.
8017         (Debugger Commands): Document `j' and `l'.
8018         (Invoking the Debugger): `d' and `j' exit recursive edit too.
8019         Update the messages that the debugger displays.
8020         (Internals of Debugger): Add cross reference.  Update example.
8021         (Excess Open): Minor improvement.
8022         (Excess Close): Minor improvement.
8024 2005-02-26  Richard M. Stallman  <rms@gnu.org>
8026         * tips.texi (Coding Conventions): Clarify.
8027         Put all the major mode key reservations together.
8028         Mention the Mouse-1 => Mouse-2 conventions.
8030         * syntax.texi (Syntax Class Table): Clarify.
8031         (Syntax Table Functions): syntax-after moved from here.
8032         (Syntax Table Internals): syntax-after moved to here.
8033         (Parsing Expressions): Update info on number of values
8034         and what's meaningful in the STATE argument.
8035         (Categories): Fix typo.
8037         * sequences.texi (Arrays): Cleanup.
8038         (Char-Tables): Clarify.
8040         * processes.texi (Deleting Processes): Cleanups, add xref.
8041         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
8042         (Process Information): set-process-coding-system, some args optional.
8043         (Input to Processes): Explain various types for PROCESS args.
8044         Rename them from PROCESS-NAME to PROCESS.
8045         (Signals to Processes): Likewise.
8046         (Decoding Output): Cleanup.
8047         (Query Before Exit): Clarify.
8049         * os.texi (Startup Summary): Correct the options; add missing ones.
8050         (Terminal Output, Batch Mode): Clarify.
8051         (Flow Control): Node deleted.
8053         * markers.texi (The Mark): Clarify.
8055         * macros.texi (Expansion): Cleanup.
8056         (Indenting Macros): indent-spec allows ints, not floats.
8058         * keymaps.texi (Keymaps): Clarify.
8059         (Format of Keymaps): Update lisp-mode-map example.
8060         (Active Keymaps, Key Lookup): Clarify.
8061         (Changing Key Bindings): Add xref to `kbd'.
8062         (Key Binding Commands, Simple Menu Items): Clarify.
8063         (Mouse Menus, Menu Bar): Clarify.
8064         (Menu Example): Replace print example with menu-bar-replace-menu.
8066         * help.texi (Documentation Basics): Add function-documentation prop.
8068         * elisp.texi (Top): Don't refer to Flow Control node.
8070         * commands.texi (Command Overview): Improve xrefs.
8071         (Adjusting Point): Adjusting point applies to intangible and invis.
8072         (Key Sequence Input): Doc extra read-key-sequence args.
8073         Likewise for read-key-sequence-vector.
8075         * backups.texi (Rename or Copy): Minor fix.
8076         (Numbered Backups): For version-control, say the default.
8077         (Auto-Saving): make-auto-save-file-name example is simplified.
8079         * advice.texi (Advising Functions): Don't imply one part of Emacs
8080         should advise another part.  Markup changes.
8081         (Defining Advice): Move transitional para.
8082         (Activation of Advice): Cleanup.
8083         Explain if COMPILE is nil or negative.
8085         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8087 2005-02-24  Lute Kamstra  <lute@gnu.org>
8089         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8090         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8092 2005-02-23  Lute Kamstra  <lute@gnu.org>
8094         * modes.texi (Defining Minor Modes): define-minor-mode can be used
8095         to define global minor modes as well.
8097         * display.texi (Managing Overlays): overlay-buffer returns nil for
8098         deleted overlays.
8100 2005-02-22  Kim F. Storm  <storm@cua.dk>
8102         * minibuf.texi (Basic Completion): Allow symbols in addition to
8103         strings in try-completion and all-completions.
8105 2005-02-14  Lute Kamstra  <lute@gnu.org>
8107         * elisp.texi (Top): Remove reference to deleted node.
8109         * lists.texi (Lists): Remove reference to deleted node.
8110         (Cons Cells): Fix typo.
8112         * loading.texi (Where Defined): Fix typo.
8114 2005-02-14  Richard M. Stallman  <rms@gnu.org>
8116         * variables.texi (Creating Buffer-Local): change-major-mode-hook
8117         is useful for discarding some minor modes.
8119         * symbols.texi (Symbol Components): Reorder examples.
8121         * streams.texi (Input Functions): State standard-input default.
8122         (Output Variables): State standard-output default.
8124         * objects.texi (Printed Representation): Clarify read syntax vs print.
8125         (Floating Point Type): Explain meaning better.
8126         (Symbol Type): Explain uniqueness better.
8127         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
8128         List examples sooner.
8129         (Box Diagrams): New subnode broken out.
8130         Some examples moved from old Lists as Boxes node.
8131         (Dotted Pair Notation): Clarify intro.
8132         (Array Type): Clarify.
8133         (Type Predicates): Add hash-table-p.
8135         * numbers.texi (Integer Basics): Clarify radix explanation.
8136         (Predicates on Numbers): Minor clarification.
8137         (Comparison of Numbers): Minor clarification.  Clarify eql.
8138         Typos in min, max.
8139         (Math Functions): Clarify overflow in expt.
8141         * minibuf.texi (Text from Minibuffer): Minor clarification.
8142         Mention arrow keys.
8144         * loading.texi (Autoload): defun's doc string overrides autoload's
8145         doc string.
8146         (Repeated Loading): Modernize "add to list" examples.
8147         (Where Defined): Finish updating table of load-history elts.
8149         * lists.texi (List-related Predicates): Minor wording improvement.
8150         (Lists as Boxes): Node deleted.
8151         (Building Lists): Explain trivial cases of number-sequence.
8153         * hash.texi (Hash Tables): Add desc to menu items.
8154         (Creating Hash): Explain "full" means "make larger".
8155         (Hash Access): Any object can be a key.
8156         State value of maphash.
8158         * functions.texi (What Is a Function): Wording cleanup.
8159         (Function Documentation): Minor cleanup.
8160         Explain purpose of calling convention at end of doc string.
8161         (Function Names): Wording cleanup.
8162         (Calling Functions): Wording cleanup.
8163         Explain better how funcall calls the function.
8164         (Function Cells): Delete example of saving and redefining function.
8166         * control.texi (Combining Conditions): Wording cleanup.
8167         (Iteration): dolist and dotimes bind VAR locally.
8168         (Cleanups): Xref to Atomic Changes.
8170         * compile.texi (Byte Compilation): Delete 19.29 info.
8171         (Compilation Functions): Macros' difficulties don't affect defsubst.
8172         (Docs and Compilation): Delete 19.29 info.
8174 2005-02-10  Richard M. Stallman  <rms@gnu.org>
8176         * objects.texi (Symbol Type): Minor correction.
8178 2005-02-06  Lute Kamstra  <lute@gnu.org>
8180         * modes.texi (Example Major Modes): Fix typos.
8182 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8184         * text.texi (Margins): fill-nobreak-predicate can be one function.
8186         * strings.texi (Modifying Strings): clear-string can make unibyte.
8187         (Formatting Strings): format gives error if values missing.
8189         * positions.texi (Character Motion): Mention default arg
8190         for forward-char.  backward-char refers to forward-char.
8191         (Word Motion): Mention default arg for forward-word.
8192         (Buffer End Motion): Mention default arg for beginning-of-buffer.
8193         Simplify end-of-buffer.
8194         (Text Lines): Mention default arg for forward-line.
8195         (List Motion): Mention default arg for beginning/end-of-defun.
8196         (Skipping Characters): Minor fixes in explaining character-set.
8198         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8199         Mode inheritance applies only when default-major-mode is nil.
8200         Clarifications.
8201         (Example Major Modes): Update Text mode and Lisp mode examples.
8202         (Minor Mode Conventions): Mention define-minor-mode at top.
8203         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8204         (Mode Line Format): Update mode line face display info.
8205         (Properties in Mode): Mention effect of risky vars.
8206         (Imenu): Define imenu-add-to-menubar.
8207         (Font Lock Mode): Add descriptions to menu lines.
8208         (Faces for Font Lock): Add font-lock-doc-face.
8210 2005-02-05  Lute Kamstra  <lute@gnu.org>
8212         * text.texi (Maintaining Undo): Remove obsolete function.
8214 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8216         * frames.texi (Color Names): Add pointer to the X docs about RGB
8217         color specifications.  Improve indexing.
8218         (Text Terminal Colors): Replace the description of RGB values by
8219         an xref to "Color Names".
8221 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8223         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8224         Clarify.
8225         (Selecting Windows): Clarify save-selected-window.
8226         (Cyclic Window Ordering): Clarify walk-windows.
8227         (Window Point): Clarify.
8228         (Window Start): Add comment to example.
8229         (Resizing Windows): Add `interactive' specs in examples.
8230         Document fit-window-to-buffer.
8232         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8233         (Undo, Maintaining Undo): Clarify last change.
8234         (Sorting): In sort-numeric-fields, explain about octal and hex.
8235         Mention sort-numeric-base.
8236         (Format Properties): Add xref for hard newlines.
8238         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8239         (Pop-Up Menus): Fix typo.
8240         (Color Names): Explain all types of color names.
8241         Explain color-values on B&W terminal.
8242         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
8244         * files.texi (File Locks): Not supported on MS systems.
8245         (Testing Accessibility): Clarify.
8247         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8248         (Coverage Testing): Fix typo.
8250         * commands.texi (Misc Events): Remove stray space.
8252         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8253         (Modification Time): Clarify when visited-file-modtime returns 0.
8254         (The Buffer List): Clarify bury-buffer.
8255         (Killing Buffers): Clarify.
8256         (Indirect Buffers): Add clone-indirect-buffer.
8258 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
8260         * edebug.texi (Printing in Edebug): Fix default value of
8261         edebug-print-circle.
8262         (Coverage Testing): Fix displayed frequency count data.
8264 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
8266         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8268 2005-02-02  Kim F. Storm  <storm@cua.dk>
8270         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8272 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
8274         * commands.texi (Misc Events): Describe the help-echo event.
8276         * text.texi (Special Properties) <help-echo>: Use `pos'
8277         consistently in description of the help-echo property.
8278         Use @code{nil} instead of @var{nil}.
8280         * display.texi (Overlay Properties): Fix the index entry for
8281         help-echo overlay property.
8283         * customize.texi (Type Keywords): Uncomment the xref to the
8284         help-echo property documentation.
8286 2005-01-23  Kim F. Storm  <storm@cua.dk>
8288         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8289         return value.  Third element FULLY replaced by PARTIAL which
8290         specifies number of invisible pixels if row is only partially visible.
8291         (Textual Scrolling): Mention auto-window-vscroll.
8292         (Vertical Scrolling): New defvar auto-window-vscroll.
8294 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
8296         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8297         command remapping.
8299 2005-01-15  Richard M. Stallman  <rms@gnu.org>
8301         * display.texi (Defining Images): Mention DATA-P arg of create-image.
8303 2005-01-14  Kim F. Storm  <storm@cua.dk>
8305         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8307         * text.texi (Links and Mouse-1): Fix string and vector item.
8309 2005-01-13  Richard M. Stallman  <rms@gnu.org>
8311         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8312         descriptions of overriding-local-map and overriding-terminal-local-map.
8314         * text.texi (Links and Mouse-1): Clarify text.
8316 2005-01-13  Kim F. Storm  <storm@cua.dk>
8318         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8320 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
8322         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8324 2005-01-12  Kim F. Storm  <storm@cua.dk>
8326         * text.texi (Links and Mouse-1): Rename section from Enabling
8327         Mouse-1 to Following Links.  Change xrefs.
8328         Add examples for define-button-type and define-widget.
8330         * display.texi (Button Properties, Button Buffer Commands):
8331         Clarify mouse-1 and follow-link functionality.
8333 2005-01-12  Richard M. Stallman  <rms@gnu.org>
8335         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8337         * display.texi (Beeping): Fix Texinfo usage.
8339         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8341 2005-01-11  Kim F. Storm  <storm@cua.dk>
8343         * display.texi (Button Properties, Button Buffer Commands):
8344         Mention mouse-1 binding.  Add follow-link keyword.
8346         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8347         (Enabling Mouse-1 to Follow Links): New subsection.
8349 2005-01-06  Richard M. Stallman  <rms@gnu.org>
8351         * text.texi (Special Properties): Minor change.
8353         * os.texi (Timers): Clarify previous change.
8355         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8357 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
8359         * display.texi (Face Attributes): Correct xref to renamed node.
8361 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8363         * display.texi (Face Attributes): Describe hex color specs.
8365 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8367         * os.texi (Timers): Update previous change.
8369 2004-12-30  Kim F. Storm  <storm@cua.dk>
8371         * display.texi (Line Height): Total line-height is now specified
8372         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
8373         in cons cells.  (nil . RATIO) is relative to actual line height.
8374         Use line-height `t' instead of `0' to get minimum height.
8376 2004-12-29  Richard M. Stallman  <rms@gnu.org>
8378         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8380 2004-12-28  Richard M. Stallman  <rms@gnu.org>
8382         * commands.texi (Quitting): Clarify value of with-local-quit.
8384         * elisp.texi (Top): Fix previous change.
8386         * loading.texi (Loading): Fix previous change.
8388 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8390         * Makefile.in (MAKEINFO): Specify --force.
8392         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8394         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8396         * display.texi (Line Height): Further clarify.
8398         * elisp.texi (Top): Update Loading submenu.
8400         * loading.texi (Where Defined): New node.
8401         (Unloading): load-history moved to Where Defined.
8403 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8405         * commands.texi (Event Input Misc): Add while-no-input.
8407 2004-12-11  Richard M. Stallman  <rms@gnu.org>
8409         * display.texi (Line Height): Rewrite text for clarity.
8411 2004-12-11  Kim F. Storm  <storm@cua.dk>
8413         * display.texi (Display): Add node "Line Height" to menu.
8414         (Line Height): New node.  Move full description of line-spacing
8415         and line-height text properties here from text.texi.
8416         (Scroll Bars): Add vertical-scroll-bar variable.
8418         * frames.texi (Window Frame Parameters): Remove line-height defvar.
8420         * locals.texi (Standard Buffer-Local Variables): Fix xref for
8421         line-spacing and vertical-scroll-bar.
8423         * text.texi (Special Properties): Just mention line-spacing and
8424         line-height here, add xref to new "Line Height" node.
8426 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
8428         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8430         * locals.texi (Standard Buffer-Local Variables):
8431         Add @xref for `line-spacing'.
8433 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8435         * Makefile.in (maintainer-clean): Remove the info files
8436         in $(infodir) where they are created.
8438 2004-12-03  Richard M. Stallman  <rms@gnu.org>
8440         * windows.texi (Selecting Windows): get-lru-window and
8441         get-largest-window don't consider dedicated windows.
8443         * text.texi (Undo): Document undo-in-progress.
8445 2004-11-26  Richard M. Stallman  <rms@gnu.org>
8447         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8448         Remove a few vars that are not always buffer-local.
8450 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
8452         * locals.texi (Standard Buffer-Local Variables): Comment out
8453         xref's to non-existent node `Yet to be written'.
8455 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8457         * processes.texi (Synchronous Processes): Grammar fix.
8459         * numbers.texi (Comparison of Numbers): Add eql.
8461         * locals.texi (Standard Buffer-Local Variables): Add many vars.
8463         * intro.texi (Printing Notation): Fix previous change.
8465         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8466         and default-indicate-buffer-boundaries from here.
8467         (Usual Display): To here.
8468         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8469         (Usual Display): Move tab-width up.
8471         * customize.texi (Variable Definitions):
8472         Replace show-paren-mode example with tooltip-mode.
8473         (Simple Types, Composite Types, Defining New Types):
8474         Minor cleanups.
8476 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
8478         * processes.texi (Synchronous Processes, Output from Processes):
8479         Markup fix.
8481 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8483         * positions.texi (Skipping Characters): skip-chars-forward
8484         now handles char classes.
8486         * intro.texi (Printing Notation): Avoid confusion of `print'
8487         when explaining @print.
8489         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8491         * display.texi (Display Table Format): Minor fix.
8493         * streams.texi (Output Functions): Fix print example.
8495         * Makefile.in (elisp): New target.
8496         (dist): Depend on $(infodir)/elisp, not elisp.
8497         Copy the info files from $(infodir).
8499         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8500         read-from-minibuffer.
8502         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8504 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8506         * searching.texi (Regexp Search): Add search-whitespace-regexp.
8508 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
8510         * tips.texi (Coding Conventions): Fix typo.
8512 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8514         * tips.texi (Coding Conventions): Separate defvar and require
8515         methods to avoid warnings.  Use require only when there are many
8516         functions and variables from that package.
8518         * minibuf.texi (Minibuffer Completion): When ignoring case,
8519         predicate must not be case-sensitive.
8521         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8522         (Test Coverage): Don't talk about "splotches".  Clarified.
8524 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
8526         * frames.texi (Window Frame Parameters): Fix typo.
8528 2004-11-15  Kim F. Storm  <storm@cua.dk>
8530         * symbols.texi (Other Plists): Note that plist-get may signal error.
8531         Add safe-plist-get.
8533 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
8535         * modes.texi (Font Lock Basics): Fix typo.
8537 2004-11-08  Richard M. Stallman  <rms@gnu.org>
8539         * syntax.texi (Syntax Table Functions): Add syntax-after.
8541 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
8543         * os.texi (Processor Run Time): New section documenting
8544         get-internal-run-time.
8546 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8548         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8549         it nukes elisp-cover.texi.
8550         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8551         elisp-0 etc.
8553 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
8555         * commands.texi (Keyboard Macros): Document `append' return value
8556         of `defining-kbd-macro'.
8558 2004-11-01  Richard M. Stallman  <rms@gnu.org>
8560         * commands.texi (Interactive Call): Add called-interactively-p.
8562 2004-10-29  Simon Josefsson  <jas@extundo.com>
8564         * minibuf.texi (Reading a Password): Revert.
8566 2004-10-28  Richard M. Stallman  <rms@gnu.org>
8568         * frames.texi (Display Feature Testing): Explain about "vendor".
8570 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8572         * commands.texi (Interactive Codes): `N' uses numeric prefix,
8573         not raw.  Clarify `n'.
8574         (Interactive Call): Rewrite interactive-p, focusing on when
8575         and how to use it.
8576         (Misc Events): Clarify previous change.
8578         * advice.texi (Simple Advice): Clarify what job the example does.
8579         (Around-Advice): Clarify ad-do-it.
8580         (Activation of Advice): An option of ad-default-compilation-action
8581         is `never', not `nil'.
8583 2004-10-26  Kim F. Storm  <storm@cua.dk>
8585         * commands.texi (Interactive Codes): Add U code letter.
8587 2004-10-25  Simon Josefsson  <jas@extundo.com>
8589         * minibuf.texi (Reading a Password): Add.
8591 2004-10-24  Jason Rumney  <jasonr@gnu.org>
8593         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
8594         and wheel-down.
8596 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
8598         * processes.texi (Synchronous Processes): Document process-file.
8600 2004-10-22  Kenichi Handa  <handa@m17n.org>
8602         * text.texi (translate-region): Document that it accepts also a
8603         char-table.
8605 2004-10-22  David Ponce  <david@dponce.com>
8607         * windows.texi (Resizing Windows): Document the `preserve-before'
8608         argument of the functions `enlarge-window' and `shrink-window'.
8610 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8612         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8614 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8616         * text.texi (Filling): Add anchor for definition of
8617         `sentence-end-double-space'.
8619         * searching.texi (Regexp Example): Update description of how
8620         Emacs currently recognizes the end of a sentence.
8621         (Standard Regexps): Update definition of the variable
8622         `sentence-end'.  Add definition of the function `sentence-end'.
8624 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
8626         * display.texi (Progress): New node.
8628 2004-10-05  Kim F. Storm  <storm@cua.dk>
8630         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8632 2004-09-29  Kim F. Storm  <storm@cua.dk>
8634         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8635         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
8636         fringe bitmap symbols, as they now have their own namespace.
8637         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8638         vs. pixels.  Signal error if no free bitmap slots.
8639         (Pixel Specification): Change IMAGE to @var{image}.
8641 2004-09-28  Richard M. Stallman  <rms@gnu.org>
8643         * text.texi (Special Properties): Clarify line-spacing and line-height.
8645         * searching.texi (Regexp Search): Add looking-back.
8647 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
8649         * display.texi: Correct typos.
8650         (Image Descriptors): Correct xref's.
8652 2004-09-25  Richard M. Stallman  <rms@gnu.org>
8654         * text.texi (Special Properties): Cleanups in `cursor'.
8655         Rewrites in `line-height' and `line-spacing'; exchange them.
8657         * display.texi (Fringes): Rewrite previous change.
8658         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
8659         (Display Fringe Bitmaps): Node deleted, text moved.
8660         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
8661         (Scroll Bars): Clarify set-window-scroll-bars.
8662         (Pointer Shape): Rewrite.
8663         (Specified Space): Clarify :align-to, etc.
8664         (Pixel Specification): Use @var.  Clarify new text.
8665         (Other Display Specs): Clarify `slice'.
8666         (Image Descriptors): Cleanups.
8667         (Showing Images): Cleanups.
8669 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
8671         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8673         * modes.texi: Various minor changes in addition to:
8674         (Major Mode Conventions): Final call to `run-mode-hooks' should
8675         not be inside the `delay-mode-hooks' form.
8676         (Mode Hooks): New node.
8677         (Hooks): Delete obsolete example.
8678         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8679         node "Mode Hooks".
8681 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8683         * display.texi: Correct various typos.
8684         (Display): Rename node "Pointer Shapes" to "Pointer
8685         Shape".  (There is already a node called "Pointer Shapes" in
8686         frames.texi.)
8687         (Images): Remove non-existent node "Image Slices" from menu.
8689 2004-09-23  Kim F. Storm  <storm@cua.dk>
8691         * text.texi (Special Properties): Add `cursor', `pointer',
8692         `line-height', and `line-spacing' properties.
8694         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8695         Shapes' to menu.
8696         (Standard Faces): Doc fix for fringe face.
8697         (Fringes): Add `overflow-newline-into-fringe' and
8698         'indicate-buffer-boundaries'.
8699         (Fringe Bitmaps, Pointer Shapes): New nodes.
8700         (Display Property): Add 'Pixel Specification' and 'Display Fringe
8701         Bitmaps' to menu.
8702         (Specified Space): Describe pixel width and height.
8703         (Pixel Specification): New node.
8704         (Other Display Specs): Add `slice' property.
8705         (Display Fringe Bitmaps): New node.
8706         (Images): Add 'Image Slices' to menu.
8707         (Image Descriptors): Add `:pointer' and `:map' properties.
8708         (Showing Images): Add slice arg to `insert-image'.
8709         Add 'insert-sliced-image'.
8711 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8713         * commands.texi (Key Sequence Input):
8714         Clarify downcasing in read-key-sequence.
8716 2004-09-08  Juri Linkov  <juri@jurta.org>
8718         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8720 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
8722         * locals.texi (Standard Buffer-Local Variables):
8723         Add `buffer-auto-save-file-format'.
8724         * internals.texi (Buffer Internals): Describe new
8725         auto_save_file_format field of the buffer structure.
8726         * files.texi (Format Conversion): `auto-save-file-format' has been
8727         renamed `buffer-auto-save-file-format'.
8729 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8731         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8732         an integer or a marker.
8733         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8735 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8737         * modes.texi (Major Mode Conventions): Discuss rebinding of
8738         standard key bindings.
8740 2004-08-18  Kim F. Storm  <storm@cua.dk>
8742         * processes.texi (Accepting Output): Add `just-this-one' arg to
8743         `accept-process-output'.
8744         (Output from Processes): New var `process-adaptive-read-buffering'.
8746 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8748         * keymaps.texi: Various changes in addition to:
8749         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8750         Give more varied examples for `kbd'.
8751         (Creating Keymaps): Char tables have slots for all characters
8752         without modifiers.
8753         (Active Keymaps): `overriding-local-map' and
8754         `overriding-terminal-local-map' also override text property and
8755         overlay keymaps.
8756         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8757         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8758         to denote a prefix of no events.
8759         `map-keymap' includes parent's bindings _recursively_.
8760         Clarify and correct description of `where-is-internal'.
8761         Mention BUFFER-OR-NAME arg to `describe-bindings'.
8762         (Menu Example): For menus intended for use with the keyboard, the
8763         menu items should be bound to characters or real function keys.
8765 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8767         * objects.texi (Character Type): Reposition `@anchor' to prevent
8768         double space inside sentence in Info.
8770         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8771         renamed to `disabled-command-function'.
8772         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8773         (Command Loop Info): Replace reference to it.
8774         (Disabling Commands): `disabled-command-hook' has been renamed to
8775         `disabled-command-function'.
8777 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8779         * os.texi (Translating Input): Only non-prefix bindings in
8780         `key-translation-map' override actual key bindings.  Warn about
8781         possible indirect effect of actual key bindings on non-prefix
8782         bindings in `key-translation-map'.
8784 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8786         * minibuf.texi (High-Level Completion): Add anchor for definition
8787         of `read-variable'.
8789         * commands.texi: Various changes in addition to:
8790         (Using Interactive): Clarify description of `interactive-form'.
8791         (Interactive Call): Mention default for KEYS argument to
8792         `call-interactively'.
8793         (Command Loop Info): Clarify description of `this-command-keys'.
8794         Mention KEEP-RECORD argument to `clear-this-command-keys'.
8795         Value of `last-event-frame' can be `macro'.
8796         (Repeat Events): `double-click-fuzz' is also used to distinguish
8797         clicks and drags.
8798         (Classifying Events): Clarify descriptions of `event-modifiers'
8799         `event-basic-type' and `event-convert-list'.
8800         (Accessing Events): `posn-timestamp' takes POSITION argument.
8801         (Quoted Character Input): Clarify description of
8802         `read-quoted-char' and fix example.
8803         (Quitting): Add `with-local-quit'.
8804         (Disabling Commands): Correct and clarify descriptions of
8805         `enable-command' and `disable-command'.
8806         Mention what happens if `disabled-command-hook' is nil.
8807         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8808         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8810 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8812         * frames.texi: Various changes in addition to:
8813         (Creating Frames): Expand and clarify description of `make-frame'.
8814         (Window Frame Parameters): Either none or both of the `icon-left'
8815         and `icon-top' parameters must be specified.  Put descriptions of
8816         `menu-bar-lines' and `toolbar-lines' closer together and change
8817         them accordingly.
8818         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8819         except while processing `frame-title-format' or `icon-title-format'.
8820         (Deleting Frames): Correct description of `delete-frame'.
8821         Non-nil return values of `frame-live-p' are like those of `framep'.
8822         (Frames and Windows): Mention return value of
8823         `set-frame-selected-window'.
8824         (Visibility of Frames): Mention `force' argument to
8825         `make-frame-invisible'.  `frame-visible-p' returns t for all
8826         frames on text-only terminals.
8827         (Frame Configurations): Restoring a frame configuration does not
8828         restore deleted frames.
8829         (Window System Selections): `x-set-selection' returns DATA.
8830         (Resources): Add example.
8831         (Display Feature Testing): Clarify descriptions of
8832         `display-pixel-height', `display-pixel-width', `x-server-version'
8833         and `x-server-vendor'.
8835         * windows.texi (Choosing Window): Add anchor.
8836         * minibuf.texi (Minibuffer Misc): Add anchor.
8838 2004-07-23  John Paul Wallington  <jpw@gnu.org>
8840         * macros.texi (Defining Macros): Declaration keyword for setting
8841         Edebug spec is `debug' not `edebug'.
8843 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8845         * windows.texi: Various small changes in addition to:
8846         (Window Point): Mention return value of `set-window-point'.
8847         (Window Start): `pos-visible-in-window-p' disregards horizontal
8848         scrolling.  Explain return value if PARTIALLY is non-nil.
8849         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8850         and `set-window-vscroll'.
8851         (Size of Window): The argument WINDOW to `window-inside-edges',
8852         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8853         (Resizing Windows): Explain return value of
8854         `shrink-window-if-larger-than-buffer'.
8855         `window-size-fixed' automatically becomes buffer local when set.
8856         (Window Configurations): Explain return value of
8857         `set-window-configuration'.
8859         * minibuf.texi (Minibuffer Misc): Add anchor for
8860         `minibuffer-scroll-window'.
8862         * positions.texi (Text Lines): Add anchor for `count-lines'.
8864 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8866         * display.texi (Overlay Properties): Adding `evaporate' prop
8867         deletes empty overlay immediately.
8869         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8870         fix example.
8872 2004-07-16  Jim Blandy  <jimb@redhat.com>
8874         * searching.texi (Regexp Backslash): Document new \_< and \_>
8875         operators.
8877 2004-07-16  Juanma Barranquero  <lektu@terra.es>
8879         * display.texi (Images): Fix Texinfo usage.
8881 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8883         * buffers.texi (Modification Time): `visited-file-modtime' now
8884         returns a list of two integers, instead of a cons.
8886 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8888         * windows.texi: Various changes in addition to:
8889         (Splitting Windows): Add `split-window-keep-point'.
8891 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8893         * frames.texi (Input Focus): Minor fix.
8895 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
8897         * frames.texi (Input Focus): Clarify descriptions of
8898         `select-frame-set-input-focus' and `select-frame'.
8900 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8902         * os.texi: Various small changes in addition to:
8903         (Killing Emacs): Expand and clarify description of
8904         `kill-emacs-query-functions' and `kill-emacs-hook'.
8905         (System Environment): Expand and clarify description of `getenv'
8906         and `setenv'.
8907         (Timers): Clarify description of `run-at-time'.
8908         (Translating Input): Correct description of
8909         `extra-keyboard-modifiers'.
8910         (Flow Control): Correct description of `enable-flow-control'.
8912 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
8914         * os.texi: Update copyright.
8915         (Session Management): Grammar fix.
8916         Clarify which Emacs does the restarting.
8917         Use @samp for *scratch* buffer.
8919 2004-07-04  Alan Mackenzie  <acm@muc.de>
8921         * frames.texi (Input Focus): Add documentation for
8922         `select-frame-set-input-focus'.  Replace refs to non-existent
8923         `switch-frame' with `select-frame'.  Minor corrections and tidying
8924         up of text-only terminal stuff.
8926 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8928         * files.texi (Saving Buffers): Cleanup write-contents-function.
8929         (Magic File Names): Cleanup file-remote-p.
8931 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
8933         * files.texi (Magic File Names): `file-remote-p' returns an
8934         identifier of the remote system, not just t.
8936 2004-07-02  David Kastrup  <dak@gnu.org>
8938         * searching.texi (Entire Match Data): Add explanation about new
8939         match-data behavior when @var{integers} is non-nil.
8941 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8943         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8945         * customize.texi (Variable Definitions): Note about doc strings
8946         and :set.
8948         * keymaps.texi (Keymap Terminology): Document `kbd'.
8949         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8951         * display.texi (Invisible Text): Setting buffer-invisibility-spec
8952         makes it buffer-local.
8954         * files.texi (Saving Buffers): Correct previous change.
8956         * commands.texi (Accessing Events):
8957         Clarify posn-col-row and posn-actual-col-row.
8959 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
8961         * commands.texi (Accessing Events): New functions
8962         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
8964 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8966         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8967         * frames.texi, buffers.texi, backups.texi, variables.texi:
8968         * loading.texi, eval.texi, functions.texi, control.texi:
8969         * symbols.texi, minibuf.texi: Reposition @anchor's.
8971         * help.texi: Various small changes in addition to the following.
8972         (Describing Characters): Describe PREFIX argument to
8973         `key-description'.  Correct and clarify definition of
8974         `text-char-description'.  Describe NEED-VECTOR argument to
8975         `read-kbd-macro'.
8976         (Help Functions): Clarify definition of `apropos'.
8978 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8980         * files.texi (Saving Buffers): Correct description of
8981         `write-contents-functions'.
8983 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8985         * display.texi (Images): Remove redundant @vindex directives.
8986         Rewrite `image-library-alist' doc in active voice.
8988 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8990         * display.texi (Images): Document new delayed library loading,
8991         variable `image-library-alist' and (existing but undocumented)
8992         function `image-type-available-p'.
8994 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8996         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8997         refer the user to the Initial Input node.
8998         (Text from Minibuffer): Likewise.
8999         (Initial Input): New node.  Document this feature
9000         and say it is mostly deprecated.
9002 2004-05-30  Richard M. Stallman  <rms@gnu.org>
9004         * loading.texi (Named Features): Clarify return value
9005         and meaning of NOERROR.
9007         * variables.texi (File Local Variables): Minor cleanup.
9009 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
9011         * files.texi (Magic File Names): Add `file-remote-p' as operation
9012         of file name handlers.
9014 2004-05-29  Richard M. Stallman  <rms@gnu.org>
9016         * modes.texi (Minor Mode Conventions): (-) has no special meaning
9017         as arg to a minor mode command.
9019 2004-05-22  Richard M. Stallman  <rms@gnu.org>
9021         * syntax.texi (Syntax Class Table): Word syntax not just for English.
9023         * streams.texi (Output Variables): Doc float-output-format.
9025         * searching.texi (Regexp Special): Nested repetition can be infloop.
9027         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9028         real stack overflow.
9030         * compile.texi: Minor cleanups.
9032 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
9034         * lists.texi (Cons Cells): Explain dotted lists, true lists,
9035         circular lists.
9036         (List Elements): Explain handling of circular and dotted lists.
9038 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
9040         * modes.texi (Search-based Fontification): Fix typo.
9042 2004-05-10  Juanma Barranquero  <lektu@terra.es>
9044         * modes.texi (Mode Line Variables): Fix description of
9045         global-mode-string, which is now after which-func-mode, not the
9046         buffer name.
9048 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
9050         * modes.texi (Desktop Save Mode): Add.
9051         (Modes): Add menu entry Desktop Save Mode.
9053         * hooks.texi: Add desktop-after-read-hook,
9054         desktop-no-desktop-file-hook and desktop-save-hook.
9056         * locals.texi: Add desktop-save-buffer.
9058 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
9060         * display.texi: emacs -> Emacs.
9062 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
9064         * files.texi (Changing Files): Document set-file-times.
9066 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9068         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9070 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
9072         * tips.texi (Coding Conventions): defopt -> defcustom.
9074 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
9076         * sequences.texi: Various clarifications.
9078 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
9080         * buffers.texi (Read Only Buffers): Mention optional ARG to
9081         `toggle-read-only'.
9083 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
9085         * windows.texi (Selecting Windows): Note that get-lru-window
9086         returns a full-width window if possible.
9088 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
9090         * buffers.texi: Various changes in addition to:
9091         (Buffer File Name): Add `find-buffer-visiting'.
9092         (Buffer Modification): Mention optional ARG to `not-modified'.
9093         (Indirect Buffers): Mention optional CLONE argument to
9094         `make-indirect-buffer'.
9096         * files.texi: Various changes in addition to:
9097         (Visiting Functions): `find-file-hook' is now a normal hook.
9098         (File Name Expansion): Explain difference between the way that
9099         `expand-file-name' and `file-truename' treat `..'.
9100         (Contents of Directories): Mention optional ID-FORMAT argument to
9101         `directory-files-and-attributes'.
9102         (Format Conversion): Mention new optional CONFIRM argument to
9103         `format-write-file'.
9105 2004-04-12  Miles Bader  <miles@gnu.org>
9107         * macros.texi (Expansion): Add description of `macroexpand-all'.
9109 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
9111         * variables.texi (Variable Aliases):
9112         Mention cyclic-variable-indirection.
9114         * errors.texi (Standard Errors): Ditto.
9116 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
9118         * backups.texi: Various small changes in addition to:
9119         (Making Backups): Mention return value of `backup-buffer'.
9120         (Auto-Saving): Mention optional FORCE argument to
9121         `delete-auto-save-file-if-necessary'.
9122         (Reverting): Mention optional PRESERVE-MODES argument to
9123         `revert-buffer'.  Correct description of `revert-buffer-function'.
9125 2004-03-22  Juri Linkov  <juri@jurta.org>
9127         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9128         with `Vector Functions'.
9130         * text.texi (Sorting): Add missing quote.
9132 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
9134         * intro.texi (Lisp History): Replace xref to `cl' manual with
9135         inforef.
9137 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9139         * intro.texi (Version Info): Add arg to emacs-version.
9140         (Lisp History): Change xref to CL manual.
9142 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
9144         * minibuf.texi (Completion Commands): Add xref to Emacs manual
9145         for Partial Completion mode.
9147 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
9149         * customize.texi: Fix typo.  Remove eol whitespace.
9151 2004-03-04  Richard M. Stallman  <rms@gnu.org>
9153         * processes.texi: Fix typos.
9155         * lists.texi (Building Lists): Minor clarification.
9157         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9158         in make-hash-table.
9160 2004-02-29  Juanma Barranquero  <lektu@terra.es>
9162         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9163         rm, and ignore exit code.
9165 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
9167         * display.texi (Defining Faces): Add description for min-colors.
9168         Update example.
9170 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
9172         * abbrevs.texi: Various corrections and clarifications in addition
9173         to the following:
9174         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9176 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9178         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9180 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
9182         * text.texi: Various small changes in addition to the following:
9183         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9184         to delete-horizontal-space.
9185         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9186         description of yank-handler text property at various places.
9188         * frames.texi (Window System Selections): Add anchor.
9190         * syntax.texi (Syntax Table Functions): Clarify and correct
9191         descriptions of make-syntax-table and copy-syntax-table.
9192         (Motion and Syntax): Clarify SYNTAXES argument to
9193         skip-syntax-forward.
9194         (Parsing Expressions): Mention that the return value of
9195         parse-partial-sexp is currently a list of ten rather than nine
9196         elements.
9197         (Categories): Various corrections and clarifications.
9199 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
9201         * markers.texi (Marker Insertion Types): Minor change.
9203         * locals.texi (Standard Buffer-Local Variables):
9204         * commands.texi (Interactive Codes, Using Interactive):
9205         * functions.texi (Related Topics): Fix xrefs.
9207 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9209         * lists.texi (Sets And Lists): Update description of delete-dups.
9211 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9213         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9215 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
9217         * frames.texi (Parameter Access): frame-parameters arg is optional.
9218         modify-frame-parameters handles nil for FRAME.
9219         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9220         are all-or-nothing for certain toolkits.
9221         Mention parameter wait-for-wm.
9222         (Frames and Windows): In frame-first-window and frame-selected-window
9223         the arg is optional.
9224         (Input Focus): In redirect-frame-focus the second arg is optional.
9225         (Window System Selections): Mention selection type CLIPBOARD.
9226         Mention data-type UTF8_STRING.
9227         Mention numbering of cut buffers.
9228         (Resources): Describe x-resource-name.
9230 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9232         * windows.texi (Buffers and Windows): Delete false table
9233         about all-frames.
9235         * syntax.texi (Parsing Expressions): Delete old caveat
9236         about parse-sexp-ignore-comments.
9238         * streams.texi (Output Variables): Add print-quoted.
9240         * lists.texi (Building Lists): Minor cleanup.
9242         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9244         * display.texi (Overlays): Explain overlays use markers.
9245         (Managing Overlays): Explain front-advance and rear-advance
9246         in more detail.
9248         * loading.texi (Unloading): Document unload-feature-special-hooks.
9249         Get rid of fns-NNN.el file.
9251 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9253         * help.texi (Describing Characters): Fix text-char-description
9254         example output.
9256         * edebug.texi (Using Edebug): Fix example.
9258         * debugging.texi (Internals of Debugger): Fix return value.
9260         * files.texi (Changing Files): Fix argname.
9262         * calendar.texi: Fix parens, and default values.
9264         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9265         * nonascii.texi, objects.texi, os.texi: Minor fixes.
9266         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
9268         * positions.texi (Text Lines): Don't add -1 in current-line.
9270 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9272         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9274 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9276         * processes.texi (Low-Level Network): Fix a typo.
9278 2004-02-12  Kim F. Storm  <storm@cua.dk>
9280         * display.texi (Fringes): Use consistent wording.
9281         Note that window-fringe's window arg is optional.
9282         (Scroll Bars): Use consistent wording.
9284 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
9286         * tips.texi (Comment Tips): Document the new conventions for
9287         commenting out code.
9289 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
9291         * positions.texi (Text Lines): Add missing end defun.
9293 2004-02-07  Kim F. Storm  <storm@cua.dk>
9295         * positions.texi (Text Lines): Add line-number-at-pos.
9297 2004-02-06  John Paul Wallington  <jpw@gnu.org>
9299         * display.texi (Button Properties, Button Buffer Commands):
9300         mouse-2 invokes button, not down-mouse-1.
9302 2004-02-04  Jason Rumney  <jasonr@gnu.org>
9304         * makefile.w32-in: Sync with Makefile.in changes.
9306 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
9308         * minibuf.texi (Text from Minibuffer): Various corrections and
9309         clarifications.
9310         (Object from Minibuffer): Correct Lisp description of
9311         read-minibuffer.
9312         (Minibuffer History): Clarify description of cons values for
9313         HISTORY arguments.
9314         (Basic Completion): Various corrections and clarifications.
9315         Add completion-regexp-list.
9316         (Minibuffer Completion): Correct and clarify description of
9317         completing-read.
9318         (Completion Commands): Mention Partial Completion mode.
9319         Various other minor changes.
9320         (High-Level Completion): Various corrections and clarifications.
9321         (Reading File Names): Ditto.
9322         (Minibuffer Misc): Ditto.
9324 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
9326         * strings.texi (Text Comparison): assoc-string also matches
9327         elements of alists that are strings instead of conses.
9328         (Formatting Strings): Standardize Texinfo usage.  Update index
9329         entries.
9331 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
9333         * lists.texi (Sets And Lists): Add delete-dups.
9335 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
9337         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9338         special form.
9339         * macros.texi (Defining Macros): Update description of `declare',
9340         which now is a macro.
9341         (Wrong Time): Fix typos.
9343 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
9345         * compile.texi (Compilation Functions): Expand descriptions of
9346         `compile-defun', `byte-compile-file', `byte-recompile-directory'
9347         and `batch-byte-compile'.  In particular, mention and describe
9348         all optional arguments.
9349         (Disassembly): Correct and clarify the description of `disassemble'.
9351 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
9353         * searching.texi: Various small changes in addition to the
9354         following.
9355         (Regexp Example): Adapt to new value of `sentence-end'.
9356         (Regexp Functions): The PAREN argument to `regexp-opt' can be
9357         `words'.
9358         (Search and Replace): Add usage note for `perform-replace'.
9359         (Entire Match Data): Mention INTEGERS and REUSE arguments to
9360         `match-data'.
9361         (Standard Regexps): Update for new values of `paragraph-start'
9362         and `sentence-end'.
9364 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
9366         * files.texi (Saving Buffers): Clarify descriptions of
9367         `write-contents-functions' and `before-save-hook'.
9368         Make the defvar's for `before-save-hook' and `after-save-hook'
9369         into defopt's.
9371 2004-01-07  Kim F. Storm  <storm@cua.dk>
9373         * commands.texi (Click Events): Describe new image and
9374         width/height elements of click events.
9375         (Accessing Events): Add posn-string, posn-image, and
9376         posn-object-width-height.  Change posn-object to return either
9377         image or string object.
9379 2004-01-01  Simon Josefsson  <jas@extundo.com>
9381         * hooks.texi (Standard Hooks): Add before-save-hook.
9382         * files.texi (Saving Buffers): Likewise.
9384 2004-01-03  Richard M. Stallman  <rms@gnu.org>
9386         * frames.texi (Frames and Windows): Delete frame-root-window.
9388 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9390         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9392         * functions.texi: Various small changes in addition to the
9393         following.
9394         (What Is a Function): `functionp' returns nil for macros.
9395         Clarify behavior of this and following functions for symbol arguments.
9396         (Function Documentation): Add `\' in front of (fn @var{arglist})
9397         and explain why.
9398         (Defining Functions): Mention DOCSTRING argument to `defalias'.
9399         Add anchor.
9400         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
9402 2004-01-01  Miles Bader  <miles@gnu.org>
9404         * display.texi (Buttons): New section.
9406 2003-12-31  Andreas Schwab  <schwab@suse.de>
9408         * numbers.texi (Math Functions): sqrt reports a domain-error
9409         error.
9410         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9412 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9414         * tips.texi (Documentation Tips): Update item on hyperlinks in
9415         documentation strings.
9417         * errors.texi (Standard Errors): Various small corrections and
9418         additions.
9420         * control.texi: Various small changes in addition to the
9421         following.
9422         (Signaling Errors): Provide some more details on how `signal'
9423         constructs the error message.  Add anchor to the definition of
9424         `signal'.
9425         (Error Symbols): Describe special treatment of `quit'.
9426         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9427         to emphasize that it has to be a single form.
9429         * buffers.texi: Add anchor.
9431 2003-12-29  Richard M. Stallman  <rms@gnu.org>
9433         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9434         (Window Configurations): Add window-configuration-frame.
9436         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9438         * text.texi (Examining Properties): Add get-char-property-and-overlay.
9439         Change arg name in get-char-property.
9440         (Special Properties): Update handling of keymap property.
9442         * strings.texi (Modifying Strings): Add clear-string.
9443         (Text Comparison): Add assoc-string and remove
9444         assoc-ignore-case, assoc-ignore-representation.
9446         * os.texi (Time of Day): Add set-time-zone-rule.
9448         * numbers.texi (Math Functions): asin, acos, log, log10
9449         report domain-error errors.
9451         * nonascii.texi (Converting Representations):
9452         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9453         (Encoding and I/O): Add file-name-coding-system.
9455         * modes.texi (Search-based Fontification): Explain that
9456         face specs are symbols with face names as values.
9458         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9460         * lists.texi (Building Lists): remq moved elsewhere.
9461         (Sets And Lists): remq moved here.
9462         (Association Lists): Refer to assoc-string.
9464         * internals.texi (Garbage Collection): Add memory-use-counts.
9466         * frames.texi (Frames and Windows): Add set-frame-selected-window
9467         and frame-root-window.
9469         * files.texi (Contents of Directories):
9470         Add directory-files-and-attributes.
9472         * display.texi (Refresh Screen): Add force-window-update.
9473         (Invisible Text): Explain about moving point out of invis text.
9474         (Overlay Properties): Add overlay-properties.
9475         (Managing Overlays): Add overlayp.
9476         (GIF Images): Invalid image number displays a hollow box.
9478         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9479         (Killing Buffers): Add buffer-live-p.
9481 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9483         * display.texi (Fringes): Fix typo "set-buffer-window".
9485 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
9487         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9488         * nonascii.texi, processes.texi, tips.texi, variables.texi:
9489         Add or change various xrefs and anchors.
9491         * commands.texi: Replace all occurrences of @acronym{CAR} with
9492         @sc{car}, for consistency with the rest of the Elisp manual.
9493         `car' and `cdr' are historically acronyms, but are no longer
9494         widely thought of as such.
9496         * internals.texi (Pure Storage): Mention that `purecopy' does not
9497         copy text properties.
9498         (Object Internals): Now 29 bits are used (in most implementations)
9499         to address Lisp objects.
9501         * variables.texi (Variables with Restricted Values): New node.
9503         * objects.texi (Lisp Data Types): Mention that certain variables
9504         can only take on a restricted set of values and add an xref to
9505         the new node "Variables with Restricted Values".
9507         * eval.texi (Function Indirection): Describe the errors that
9508         `indirect-function' can signal.
9509         (Eval): Clarify the descriptions of `eval-region' and `values'.
9510         Describe `eval-buffer' instead of `eval-current-buffer' and
9511         mention `eval-current-buffer' as an alias for `current-buffer'.
9512         Correct the description and mention all optional arguments.
9514         * nonascii.texi: Various small changes in addition to the
9515         following.
9516         (Converting Representations): Clarify behavior of
9517         `string-make-multibyte' and `string-to-multibyte' for unibyte all
9518         ASCII arguments.
9519         (Character Sets): Document the variable `charset-list' and adapt
9520         the definition of the function `charset-list' accordingly.
9521         (Translation of Characters): Clarify use of generic characters in
9522         `make-translation-table'.  Clarify and correct the description of
9523         the use of translation tables in encoding and decoding.
9524         (User-Chosen Coding Systems): Correct and clarify the description
9525         of `select-safe-coding-system'.
9526         (Default Coding Systems): Clarify description of
9527         `file-coding-system-alist'.
9529 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9531         * strings.texi (Text Comparison): Correctly describe when two
9532         strings are `equal'.  Combine and clarify descriptions of
9533         `assoc-ignore-case' and `assoc-ignore-representation'.
9535         * objects.texi (Non-ASCII in Strings): Clarify description of
9536         when a string is unibyte or multibyte.
9537         (Bool-Vector Type): Update examples.
9538         (Equality Predicates): Correctly describe when two strings are
9539         `equal'.
9541 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
9543         * lists.texi (Building Lists): `append' no longer accepts integer
9544         arguments.  Update the description of `number-sequence' to reflect
9545         recent changes.
9546         (Sets And Lists): Describe `member-ignore-case' after `member'.
9548 2003-11-27  Kim F. Storm  <storm@cua.dk>
9550         * commands.texi (Click Events): Click object may be an images.
9551         Describe (dx . dy) element of click positions.
9552         (Accessing Events): Remove duplicate posn-timestamp.
9553         New functions posn-object and posn-object-x-y.
9555 2003-11-23  Kim F. Storm  <storm@cua.dk>
9557         * commands.texi (Click Events): Describe enhancements to event
9558         position lists, including new text-pos and (col . row) items.
9559         Mention left-fringe and right-fringe area events.
9560         (Accessing Events): New functions posn-area and
9561         posn-actual-col-row.  Mention posn-timestamp.  Mention that
9562         posn-point in non-text area still returns buffer position.
9563         Clarify posn-col-row.
9565 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
9567         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9568         * anti.texi (File Attributes): Describe removed parameter
9569         ID-FORMAT.
9571 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
9573         * positions.texi (Positions): Mention that, if a marker is used as
9574         a position, its buffer is ignored.
9576         * markers.texi (Overview of Markers): Mention it here too.
9578 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
9580         * numbers.texi (Numeric Conversions): Not just `floor', but also
9581         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9583 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
9585         * markers.texi (Creating Markers): Specify insertion type of
9586         created markers.  Add xref to `Marker Insertion Types'.
9587         Second argument to `copy-marker' is optional.
9588         (Marker Insertion Types): Mention that most markers are created
9589         with insertion type nil.
9590         (The Mark): Correctly describe when `mark' signals an error.
9591         (The Region): Correctly describe when `region-beginning' and
9592         `region-end' signal an error.
9594 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
9596         * hash.texi (Creating Hash): Clarify description of `eql'.
9597         `makehash' is obsolete.
9598         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9600         * positions.texi (Point): Change description of `buffer-end', so
9601         that it is also correct for floating point arguments.
9602         (List Motion): Correct argument lists of `beginning-of-defun' and
9603         `end-of-defun'.
9604         (Excursions): Add xref to `Marker Insertion Types'.
9605         (Narrowing): Argument to `narrow-to-page' is optional.
9607 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
9609         * streams.texi (Output Streams): Clarify behavior of point for
9610         marker output streams.
9612 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9614         * variables.texi (Defining Variables): Second argument to
9615         `defconst' is not optional.
9616         (Setting Variables): Mention optional argument APPEND to
9617         `add-to-list'.
9618         (Creating Buffer-Local): Expand description of
9619         `make-variable-buffer-local'.
9620         (Frame-Local Variables): Expand description of
9621         `make-variable-frame-local'.
9622         (Variable Aliases): Correct description of optional argument
9623         DOCSTRING to `defvaralias'.  Mention return value of
9624         `defvaralias'.
9625         (File Local Variables): Add xref to `File variables' in Emacs
9626         Manual.  Correct description of `hack-local-variables'.  Mention
9627         `safe-local-variable' property.  Mention optional second argument
9628         to `risky-local-variable-p'.
9630 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
9632         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9634 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9636         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9637         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9638         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9639         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9640         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9641         lispref/processes.texi, lispref/searching.texi,
9642         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9643         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9644         @acronym{FOO}.
9646 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
9648         * strings.texi (Creating Strings): Argument START to `substring'
9649         can not be `nil'.  Expand description of
9650         `substring-no-properties'.  Correct description of `split-string',
9651         especially with respect to empty matches.  Prevent very bad line
9652         break in definition of `split-string-default-separators'.
9653         (Text Comparison): `string=' and `string<' also accept symbols as
9654         arguments.
9655         (String Conversion): More completely describe argument BASE in
9656         `string-to-number'.
9657         (Formatting Strings): `%s' and `%S' in `format' do require
9658         corresponding object.  Clarify behavior of numeric prefix after
9659         `%' in `format'.
9660         (Case Conversion): The argument to `upcase-initials' can be a
9661         character.
9663 2003-10-27  Kenichi Handa  <handa@m17n.org>
9665         * display.texi (Fontsets): Fix texinfo usage.
9667 2003-10-25  Kenichi Handa  <handa@m17n.org>
9669         * display.texi (Fontsets): Add description of the function
9670         set-fontset-font.
9672 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
9674         * display.texi (Temporary Displays): Add xref to `Documentation
9675         Tips'.
9677         * functions.texi (Function Safety): Use inforef instead of pxref
9678         for SES.
9680 2003-10-23  Andreas Schwab  <schwab@suse.de>
9682         * Makefile.in (TEX, texinputdir): Don't define.
9683         (TEXI2DVI): Define.
9684         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9685         add $(srcdir)/index.texi.
9686         ($(infodir)/elisp): Remove index.texi dependency.
9687         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
9688         (index.texi): Remove target.
9689         (dist): Don't link $(srcdir)/permute-index.
9690         (clean): Don't remove index.texi.
9692         * permute-index, index.perm: Remove.
9693         * index.texi: Rename from index.unperm.
9695 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
9697         * tips.texi (Documentation Tips): Document new behavior for face
9698         and variable hyperlinks in Help mode.
9700 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
9702         * objects.texi (Integer Type): Update for extra bit of integer range.
9703         (Character Type): Ditto.
9705 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9707         * numbers.texi (Integer Basics): Add index entries for reading
9708         numbers in hex, octal, and binary.
9710 2003-10-16  Lute Kamstra  <lute@gnu.org>
9712         * modes.texi (Mode Line Format): Mention force-mode-line-update's
9713         argument.
9715 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
9717         * windows.texi (Choosing Window): Fix typo.
9718         * edebug.texi (Edebug Execution Modes): Fix typo.
9720 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9722         * windows.texi (Basic Windows): A window has fringe settings,
9723         display margins and scroll-bar settings.
9724         (Splitting Windows): Doc split-window return value.
9725         Clean up one-window-p.
9726         (Selecting Windows): Fix typo.
9727         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9728         (Buffers and Windows): In set-window-buffer, explain effect
9729         on fringe settings and scroll bar settings.
9730         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9731         (Choosing Window): Use defopt for pop-up-frame-function.
9732         For special-display-buffer-names, explain same-window and same-frame.
9733         Clarify window-dedicated-p return value.
9734         (Textual Scrolling): scroll-up and scroll-down can get an error.
9735         (Horizontal Scrolling): Clarify auto-hscroll-mode.
9736         Clarify set-window-hscroll.
9737         (Size of Window): Don't mention tool bar in window-height.
9738         (Coordinates and Windows): Explain what coordinates-in-window-p
9739         returns for fringes and display margins.
9740         (Window Configurations): Explain saving fringes, etc.
9742         * tips.texi (Library Headers): Clean up Documentation.
9744         * syntax.texi (Parsing Expressions): Clean up forward-comment
9745         and parse-sexp-lookup-properties.
9747         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9749         * os.texi (System Environment): Clean up text for load-average errors.
9751         * modes.texi (Hooks): Don't explain local hook details at front.
9752         Clarify run-hooks and run-hook-with-args a little.
9753         Clean up add-hook and remove-hook.
9755         * edebug.texi (Edebug Execution Modes): Clarify t.
9756         Document edebug-sit-for-seconds.
9757         (Coverage Testing): Document C-x X = and =.
9758         (Instrumenting Macro Calls): Fix typo.
9759         (Specification List): Don't index the specification keywords.
9761 2003-10-10  Kim F. Storm  <storm@cua.dk>
9763         * processes.texi (Network): Introduce make-network-process.
9765 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9767         * tips.texi (Library Headers): Fix typo.
9769 2003-10-07  Juri Linkov  <juri@jurta.org>
9771         * modes.texi (Imenu): Mention imenu-create-index-function's
9772         default value.  Explain submenus better.
9774 2003-10-07  Lute Kamstra  <lute@gnu.org>
9776         * modes.texi (Faces for Font Lock): Fix typo.
9777         (Hooks): Explain how buffer-local hook variables can refer to
9778         global hook variables.
9779         Various minor clarifications.
9781 2003-10-06  Lute Kamstra  <lute@gnu.org>
9783         * tips.texi (Coding Conventions): Mention naming conventions for
9784         hooks.
9786 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
9788         * loading.texi (Library Search): Correct default value of
9789         load-suffixes.
9790         (Named Features): Fix typo.
9792 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9794         * loading.texi (Named Features): In `provide',
9795         say how to test for subfeatures.
9796         (Unloading): In unload-feature, use new var name
9797         unload-feature-special-hooks.
9799 2003-10-03  Lute Kamstra  <lute@gnu.org>
9801         * modes.texi (Major Mode Conventions): Mention third way to set up
9802         Imenu.
9803         (Imenu): A number of small fixes.
9804         Delete documentation of internal variable imenu--index-alist.
9805         Document the return value format of imenu-create-index-function
9806         functions.
9808 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9810         * processes.texi (Network): Say what stopped datagram connections do.
9812         * lists.texi (Association Lists): Clarify `assq-delete-all'.
9814         * display.texi (Overlay Properties): Clarify `evaporate' property.
9816 2003-09-29  Lute Kamstra  <lute@gnu.org>
9818         * modes.texi (Mode Line Data): Explain when symbols in mode-line
9819         constructs should be marked as risky.
9820         Change cons cell into proper list.
9821         (Mode Line Variables): Change cons cell into proper list.
9823 2003-09-26  Lute Kamstra  <lute@gnu.org>
9825         * modes.texi (Mode Line Data): Document the :propertize construct.
9826         (Mode Line Variables): Reorder the descriptions of the variables
9827         to match their order in the default mode-line-format.
9828         Describe the new variables mode-line-position and mode-line-modes.
9829         Update the default values of mode-line-frame-identification,
9830         minor-mode-alist, and default-mode-line-format.
9831         (Properties in Mode): Mention the :propertize construct.
9833 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9835         * buffers.texi, commands.texi, debugging.texi, eval.texi:
9836         * loading.texi, minibuf.texi, text.texi, variables.texi:
9837         Avoid @strong{Note:}.
9839 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9841         * keymaps.texi (Remapping Commands): Fix typo.
9843 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
9845         * processes.texi (Low-Level Network): Fix typo.
9847 2003-09-23  Kim F. Storm  <storm@cua.dk>
9849         * processes.texi (Network, Network Servers): Fix typos.
9850         (Low-Level Network): Add timeout value for :server keyword.
9851         Add new option keywords to make-network-process.
9852         Add set-network-process-options.
9853         Explain how to test availability of network options.
9855 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9857         * text.texi (Motion by Indent): Arg to
9858         backward-to-indentation and forward-to-indentation is optional.
9860         * strings.texi (Creating Strings): Add substring-no-properties.
9862         * processes.texi
9863         (Process Information): Add list-processes arg QUERY-ONLY.
9864         Delete process-contact from here.
9865         Add new status values for process-status.
9866         Add process-get, process-put, process-plist, set-process-plist.
9867         (Synchronous Processes): Add call-process-shell-command.
9868         (Signals to Processes): signal-process allows process objects.
9869         (Network): Complete rewrite.
9870         (Network Servers, Datagrams, Low-Level Network): New nodes.
9872         * positions.texi (Word Motion): forward-word, backward-word
9873         arg is optional.  Reword.
9875         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9877         * variables.texi (Creating Buffer-Local):
9878         Delete duplicate definition of buffer-local-value.
9879         (File Local Variables): Explain about discarding text props.
9881 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9883         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9884         changes variables that record input events.
9885         (Minibuffer Misc): Add minibuffer-selected-window.
9887         * lists.texi (Building Lists): Add copy-tree.
9889         * display.texi (Fontsets): Add char-displayable-p.
9890         (Scroll Bars): New node.
9892 2003-09-08  Lute Kamstra  <lute@gnu.org>
9894         * modes.texi (%-Constructs): Document new `%i' and `%I'
9895         constructs.
9897 2003-09-03  Peter Runestig  <peter@runestig.com>
9899         * makefile.w32-in: New file.
9901 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9903         * display.texi (Overlay Properties): Clarify how priorities
9904         affect use of the properties.
9906 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9908         * customize.texi (Type Keywords): Correct the description of
9909         `:help-echo' in the case where `motion-doc' is a function.
9911 2003-08-14  John Paul Wallington  <jpw@gnu.org>
9913         * modes.texi (Emulating Mode Line): Subsection, not section.
9915 2003-08-13  Richard M. Stallman  <rms@gnu.org>
9917         * elisp.texi (Top): Update subnode lists in menu.
9919         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9920         (Kill Functions): kill-region has new arg yank-handler.
9921         (Yanking): New node.
9922         (Yank Commands): Add yank-undo-function.
9923         (Low-Level Kill Ring):
9924         kill-new and kill-append have new arg yank-handler.
9925         (Changing Properties): Add remove-list-of-text-properties.
9926         (Atomic Changes): New node.
9928         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9930         * streams.texi (Output Variables): Add eval-expression-print-length
9931         and eval-expression-print-level.
9933         * os.texi (Time Conversion): For encode-time, explain limits on year.
9935         * objects.texi (Character Type): Define anchor "modifier bits".
9937         * modes.texi (Emulating Mode Line): New node.
9938         (Search-based Fontification): Font Lock uses font-lock-face property.
9939         (Other Font Lock Variables): Likewise.
9941         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9942         not vectors.
9943         (Active Keymaps): Add emulation-mode-map-alists.
9944         (Functions for Key Lookup): key-binding has new arg no-remap.
9945         (Remapping Commands): New node.
9946         (Scanning Keymaps): where-is-internal has new arg no-remap.
9947         (Tool Bar): Add tool-bar-local-item-from-menu.
9948         Clarify when to use tool-bar-add-item-from-menu.
9950         * commands.texi (Interactive Call): commandp has new arg.
9951         (Command Loop Info): Add this-original-command.
9953 2003-08-06  John Paul Wallington  <jpw@gnu.org>
9955         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9957         * display.texi (Warning Basics): Fix typo.
9958         (Fringes): Add closing curly bracket and fix typo.
9960         * elisp.texi (Top): Fix typo.
9962 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9964         * elisp.texi: Update lists of subnodes.
9966         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9968         * variables.texi (Local Variables): Use lc for example variable names.
9970         * tips.texi (Library Headers): Explain where to put -*-.
9972         * strings.texi (Creating Strings): Fix xref for vconcat.
9974         * sequences.texi (Vector Functions):
9975         vconcat no longer allows integer args.
9977         * minibuf.texi (Reading File Names): read-file-name has new
9978         arg PREDICATE.  New function read-directory-name.
9980         * macros.texi (Defining Macros): Give definition of `declare'.
9981         (Indenting Macros): New node.
9983         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9984         (Window Frame Parameters): Make separate table of parameters
9985         that are coupled with specific face attributes.
9986         (Deleting Frames): delete-frame-hooks renamed to
9987         delete-frame-functions.
9989         * files.texi (Magic File Names): Add file-remote-p.
9990         Clarify file-local-copy.
9992         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9993         here; instead xref Defining Macros.
9995         * display.texi (Warnings): New node, and subnodes.
9996         (Fringes): New node.
9998         * debugging.texi (Test Coverage): New node.
10000         * compile.texi (Compiler Errors): Explain with-no-warnings
10001         and other ways to suppress warnings.
10003         * commands.texi (Interactive Call): Minor clarification.
10005         * buffers.texi (Buffer File Name): set-visited-file-name
10006         renames the buffer too.
10008         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10010 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
10012         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10014 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
10016         * internals.texi (Garbage Collection): Fix previous change.
10018 2003-07-22  Richard M. Stallman  <rms@gnu.org>
10020         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10022         * display.texi (Width): Use \s syntax in example.
10023         (Font Selection): Add face-font-rescale-alist.
10025         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10026         Remove spurious indent in example.
10028         * lists.texi (Building Lists): Add number-sequence.
10030         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10032         * functions.texi (Function Documentation): Explain how to
10033         show calling convention explicitly in the doc string.
10035         * windows.texi (Selecting Windows): save-selected-window saves
10036         selected window of each frame.
10037         (Window Configurations): Minor change.
10039         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10041         * streams.texi (Output Variables): Add print-continuous-numbering
10042         and print-number-table.
10044         * processes.texi (Decoding Output): New node.
10046         * os.texi (Time Conversion): decode-time arg is optional.
10048         * objects.texi (Character Type): Don't use space as example for \.
10049         Make list of char names and \-sequences correspond.
10050         Explain that \s is not used in strings.  `\ ' needs space after.
10052         * nonascii.texi (Converting Representations): Add string-to-multibyte.
10053         (Translation of Characters): Add translation-table-for-input.
10054         (Default Coding Systems): Add auto-coding-functions.
10055         (Explicit Encoding): Add decode-coding-inserted-region.
10056         (Locales): Add locale-info.
10058         * minibuf.texi (Basic Completion): Describe test-completion.
10059         Collections can be lists of strings.
10060         Clean up lazy-completion-table.
10061         (Programmed Completion): Mention test-completion.
10062         Clarify why lambda expressions are not accepted.
10063         (Minibuffer Misc): Describe minibufferp.
10065 2003-07-14  Richard M. Stallman  <rms@gnu.org>
10067         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10069         * windows.texi (Selecting Windows): New arg to select-window.
10070         (Selecting Windows): Add with-selected-window.
10071         (Size of Window): Add window-inside-edges, etc.
10073         * internals.texi (Garbage Collection): Add post-gc-hook.
10075         * processes.texi (Subprocess Creation): Add exec-suffixes.
10077         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10078         (Scanning Keymaps): Add map-keymaps.
10079         (Defining Menus): Add keymap-prompt.
10081         * numbers.texi (Integer Basics): Add most-positive-fixnum,
10082         most-negative-fixnum.
10084         * compile.texi (Byte Compilation): Explain no-byte-compile.
10085         (Compiler Errors): New node.
10087         * os.texi (User Identification): user-uid, user-real-uid
10088         can return float.
10090         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10091         and about derived modes.
10092         (Minor Modes): Add minor-mode-list.
10093         (Defining Minor Modes): Keyword args for define-minor-mode.
10094         (Search-based Fontification): Explain managing other properties.
10095         (Other Font Lock Variables): Add font-lock-extra-managed-props.
10096         (Faces for Font Lock): Add font-lock-preprocessor-face.
10097         (Hooks): Add run-mode-hooks and delay-mode-hooks.
10099         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10100         (Variable Aliases): Clarify defvaralias.
10102         * loading.texi (Library Search): Add load-suffixes.
10104         * minibuf.texi (Basic Completion): Add lazy-completion-table.
10105         (Programmed Completion): Add dynamic-completion-table.
10107         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10108         (Magic File Names): Specify precedence order of handlers.
10110         * commands.texi (Command Overview): Emacs server runs pre-command-hook
10111         and post-command-hook.
10112         (Waiting): New calling convention for sit-for.
10114         * text.texi (Special Properties): local-map and keymap properties
10115         apply based on their stickiness.
10117 2003-07-07  Richard M. Stallman  <rms@gnu.org>
10119         * modes.texi (Minor Mode Conventions): Specify only some kinds
10120         of list values as args to minor modes.
10122         * files.texi (File Name Expansion): Warn about iterative use
10123         of substitute-in-file-name.
10125         * advice.texi (Activation of Advice): Clean up previous change.
10127 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
10129         * advice.texi (Activation of Advice): Note that ad-start-advice is
10130         turned on by default.
10132 2003-06-30  Richard M. Stallman  <rms@gnu.org>
10134         * text.texi (Buffer Contents): Document current-word.
10135         (Change Hooks): Not called for *Messages*.
10137         * functions.texi (Defining Functions): Explain about redefining
10138         primitives.
10139         (Function Safety): Rename.  Minor changes.
10140         Comment out the detailed criteria for what is safe.
10142 2003-06-22  Andreas Schwab  <schwab@suse.de>
10144         * objects.texi (Symbol Type): Fix description of examples.
10146 2003-06-16  Andreas Schwab  <schwab@suse.de>
10148         * hash.texi (Creating Hash): Fix description of :weakness.
10150 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
10152         * files.texi (Changing Files): copy-file copies file modes, too.
10154 2003-05-28  Richard M. Stallman  <rms@gnu.org>
10156         * strings.texi (Creating Strings): Clarify split-string.
10158 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
10160         * strings.texi (Creating Strings): Update split-string specification
10161         and examples.
10163 2003-05-19  Richard M. Stallman  <rms@gnu.org>
10165         * elisp.texi: Correct invariant section names.
10167 2003-04-20  Richard M. Stallman  <rms@gnu.org>
10169         * os.texi (Timers): Explain about timers and quitting.
10171 2003-04-19  Richard M. Stallman  <rms@gnu.org>
10173         * internals.texi (Writing Emacs Primitives): Strings are
10174         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
10175         Explain GCPRO convention for varargs function args.
10177 2003-04-16  Richard M. Stallman  <rms@gnu.org>
10179         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10181 2003-04-08  Richard M. Stallman  <rms@gnu.org>
10183         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10185 2003-02-13  Kim F. Storm  <storm@cua.dk>
10187         * objects.texi (Character Type): New \s escape for space.
10189 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
10191         * os.texi (System Environment): Add cygwin system-type.
10193 2003-01-25  Richard M. Stallman  <rms@gnu.org>
10195         * keymaps.texi: Document that a symbol can act as a keymap.
10197 2003-01-13  Richard M. Stallman  <rms@gnu.org>
10199         * text.texi (Changing Properties): Say string indices are origin-0.
10201         * positions.texi (Screen Lines) <compute-motion>:
10202         Correct order of elts in return value.
10204         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10205         how to define a default binding.
10207 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
10209         * loading.texi (Unloading): Fix recent change for load-history.
10211         * customize.texi (Simple Types): Clarify description of custom
10212         type 'number.  Describe new custom type 'float.
10214 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
10216         * variables.texi (File Local Variables): Fix typo.
10218 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
10220         From Michael Albinus <Michael.Albinus@alcatel.de>.
10222         * README: Target for Info file is `make info'.
10224         * files.texi (File Name Components): Fix typos in
10225         `file-name-sans-extension'.
10226         (Magic File Names): Complete list of operations for magic file
10227         name handlers.
10229 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
10231         * variables.texi (File Local Variables): New function
10232         risky-local-variable-p.
10234 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
10236         * functions.texi (Function safety): New node about unsafep.
10238 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10240         * customize.texi (Splicing into Lists): Fix example.
10241         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
10243 2002-06-17  Juanma Barranquero  <lektu@terra.es>
10245         * frames.texi (Display Feature Testing): Fix typo.
10247 2002-06-12  Andreas Schwab  <schwab@suse.de>
10249         * frames.texi (Initial Parameters, Resources): Fix references to
10250         the Emacs manual.
10252 2002-05-13  Kim F. Storm  <storm@cua.dk>
10254         * variables.texi (Intro to Buffer-Local): Updated warning and
10255         example relating to changing buffer inside let.
10257 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
10259         * os.texi (Session Management): New node about X Session management.
10261 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
10263         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
10264         to which the manual corresponds, and the copyright years.
10266         * Makefile.in (VERSION): Set to 2.9.
10268 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
10270         * elisp.texi: Change the category in @dircategory to "Emacs", to
10271         make it consistent with info/dir.
10273 2001-11-25  Miles Bader  <miles@gnu.org>
10275         * text.texi (Fields): Describe new `limit' arg in
10276         field-beginning/field-end.
10278 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
10280         * permute-index: Don't depend on csh-specific features.
10281         Replace the interpreter name with /bin/sh.
10283         * two-volume-cross-refs.txt: New file.
10284         * two.el: New file.
10285         * spellfile: New file.
10287 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
10289         * permute-index: New file.
10291         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10292         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10293         8+3 restricted namespace.
10295         * Makefile.in (infodir): Define relative to $(srcdir).
10296         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10297         include directories list via -I switch to makeinfo.
10298         (index.texi): Use cp if both hard and symbolic links fail.
10300 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
10302         * Makefile.in (distclean): Add.
10304         The following changes make ELisp manual part of the Emacs
10305         distribution:
10307         * Makefile.in: Add Copyright notice.
10308         (prefix): Remove.
10309         (infodir): Change value to "../info".
10310         (VPATH): New variable.
10311         (MAKE): Don't define.
10312         (texmacrodir): Don't define.
10313         (texinputdir): Append the existing value of TEXINPUTS.
10314         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
10315         command to be compatible with man/Makefile.in, and to put the
10316         output into ../info.
10317         (info): Add target.
10318         (installall): Target removed.
10320 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
10322         * tips.texi (Coding Conventions): Fix typo.
10324 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
10326         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10328 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
10330         * files.texi (File Name Components): Update the description of
10331         file-name-sans-extension and file-name-extension, as they now
10332         ignore leading dots.
10334 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
10336         * (Version 21.1 released.)
10338 2001-10-19  Miles Bader  <miles@gnu.org>
10340         * positions.texi (Text Lines): Describe behavior of
10341         `beginning-of-line'/`end-of-line' in the presence of field properties.
10343 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
10345         * Makefile.in (VERSION): Set to 2.8.
10346         (manual): Use `manual-21'.
10348         * elisp.texi (VERSION): Add and use it where the version
10349         number was used.  Set it to 2.8.
10351         * intro.texi: Likewise.
10353 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
10355         * files.texi (File Name Completion): Document the significance of
10356         a trailing slash in elements of completion-ignored-extensions.
10358 2001-10-06  Miles Bader  <miles@gnu.org>
10360         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10362 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10364         * variables.texi (Variable Aliases): New node.
10366 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10368         * Branch for 21.1.
10370 2001-10-02  Miles Bader  <miles@gnu.org>
10372         * minibuf.texi (Minibuffer Misc): Add entries for
10373         `minibuffer-contents', `minibuffer-contents-no-properties', and
10374         `delete-minibuffer-contents'.
10375         Correct description for `minibuffer-prompt-end'.
10377         * text.texi (Property Search): Correct descriptions of
10378         `next-char-property-change' and `previous-char-property-change'.
10379         Add entries for `next-single-char-property-change' and
10380         `previous-single-char-property-change'.
10381         Make operand names a bit more consistent.
10383 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
10385         * frames.texi (Finding All Frames): Document that next-frame and
10386         previous-frame are local to current terminal.
10388 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
10390         * keymaps.texi (Creating Keymaps): Fix the description of the
10391         result of make-keymap.
10393 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
10395         * display.texi (Font Lookup, Attribute Functions)
10396         (Image Descriptors): Add cross-references to the definition of
10397         selected frame.
10399         * buffers.texi (The Buffer List): Add cross-references to the
10400         definition of selected frame.
10402         * frames.texi (Input Focus): Clarify which frame is _the_ selected
10403         frame at any given time.
10404         (Multiple Displays, Size and Position): Add a cross-reference to
10405         the definition of the selected frame.
10407 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10409         * strings.texi (String Conversion) <string-to-number>: Document
10410         that a float is returned for integers that are too large.
10412         * frames.texi (Mouse Position): Document mouse-position-function.
10413         (Display Feature Testing): Document display-images-p.
10414         (Window Frame Parameters): Document the cursor-type variable.
10416         * numbers.texi (Integer Basics): Document CL style read syntax for
10417         integers in bases other than 10.
10419         * positions.texi (List Motion):
10420         Document open-paren-in-column-0-is-defun-start.
10422         * lists.texi (Sets And Lists): Document member-ignore-case.
10424         * internals.texi (Garbage Collection): Document the used and free
10425         strings report.
10426         (Memory Usage): Document strings-consed.
10428         * os.texi (Time of Day): Document float-time.
10429         (Recording Input): Document that clear-this-command-keys clears
10430         the vector to be returned by recent-keys.
10432         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10433         argument keymap can be a list.
10435         * nonascii.texi (User-Chosen Coding Systems)
10436         <select-safe-coding-system>: Document the new argument
10437         accept-default-p and the variable
10438         select-safe-coding-system-accept-default-p.  Tell what happens if
10439         buffer-file-coding-system is undecided.
10440         (Default Coding Systems): Document auto-coding-regexp-alist.
10442         * display.texi (The Echo Area) <message>: Document
10443         message-truncate-lines.
10444         (Glyphs): Document that the glyph table is unused on windowed
10445         displays.
10447         * help.texi (Describing Characters) <single-key-description>:
10448         Document the new argument no-angles.
10449         (Accessing Documentation) <documentation-property>: Document that
10450         a non-string property is evaluated.
10451         <documentation>: Document that the function-documentation property
10452         is looked for.
10454         * windows.texi (Selecting Windows): Document some-window.
10456         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10458         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10459         apropos-mode-hook.
10461         * commands.texi (Using Interactive): Document interactive-form.
10462         (Keyboard Macros): Document kbd-macro-termination-hook.
10463         (Command Loop Info): Document that clear-this-command-keys clears
10464         the vector to be returned by recent-keys.
10466 2001-09-04  Werner LEMBERG  <wl@gnu.org>
10468         * Makefile.in (srcdir, texinputdir): New variables.
10469         (srcs, index.texi, install): Use $(srcdir).
10470         (.PHONY): Remove elisp.dvi.
10471         (elisp): Use -I switch for makeinfo.
10472         (elisp.dvi): Use $(srcdir) and $(texinputdir).
10473         (installall, dist): Use $(srcdir).
10474         Fix path to texinfo.tex.
10475         (maintainer-clean): Add elisp.dvi and elisp.oaux.
10477 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
10479         * display.texi (Conditional Display): Adjust to API change.
10481         * configure: New file.
10483 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
10485         * commands.texi (Repeat Events): Add description of
10486         double-click-fuzz.
10488 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
10490         * syntax.texi (Syntax Class Table): Add the missing designator for
10491         comment and string fences.
10492         (Syntax Properties): Add a xref to syntax table internals.
10493         (Syntax Table Internals): Document string-to-syntax.
10495 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
10497         * Makefile.in (install): Use install-info command line options
10498         like in Emacs' Makefile.in.
10500 2000-12-09  Miles Bader  <miles@gnu.org>
10502         * windows.texi (Window Start): Update documentation for
10503         `pos-visible-in-window-p'.
10505 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
10507         * lists.texi (Building Lists): Add footnote to explain how to add
10508         to the end of a list.
10510 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10512         * files.texi (Visiting Functions): Typos.
10514 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
10516         * files.texi (Visiting Functions): Return value of
10517         find-file-noselect may be a list of buffers if wildcards are used.
10519 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10521         * display.texi (Defining Faces): Document `graphic' display type
10522         in face specs.
10524 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10526         * hooks.texi (Standard Hooks): Replace obsolete
10527         `after-make-frame-hook' with `after-make-frame-functions'.
10529         * frames.texi (Creating Frames): Ditto.
10531         * variables.texi (Future Local Variables): Ditto.
10533 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
10535         * display.texi (Other Image Types): Add description of :foreground
10536         and :background properties of mono PBM images.
10538 2000-08-17  Werner LEMBERG  <wl@gnu.org>
10540         * .cvsignore: New file.
10542 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
10544         * tindex.pl: New script.
10546 1999-12-03  Dave Love  <fx@gnu.org>
10548         * Makefile.in (MAKEINFO): New parameter.
10550 1999-09-17  Richard Stallman  <rms@gnu.org>
10552         * Makefile.in (srcs): Add hash.texi.
10553         (VERSION): Update to 20.6.
10555 1999-09-13  Richard Stallman  <rms@gnu.org>
10557         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10559 1998-08-29  Karl Heuer  <kwzh@gnu.org>
10561         * configure.in: New file.
10562         * Makefile.in: Renamed from Makefile.
10563         (prefix, infodir): Use value obtained from configure.
10564         (emacslibdir): Obsolete variable deleted.
10565         (dist): Distribute configure.in, configure, Makefile.in.
10567 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10569         * Makefile (INSTALL_INFO): New variable.
10570         (install): Run install-info.
10572 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10574         * Makefile (elisp.dvi): Add missing backslash.
10576 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
10578         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10579         Run texindex without `./'.  Always run texindex on elisp.tp.
10580         (elisp.tps): Target deleted.
10582 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
10584         * Makefile (srcs): Add nonascii.texi and customize.texi.
10585         (dist): Start by deleting `temp'.
10587 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
10589         * Makefile (makeinfo, texindex): Targets deleted.
10590         (makeinfo.o, texindex.o): Targets deleted.
10591         (clean, dist): Don't do anything with them or with getopt*.
10593 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
10595         * Makefile (SHELL): Defined.
10597 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
10599         * Makefile (elisp.tps): New target.
10600         (elisp.dvi): Depend on elisp.tps.
10602 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10604         * README: Update phone number.
10606         * Makefile (elisp): Make this be the default target.
10607         Depend on makeinfo.c instead of makeinfo.
10608         (install): Don't depend on elisp.dvi, since we don't install that.
10609         Use mkinstalldirs.
10610         (dist): Add mkinstalldirs.
10612 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10614         * Makefile (VERSION): Update version number.
10615         (maintainer-clean): Rename from realclean.
10617 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
10619         * Makefile (realclean): New target.
10620         (elisp): Remove any old elisp-* files first.
10622 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
10624         * Makefile (VERSION): New variable.
10625         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10626         Compressed file suffix should be `.gz', not `.z'.
10628 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10630         * Makefile (elisp): Depend on makeinfo.
10632 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
10634         * Makefile (srcs): Add anti.texi.
10636 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10638         * Makefile (infodir, prefix): New vars.
10639         (install): Use infodir.
10640         (emacsinfodir): Delete.
10642 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10644         * Makefile (srcs): Add calendar.texi.
10646         * Makefile (dist): Copy texindex.c and makeinfo.c.
10647         Limit elisp-* files to those with one or two digits.
10649 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10651         * Makefile (dist): Change to use Gzip instead of compress.
10653 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10655         * loading.texi (Unloading): define-function changed back to
10656         defalias.  It may not stay this way, but at least it's
10657         consistent with the known-good version of the code patch.
10659 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10661         * modes.texi (Hooks): Document new optional arg of add-hook.
10663 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10665         * variables.texi: Document nil initial value of buffer-local variables.
10667         * tips.texi: Add new section on standard library headers.
10669 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10671         * Makefile (srcs): Add frame.texi to the list of sources.
10673 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10675         * Makefile (dist): Don't bother excluding autosave files; they'll
10676         never make it into the temp directory anyway, and the hash marks
10677         in the name are problematic for make and the Bourne shell.
10678         (srcs):
10680 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10682         * Makefile (dist): Don't include backup files or autosave files in
10683         the distribution tar file.
10685 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10687         * Makefile (srcs): Add index.perm.
10688         (elisp.dvi): Remove erroneous shell comment.
10689         Expect output of permute-index in permuted.fns.
10690         Save old elisp.aux in elisp.oaux.
10691         (clean): Add index.texi to be deleted.
10693 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10695         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10697 1990-06-26  David Lawrence  (tale@geech)
10699         * files.texi: Noted that completion-ignored-extensions is ignored
10700         when making *Completions*.
10702 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
10704         * Makefile  make dist now depends on elisp.dvi, since it tries
10705         to include it in the dist file.
10707 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10709         * functions.texinfo (Mapping Functions): Add missing quote.
10711 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10713         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10714         (defunargs): Turn off \hyphenchar of \sl font temporarily.
10716 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10718         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10719         and @error{} are the terms now being used.  The files in the
10720         directory have been changed to reflect this.
10722         * All instances of @indentedresultt{} have been changed to
10723         `     @result{}', using 5 spaces at the beginning of the line.
10725 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10727         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10728         experimental @indentedresult{}, @indentedexpandsto{} are part of
10729         the texinfo.tex in this directory.  These TeX macros are not
10730         stable yet.
10732 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10734         * texinfo.tex: Temporarily added
10735                 \let\result=\dblarrow
10736                 \def\error{{\it ERROR} \longdblarrow}
10737         We need to do this better soon.
10739 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10741         * Applied Karl Berry's patches to *.texinfo files, but not to
10742         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
10743         new title page format is also not applied, since it requires
10744         texinfo.tex changes.)
10746         * Cleaned up `Makefile' and defined the `emacslibdir' directory
10747         for the Project GNU development environment.
10749 ;; Local Variables:
10750 ;; coding: utf-8
10751 ;; End:
10753   Copyright (C) 1998-2012  Free Software Foundation, Inc.
10755   This file is part of GNU Emacs.
10757   GNU Emacs is free software: you can redistribute it and/or modify
10758   it under the terms of the GNU General Public License as published by
10759   the Free Software Foundation, either version 3 of the License, or
10760   (at your option) any later version.
10762   GNU Emacs is distributed in the hope that it will be useful,
10763   but WITHOUT ANY WARRANTY; without even the implied warranty of
10764   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10765   GNU General Public License for more details.
10767   You should have received a copy of the GNU General Public License
10768   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.