Update Debugging chapter of Lisp manual.
[emacs.git] / doc / lispref / ChangeLog
blob5f0bf3fb6944cde53489d2dacabd3969db898109
1 2012-02-11  Chong Yidong  <cyd@gnu.org>
3         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
4         (Error Debugging): Note that debug-ignored-errors overrides list
5         values of debug-on-error too.  Add xref to Signaling Errors.  Note
6         that debug-on-signal is not customizable.  Mention
7         condition-case-unless-debug.
8         (Compilation Errors): Node deleted.
10         * compile.texi (Compiler Errors): Move a paragraph here from
11         deleted node Compilation Errors.
13 2012-02-10  Leo Liu  <sdl.web@gmail.com>
15         * control.texi (Handling Errors): Change condition-case-no-debug
16         to condition-case-unless-debug.
18 2012-02-10  Chong Yidong  <cyd@gnu.org>
20         * advice.texi (Defining Advice): Clarify ad-unadvise.
21         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
22         is not abnormal.
23         (Advising Primitives): Node deleted; ad-define-subr-args has been
24         removed.
26         * compile.texi (Speed of Byte-Code): Use float-time in example.
27         (Compilation Functions): Note that the log uses Compilation mode.
28         Don't discuss the contents of byte-code function object here.
29         (Compilation Functions): De-document internal function byte-code.
30         (Docs and Compilation): Minor clarifications.
32         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
33         Objects.
35 2012-02-10  Glenn Morris  <rgm@gnu.org>
37         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
38         Mention secure-hash.
39         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
41 2012-02-10  Chong Yidong  <cyd@gnu.org>
43         * loading.texi (Loading): Don't emphasize "library" terminology.
44         (Library Search): load-path is not a user option.  Mention role of
45         -L option and packages.  Improve examples.
46         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
47         obsolete.
48         (Autoload): Minor clarifications.
50 2012-02-10  Glenn Morris  <rgm@gnu.org>
52         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
54         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
56 2012-02-08  Glenn Morris  <rgm@gnu.org>
58         * loading.texi (Named Features): Update the require example.
60 2012-02-07  Glenn Morris  <rgm@gnu.org>
62         * modes.texi (Defining Minor Modes):
63         Expand on args of defined minor modes.
65 2012-02-07  Chong Yidong  <cyd@gnu.org>
67         * variables.texi (Creating Buffer-Local): Minor clarification
68         to buffer-local-variables doc (Bug#10715).
70 2012-02-07  Glenn Morris  <rgm@gnu.org>
72         * display.texi (ImageMagick Images): General update.
73         Move most details of imagemagick-render-type to the variable's doc.
75 2012-02-06  Glenn Morris  <rgm@gnu.org>
77         * keymaps.texi (Tool Bar): Mention separators.
78         (Inheritance and Keymaps):
79         Mention make-composed-keymap and multiple inheritance.
81         * modes.texi (Running Hooks): Mention run-hook-wrapped.
83         * control.texi (Handling Errors):
84         Mention condition-case-no-debug and with-demoted-errors.
86 2012-02-05  Chong Yidong  <cyd@gnu.org>
88         * customize.texi (Common Keywords): Minor clarifications.
89         Document custom-unlispify-remove-prefixes.
90         (Variable Definitions): Backquotes in defcustom seem to work fine
91         now.  Various other copyedits.
92         (Simple Types): Copyedits.  Document color selector.
93         (Composite Types): Copyedits.
94         (Splicing into Lists): Clarifications.
96         * eval.texi (Backquote): Move from macros.texi.
98         * macros.texi (Expansion): Minor clarification.
99         (Backquote): Move node to eval.texi.
100         (Defining Macros): Move an example from Backquote node.
101         (Argument Evaluation): No need to mention Pascal.
102         (Indenting Macros): Add xref to Defining Macros.
104 2012-02-05  Glenn Morris  <rgm@gnu.org>
106         * debugging.texi (Error Debugging): Mention debug-on-event default.
108 2012-02-04  Glenn Morris  <rgm@gnu.org>
110         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
112         * debugging.texi (Error Debugging): Mention debug-on-event.
113         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
115         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
117         * text.texi (Buffer Contents):
118         Update filter-buffer-substring description.
120 2012-02-04  Chong Yidong  <cyd@gnu.org>
122         * functions.texi (What Is a Function): Add closures.  Mention
123         "return value" terminology.  Add xref for command-execute.  Remove
124         unused "keystroke command" terminology.
125         (Lambda Expressions): Give a different example than in the
126         following subsection.  Add xref to Anonymous Functions.
127         (Function Documentation): Remove gratuitous markup.
128         (Function Names): Move introductory text to `What Is a Function'.
129         (Defining Functions): Fix defun argument spec.
130         (Anonymous Functions): Document lambda macro explicitly.  Mention
131         effects on lexical binding.
132         (Function Cells): Downplay direct usage of fset.
133         (Closures): New node.
134         (Inline Functions): Remove "open-code" terminology.
135         (Declaring Functions): Minor tweak; .m is not C code.
137         * variables.texi (Variables): Don't refer to "global value".
138         (Local Variables, Void Variables): Copyedits.
139         (Lexical Binding): Minor clarification of example.
140         (File Local Variables): Mention :safe and :risky defcustom args.
141         (Lexical Binding): Add xref to Closures node.
143 2012-02-04  Glenn Morris  <rgm@gnu.org>
145         * minibuf.texi (High-Level Completion): Updates for read-color.
147 2012-02-03  Glenn Morris  <rgm@gnu.org>
149         * display.texi (GIF Images): Mention animation.
150         Remove commented-out old example of animation.
151         (Animated Images): New subsection.
152         * elisp.texi (Top):
153         * vol1.texi (Top):
154         * vol2.texi (Top): Add Animated Images menu entry.
156         * display.texi (Image Formats): Remove oddly specific information
157         on versions of image libraries.
158         (GIF Images, TIFF Images): Minor rephrasing.
160 2012-02-02  Glenn Morris  <rgm@gnu.org>
162         * processes.texi (Synchronous Processes):
163         Mention call-process's :file gets overwritten.
165         * commands.texi (Reading One Event):
166         * help.texi (Help Functions): Document read-char-choice.
168         * hooks.texi (Standard Hooks):
169         * modes.texi (Keymaps and Minor Modes):
170         * text.texi (Commands for Insertion): Document post-self-insert-hook.
172         * hooks.texi (Standard Hooks): Add prog-mode-hook.
174         * hooks.texi (Standard Hooks):
175         * modes.texi (Major Mode Conventions, Mode Hooks):
176         Document change-major-mode-after-body-hook.
178 2012-02-01  Glenn Morris  <rgm@gnu.org>
180         * modes.texi (Defining Minor Modes):
181         Mention disabling global minor modes on a per-major-mode basis.
183 2012-01-31  Chong Yidong  <cyd@gnu.org>
185         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
186         (Parser State): Remove unnecessary statement (Bug#10661).
188         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
190 2012-01-31  Glenn Morris  <rgm@gnu.org>
192         * modes.texi (Defining Minor Modes):
193         Document define-minor-mode's new :variable keyword.
195 2012-01-29  Chong Yidong  <cyd@gnu.org>
197         * syntax.texi (Syntax Class Table): Tweak description of newline
198         char syntax (Bug#9619).
200         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
201         description (Bug#10189).
203 2012-01-29  Glenn Morris  <rgm@gnu.org>
205         * files.texi (Changing Files): Document SELinux support.
207         * windows.texi (Window Sizes): Fix typo.
209 2012-01-28  Chong Yidong  <cyd@gnu.org>
211         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
212         doc (Bug#8568).
214         * frames.texi (Input Focus): Add NORECORD arg to
215         select-frame-set-input-focus.  Clarify its role in select-frame.
217         * text.texi (Transposition): We don't use transpose-region as an
218         internal subroutine (Bug#3249).
220         * modes.texi (Example Major Modes): Update Lisp example code to
221         current sources.  Delete the old non-derived-major-mode example,
222         which has diverged badly from current sources.
224 2012-01-27  Glenn Morris  <rgm@gnu.org>
226         * makefile.w32-in (texinputdir): Fix (presumed) typo.
227         (VERSION, manual): Remove, unused.
229 2012-01-27  Chong Yidong  <cyd@gnu.org>
231         * commands.texi (Command Overview): Minor clarification (Bug#10384).
233 2012-01-26  Chong Yidong  <cyd@gnu.org>
235         * searching.texi (String Search): Document negative repeat count
236         (Bug#10507).
238 2012-01-26  Glenn Morris  <rgm@gnu.org>
240         * variables.texi (Using Lexical Binding):
241         Mention that lexical-binding should be set in the first line.
243 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
245         * macros.texi (Defining Macros): Don't claim that `declare' only
246         affects Edebug and indentation.
248 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
250         * macros.texi (Defining Macros): Slight `declare' fixup.
252 2012-01-25  Glenn Morris  <rgm@gnu.org>
254         * makefile.w32-in (texinputdir):
255         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
257 2012-01-24  Chong Yidong  <cyd@gnu.org>
259         * variables.texi (Variables, Local Variables, Void Variables):
260         Edit to make the descriptions less specific to dynamic binding.
261         (Local Variables): Default max-specpdl-size is now 1300.
262         (Defining Variables): Edits for lexical scoping.  Delete
263         information about starting docstrings with *.  De-document
264         user-variable-p.
265         (Tips for Defining): Remove an unimportant discussion of quitting
266         in the middle of a load.
267         (Accessing Variables, Setting Variables): Discuss lexical binding.
268         (Variable Scoping): Rewrite.
269         (Scope, Extent, Impl of Scope): Nodes deleted.
270         (Dynamic Binding): New node, with material from Scope, Extent, and
271         Impl of Scope nodes.
272         (Dynamic Binding Tips): Rename from Using Scoping.
273         (Lexical Binding): Rewrite.
274         (Using Lexical Binding): Rename from Converting to Lexical
275         Binding.  Convert to subsection.
277         * customize.texi (Variable Definitions): Add custom-variable-p.
278         Move user-variable-p documentation here.
280 2012-01-23  Chong Yidong  <cyd@gnu.org>
282         * strings.texi (Text Comparison): Minor qualification.
284         * lists.texi (Cons Cells): Copyedits.
285         (List Elements): Mention push.
286         (List Variables): Mention pop.
287         (Rings): Move to sequences.texi.
289         * sequences.texi (Sequence Functions): Don't repeat the
290         introduction already given in the parent.
291         (Vectors): Copyedits.
292         (Rings): Move from lists.texi.  Note that this is specific to the
293         ring package.
295         * symbols.texi (Definitions, Symbol Components): Mention variable
296         scoping issues.
297         (Plists and Alists): Copyedits.
299         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
300         correctness with lexical scoping.
301         (Eval): Copyedits.
303 2012-01-21  Chong Yidong  <cyd@gnu.org>
305         * intro.texi (A Sample Function Description): Special notation
306         used for macros too.
308         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
309         (Symbol Type): Add xref for keyword symbols.
310         (Sequence Type): Clarify differences between sequence types.
311         (Cons Cell Type): Add "linked list" index entry.
312         (Non-ASCII in Strings): Copyedits.
313         (Equality Predicates): Symbols with same name need not be eq.
315         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
316         ldexp.  Move float-e and float-pi to Math Functions node.
318 2012-01-21  Glenn Morris  <rgm@gnu.org>
320         * modes.texi (Auto Major Mode):
321         * variables.texi (File Local Variables):
322         Mention inhibit-local-variables-regexps.
324 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
326         * windows.texi (Window Configurations): Rewrite references to
327         persistent window parameters.
328         (Window Parameters): Fix description of persistent window
329         parameters.
331 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
333         * windows.texi (Window Parameters): Use @pxref.
335 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
337         * windows.texi (Window Configurations, Window Parameters):
338         Describe persistent window parameters.
340 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
342         * variables.texi (Creating Buffer-Local): Warn against misuses of
343         make-variable-buffer-local (bug#10258).
345 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
349 2012-01-06  Chong Yidong  <cyd@gnu.org>
351         * variables.texi (Directory Local Variables): Document
352         hack-dir-local-variables-non-file-buffer.
354 2012-01-06  Glenn Morris  <rgm@gnu.org>
356         * maps.texi (Standard Keymaps): Refer to Info-edit by name
357         rather than by keybinding.
359 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
361         * frames.texi (Font and Color Parameters): Add @pxref.
363 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
365         * frames.texi (Font and Color Parameters):
366         Document w32 font backends (bug#10399).
368 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
370         * files.texi (File Attributes, Changing Files):
371         Use a more-natural notation for octal numbers.
373 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
375         * variables.texi (Variables with Restricted Values):
376         Change reference to variable (bug#10354).
378 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
380         * windows.texi (Splitting Windows): Use t instead of non-nil
381         when describing window-combination-resize.
383 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * text.texi (Special Properties): Warn against `intangible' properties
386         (bug#10222).
388 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
390         * display.texi (Truncation):
391         * text.texi (Special Properties): Describe what a stretch-glyph is
392         instead of using that term without explanation.  Make the
393         cross-references more accurate.
395         * display.texi (Usual Display): Update the description,
396         cross-references, and indexing related to display of control
397         characters and raw bytes.
399 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
401         * windows.texi (Splitting Windows): Fix description of
402         window-combination-limit.  Suggested by Eli Zaretskii.
404 2011-11-23  Chong Yidong  <cyd@gnu.org>
406         * windows.texi (Window Sizes): Move window-top-line,
407         window-left-column, and window-*-pixel-edges to Coordinates and
408         Windows node.
409         (Coordinates and Windows): Restore window-edges doc.
411 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
413         * windows.texi (Windows and Frames, Splitting Windows):
414         Fix typos.
416 2011-11-21  Chong Yidong  <cyd@gnu.org>
418         * windows.texi (Splitting Windows): Fix error in documentation of
419         window-combination-limit.
420         (Cyclic Window Ordering): Minor fixes to next-window,
421         one-window-p, and get-lru-window docs.  Don't document
422         window-list-1.
423         (Buffers and Windows): Copyedits.
424         (Choosing Window): Document special handling of special-display-*.
425         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
426         Don't document even-window-heights, which is going away.
427         Clarify which options are obeyed by which action functions.
429 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
431         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
433 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
435         * windows.texi (Resizing Windows, Splitting Windows):
436         Remove term "status" when talking about combination limits.
438 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
440         * compile.texi (Compiler Errors):
441         * help.texi (Help Functions): Fix typos.
443 2011-11-19  Chong Yidong  <cyd@gnu.org>
445         * windows.texi (Splitting Windows): Clarify role of window
446         parameters in split-window.  Shorten the example.
447         (Deleting Windows): Rewrite intro to handle internal windows.
448         Fix delete-windows-on doc.
449         (Selecting Windows): Copyedits.
451 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
453         * windows.texi (Resizing Windows, Splitting Windows)
454         (Deleting Windows): Use term window-combination-resize instead
455         of window-splits.
457 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
459         * windows.texi (Resizing Windows, Splitting Windows):
460         Rename occurrences of window-nest to window-combination-limit.
462 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
464         * intro.texi (Lisp History): Fix typo.
466 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
468         * windows.texi (Splitting Windows, Deleting Windows):
469         Remove references to splits status of windows.
471 2011-11-10  Glenn Morris  <rgm@gnu.org>
473         * buffers.texi (Read Only Buffers): Expand a bit on why
474         toggle-read-only should only be used interactively.  (Bug#7292)
476 2011-11-09  Chong Yidong  <cyd@gnu.org>
478         * windows.texi (Window Sizes): Document window-pixel-edges,
479         window-inside-pixel-edges, window-absolute-pixel-edges, and
480         window-inside-absolute-pixel-edges.
481         (Resizing Windows): shrink-window-if-larger-than-buffer works on
482         non-full-width windows.
484 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
486         * windows.texi (Resizing Windows): Rewrite documentation of
487         window-resizable.
489 2011-11-09  Chong Yidong  <cyd@gnu.org>
491         * windows.texi (Splitting Windows): Simplify example.
493 2011-11-08  Chong Yidong  <cyd@gnu.org>
495         * windows.texi (Window Sizes): Copyedits.  Document
496         window-text-height.  Remove window-min-height and window-min-width
497         discussion, referring instead to Emacs manual.
498         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
499         (Resizing Windows): Simplify introduction.  Don't document
500         enlarge-window, shrink-window, enlarge-window-horizontally, and
501         shrink-window-horizontally; they are no longer preferred for
502         calling from Lisp, and are already documented in the Emacs manual.
504 2011-11-07  Glenn Morris  <rgm@gnu.org>
506         * windows.texi (Choosing Window): Fix keybinding typo.
508 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
510         * windows.texi (Resizing Windows, Splitting Windows)
511         (Window Configurations): Use "child window" instead of
512         "subwindow".
514 2011-11-06  Chong Yidong  <cyd@gnu.org>
516         * windows.texi (Basic Windows): Clarify various definitions.
517         Treat window-normalize-* as internal; don't document them.
518         (Windows and Frames): Various clarifications, e.g. non-live
519         windows also belong to frames.  Fix window-list description.
520         Simplify window nesting example.
521         (Splitting Windows, Window Configurations):
522         Use split-window-below.
524 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
526         * windows.texi (Window Sizes): Mention in the doc string that the
527         return values of `window-body-height' and `window-body-width' are
528         in frame's canonical units.  (Bug#9949)
530 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
532         * windows.texi (Windows and Frames): Remove "iso-" infix from
533         documentation of window-iso-combined-p.
535 2011-10-26  Chong Yidong  <cyd@gnu.org>
537         * modes.texi (Running Hooks): Document with-wrapper-hook.
539 2011-10-18  Chong Yidong  <cyd@gnu.org>
541         * display.texi (Glyphless Chars): New node.
543 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
545         * text.texi (Yanking): Document yank-excluded-properties.
547         * package.texi (Packaging Basics): The commentary should say how
548         to begin using the package.
550 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
552         * windows.texi (Deleting Windows): Mention which window gets
553         selected when deleting the selected window.
555 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
557         * buffers.texi (The Buffer List): Describe how bury-buffer deals
558         with the selected window.
559         * windows.texi (Buffers and Windows): Reformulate text on how
560         replace-buffer-in-windows deals with a window.
561         (Quitting Windows): Describe how quit-window deals with a
562         standalone frame.  Describe new option frame-auto-hide-function.
564 2011-10-08  Glenn Morris  <rgm@gnu.org>
566         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
568         * positions.texi (Excursions): Update warning message.
570 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
572         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
573         Fix Emacs manual xref (Bug#9675).
575 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
577         * windows.texi (Textual Scrolling): Document scroll-up-command,
578         scroll-down-command, scroll-error-top-bottom, and the
579         scroll-command symbol property.
580         (Display Action Functions): Fix description of
581         display-buffer-pop-up-window.
583 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
585         * windows.texi (Splitting Windows): Fix typos.
587 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
589         * windows.texi (Windows and Frames, Display Action Functions)
590         (Switching Buffers): Fix some typos.
591         (Buffers and Windows): Remove reference to window-auto-delete.
592         Reword description of replace-buffer-in-windows.
593         (Window History): Fix some typos and refer to frame local buffer
594         list.
595         (Quitting Windows): New node.
596         (Window Configurations): Add descriptions of window-state-get
597         and window-state-put.
598         (Window Parameters): Describe variable ignore-window-parameters.
599         Sketch some window parameters currently in use.
600         * elisp.texi (Top): Update node listing.
602 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
604         * windows.texi (Display Action Functions)
605         (Choosing Window Options): New nodes.
607 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
609         * windows.texi (Window History): New node.  Move text here from
610         Buffers and Windows.
611         (Switching Buffers): Rename from Displaying Buffers, since we
612         don't document display-buffer here; callers changed.
613         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
614         switch-to-buffer-other-frame.  Delete duplicate
615         replace-buffer-in-windows doc.
616         (Choosing Window): Document display actions.
618 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
620         * display.texi (Forcing Redisplay): Update the description of
621         redisplay-dont-pause due to change in the default value.
623 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
625         * frames.texi (Frames and Windows): Move section and rename to
626         Windows and Frames in windows.texi.
627         * windows.texi (Windows): Restructure.
628         (Basic Windows): Rewrite.  Explain live and internal windows and
629         normalization functions.
630         (Windows and Frames): Move section here from frames.texi.
631         Describe subwindows, window combinations, window tree, and
632         corresponding functions including window-list here.
633         (Window Sizes): Rename section from Size of Window and move it
634         up in chapter.  Describe total and body sizes and the
635         corresponding functions.  Explain new semantics of
636         window-min-height/-width.
637         (Resizing Windows): Move section up in chapter.  Describe new
638         resize functions.
639         (Splitting Windows): Describe new behavior of split-window,
640         split-window-above-each-other and split-window-side-by-side.
641         Provide examples.  Describe window-nest and window-splits
642         options.
643         (Deleting Windows): Minor rewrite.
644         (Selecting Windows): Minor rewrite.
645         Describe frame-selected-window and set-frame-selected-window here.
646         (Cyclic Window Ordering): Minor rewrite.
647         Describe window-list-1.
648         (Buffers and Windows): Rewrite.  Explain a window's previous and
649         next buffers and the corresponding functions.
650         (Window Tree): Merge into Windows and Frames section.
651         * elisp.texi (Top): Update node listings for frames and windows
652         sections.
654 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
656         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
658 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660         * errors.texi (Standard Errors): Remove apparent placeholder text
661         (bug#9491).
663 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
665         * frames.texi (Management Parameters): Fix description of
666         icon-type parameter.
668 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
670         * tips.texi (Key Binding Conventions): Don't bind a key sequence
671         ending in C-g.  Suggested by Edward O'Connor.
673 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
675         * numbers.texi (Integer Basics): Add indexing for
676         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
678 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
680         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
682 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
684         * processes.texi (Network Servers): Clarify what the process
685         buffer is used for (bug#9233).
687 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
689         * lists.texi (Building Lists): Fix typo.
691 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
693         * display.texi (Basic Faces): New node.  Document new faces.
695         * modes.texi (Major Mode Conventions): Move some text there.
696         (Mode Help): Remove major-mode var, duplicated in Major Modes.
698 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
700         * modes.texi (Basic Major Modes): New node.  Callers updated.
701         (Major Modes): Document fundamental-mode and major-mode.
702         (Major Mode Basics): Node deleted; text moved to Major Modes.
703         (Derived Modes): Document derived-mode-p.
705 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
707         * files.texi (Changing Files, Create/Delete Dirs): Document new
708         arguments for delete-file, delete-directory, and copy-directory.
709         (Visiting Functions): Remove view-file; it is documented in the
710         Emacs manual.
712         * frames.texi (Layout Parameters): The defaults for the
713         menu-bar-lines and tool-bar-lines parameters depend on the mode.
715         * display.texi (Progress): Document spinner functionality.
717         * os.texi (Killing Emacs): Note that kill-emacs can be called by
718         operating system signals.  Refer to save-buffers-kill-terminal
719         instead of save-buffers-kill-emacs.
721         * objects.texi (Symbol Type): Document ## print representation.
723 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
725         * display.texi (Specified Space): Mention that `space' specs
726         influence bidi reordering.
727         (Bidirectional Display): Explain how to use `(space . PROPS)' for
728         separating fields with bidirectional content.
730 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
732         * display.texi (Bidirectional Display): Document return value in
733         buffers that are not bidi-reordered for display, and in unibyte
734         buffers.
736 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
738         * nonascii.texi (Character Properties): Document the values for
739         unassigned codepoints.
741 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
743         * nonascii.texi (Character Properties): Document use of
744         `bidi-class' and `mirroring' properties as part of reordering.
745         Provide cross-references to "Bidirectional Display".
747         * display.texi (Bidirectional Display): Document the pitfalls of
748         concatenating strings with bidirectional content, with possible
749         solutions.  Document bidi-string-mark-left-to-right.
750         Mention paragraph direction in modes that inherit from prog-mode.
751         Document use of `bidi-class' and `mirroring' properties as part of
752         reordering.
754 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
756         * modes.texi (Major Mode Conventions): Improve the documentation
757         of `mode-class' `special' modes.
759         * nonascii.texi (Character Properties): Document the `mirroring'
760         property.  Add index entries.
762         * syntax.texi (Categories): Add an example of defining a new
763         category and category table.
765         * searching.texi (Regexp Backslash): Document how to display
766         existing categories.  Mention the possibility of adding
767         categories, and add an xref to where this is described.  Add an
768         index entry.
770 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
772         * text.texi (Special Properties):
773         * display.texi (Overlay Properties): Note that mouse-face cannot
774         change the text size (Bug#8530).
776 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
778         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
779         using setenv instead.
781 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
783         * display.texi (Bidirectional Display): Document the fact that
784         bidi-display-reordering is t by default.
786 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
788         * display.texi (Bidirectional Display): New section.
790 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791             Tim Cross  <theophilusx@gmail.com>  (tiny change)
792             Glenn Morris   <rgm@gnu.org>
794         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
796 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
798         * help.texi (Keys in Documentation): Revert last change.
800 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802         * help.texi (Keys in Documentation): Clarify that \= only quotes
803         the next character, and doesn't affect longer sequences in
804         particular (bug#8935).
806         * debugging.texi (Using Debugger):
807         Mention @code{eval-expression-debug-on-error} (bug#8549).
809 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
811         * display.texi (Other Display Specs): Document that `left-fringe'
812         and `right-fringe' display specifications are of the "replacing"
813         kind.
815 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817         * help.texi (Documentation Basics): Add a link to the Function
818         Documentation node (bug#6580).
820 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822         * keymaps.texi (Menu Bar): Mention :visible and :enable
823         (bug#6344).  Text by Drew Adams.
825         * modes.texi (Running Hooks): Mention buffer-local hook variables
826         (bug#6218).
828         * objects.texi (General Escape Syntax): "a with grave accent" is
829         ?xe0, not ?x8e0 (bug#5259).
831 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
833         * display.texi (Face Attributes, Font Selection): Add references
834         to the Fonts node in the Emacs manual (Bug#4178).
836 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
838         * display.texi (Window Systems): `window-system' is
839         terminal-local.
841         * frames.texi (Frame Parameters, Parameter Access): Don't mention
842         frame-local variables.
844         * variables.texi (Buffer-Local Variables): Don't mention obsolete
845         frame-local variables.
846         (Frame-Local Variables): Node deleted.
848         * elisp.texi (Top): Update node listing.
850 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852         * elisp.texi: Change "inferiors" to "subnodes" in three places
853         (bug#3523).
855 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
857         * frames.texi (Window System Selections): Discussion of
858         x-select-enable-clipboard moved to Emacs manual.
860 2011-07-11  Deniz Dogan  <deniz@dogan.se>
862         * commands.texi (Prefix Command Arguments): Remove excessive
863         apostrophe.
865 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
868         description is a string (bug#3313).
870         * frames.texi (Display Feature Testing): Try to explain what all
871         the visual classes mean (bug#3042).
873 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875         * modes.texi (Mode Line Variables): Document `mode-line-remote'
876         and `mode-line-client' (bug#2974).
878         * text.texi (Insertion): Clarify marker movements (bug#1651).
879         Text from Drew Adams.
881 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883         * text.texi (Special Properties): Clarify the format of `face'
884         (bug#1375).
886         * commands.texi (Interactive Call): Add a `call-interactively'
887         example (bug#1010).
889 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891         * functions.texi (Calling Functions): Link to the "Interactive
892         Call" node (bug#1001).
894 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
896         * customize.texi (Composite Types): Move alist and plist to here
897         from Simple Types (Bug#7545).
899         * elisp.texi (Top): Update menu description.
901         * display.texi (Face Attributes): Document negative line widths
902         (Bug#6113).
904 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
906         * searching.texi (Match Data): Note that match data can be
907         overwritten by most functions (bug#2499).
909 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
912         flags mean (bug#6659).
914         * functions.texi (What Is a Function): Document the autoload
915         object (bug#6496).
917 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
920         is only used in the Customize user interface (bug#6089).
922         * display.texi (Showing Images): Mention the point of sliced
923         images (bug#7836).
925 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
927         * variables.texi (Defining Variables, Void Variables)
928         (Constant Variables): Fix incorrect usage of @kindex.
930 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932         * variables.texi (Defining Variables): Add an index entry for
933         `set-variable' (bug#7262).
934         (Defining Variables): Use @findex for functions.
936         * frames.texi (Basic Parameters): Document the `explicit-name'
937         parameter (bug#6951).
939         * customize.texi (Type Keywords): Clarify that :value provides a
940         default value for all types (bug#7386).
942         * streams.texi (Output Functions): Document `pp'.
944 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
946         * keymaps.texi (Searching Keymaps):
947         * display.texi (Overlay Properties): Fix errors in 2011-05-29
948         change.  Suggested by Johan Bockgård.
950 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
952         * text.texi (Special Properties): Clarify role of font-lock-face.
954 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956         * processes.texi (Process Information): Rename `process-alive-p'
957         to `process-live-p' for consistency with other `-live-p' functions.
959 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
961         Document wide integers better.
962         * files.texi (File Attributes): Document ino_t values better.
963         ino_t values no longer map to anything larger than a single cons.
964         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
965         (Bitwise Operations):
966         * objects.texi (Integer Type): Use a binary notation that is a bit easier
967         to read, and that will port better if 62-bits becomes the default.
968         Fix or remove incorrect examples.
969         * os.texi (Time Conversion): Document time_t values better.
971 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973         * processes.texi (Process Information):
974         Document `process-alive-p'.
976 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
978         * help.texi (Accessing Documentation):
979         * display.texi (Pixel Specification):
980         * processes.texi (Serial Ports, Serial Ports):
981         * nonascii.texi (Character Properties, Default Coding Systems):
982         * text.texi (Changing Properties, Special Properties):
983         * windows.texi (Window Start and End):
984         * modes.texi (SMIE Indentation Example, SMIE Tricks):
985         * keymaps.texi (Searching Keymaps, Tool Bar):
986         * minibuf.texi (Basic Completion):
987         * compile.texi (Eval During Compile):
988         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
989         7x9 paper in printed manual.
991         * lists.texi (Sets And Lists): Fix misplaced text.
993 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
995         * keymaps.texi (Remapping Commands): Emphasize that the keymap
996         needs to be active (Bug#8350).
998 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
1000         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1002         * tips.texi (Coding Conventions): Remove antediluvian filename
1003         limit recommendation (Bug#8538).
1005 2011-05-27  Glenn Morris  <rgm@gnu.org>
1007         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1009 2011-05-26  Glenn Morris  <rgm@gnu.org>
1011         * variables.texi (File Local Variables):
1012         Update hack-local-variables `mode-only' return value.
1013         Add some more details on what this function does in the other case.
1015 2011-05-19  Glenn Morris  <rgm@gnu.org>
1017         * lists.texi (Sets And Lists): Mention cl provides union etc.
1019 2011-05-19  Nix  <nix@esperi.org.uk>
1021         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1023         * text.texi (Parsing HTML): Update for function name changes.
1025         * syntax.texi (Syntax Flags): Small fix.
1027         * keymaps.texi (Active Keymaps): Typo fix.
1028         (Changing Key Bindings): Grammar fix.
1030         * frames.texi (Minibuffers and Frames): Grammar fix.
1031         (Window System Selections): x-select-enable-clipboard now defaults to t.
1033         * customize.texi (Common Keywords):
1034         * display.texi (Abstract Display):
1035         * modes.texi (Auto-Indentation):
1036         * nonascii.texi (Converting Representations): Typo fixes.
1038         * control.texi (Examples of Catch): Call it "goto" not "go to".
1040 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
1042         * nonascii.texi (Character Properties): Fix inconsistencies with
1043         implementation.
1045         * text.texi (Special Properties): Move @defvar's out of the
1046         @table.  (Bug#8652)
1048 2011-05-12  Glenn Morris  <rgm@gnu.org>
1050         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
1052 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1055         (Multiline Font Lock):
1056         * vol2.texi (Top):
1057         * vol1.texi (Top):
1058         * elisp.texi (Top): Update menu accordingly.
1060 2011-05-12  Drew Adams  <drew.adams@oracle.com>
1062         * modes.texi (Region to Fontify): Fix typo.
1064 2011-05-10  Jim Meyering  <meyering@redhat.com>
1066         * minibuf.texi: Fix typo "in in -> in".
1068 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1070         * numbers.texi (Integer Basics): Large integers are treated as floats.
1072 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074         * processes.texi (Synchronous Processes): Document the (:file
1075         "/file-name") syntax for `call-process'.
1077 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
1079         * windows.texi (Choosing Window): Fix typo.
1081 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
1083         * frames.texi (Layout Parameters): Note the difference between
1084         querying and setting parameters for left-fringe and right-fringe
1085         (Bug#6930).
1087 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1089         * minibuf.texi (Basic Completion): Be a bit more precise about the
1090         valid kinds of completion tables.
1091         (Programmed Completion): Remove obsolete text about lambda expressions
1092         not being valid completion tables.
1094 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1096         * positions.texi (Excursions): Explain the "save-excursion
1097         defeated by set-buffer" warning.
1099         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
1100         save-excursion.  Suggested by Uday S Reddy.
1102 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1104         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1105         (Lexical Binding): New sub-section.
1107         * eval.texi (Eval): Discourage the use of `eval'.
1108         Document its new `lexical' argument.
1110 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1112         * commands.texi (Command Overview): `post-command-hook' is not reset to
1113         nil any more.
1115 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         * strings.texi (String Conversion): Don't mention
1118         string-make-(uni|multi)byte (bug#8262).
1119         * nonascii.texi (Converting Representations): Fix up range.
1120         * keymaps.texi (Key Binding Commands): Update code point, avoid
1121         "unibyte character" and remove mention of unibyte bindings.
1123 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
1125         * modes.texi (Operator Precedence Grammars): Don't use characters
1126         outside ISO-8859-1.
1128 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
1130         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1132         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1134 2011-03-08  Glenn Morris  <rgm@gnu.org>
1136         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1137         * intro.texi (Acknowledgements): Names to UTF-8.
1138         * elisp.texi: Set documentencoding.
1140 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1142         * Version 23.3 released.
1144 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1146         * package.texi: Update index keywords.
1147         (Package Archives): New node contents.  Document package-x.el.
1149 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
1151         * makefile.w32-in (srcs): Add package.texi.
1153 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1155         * package.texi (Packaging, Packaging Basics, Simple Packages)
1156         (Multi-file Packages): Expand and clarify.
1157         (Package Archives): Temporary placeholder node.
1159         * elisp.texi (Top): Update node listing.
1161         * Makefile.in (srcs): Add package.texi.
1163 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
1165         * processes.texi (Synchronous Processes): Minor clarification
1166         (Bug#8149).
1168 2011-03-03  Glenn Morris  <rgm@gnu.org>
1170         * files.texi (Truenames): Minor clarification.  (Bug#2341)
1172 2011-03-01  Glenn Morris  <rgm@gnu.org>
1174         * variables.texi (Directory Local Variables):
1175         Mention `(subdirs . nil)' alist element.
1177 2011-02-28  Glenn Morris  <rgm@gnu.org>
1179         * variables.texi (Directory Local Variables): Mention the optional
1180         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
1182 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
1184         * minibuf.texi (Minibuffer History): Clarify discussion of
1185         minibuffer history lists (Bug#8085).
1187 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1189         * elisp.texi: Sync @dircategory with ../../info/dir.
1191         * files.texi (Visiting Functions): Document find-file-literally,
1192         both the command and the variable.
1194         * variables.texi (Creating Buffer-Local): Explain the meaning of
1195         permanent local variables.
1197         * files.texi (Visiting Functions): Document find-file-literally,
1198         both the command and the variable.
1200         * variables.texi (Creating Buffer-Local): Explain the meaning of
1201         permanent local variables.
1203 2011-02-19  Glenn Morris  <rgm@gnu.org>
1205         * keymaps.texi (Remapping Commands): Mention how to undo it.
1207 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
1209         * loading.texi (Hooks for Loading): Remove unnecessary advice
1210         about eval-after-load (Bug#7986).
1212 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
1214         * commands.texi (Accessing Mouse): Note that a header line is not
1215         included in the row of posn-col-row.
1217 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1219         * modes.texi (Major Mode Conventions): Add face guidelines.
1220         (Faces for Font Lock): List faces in order of prominence.
1222 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1224         format-time-string now supports subsecond time stamp resolution
1225         * os.texi (Time Parsing): Document %N.
1227 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1229         * vol1.texi (Top):
1230         * vol2.texi (Top):
1231         * elisp.texi (Top):
1232         * display.texi (Display Property): Shorten the menu description of
1233         the "Other Display Specs" node (Bug#7816).
1235         * keymaps.texi (Defining Menus): Add "menu item" and "extended
1236         menu item" concept index entries (Bug#7805).
1238 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1240         * makefile.w32-in (texinfodir): New variable.
1241         (usermanualdir): Remove as redundant with $(emacsdir).
1242         (MAKEINFO): Remove options, leave only program name.
1243         (MAKEINFO_OPTS): New variable.
1244         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1246 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1247             Richard Kim  <emacs18@gmail.com>
1249         * loading.texi (Library Search): Document list-load-path-shadows
1250         (Bug#7757).
1252 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1254         * searching.texi (Regexp Special): Remove outdated discussion of
1255         character sets (Bug#7780).
1257         * frames.texi (Pop-Up Menus): Document where menu title comes
1258         from (Bug#7684).
1260 2011-01-25  Glenn Morris  <rgm@gnu.org>
1262         * display.texi (Making Buttons): Mention limitation of text buttons.
1264 2011-01-23  Werner Lemberg  <wl@gnu.org>
1266         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1267         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1268         (ENVADD): New variable to control texi2dvi and texi2pdf.
1270 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1272         * files.texi (Directory Names): Move directory-abbrev-alist doc to
1273         Emacs manual.
1275 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1277         * files.texi (Directory Names): Explain why FROM in
1278         directory-abbrev-alist should begin with \`.  (Bug#7777)
1280 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1282         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1284 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1286         * modes.texi (Emulating Mode Line): Fix last change.
1288 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1290         * modes.texi (Emulating Mode Line): Update documentation of
1291         format-mode-line according to changes that fixed bug #7587.
1293 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * modes.texi (Derived Modes): Mention prog-mode.
1297         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1298         of the key-binding-data cache since we don't use it any more.
1300 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1302         * processes.texi (Shell Arguments):
1303         * strings.texi (Creating Strings): Don't mention "shell commands";
1304         make it explicit that `split-string-and-unquote' and
1305         `combine-and-quote-strings' are mainly for working with arguments
1306         to call-process and start-process.
1308         * processes.texi (Shell Arguments): Fix documentation of
1309         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
1311 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1313         * modes.texi (Auto-Indentation): New section to document SMIE.
1314         (Major Mode Conventions):
1315         * text.texi (Mode-Specific Indent): Refer to it.
1317 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1319         * display.texi (Other Display Specs): Document left-fringe and
1320         right-fringe display specs.
1322 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * backups.texi (Making Backups):
1325         * modes.texi (Example Major Modes): Use recommended coding style.
1326         (Major Mode Basics, Derived Modes): Encourge more strongly use of
1327         define-derived-mode.  Mention completion-at-point-functions.
1329 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1331         * nonascii.texi (Converting Representations):
1332         Document byte-to-string.
1334 2010-12-08  Glenn Morris  <rgm@gnu.org>
1336         * buffers.texi (Modification Time):
1337         verify-visited-file-modtime now defaults to the current buffer.
1339 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1341         * nonascii.texi (Converting Representations): Document byte-to-string.
1343         * strings.texi (Creating Strings): Don't mention semi-obsolete
1344         function char-to-string.
1345         (String Conversion): Shorten discussion of semi-obsolete function
1346         string-to-char.  Link to Converting Representations.
1348         * objects.texi (Symbol Type):
1349         * text.texi (Near Point):
1350         * help.texi (Help Functions):
1351         * functions.texi (Mapping Functions): Use string instead of
1352         char-to-string in examples.
1354 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1356         * text.texi (Kill Functions, Kill Functions)
1357         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1358         YANK-HANDLER args.
1360         * symbols.texi (Creating Symbols): Using unintern without an
1361         obarray arg is now obsolete.
1363         * numbers.texi (Float Basics): Document float-e and float-pi.
1365         * variables.texi (Defining Variables): Change "pi" example to
1366         "float-pi".
1368 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1370         * commands.texi (Click Events): Document the values of X, Y and
1371         COL, ROW in the event's position, when the click is on the header
1372         or mode line, on the fringes, or in the margins.
1374 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1376         * customize.texi (Composite Types): Lower-case index entry.
1378         * loading.texi (How Programs Do Loading):
1379         Document load-file-name.  (Bug#7346)
1381 2010-11-17  Glenn Morris  <rgm@gnu.org>
1383         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1385 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1387         * display.texi (Usual Display): Characters with no fonts are not
1388         necessarily displayed as empty boxes.
1390 2010-10-31  Glenn Morris  <rgm@gnu.org>
1392         * maps.texi (Standard Keymaps): Update File menu description.
1394 2010-10-28  Glenn Morris  <rgm@gnu.org>
1396         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1398 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
1400         * display.texi (Window Systems): Deprecate use of window-system as
1401         a predicate.
1403 2010-10-23  Glenn Morris  <rgm@gnu.org>
1405         * help.texi (Documentation Basics): Remove mentions of digest-doc and
1406         sorted-doc.
1408 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1410         * os.texi (Dynamic Libraries): New node, with slightly modified
1411         text deleted from "Image Formats".
1412         (System Interface): Add @menu entry for "Dynamic Libraries".
1414         * display.texi (Image Formats): Remove description of
1415         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1417 2010-10-12  Glenn Morris  <rgm@gnu.org>
1419         * book-spine.texinfo: Rename to book-spine.texi.
1421 2010-10-11  Glenn Morris  <rgm@gnu.org>
1423         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1425         * Makefile.in (DVIPS): New variable.
1426         (.PHONY): Add html, ps.
1427         (html, elisp.html, ps, elisp.ps): New targets.
1428         (clean): Delete html, ps files.
1429         ($(infodir)/elisp): Remove unnecessary includes.
1431 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1433         * makefile.w32-in (emacsdir): New variable.
1434         (srcs): Add emacsver.texi.
1435         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1437 2010-10-09  Glenn Morris  <rgm@gnu.org>
1439         * Makefile.in (VPATH): Remove.
1440         (infodir): Make it absolute.
1441         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1443         * Makefile.in (dist): Anchor regexps.
1445         * Makefile.in (srcs): Put elisp.texi first.
1446         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1448         * Makefile.in (infoclean): Remove harmless, long-standing error.
1450         * Makefile.in ($(infodir)): Delete rule.
1451         (mkinfodir): New.
1452         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1454         * Makefile.in (dist): Remove reference to emacsver.texi.in.
1455         Also copy emacsver.texi, and edit $emacsdir.
1457 2010-10-09  Glenn Morris  <rgm@gnu.org>
1459         * Makefile.in (emacsdir): New variable.
1460         (MAKEINFO): Add -I $emacsdir.
1461         (dist): Copy emacsver.texi.
1462         (srcs): Add emacsver.texi.
1464         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1465         Set EMACSVER by including emacsver.texi.
1467         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1469 2010-10-07  Glenn Morris  <rgm@gnu.org>
1471         * Makefile.in (version): New, set by configure.
1472         (clean): Delete dist tar file.
1473         (dist): Use version in tar name.
1475 2010-10-06  Glenn Morris  <rgm@gnu.org>
1477         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1478         (INSTALL_INFO): Remove unused variable.
1479         (mostlyclean, infoclean, dist): New rules.
1480         (clean): Delete dvi and pdf files.
1481         (maintainer-clean): Remove elisp.oaux, use infoclean.
1482         ($(infodir)): Add parallel build workaround.
1484 2010-10-04  Glenn Morris  <rgm@gnu.org>
1486         * Makefile.in (dvi, pdf, $(infodir)): New targets.
1487         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
1488         Fix -I typo.
1489         (clean): No 'make.out' or 'core' files.
1490         (.PHONY): Declare clean rules.
1491         (maintainer-clean): Delete pdf file.  Guard against cd failures.
1493 2010-10-03  Glenn Morris  <rgm@gnu.org>
1495         * files.texi (File Name Components): Remove ignored section about
1496         deleted variable directory-sep-char.
1498 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
1500         * files.texi (Magic File Names): New defopt
1501         remote-file-name-inhibit-cache.
1503 2010-10-02  Glenn Morris  <rgm@gnu.org>
1505         * os.texi (Killing Emacs): Hook now runs in batch mode.
1507 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1509         * text.texi (Special Properties): Clarify when modification-hooks run.
1511 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1513         * syntax.texi (Syntax Flags): Document new `c' flag.
1515 2010-09-09  Glenn Morris  <rgm@gnu.org>
1517         * display.texi (ImageMagick Images): General cleanup.
1519 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1521         * files.texi (Directory Names): Use \` rather than ^.
1523 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1525         * text.texi (Low-Level Kill Ring):
1526         * frames.texi (Window System Selections): Remove cut buffer
1527         documentation.
1529 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
1531         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1532         Parameters", where the default fringe width is described.
1534         * frames.texi (Window Frame Parameters, Basic Parameters)
1535         (Position Parameters, Layout Parameters, Management Parameters)
1536         (Cursor Parameters, Font and Color Parameters): Add indexing for
1537         frame parameters.  (Bug#6929)
1539 2010-08-25  Tom Tromey  <tromey@redhat.com>
1541         * vol2.texi (Top): Update.
1542         * vol1.texi (Top): Update.
1543         * tips.texi (Library Headers): Mention Package-Version and
1544         Package-Requires.
1545         * package.texi: New file.
1546         * os.texi (System Interface): Update pointers.
1547         * elisp.texi (Top): Link to new nodes.  Include package.texi.
1548         * anti.texi (Antinews): Update pointers.
1550 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
1552         * processes.texi (Filter Functions): Fix last change.
1554 2010-08-24  Markus Triska  <triska@gmx.at>
1556         * processes.texi (Filter Functions): Use `buffer-live-p' instead
1557         of `buffer-name' in the main text as well as in the example
1558         (Bug#3098).
1560 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1562         * nonascii.texi (Text Representations):
1563         * loading.texi (Loading Non-ASCII):
1564         * compile.texi (Byte Compilation): Don't mention obsolete
1565         --unibyte command-line argument.
1567 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1569         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1571 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1573         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1575 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1577         * commands.texi (Misc Events): Add cross-references to where
1578         POSITION of a mouse event is described in detail.
1580 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
1582         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
1584 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1586         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1587         Suggested by Štěpán Němec <stepnem@gmail.com>.
1589 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1591         * minibuf.texi (High-Level Completion): Document args of
1592         `read-buffer-function' (bug#5625).
1594 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1596         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1598 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
1600         * processes.texi (Process Information): Explain process property
1601         `remote-tty'.
1603 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
1605         * modes.texi (Defining Minor Modes): Use C-delete in examples,
1606         instead of "\C-\^?" (bug#6334).
1608         * text.texi (Special Properties): Fix typo.
1610 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
1612         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1613         calling sequences, which are now the standard.
1615 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
1617         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1619         * commands.texi (Command Overview): Mention undo-boundary call.
1621 2010-06-23  Glenn Morris  <rgm@gnu.org>
1623         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1624         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1625         * frames.texi, functions.texi, internals.texi, keymaps.texi:
1626         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1627         * searching.texi, sequences.texi, strings.texi, syntax.texi:
1628         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1629         Untabify Texinfo files.
1631 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
1633         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1635 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
1637         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
1639 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
1641         * searching.texi (Regexp Special): Remove obsolete information
1642         about matching non-ASCII characters, and suggest using char
1643         classes (Bug#6283).
1645 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1647         * minibuf.texi (Basic Completion): Add missing "@end defun".
1649 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1651         * minibuf.texi (Basic Completion): Document completion-boundaries.
1652         (Programmed Completion): Document the new fourth method for boundaries.
1654 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1656         * display.texi (Image Cache): Update documentation about image caching.
1658 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1660         * windows.texi (Textual Scrolling):
1661         * tips.texi (Coding Conventions):
1662         * minibuf.texi (Minibuffer History):
1663         * maps.texi (Standard Keymaps):
1664         * loading.texi (Where Defined):
1665         * edebug.texi (Instrumenting): Fix typos.
1667 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1669         * keymaps.texi (Menu Bar): Document :advertised-binding property.
1671         * functions.texi (Obsolete Functions):
1672         Document set-advertised-calling-convention.
1674         * minibuf.texi (Basic Completion): Document completion-in-region.
1675         (Programmed Completion): Document completion-annotate-function.
1677         * commands.texi (Reading One Event): Document read-key.
1678         (Distinguish Interactive): Document KIND arg to
1679         called-interactively-p.  Delete obsolete interactive-p.
1681         * elisp.texi (Top): Update node description.
1683 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1685         * nonascii.texi (Character Properties):
1686         Document unicode-category-table.  Add an index entry for Unicode
1687         general category.
1689 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1691         * Version 23.2 released.
1693 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1695         * locals.texi (Standard Buffer-Local Variables):
1696         Remove @ignore'd reference to `direction-reversed'.
1698 2010-04-14  Juri Linkov  <juri@jurta.org>
1700         Fix @deffn without category.
1702         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1703         for `abbrev-insert'.
1705         * buffers.texi (Indirect Buffers): Add category `Command'
1706         to @deffn of `clone-indirect-buffer'.
1708         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1709         for `next-window' and `previous-window'.  Add category `Command'
1710         to @deffn of `pop-to-buffer'.
1712 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
1714         * nonascii.texi (Text Representations): Don't mark
1715         enable-multibyte-characters as a user option.
1717 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
1719         * control.texi (Handling Errors): How to re-throw a signal caught
1720         by condition-case.
1722 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
1724         * loading.texi (Hooks for Loading): Document after-load-functions.
1725         Copyedits.
1727 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
1729         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
1731 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1733         * processes.texi (Network Processes): Document seqpacket type.
1735 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1737         * os.texi (System Environment): Do not mention lynxos.
1739 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1741         * Branch for 23.2.
1743 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1745         * objects.texi (Integer Type): Take note of the read syntax
1746         exception for numbers that cannot fit in the integer type.
1748 2010-03-03  Glenn Morris  <rgm@gnu.org>
1750         * numbers.texi (Integer Basics, Bitwise Operations):
1751         * objects.texi (Integer Type): Update for integers now being 30-bit.
1753 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1755         * display.texi (Low-Level Font): Document :otf font-spec property.
1757 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * display.texi (Line Height): Avoid obsolete special default variables
1760         like default-major-mode.
1762 2010-01-28  Alan Mackenzie  <acm@muc.de>
1764         * display.texi (Auto Faces): Say fontification-functions is called
1765         whether or not Font Lock is enabled.  Tidy up the wording a bit.
1767 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1769         * elisp.texi: Remove duplicate edition information (Bug#5407).
1771 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1773         * two.el (volume-header-toc-markup): Fix typos in docstring.
1775 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1777         Avoid dubious uses of save-excursions.
1778         * positions.texi (Excursions): Recommend the use of
1779         save-current-buffer if applicable.
1780         * text.texi (Clickable Text): Fix the example code which used
1781         save-excursion in a naive way which sometimes preserves point and
1782         sometimes not.
1783         * variables.texi (Creating Buffer-Local):
1784         * os.texi (Session Management):
1785         * display.texi (GIF Images):
1786         * control.texi (Cleanups): Use (save|with)-current-buffer.
1788 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1790         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
1792 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1794         * nonascii.texi (Text Representations, Character Codes)
1795         (Converting Representations, Explicit Encoding)
1796         (Translation of Characters): Use hex notation consistently.
1797         (Character Sets): Fix map-charset-chars doc (Bug#5197).
1799 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1801         * loading.texi (Where Defined): Make it clearer that these are
1802         loaded files (Bug#5068).
1804 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
1806         * minibuf.texi (Completion Styles): Document `initials' style.
1808 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
1810         * frames.texi (Resources): Describe inhibit-x-resources.
1811         (Size Parameters): Copyedit.
1813         * hash.texi (Creating Hash):
1814         * objects.texi (Hash Table Type): Document the new hash table
1815         printed representation.
1817         * minibuf.texi (Basic Completion): 4th arg to all-completions is
1818         obsolete.
1820         * processes.texi (Process Buffers):
1821         Document process-kill-buffer-query-function.
1823 2009-12-05  Glenn Morris  <rgm@gnu.org>
1825         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1826         diary-display-function, and no longer recommended to be a hook.
1827         Update for changes in the names of calendar and diary hooks.
1828         diary-print-entries-hook has changed section.
1830 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
1832         * text.texi (Special Properties): More accurate description of
1833         what the `cursor' property does.
1835 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1837         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1838         mouse-wheel-down-event, the closest thing to a definition for them.
1839         * os.texi (Startup Summary): vindex inhibit-startup-message and
1840         inhibit-splash-screen.
1841         (Command-Line Arguments): vindex argv.
1842         (Suspending Emacs): vindex suspend-tty-functions and
1843         resume-tty-functions.  Don't want to index every hook, but having
1844         the programming ones is helpful.
1846 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1848         * commands.texi (Motion Events): Fix typo (Bug#4907).
1850 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1852         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1853         are affected by case-fold-search (Bug#4483).
1855 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
1857         * minibuf.texi (Reading File Names): Note that read-file-name may
1858         use a graphical file dialog.
1860 2009-10-31  Glenn Morris  <rgm@gnu.org>
1862         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
1864 2009-10-16  Kevin Ryde  <user42@zip.com.au>
1866         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1867         in particular so `info-lookup-symbol' can find its docs.
1869 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
1871         * variables.texi (Constant Variables): Distinguish from defconst
1872         variables.
1873         (Defining Variables): Add cindex.
1875 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
1877         * os.texi (Time of Day): Clarify that the microsecond part is
1878         ignored (Bug#4637).
1880 2009-10-11  Glenn Morris  <rgm@gnu.org>
1882         * frames.texi (Size and Position): Clarify what is included in the frame
1883         height.  (Bug#4535)
1885 2009-10-10  Glenn Morris  <rgm@gnu.org>
1887         * windows.texi (Size of Window): The relationship between window and
1888         frame heights is not so simple.  (Bug#4535)
1889         Mention window-full-height-p.
1891 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1893         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1894         used from Lisp.
1896 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
1898         * files.texi (Directory Names) <abbreviate-file-name>:
1899         Document that root home directories are not replaced with "~".
1901 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
1903         * text.texi (Special Properties): Document the meaning of the
1904         `cursor' text property whose value is an integer.
1906 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1908         * files.texi (Magic File Names): Add `copy-directory'.
1910 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
1912         * files.texi (File Attributes): Fix description of file
1913         attributes.  (Bug#4638) Update attributes of files.texi example to
1914         be more representative.
1916 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1918         * files.texi (Create/Delete Dirs): New command copy-directory.
1920 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1922         * anti.texi (Antinews):
1923         * macros.texi (Indenting Macros):
1924         * strings.texi (Creating Strings, Case Conversion):
1925         Remove duplicate words.
1927 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
1929         * files.texi (Create/Delete Dirs): delete-directory has an
1930         optional parameter RECURSIVE.
1932 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * buffers.texi (Swapping Text): Minor clarification.
1936 2009-10-01  Glenn Morris  <rgm@gnu.org>
1938         * functions.texi (Declaring Functions): Mention that we also search for
1939         ".m" files in the src/ directory.
1941 2009-09-25  David Engster  <deng@randomsample.de>
1943         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
1945 2009-09-22  Glenn Morris  <rgm@gnu.org>
1947         * internals.texi (Building Emacs): Mention preloaded-file-list.
1949 2009-09-14  Alan Mackenzie  <acm@muc.de>
1951         * os.texi (Terminal Output): Put "@code{}" around "stdout".
1953 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1955         * functions.texi (Anonymous Functions): Rearrange discussion,
1956         giving usage of unquoted lambda forms first.  Mention that
1957         `function' and `#'' are no longer required (Bug#4290).
1959 2009-09-11  Alan Mackenzie  <acm@muc.de>
1961         * os.texi (Terminal Output): Document `send-string-to-terminal' in
1962         batch mode.
1964 2009-09-01  Glenn Morris  <rgm@gnu.org>
1966         * display.texi (Face Functions): Mention define-obsolete-face-alias.
1968 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
1970         * nonascii.texi (Character Codes): Fix typos.
1972 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
1974         * processes.texi (Synchronous Processes): New defvar
1975         process-file-side-effects.
1977 2009-08-25  Glenn Morris  <rgm@gnu.org>
1979         * display.texi (Fontsets): Fix typo.
1981         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1983 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1985         * processes.texi (Asynchronous Processes): Adjust arglist of
1986         start-process-shell-command and start-file-process-shell-command.
1988 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1990         * advice.texi (Argument Access in Advice): Note that argument
1991         positions are zero-based (Bug#3932).
1993         * commands.texi (Distinguish Interactive): Minor copyedit.
1995         * display.texi (Face Attributes): Add xref to Displaying Faces for
1996         explanation of "underlying face".
1998         * customize.texi (Common Keywords): Add xref to Loading.
2000         * loading.texi (How Programs Do Loading): Add xref to Lisp
2001         Libraries node in the Emacs manual.
2003 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
2005         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2007 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2009         * processes.texi (Shell Arguments): Copyedits.
2011 2009-07-18  Glenn Morris  <rgm@gnu.org>
2013         * loading.texi (Repeated Loading): Fix typo.
2015 2009-07-16  Richard Stallman  <rms@gnu.org>
2017         * buffers.texi (Swapping Text): Recommend setting
2018         write-region-annotate-functions and buffer-saved-size.
2020         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2022 2009-07-15  Glenn Morris  <rgm@gnu.org>
2024         * edebug.texi: Minor re-phrasings throughout.
2025         (Edebug Execution Modes): Sit-for affects continue mode too.
2026         (Jumping): Use `forward-sexp' rather than its keybinding.
2027         (Edebug Misc): Fix Q binding.
2028         (Edebug Eval): Remove cl version.
2029         (Printing in Edebug): Clarify print-length etc.
2030         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2031         (Specification List): Remove edebug-unwrap findex entry.
2032         (Specification Examples): defmacro is actually not the same as defun.
2033         Escape "`" in example.
2035 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2037         * markers.texi (The Mark): Document optional arg to
2038         deactivate-mark.
2040 2009-07-11  Kevin Ryde  <user42@zip.com.au>
2042         * hooks.texi (Standard Hooks): Fix cross-references.
2044         * loading.texi (Named Features): Refer to eval-after-load.
2046 2009-07-11  Glenn Morris  <rgm@gnu.org>
2048         * Makefile.in (TEXI2PDF): New.
2049         (elisp.pdf): New target.
2051         * searching.texi (Regexp Backslash): Fix typo.
2053         * elisp.texi (Top): Display copyright notice at start of non-TeX.
2055 2009-07-10  Glenn Morris  <rgm@gnu.org>
2057         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2059         * customize.texi (Customization Types):
2060         * display.texi (Abstract Display):
2061         * objects.texi (Character Type, String Type):
2062         Merge in some menu descriptions from elisp.texi.
2064         * hash.texi (Hash Tables):
2065         * modes.texi (Multiline Font Lock):
2066         End menu description with period.
2068 2009-07-09  Glenn Morris  <rgm@gnu.org>
2070         * back.texi: Don't hard-code texinfo location.
2072         * two-volume.make (texinfodir): New, with location of texinfo.tex.
2073         (tex): Add texinfodir to TEXINPUTS.
2074         (elisp1med-init, elisp2med-init): Use texinfodir.
2076         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2077         (clean): Add two-volume.make intermediate files.
2079         * elisp.texi, vol1.texi, vol2.texi:
2080         Use a DATE variable with the publication date, and update it.
2081         Fix antinews menu description.
2083         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2084         Update the detailed node listing to match elisp.texi.
2086         * README: Update edition to match elisp.texi.
2088         * objects.texi (General Escape Syntax):
2089         * nonascii.texi (Character Sets):
2090         Use consistent case for "Unicode Standard".
2092         * anti.texi (Antinews):
2093         * customize.texi (Variable Definitions):
2094         * functions.texi (Declaring Functions):
2095         * nonascii.texi (Character Properties):
2096         * processes.texi (Serial Ports):
2097         * text.texi (Special Properties):
2098         * tips.texi (Coding Conventions):
2099         Minor rearrangements to improve TeX line-filling.
2101         * commands.texi (Using Interactive): Fix cross-reference.
2103 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2105         * frames.texi (Management Parameters): Mention sticky.
2107 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
2109         * help.texi (Help Functions): Fix description of help-buffer and
2110         help-setup-xref to use @defun instead of @deffn.
2112 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2114         * frames.texi (Size Parameters): Mention maximized for fullscreen.
2116 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
2118         * display.texi (Window Systems): Add ns to the list.
2120 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2122         * Branch for 23.1.
2124 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
2126         * windows.texi (Dedicated Windows): Fix typo.
2127         (Resizing Windows): Replace @defun by @deffn.
2129 2009-06-17  Glenn Morris  <rgm@gnu.org>
2131         * variables.texi (Directory Local Variables):
2132         Update for 2009-04-11 name-change of dir-locals-directory-alist.
2134 2009-06-09  Kenichi Handa  <handa@m17n.org>
2136         * nonascii.texi (Character Sets): State clearly that FROM and TO
2137         are codepoints of CHARSET.
2139 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
2141         * minibuf.texi (Reading File Names): Fix introductory text.
2142         Suggested by stan@derbycityprints.com.
2143         (High-Level Completion): Fix typo.
2145 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
2147         * frames.texi (Text Terminal Colors): Multi-tty is already
2148         implemented, but tty-local colors are not.
2150 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
2152         * hooks.texi (Standard Hooks): Remove mention of obsolete
2153         redisplay-end-trigger-functions.
2155         * internals.texi (Window Internals): Remove mention of obsolete
2156         redisplay-end-trigger-functions.
2158 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
2160         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2162         * backups.texi (Making Backups): backup-directory-alist and
2163         make-backup-file-name-function are options.
2164         (Auto-Saving): auto-save-list-file-prefix is an option.
2166         * buffers.texi (Killing Buffers): buffer-offer-save is an
2167         option.
2169         * display.texi (Refresh Screen): no-redraw-on-reenter is an
2170         option.
2171         (Echo Area Customization): echo-keystrokes is an option.
2172         (Selective Display): selective-display-ellipses is an option.
2173         (Temporary Displays): temp-buffer-show-function is an option.
2174         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2175         are options.
2176         (Font Selection): face-font-family-alternatives,
2177         face-font-selection-order, face-font-registry-alternatives, and
2178         scalable-fonts-allowed are options.
2179         (Fringe Indicators): indicate-buffer-boundaries is an option.
2180         (Fringe Cursors): overflow-newline-into-fringe is an option.
2181         (Scroll Bars): scroll-bar-mode is an option.
2183         * eval.texi (Eval): max-lisp-eval-depth is an option.
2185         * files.texi (Visiting Functions): find-file-hook is an option.
2186         (Directory Names): directory-abbrev-alist is an option.
2187         (Unique File Names): temporary-file-directory and
2188         small-temporary-file-directory are options.
2190         * frames.texi (Initial Parameters): initial-frame-alist,
2191         minibuffer-frame-alist and default-frame-alist are options.
2192         (Cursor Parameters): blink-cursor-alist and
2193         cursor-in-non-selected-windows ar options.
2194         (Window System Selections): selection-coding-system is an
2195         option.
2196         (Display Feature Testing): display-mm-dimensions-alist is an
2197         option.
2199         * help.texi (Help Functions): help-char and help-event-list are
2200         options.
2202         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2203         an option.
2205         * minibuf.texi (Minibuffer History): history-length and
2206         history-delete-duplicates are options.
2207         (High-Level Completion): read-buffer-function and
2208         read-buffer-completion-ignore-case are options.
2209         (Reading File Names): read-file-name-completion-ignore-case is
2210         an option.
2212         * modes.texi (Mode Line Top): mode-line-format is an option.
2213         (Mode Line Variables): mode-line-position and mode-line-modes
2214         are options.
2216         * nonascii.texi (Text Representations):
2217         enable-multibyte-characters is an option.
2218         (Default Coding Systems): auto-coding-regexp-alist,
2219         file-coding-system-alist, auto-coding-alist and
2220         auto-coding-functions are options.
2221         (Specifying Coding Systems): inhibit-eol-conversion is an
2222         option.
2224         * os.texi (Init File): site-run-file is an option.
2225         (System Environment): mail-host-address is an option.
2226         (User Identification): user-mail-address is an option.
2227         (Terminal Output): baud-rate is an option.
2229         * positions.texi (Word Motion): words-include-escapes is an
2230         option.
2232         * searching.texi (Standard Regexps): page-delimiter,
2233         paragraph-separate, paragraph-separate and sentence-end are
2234         options.
2236         * text.texi (Margins): left-margin and fill-nobreak-predicate
2237         are options.
2239         * variables.texi (Local Variables): max-specpdl-size is an
2240         option.
2242         * windows.texi (Choosing Window):
2243         split-window-preferred-function, special-display-function and
2244         display-buffer-function are options.
2246 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
2248         Fix errors spotted by Martin Rudalics.
2250         * syntax.texi (Position Parse): Document rationale for ignored
2251         arguments to syntax-ppss-flush-cache.
2253         * processes.texi (Input to Processes): Mark PROCESS arg to
2254         process-running-child-p as optional.
2255         (Network Options): Document NO-ERROR arg to
2256         set-network-process-option.
2258         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2259         command.
2261         * searching.texi (POSIX Regexps): Mark posix-search-forward and
2262         posix-search-backward as commands.
2264         * os.texi (Killing Emacs): Mark kill-emacs as a command.
2265         (Suspending Emacs): Mark suspend-emacs as a command.
2266         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2267         commands.
2268         (Terminal Output): Remove obsolete function baud-rate.
2269         Document TERMINAL arg for send-string-to-terminal.
2271         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2272         terminal-coding-system and set-terminal-coding-system.
2273         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2274         as optional.
2275         (Character Sets): Document RESTRICTION arg of char-charset.
2276         (Character Codes): Mark POS argument to get-byte as optional.
2278         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2279         minibuffer-message.
2281         * files.texi (Create/Delete Dirs): Mark make-directory and
2282         delete-directory as commands.
2284         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2286         * text.texi (Base 64): Mark base64-decode-string and
2287         base64-encode-string as commands.
2288         (Columns): Mark move-to-column as a command.
2289         (Mode-Specific Indent): Document RIGID arg to
2290         indent-for-tab-command.
2291         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2292         Mark indent-code-rigidly as a command.
2293         (Substitution): Mark translate-region as a command.
2295         * frames.texi (Size and Position): Remove obsolete functions
2296         screen-height and screen-width.
2298 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
2300         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2301         (Displaying Buffers, Resizing Windows): Correct mistakes;
2302         next-window, previous-window, and pop-to-buffer are not commands,
2303         and fit-window-to-buffer" is a command.  (Pointed out by Martin
2304         Rudalics.)
2306 2009-05-17  Richard M Stallman  <rms@gnu.org>
2308         * modes.texi (Precalculated Fontification): Clarify text.
2310 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
2312         * windows.texi (Selecting Windows): Clarify descriptions of
2313         with-selected-window and get-lru-window.
2314         (Cyclic Window Ordering): Refer to particular frame when talking
2315         about how splitting affects the ordering.
2316         (Displaying Buffers): Fix descriptions of switch-to-buffer and
2317         switch-to-buffer-other-window.  Explain how setting of
2318         display-buffer-reuse-frames affects pop-to-buffer.
2319         (Choosing Window): Clarify some details in descriptions of
2320         display-buffer-reuse-frames, pop-up-frames, and
2321         pop-up-frame-function.
2322         (Dedicated Windows): Clarify some details.
2323         (Textual Scrolling): Replace term vscroll by term vertical
2324         scroll position.
2325         (Vertical Scrolling): Fix typo.
2326         (Window Hooks): Relate text on jit-lock-register to window
2327         scrolling and size changes.
2329 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
2331         * frames.texi (Initial Parameters): Clarify what the initial
2332         minibuffer frame is.
2333         (Buffer Parameters): Note that the minibuffer parameter can not be
2334         altered.
2336         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
2337         Document display-buffer changes.
2339 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
2341         * anti.texi (Antinews): Rewrite for Emacs 22.
2343         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2344         obarrays are first mentioned.  Define "system abbrev" more
2345         prominently, and add it to the index.
2346         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2347         Copyedits.
2348         (Abbrev Expansion): Document abbrev-insert.
2350 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
2352         * frames.texi (Font and Color Parameters): Rename from Color
2353         Parameters.  Document font-backend parameter.
2355         * vol2.texi (Top): Update node listing.
2356         * vol1.texi (Top): Update node listing.
2357         * elisp.texi (Top): Update node listing.
2359 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
2361         * windows.texi (Choosing Window): Don't explicitly refer to
2362         split-window-sensibly's window argument in descriptions of
2363         split-height-threshold and split-width-threshold.
2365 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
2367         * windows.texi (Choosing Window): Fix rewrite of window
2368         splitting section.
2370 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
2372         * nonascii.texi (Default Coding Systems):
2373         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2374         Add indexing.
2375         (Lisp and Coding Systems): Add index entries.
2377 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
2379         * windows.texi (Choosing Window): Describe split-window-sensibly
2380         and rewrite section on window splitting accordingly.
2381         (Textual Scrolling): Replace `...' by @code{...}.
2383 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
2385         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2386         Remove obsoleted pre-abbrev-expand-hook.
2388         * locals.texi (Standard Buffer-Local Variables): Consolidate table
2389         entries.
2391         * internals.texi (Object Internals): Don't assume 32-bit machines
2392         are the norm.
2393         (Buffer Internals): Consolidate table entries for readability.
2394         (Window Internals): Synch field names to window.h.
2395         (Process Internals): Synch field names to process.h.
2397 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
2399         * variables.texi (File Local Variables): Note that read-circle is
2400         bound to nil when reading file-local variables.
2402         * streams.texi (Input Functions): Document read-circle.
2403         (Output Variables): Add xref to Circular Objects.
2405 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
2407         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
2408         Features and Coding System Basics.  Node that "p" stands for
2409         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
2410         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2411         mouse-appearance-menu.
2412         (Programming Tips): Add xref to Progress.
2414 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
2416         * os.texi (Command-Line Arguments):
2417         Document command-line-args-left.
2418         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
2419         terminal objects for tty arguments.
2420         (Startup Summary): Add xref to Session Management.
2421         (Session Management): Mention emacs-session-restore.  Copyedits.
2423 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
2425         * os.texi (Startup Summary): Copyedits.  The init file is not
2426         necessarily named .emacs now.  Document initial-buffer-choice and
2427         initial-scratch-message.  Note where Emacs exits in batch mode.
2428         Document inhibit-splash-screen as an alias.
2429         (Init File): Be neutral about which init file name to use.
2431 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
2433         * os.texi (System Interface): Fix Texinfo usage.
2435 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
2437         * searching.texi (Regexp Backslash): Also refer to shy groups as
2438         non-capturing or unnumbered groups.
2439         (Regexp Functions): Add cross-reference to Regexp Backslash.
2441         * display.texi (Truncation): Overlays can use line-prefix and
2442         wrap-prefix too.
2443         (Overlay Properties): Document wrap-prefix and line-prefix.
2444         (Face Attributes): Document underline-minimum-offset.
2445         (Face Remapping): Copyedits.
2446         (Low-Level Font): Copyedits.
2447         (Image Cache): Note that the image cache is shared between frames.
2448         (Line Height): Emphasize that line-spacing only takes effect on
2449         graphical terminals.
2451 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2453         * display.texi (Refresh Screen): Note that a passage about screen
2454         refreshing is text terminal only.
2455         (Forcing Redisplay): Delete misleading comment---sit-for calls
2456         redisplay, not the other way around.
2457         (Truncation): Note new values of truncate-partial-width-windows.
2458         Copyedits.
2459         (Invisible Text): Document invisible-p.
2461 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2463         * display.texi (Overlays): Overlays don't scale well.  See
2464         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2466 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
2468         * syntax.texi (Syntax Table Functions): Document cons cell
2469         argument for modify-syntax-entry.
2470         (Categories): Document cons cell argument for
2471         modify-category-entry.
2473         * searching.texi (String Search): Document word-search-forward-lax
2474         and word-search-backward-lax.
2475         (Searching and Case): Describe isearch behavior more precisely.
2477         * keymaps.texi (Tool Bar): Mention that some platforms do not
2478         support multi-line toolbars.  Suggested by Stephen Eglen.
2480         * frames.texi (Layout Parameters): Mention that Nextstep also
2481         allows only one tool-bar line.  Suggested by Stephen Eglen.
2483         * nonascii.texi (Text Representations): Copyedits.
2484         (Coding System Basics): Also mention utf-8-emacs.
2485         (Converting Representations, Selecting a Representation)
2486         (Scanning Charsets, Translation of Characters, Encoding and I/O):
2487         Copyedits.
2488         (Character Codes): Mention role of codepoints 1114112 to 4194175.
2490 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
2492         * text.texi (Yank Commands): Note that yank uses push-mark.
2493         (Filling): Clarify REGION argument of fill-paragraph.
2494         Document fill-forward-paragraph-function.
2495         (Special Properties): Remove "new in Emacs 22" declaration.
2496         (Clickable Text): Merge with Links and Mouse-1 node.
2498         * display.texi (Button Properties, Button Buffer Commands):
2499         Change xref to Clickable Text.
2501         * tips.texi (Key Binding Conventions): Change xref to Clickable
2502         Text.
2504         * elisp.texi (Top): Update node listing.
2506 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
2508         * markers.texi (The Mark): Copyedits.  Improve description of
2509         handle-shift-selection.
2510         (The Region): Move use-region-p here from The Mark.
2512         * positions.texi (Screen Lines): Document (cols . lines) argument
2513         for vertical-motion.
2515 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
2517         * frames.texi (Frames): Clean up introduction.  Document `ns'
2518         return value for framep.
2519         (Creating Frames): Note how the terminal is chosen.
2520         (Multiple Terminals, Multiple Displays): Merge into a single node.
2521         (Color Parameters): Fix typo.
2523         * variables.texi (Local Variables, Buffer-Local Variables)
2524         (Creating Buffer-Local): Change link to Multiple Terminals.
2526         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2528         * keymaps.texi (Controlling Active Maps): Change link to Multiple
2529         Terminals.
2531         * commands.texi (Command Loop Info, Keyboard Macros): Change link
2532         to Multiple Terminals.
2534         * elisp.texi (Top): Update node listing.
2535         * vol2.texi (Top): Update node listing.
2536         * vol1.texi (Top): Update node listing.
2538         * buffers.texi (Current Buffer): Note that the append-to-buffer
2539         example is no longer in synch with the latest code.  Tie the two
2540         examples together.
2542         * files.texi (File Attributes): Move note about MS-DOS from
2543         Changing Files to File Attributes.
2544         (Create/Delete Dirs): Note that mkdir is an alias for this.
2546 2009-04-01  Markus Triska  <triska@gmx.at>
2548         * processes.texi (Filter Functions): Suggest how to handle output
2549         batches.
2551 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
2553         * help.texi (Accessing Documentation): Update example to use
2554         help-setup-xref and with-help-window.
2555         (Help Functions): Remove print-help-return-message, which is
2556         semi-obsolete due to with-help-window.  Document help-buffer and
2557         help-setup-xref.
2559 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
2561         * help.texi (Accessing Documentation, Help Functions):
2562         Remove information about long-obsolete Emacs versions.
2564         * modes.texi (Mode Line Variables): The default values of the mode
2565         line variables are now more complicated.
2567 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
2569         * modes.texi (Major Mode Conventions): Note that specialness is
2570         inherited.
2571         (Derived Modes): Note that define-derive-mode sets the mode-class
2572         property.
2574         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2575         goto-map.  Add search-map to the list.
2577 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
2579         * os.texi (System Environment): Update the list of system-type
2580         values.
2582         * markers.texi (The Mark) <handle-shift-selection>: Update for
2583         removal of the optional argument DEACTIVATE.
2585 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
2587         * commands.texi (Focus Events): Most X window managers don't use
2588         focus-follows-mouse nowadays.
2590 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
2592         * commands.texi (Defining Commands): Clarify introduction.
2593         (Using Interactive): Not that interactive can be put in a symbol
2594         property.
2595         (Interactive Call): Note that a symbol with a non-nil
2596         interactive-form property satisfies commandp.
2598 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
2600         * minibuf.texi (Intro to Minibuffers): Fix typos.
2602 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
2604         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
2605         about minibuffers in old Emacs versions.  Copyedits.
2606         Emphasize that enable-recursive-minibuffers defaults to nil.
2607         (Text from Minibuffer): Simplify introduction.
2609 2009-03-22  Alan Mackenzie  <acm@muc.de>
2611         * commands.texi (Using Interactive): Clarify string argument to
2612         `interactive' - even promptless elements need \n separators.
2614 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
2616         * minibuf.texi (Completion Styles): New node.
2618         * elisp.texi (Top): Update node listing.
2620 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
2622         * minibuf.texi (Basic Completion): Note that
2623         read-file-name-completion-ignore-case and
2624         read-buffer-completion-ignore-case can override
2625         completion-ignore-case.
2626         (Minibuffer Completion): Document completing-read changes.
2627         (Completion Commands): Avoid mentioning partial completion mode.
2628         Document minibuffer-completion-confirm changes, and
2629         minibuffer-confirm-exit-commands.
2630         (High-Level Completion): Document new require-match behavior for
2631         read-buffer.  Document read-buffer-completion-ignore-case.
2632         (Reading File Names): Document new require-match behavior for
2633         read-file-name.
2635 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
2637         * debugging.texi (Error Debugging): Don't mislead the reader into
2638         thinking that debug-on-error enters debugger for C-f at EOB.
2639         (Error Debugging): Setting debug-on-init within the init file
2640         works, and has for some time.
2642 2009-03-13  Kenichi Handa  <handa@m17n.org>
2644         * display.texi (Fontsets): Update the description.
2646 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
2648         * advice.texi (Advising Primitives): Link to What Is a Function.
2650 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
2652         * compile.texi (Speed of Byte-Code): Update example.
2653         (Disassembly): Update examples.
2655         * loading.texi (Repeated Loading): Simplify examples.
2657         * customize.texi (Common Keywords): It's not necessary to use :tag
2658         to remove hyphens, as custom-unlispify-tag-name does it
2659         automatically.
2660         (Variable Definitions): Link to File Local Variables.
2661         Document customized-value symbol property.
2662         (Customization Types): Move menu to end of node.
2664 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
2666         * macros.texi (Compiling Macros): Omit misleading sentence, which
2667         implied that macros can only be used in the same file they are
2668         defined.
2669         (Backquote): Remove obsolete information about Emacs 19.
2671 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
2673         * display.texi (Display Margins): Fix paren typo.
2675 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
2677         * elisp.texi (Top): Update node listing.
2679         * variables.texi (Variables): Clarify introduction.
2680         (Global Variables): Mention that setq is a special form.
2681         (Local Variables): Use active voice.
2682         (Tips for Defining): Mention marking variables as safe.
2683         (Buffer-Local Variables): Mention terminal-local and frame-local
2684         variables together.
2685         (File Local Variables): Copyedits.
2686         (Frame-Local Variables): Note that they are not really useful.
2687         (Future Local Variables): Node deleted.
2689         * objects.texi (General Escape Syntax): Update explanation of
2690         Unicode escape syntax.
2692 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
2694         * control.texi (Control Structures): Add cindex entry for "textual
2695         order".
2697         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
2698         instead of "expression" throughout.
2699         (Function Indirection): Copyedits.  Use active voice.
2700         (Eval): The default value of max-lisp-eval-depth is now 400.
2702 2009-02-23  Miles Bader  <miles@gnu.org>
2704         * processes.texi (System Processes): Rename `system-process-attributes'
2705         to `process-attributes'.
2707 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2709         * symbols.texi (Property Lists): Emphasize that property lists are
2710         not restricted to symbol cells.
2711         (Other Plists): Copyedit.
2713         * sequences.texi (Sequences Arrays Vectors): Make introduction
2714         more concise.
2715         (Arrays): Mention char-tables and bool-vectors too.
2716         (Vectors): Don't repeat information given in Arrays node.  Link to
2717         nodes that explain the vector usage examples.
2718         (Char-Tables): Note that char-table elements can have arbitrary
2719         type.  Explain effect of omitted char-table-extra-slots property.
2720         Link to Property Lists node.
2722 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2724         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2725         `append'.
2726         (List Elements): Copyedits.
2728         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2729         of `vconcat'.
2731         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
2732         Emacs 20 usage of `concat'.
2733         (Case Conversion): Copyedits.
2735 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
2737         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2738         Minor edits.
2739         (Frame Configuration Type): Emphasize that it is not primitive.
2740         (Font Type): New node.
2741         (Type Predicates): Add fontp; type-of now recognizes font object
2742         types.
2744         * intro.texi (Version Info): Update version numbers in examples.
2745         (Acknowledgements): List more contributors.
2747         * elisp.texi: Bump version number to 3.0.
2748         (Top): Link to Font Type node.
2750 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
2752         * modes.texi (Major Mode Conventions): Remove duplicate words.
2753         (Customizing Keywords): Fix typo.
2755 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
2757         * nonascii.texi (User-Chosen Coding Systems): Document that
2758         select-safe-coding-system suggests raw-text if there are raw bytes
2759         in the region.
2760         (Explicit Encoding): Warn not to use `undecided' when encoding.
2762 2009-02-11  Glenn Morris  <rgm@gnu.org>
2764         * frames.texi (Visibility of Frames): Mention the effect multiple
2765         workspaces/desktops can have on visibility.
2767 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
2769         * text.texi (Commands for Insertion):
2770         * commands.texi (Event Mod):
2771         * keymaps.texi (Searching Keymaps):
2772         * nonascii.texi (Translation of Characters):
2773         Reinstate documentation of translation-table-for-input.
2774         (Explicit Encoding): Document the `charset' text property produced
2775         by decode-coding-region and decode-coding-string.
2777 2009-01-27  Alan Mackenzie  <acm@muc.de>
2779         * modes.texi (Search-based Fontification): Correct a typo.
2781 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
2783         * abbrevs.texi (Abbrev Table Properties): Fix typo.
2784         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
2786 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2788         * display.texi (Window Systems): Document the value of
2789         `initial-window-system' under --daemon.
2791         * os.texi (System Environment): Remove description of the
2792         `environment' function which has been deleted.
2794 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2796         * frames.texi (Multiple Displays): Remove documentation for
2797         removed function make-frame-on-tty.
2799 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2801         * files.texi (Format Conversion Piecemeal): Clarify behavior of
2802         write-region-annotate-functions.
2803         Document write-region-post-annotation-function.
2805 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2807         * display.texi (Font Lookup): Document WIDTH argument of
2808         x-list-fonts.
2810 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2812         * maps.texi (Standard Keymaps): Rename function-key-map to
2813         local-function-key-map.
2815         * keymaps.texi (Translation Keymaps): Rename function-key-map to
2816         local-function-key-map.
2818         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2819         and `set-keyboard-coding-system' now accept an optional terminal
2820         argument.
2822         * commands.texi (Event Mod): `keyboard-translate-table' is now
2823         terminal-local.
2824         (Function Keys): Rename function-key-map to
2825         local-function-key-map.
2827         * elisp.texi (Top): Make @detailmenu be consistent with changes in
2828         frames.texi.
2830         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
2831         `delete-terminal-functions', `suspend-tty-functions' and
2832         `resume-tty-functions'.
2834         * frames.texi (Frames): Document `frame-terminal' and
2835         `terminal-live-p'.
2836         (Multiple Displays): Document `make-frame-on-tty'.
2837         (Multiple Terminals): Document `terminal-list', `delete-terminal',
2838         `terminal-name', and `get-device-terminal'.
2839         (Terminal Parameters): Document `terminal-parameters',
2840         `terminal-parameter', and `set-terminal-parameter'.
2842         * os.texi (System Environment): Document `environment' and
2843         `initial-environment'.
2844         (Suspending Emacs): Update for multi-tty; document
2845         `suspend-tty', `resume-tty', and `controlling-tty-p'.
2847         * nonascii.texi (Coding System Basics): More accurate description
2848         of `raw-text'.
2850 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2852         * display.texi (Low-Level Font): Fix typo.
2854 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2856         * elisp.texi (Top): Update node listing.
2858         * display.texi (PostScript Images): Node deleted.
2860 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2862         * processes.texi (Decoding Output): Document that null bytes force
2863         no-conversion for reading process output.
2865         * files.texi (Reading from Files): Document that null bytes force
2866         no-conversion when visiting files.
2868         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
2870         * nonascii.texi (Lisp and Coding Systems):
2871         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
2872         (Character Properties): Improve wording.
2874 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2876         * display.texi (Font Lookup): Remove obsolete function
2877         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
2878         (Low-Level Font): Rename from Fonts, move to end of Faces section.
2879         (Font Selection): Reorder order of variable descriptions.
2880         Minor clarifications.
2882         * elisp.texi (Top): Update node listing.
2884 2009-01-09  Glenn Morris  <rgm@gnu.org>
2886         * commands.texi (Command Loop Info): Say that last-command-char and
2887         last-input-char are obsolete aliases.
2889         * edebug.texi (Edebug Recursive Edit): Remove separate references to
2890         last-input-char and last-command-char, since they are just aliases for
2891         last-input-event and last-command-event.
2893         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2894         last-command-char.
2896 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2898         * elisp.texi: Update node listing.
2900         * display.texi (Faces): Put Font Selection node after Auto Faces.
2901         (Face Attributes): Don't link to Font Lookup.
2902         Document font-family-list.
2903         (Fonts): New node.
2905 2009-01-08  Jason Rumney  <jasonr@gnu.org>
2907         * frames.texi (Pointer Shape): Clarify that only X supports
2908         changing the standard pointer shapes.  (Bug#1485)
2910 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2912         * display.texi (Attribute Functions): Note that a function value
2913         :height is relative, and that compatibility functions work by
2914         calling set-face-attribute.
2915         (Displaying Faces): Reorder list in order of increasing priority.
2916         (Face Remapping): New node.  Content moved here from Displaying
2917         Faces.
2918         (Glyphs): Link to Face Functions.
2920 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2922         * display.texi (Faces): Don't discuss face id here.  facep does
2923         not return t.
2924         (Defining Faces): Minor clarification.
2925         (Face Attributes): Rearrange items to match docstring of
2926         set-face-attribute.  Add :foundry attribute.  Document new role of
2927         :font attribute.  Texinfo usage fix.
2928         (Attribute Functions): Copyedits.
2929         (Face Functions): Note that face number is seldom used.
2931 2009-01-05  Richard M Stallman  <rms@gnu.org>
2933         * strings.texi (Predicates for Strings): Minor clarification.
2935         * functions.texi (Function Safety): Texinfo usage fix.
2937 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
2939         * objects.texi (General Escape Syntax): Fix typo.
2941 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
2943         * windows.texi (Choosing Window): Say that pop-up-frame-alist
2944         works via the default value of pop-up-frame-function.
2946 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
2948         * processes.texi (System Processes): Document the `time' and
2949         `ctime' attributes of `system-process-attributes'.
2951 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
2953         * display.texi (Face Attributes): Clarify :height attribute.
2955 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
2957         * buffers.texi (The Buffer List): Clarify what moves a buffer to
2958         the front of the buffer list.  Add entries for `last-buffer' and
2959         `unbury-buffer'.
2961 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
2963         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2964         and its subsections.
2966         * frames.texi (Multiple Terminals, Low-level Terminal)
2967         (Terminal Parameters, Frames on Other TTY devices): New sections.
2968         (Frames): Add an xref to "Multiple Terminals".
2970         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2972         * objects.texi (Terminal Type): New node.
2973         (Editing Types): Add it to the menu.
2975         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2976         Variables".
2978         * variables.texi (Directory Local Variables): New node.
2979         (Variables): Add a menu item for it.
2981         * loading.texi (Autoload): Document `generate-autoload-cookie' and
2982         `generated-autoload-file'.
2984 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
2986         * os.texi (Startup Summary): Add xref to documentation of
2987         `initial-window-system'.
2989         * display.texi (Window Systems): Document `window-system' the
2990         function.  The variable `window-system' is now frame-local.
2991         Document `initial-window-system'.
2993 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
2995         * windows.texi (Windows): Rewrite description of
2996         fit-window-to-buffer.
2998 2008-12-13  Glenn Morris  <rgm@gnu.org>
3000         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
3001         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3003 2008-12-12  Glenn Morris  <rgm@gnu.org>
3005         * debugging.texi (Error Debugging): Refer forwards to
3006         eval-expression-debug-on-error.
3008 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
3010         * strings.texi (String Basics): Only unibyte strings that
3011         represent key sequences hold 8-bit raw bytes.
3013         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3014         paragraph to speak about `undecided'.
3015         (Character Properties): Don't explain the meaning of each
3016         property; instead, identify their Unicode Standard names.
3017         (Character Sets): Document `map-charset-chars'.
3019 2008-12-02  Glenn Morris  <rgm@gnu.org>
3021         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3022         section yet again.
3024 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
3026         * nonascii.texi (Character Properties): New Section.
3027         (Specifying Coding Systems): Document
3028         `coding-system-priority-list', `set-coding-system-priority', and
3029         `with-coding-priority'.
3030         (Lisp and Coding Systems): Document `check-coding-systems-region'
3031         and `coding-system-charset-list'.
3032         (Coding System Basics): Document `coding-system-aliases'.
3034         * elisp.texi (Top): Add a @detailmenu entry for "Character
3035         Properties".
3037         * objects.texi (Character Type): Correct the range of Emacs
3038         characters.  Add an @xref to "Character Codes".
3040         * strings.texi (String Basics): Add an @xref to "Character Codes".
3042         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3044         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3045         (Character Codes): Document `max-char'.
3047 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3049         * nonascii.texi (Text Representations, Converting Representations)
3050         (Character Sets, Scanning Charsets, Translation of Characters):
3051         Make text more accurate.
3053 2008-11-28  Glenn Morris  <rgm@gnu.org>
3055         * files.texi (Format Conversion Round-Trip): Improve previous change.
3057 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3059         * modes.texi (Auto Major Mode): Fix example.
3061 2008-11-25  Glenn Morris  <rgm@gnu.org>
3063         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3065         * files.texi (Format Conversion Round-Trip):
3066         Use active voice for previous change.
3068 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3070         * os.texi (Processor Run Time):
3071         * processes.texi (Transaction Queues):
3072         * markers.texi (The Mark):
3073         * windows.texi (Choosing Window, Selecting Windows):
3074         * files.texi (Changing Files, Magic File Names):
3075         * commands.texi (Key Sequence Input):
3076         * functions.texi (Declaring Functions):
3077         * strings.texi (Predicates for Strings):
3078         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3080 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3082         * help.texi (Accessing Documentation): Update example.
3084         * variables.texi (Defining Variables): Note that `*' is not
3085         necessary if defcustom is used.
3087 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
3089         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3090         Characters" from @detailmenu.
3092         * nonascii.texi (Character Codes, Character Sets)
3093         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3094         (Chars and Bytes, Splitting Characters): Sections removed.
3096 2008-11-22  Lute Kamstra  <lute@gnu.org>
3098         * positions.texi (Text Lines): Update goto-line documentation.
3100 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
3102         * frames.texi (Frames): Fix typo, add cross references, reword.
3103         (Initial Parameters): Reword special-display-frame-alist text.
3104         (Frames and Windows): Reword.  Describe argument norecord for
3105         set-frame-selected-window.
3106         (Input Focus): Describe argument norecord for select-frame.
3107         Remove comment on MS-Windows behavior for focus-follows-mouse.
3108         (Raising and Lowering): Mention windows-frames dichotomy in
3109         metaphor.
3111         * windows.texi (Displaying Buffers, Vertical Scrolling)
3112         (Horizontal Scrolling): Fix indenting and rewording issues
3113         introduced with 2008-11-07 change.
3115 2008-11-20  Glenn Morris  <rgm@gnu.org>
3117         * files.texi (Format Conversion Round-Trip): Mention `preserve'
3118         element of `format-alist'.
3120 2008-11-19  Glenn Morris  <rgm@gnu.org>
3122         * doclicense.texi: Update to FDL 1.3.
3123         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3125 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
3127         * windows.texi (Window Hooks): Remove *-end-trigger-functions
3128         vars, which are obsolete.  Mention jit-lock-register.
3130         * modes.texi (Other Font Lock Variables):
3131         Document jit-lock-register and jit-lock-unregister.
3133         * frames.texi (Color Parameters): Document alpha parameter.
3135 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
3137         * windows.texi (Splitting Windows, Deleting Windows)
3138         (Selecting Windows, Cyclic Window Ordering)
3139         (Buffers and Windows, Displaying Buffers, Choosing Window)
3140         (Dedicated Windows, Window Point, Window Start and End)
3141         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3142         (Size of Window, Resizing Windows, Window Configurations)
3143         (Window Parameters): Avoid @var at beginning of sentences and
3144         reword accordingly.
3146 2008-11-11  Lute Kamstra  <lute@gnu.org>
3148         * files.texi (File Name Components): Fix file-name-extension
3149         documentation.
3151 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
3153         * frames.texi (Basic Parameters): Remove display-environment-variable
3154         and term-environment-variable.
3156 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3158         * windows.texi (Basic Windows, Splitting Windows)
3159         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3160         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3161         (Resizing Windows, Window Configurations, Window Parameters):
3162         Fix wording and markup.
3164 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
3166         * windows.texi (Windows): Update entries.
3167         (Basic Windows): Remove listing of attributes.  Reword.
3168         (Splitting Windows, Deleting Windows): Reword.
3169         (Selecting Windows, Cyclic Window Ordering): Reword with special
3170         emphasis on order of recently selected windows and buffer list.
3171         (Buffers and Windows, Choosing Window): Reword with special
3172         emphasis on dedicated windows.
3173         (Displaying Buffers): Reword.  For switch-to-buffer mention that
3174         it may fall back on pop-to-buffer.  For other-window try to
3175         explain how it treats the cyclic ordering of windows.
3176         (Dedicated Windows): New node and section discussing dedicated
3177         windows and associated functions.
3178         (Window Point): Add entry for window-point-insertion-type.  Reword.
3179         (Window Start and End): Rename node and section title.  Reword.
3180         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3181         Minor rewording.
3182         (Size of Window): Reword, in particular text on window-width.
3183         (Resizing Windows): Reword.  Add text on balancing windows.
3184         (Window Configurations): Reword.  Mention window parameters.
3185         (Window Parameters): New node and section on window parameters.
3186         (Window Hooks): Reword.  Mention that
3187         window-configuration-change-hook is run "buffer-locally".
3188         * elisp.texi (Top): Update Windows entries in @detailmenu
3189         section.
3191 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3193         * searching.texi (Regexp Search): Fix typo.
3195 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3197         * searching.texi (Regexp Search): Document GREEDY arg.
3198         (Simple Match Data): Fix return value.
3200 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
3202         * nonascii.texi (Text Representations): Rewrite to make consistent
3203         with Emacs 23 internal representation of characters.
3204         Document `unibyte-string'.
3206 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
3208         * processes.texi (Process Information): Note that process-status
3209         does not accept buffer names.
3211 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3213         * positions.texi (Skipping Characters): Correct return value of
3214         skip-chars-forward.
3216 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3218         * windows.texi (Deleting Windows): Update documentation of
3219         delete-windows-on.
3220         (Buffers and Windows): Update documentations of
3221         get-buffer-window and get-buffer-window-list.
3222         (Displaying Buffers): Update documentation of
3223         replace-buffer-in-windows.
3225         * buffers.texi (Current Buffer): Reword set-buffer and
3226         with-current-buffer documentations.
3227         (Creating Buffers): Reword documentation of get-buffer-create.
3229 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
3231         * buffers.texi (Current Buffer): Reword documentation of
3232         set-buffer.
3233         (Buffer Names): Reword documentation of buffer-name.
3234         (The Buffer List): For bury-buffer explain what happens with the
3235         buffer's window.
3236         (Creating Buffers): Say that get-buffer-create's arg is called
3237         buffer-or-name.
3239 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3241         * advice.texi (Computed Advice): Explain what DEFINITION is.
3243         * nonascii.texi (Character Codes): Remove obsolete function
3244         char-valid-p, and document characterp instead.
3246 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
3248         * windows.texi (Displaying Buffers): Reword documentation of
3249         pop-to-buffer.
3250         (Choosing Window): Rewrite documentation of display-buffer and
3251         its options.
3253         * buffers.texi (Killing Buffers): Update documentation of
3254         kill-buffer.
3256 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
3258         * processes.texi (Serial Ports): Fix wording and improve markup.
3260         * searching.texi (Regexp Search): Document `string-match-p' and
3261         `looking-at-p'.
3262         (POSIX Regexps): Add an xref for "non-greedy".
3263         (Regexp Special): Add @cindex entry for "non-greedy".
3265         * display.texi (Attribute Functions): Document `face-all-attributes'.
3266         (Image Cache) <image-refresh>: Minor wording fixes.
3268         * frames.texi (Color Names): Add an xref to `read-color'.
3270         * minibuf.texi (High-Level Completion): Document `read-color'.
3272         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3274         * positions.texi (Narrowing): Add an xref to "Swapping Text".
3276         * buffers.texi (Swapping Text): New section, documents
3277         `buffer-swap-text'.
3279 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
3281         * windows.texi (Resizing Windows): Minor wording fix.
3283 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3285         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3286         and `combine-and-quote-strings'.
3288         * strings.texi (Creating Strings): Add xrefs for them.
3290 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3292         * elisp.texi (Top): Make descriptive text for "Reading File Names"
3293         match the corresponding menu in minibuf.texi.
3295         * minibuf.texi (Reading File Names): Document `read-shell-command'
3296         and `minibuffer-local-shell-command-map'.
3298 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3300         * windows.texi (Resizing Windows): Remove var{} around "window" in
3301         documentation of enlarge-window.
3302         Rewrite documentation of window-min-height and window-min-width.
3304 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3306         * functions.texi (Calling Functions): Document `apply-partially'.
3308         * hooks.texi (Standard Hooks): Mention
3309         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3311         * variables.texi (File Local Variables): Document
3312         `file-local-variables-alist', `before-hack-local-variables-hook'
3313         and `hack-local-variables-hook'.
3315         * processes.texi (Synchronous Processes): Document `process-lines'.
3317         * customize.texi (Variable Definitions):
3318         Document `custom-reevaluate-setting'.
3320 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
3322         * windows.texi (Choosing Window, Deleting Windows)
3323         (Displaying Buffers): Expand documentation of dedicated windows.
3325 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3327         * files.texi (Changing Files): Document symbolic input of file
3328         modes to `set-file-modes'.  Document `read-file-modes' and
3329         `file-modes-symbolic-to-number'.
3331         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3332         and `search-map'.
3334         * searching.texi (Search and Replace):
3335         Document `replace-search-function' and `replace-re-search-function'.
3336         Document `multi-query-replace-map'.
3338         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3339         (Completion Commands, Reading File Names):
3340         Rename `minibuffer-local-must-match-filename-map' to
3341         `minibuffer-local-filename-must-match-map'.
3342         (Minibuffer Completion): The `require-match' argument to
3343         `completing-read' can now have the value `confirm-only'.
3345         * windows.texi (Displaying Buffers): Minor wording fix.
3346         (Choosing Window): `split-height-threshold' can now be nil.
3347         Document `split-width-threshold'.  `pop-up-frames' can have the
3348         value `graphic-only'.
3350 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
3352         * os.texi (Startup Summary): Document `before-init-time' and
3353         `after-init-time'.  Document `initial-window-system' and
3354         `window-system-initialization-alist'.  Document reading the
3355         abbrevs file.  Document the call to `server-start' under --daemon.
3356         Rearrange a bit to be consistent with the code flow.
3357         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3358         (Time Parsing): Document `format-seconds'.
3360 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
3362         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3363         and reword.
3365 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
3367         * markers.texi (The Mark): Document use-region-p.
3369 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
3371         * internals.texi (Writing Emacs Primitives): The interactive spec
3372         of a primitive can be a Lisp form.
3374         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3375         values of transient-mark-mode.  Document handle-shift-selection.
3377         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3378         (Interactive Examples): Show an example of `^'.
3379         (Key Sequence Input): Document this-command-keys-shift-translated.
3380         (Defining Commands, Using Interactive): The interactive-form of a
3381         function can be added via its symbol's property.
3383         * positions.texi (List Motion): beginning-of-defun-function can
3384         now accept an argument.
3386         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3387         now return a list of strings.
3389         * control.texi (Handling Errors): Document ignore-errors.
3391         * frames.texi (Creating Frames): Document frame-inherited-parameters.
3392         (Parameter Access): Document set-frame-parameter.
3394         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3395         Hooks" for the effect of kill-all-local-variables on local hook
3396         functions.
3398         * modes.texi (Major Mode Conventions, Mode Line Variables):
3399         `mode-name' need not be a string.  xref to "Mode Line Data" for
3400         details, and to "Emulating Mode Line" for computing a string
3401         value.
3403 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
3405         * processes.texi (System Processes): New section.
3406         (Processes, Signals to Processes): Add xrefs to it.
3408         * objects.texi (Editing Types): A `process' is a subprocess of
3409         Emacs, not just any process running on the OS.
3411         * elisp.texi (Top): Adjust the @detailmenu for the above two
3412         changes.
3414         * sequences.texi (Char-Tables): Remove documentation of
3415         set-char-table-default, which has no effect since Emacs 23.
3416         <char-table-range, set-char-table-range>: Don't mention generic
3417         characters and charsets.  Add a cons cell as a possible argument.
3419         * nonascii.texi (Splitting Characters)
3420         (Translation of Characters): Don't mention generic characters.
3422         * display.texi (Fontsets): Don't mention generic characters.
3424         * sequences.texi (Char-Tables): `map-char-table' can now call its
3425         argument FUNCTION with a cons cell as KEY.
3427 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
3429         * objects.texi (Primitive Function Type): Move "@cindex special
3430         forms" from here...
3432         * eval.texi (Special Forms): ...to here.
3434         * functions.texi (What Is a Function): `functionp' returns nil for
3435         special forms.  Add an xref.
3437         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3438         Variables".
3440         * variables.texi (Frame-Local Variables): New section.
3441         (Buffer-Local Variables): Add an xref to it.
3442         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3443         have both frame-local and buffer-local binding.
3445         * frames.texi (Frames): Mention multiple tty frames.
3446         (Frame Parameters, Parameter Access): Mention frame-local variable
3447         bindings.
3449 2008-09-20  Glenn Morris  <rgm@gnu.org>
3451         * display.texi (Defining Faces): Recommend against face variables.
3453 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
3455         * display.texi (Echo Area Customization): Fix typo.
3457 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3459         * loading.texi (Where Defined): Add `defface' item.
3461 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3463         * loading.texi (Where Defined): Fix description of symbol-file.
3465 2008-08-26  Jason Rumney  <jasonr@gnu.org>
3467         * display.texi (TIFF Images): New section describing :index property.
3469 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3471         * display.texi (Temporary Displays): Remove unnecessary comment
3472         about usage of temp-buffer-show-hook.
3474 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3476         * symbols.texi (Other Plists): Fix incorrect example.
3477         Suggested by Florian Beck.
3479 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3481         * os.texi: Fix previous change.
3483 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3485         * os.texi:
3486         * intro.texi:
3487         * files.texi: Remove VMS support.
3489 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3491         * os.texi:
3492         * frames.texi:
3493         * display.texi: Remove mentions of Mac Carbon.
3495 2008-07-01  Miles Bader  <miles@gnu.org>
3497         * text.texi (Special Properties):
3498         * display.texi (Truncation): Add wrap-prefix and line-prefix.
3500 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
3502         * display.texi (Other Image Types): Fix copy/paste error; say
3503         "PBM", not "XBM".
3505 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3507         * os.texi: Remove references to obsolete systems.
3509 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3511         * makefile.w32-in (distclean): Remove makefile.
3513 2008-06-17  Glenn Morris  <rgm@gnu.org>
3515         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3516         (elisp, dist): Remove rules and variables that are obsolete now
3517         the lisp manual is no longer distributed separately.
3519 2008-06-16  Glenn Morris  <rgm@gnu.org>
3521         * configure, configure.in, mkinstalldirs: Remove unused files.
3523         * book-spine.texinfo: Set version to 23.0.60.
3524         * vol1.texi (EMACSVER):
3525         * vol2.texi (EMACSVER): Set to 23.0.60.
3527         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3528         as per maintain.info.
3530 2008-06-15  Glenn Morris  <rgm@gnu.org>
3532         * makefile.w32-in (manual): Use "23" rather than "21".
3534         * Makefile.in (emacsver): New, set by configure.
3535         (manual): Use emacsver.
3537         * intro.texi: Report bugs using M-x report-emacs-bug.
3539         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3541 2008-06-13  Daniel Engeler  <engeler@gmail.com>
3543         * elisp.texi, internals.texi, processes.texi: Add documentation
3544         about serial port access.
3546 2008-06-05  Miles Bader  <miles@gnu.org>
3548         * display.texi (Displaying Faces): Update to reflect function
3549         renamings in face-remap.el.
3551 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
3553         * display.texi (Fontsets): Fix typos.
3555 2008-06-03  Miles Bader  <miles@gnu.org>
3557         * display.texi (Displaying Faces): Add add-relative-face-remapping,
3558         remove-relative-face-remapping, set-base-face-remapping,
3559         and set-default-base-face-remapping.
3561 2008-06-01  Miles Bader  <miles@gnu.org>
3563         * display.texi (Displaying Faces): Add face-remapping-alist.
3565 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3567         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3568         variable names.
3570 2008-05-03  Eric S. Raymond  <esr@golux>
3572         * keymaps.texi: Clarify that (current-local-map) and
3573         (current-global-map) return references, not copies.
3575 2008-05-02  Juri Linkov  <juri@jurta.org>
3577         * minibuf.texi (Text from Minibuffer): Document a list of
3578         default values for `read-from-minibuffer'.
3580 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
3582         * nonascii.texi (Translation of Characters): Fix previous change.
3584 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
3586         * display.texi (Overlay Properties): Clarify role of underlying
3587         textprop and overlay keymaps for display strings.
3589         * keymaps.texi (Active Keymaps): Ditto.
3591 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3593         * minibuf.texi (Programmed Completion):
3594         Replace dynamic-completion-table with the new completion-table-dynamic.
3596 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
3598         * intro.texi (Some Terms): Change "fonts in this manual" index
3599         entry to "typographic conventions".
3601 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
3603         * objects.texi (Text Props and Strings): Add indexing for read
3604         syntax of text properties.
3606 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3608         * processes.texi (Decoding Output): Remove process-filter-multibyte
3609         functions.
3611 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
3613         * display.texi (Finding Overlays): Say that empty overlays at
3614         the end of the buffer are reported too.
3616 2008-03-13  Glenn Morris  <rgm@gnu.org>
3618         * elisp.texi (EMACSVER): Set to 23.0.60.
3620 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
3622         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
3624 2008-02-22  Glenn Morris  <rgm@gnu.org>
3626         * frames.texi (Position Parameters): Clarify the description of
3627         `left' and `top', using information from "Geometry".
3628         (Geometry): Give a pointer to "Position Parameters", rather than
3629         repeating information.
3631 2008-02-11  Glenn Morris  <rgm@gnu.org>
3633         * objects.texi (Equality Predicates): No longer talk about "two"
3634         functions.
3636 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3638         * objects.texi (Equality Predicates): Add defun for
3639         equal-including-properties.
3641 2008-02-10  Glenn Morris  <rgm@gnu.org>
3643         * objects.texi (Equality Predicates):
3644         Mention equal-including-properties.
3646 2008-02-07  Richard Stallman  <rms@gnu.org>
3648         * windows.texi (Window Start): Mention the feature of moving
3649         window-start to start of line.
3651 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
3653         * keymaps.texi (Tool Bar): Document rtl property.
3655 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3657         * display.texi (Button Types):
3658         For define-button-type, clarify type of NAME.
3660 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
3662         * buffers.texi (Buffer Modification): Fix typo.
3664 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3666         * os.texi (System Environment): Remove references to OSes that are
3667         not supported anymore.
3669 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3671         * os.texi (System Environment): Remove mention for Masscomp.
3673 2008-01-04  Richard Stallman  <rms@gnu.org>
3675         * display.texi (Faces): Don't talk about internal face vector as arg
3676         to facep.
3678         * customize.texi (Type Keywords): Fix previous change.
3680         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3681         * elisp.texi (Top): Fix menu for commands.texi change.
3683 2007-12-30  Richard Stallman  <rms@gnu.org>
3685         * commands.texi (Accessing Mouse): Rename from Accessing Events.
3686         (Accessing Scroll): New node broken out of Accessing Mouse.
3688 2007-12-28  Richard Stallman  <rms@gnu.org>
3690         * frames.texi (Size Parameters): Fix typo.
3691         (Basic Parameters): For `title', refer to title bar.
3692         (Size and Position): Explain meaning of frame pixel width and height.
3694 2007-12-23  Richard Stallman  <rms@gnu.org>
3696         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3697         Improve some of the commented-out keywords' text too.
3699 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
3701         * nonascii.texi (Encoding and I/O): Reword to avoid saying
3702         "visit the current buffer".
3704         * os.texi (System Interface): Fix typo.
3706 2007-12-04  Richard Stallman  <rms@gnu.org>
3708         * objects.texi (Symbol Type): Fix typo.
3710 2007-12-03  Richard Stallman  <rms@gnu.org>
3712         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3714 2007-12-01  Glenn Morris  <rgm@gnu.org>
3716         * functions.texi (Declaring Functions): Improve previous change.
3718 2007-11-30  Glenn Morris  <rgm@gnu.org>
3720         * functions.texi (Declaring Functions): Add optional fourth
3721         argument of declare-function, and setting third argument to `t'.
3723 2007-11-29  Richard Stallman  <rms@gnu.org>
3725         * customize.texi (Composite Types): Document `group' type.
3727 2007-11-29  Glenn Morris  <rgm@gnu.org>
3729         * functions.texi (Declaring Functions): Add findex.
3730         Mention `external' files.
3732 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
3734         * functions.texi (Declaring Functions): Fix directive.
3736 2007-11-25  Richard Stallman  <rms@gnu.org>
3738         * help.texi (Help Functions): Clean up last change.
3740         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3742         * loading.texi (Named Features): Minor cleanup.
3744         * macros.texi (Eval During Expansion): Minor cleanup.
3746         * variables.texi (Variable Aliases): Minor cleanup.
3748 2007-11-24  Richard Stallman  <rms@gnu.org>
3750         * functions.texi (Declaring Functions): Clarify previous change.
3752         * compile.texi (Compiler Errors): Clarify previous change.
3754 2007-11-24  Richard Stallman  <rms@gnu.org>
3756         * display.texi (Refresh Screen, Forcing Redisplay):
3757         Clarify the text and move items around.
3759 2007-11-24  Glenn Morris  <rgm@gnu.org>
3761         * functions.texi (Declaring Functions): New section.
3762         * compile.texi (Compiler Errors): Mention declaring functions,
3763         defvar with no initvalue, and byte-compile-warnings.
3765 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
3767         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3768         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3770 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
3772         * help.texi (Help Functions): Document new macro `with-help-window'.
3774 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
3776         * searching.texi (Replacing Match): Describe new
3777         `match-substitute-replacement'.
3779 2007-10-31  Richard Stallman  <rms@gnu.org>
3781         * strings.texi (Creating Strings): Null strings from concat not unique.
3783 2007-10-26  Richard Stallman  <rms@gnu.org>
3785         * objects.texi (Equality Predicates): Null strings are uniquified.
3787         * minibuf.texi: Minor clarifications in previous change.
3789 2007-10-25  Glenn Morris  <rgm@gnu.org>
3791         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3793 2007-10-24  Richard Stallman  <rms@gnu.org>
3795         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3797         * variables.texi (Frame-Local Variables): Node deleted.
3798         (Variables): Delete Frame-Local Variables from menu.
3799         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3800         (Default Value): Don't mention frame-local vars.
3802         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3804         * loading.texi (Unloading): Document FEATURE-unload-function
3805         instead of FEATURE-unload-hook.
3807         * frames.texi (Multiple Displays): Don't mention frame-local vars.
3809 2007-10-22  Juri Linkov  <juri@jurta.org>
3811         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3812         (High-Level Completion): Document a list of default value strings
3813         in the DEFAULT argument, for which minibuffer functions return the
3814         first element.
3816 2007-10-17  Juri Linkov  <juri@jurta.org>
3818         * text.texi (Filling): Update arguments of fill-paragraph.
3819         fill-paragraph operates on the active region in Transient Mark mode.
3820         Remove fill-paragraph-or-region.
3822 2007-10-13  Karl Berry  <karl@gnu.org>
3824         * elisp.texi (@dircategory): Move to after @copying,
3825         since we want @copying as close as possible to the beginning of
3826         the output.
3828 2007-10-12  Richard Stallman  <rms@gnu.org>
3830         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3832         * commands.texi (Distinguish Interactive): New node,
3833         broken out from Interactive Call and rewritten.
3834         (Command Loop): Put Distinguish Interactive in menu.
3836 2007-10-09  Richard Stallman  <rms@gnu.org>
3838         * text.texi (Examining Properties): Mention overlay priority.
3840         * display.texi (Display Margins): Correct the description
3841         of margin display specifications.
3842         (Replacing Specs): New subnode broken out of Display Property.
3844 2007-10-06  Juri Linkov  <juri@jurta.org>
3846         * text.texi (Filling): Document fill-paragraph-or-region.
3848 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
3850         * display.texi (Auto Faces): Fix typo.
3852 2007-10-02  Richard Stallman  <rms@gnu.org>
3854         * display.texi (Display Property): Explain some display specs
3855         don't let you move point in.
3857         * frames.texi (Cursor Parameters):
3858         Describe cursor-in-non-selected-windows here.  Explain more values.
3860         * windows.texi (Basic Windows): Don't describe
3861         cursor-in-non-selected-windows here.
3863 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
3865         * processes.texi (Misc Network): Note that these functions are
3866         supported only on some systems.
3868 2007-10-01  Richard Stallman  <rms@gnu.org>
3870         * display.texi (Overlay Properties): Explain nil as priority.
3871         Explain that conflicts are unpredictable if not resolved by
3872         priorities.
3874 2007-09-23  Richard Stallman  <rms@gnu.org>
3876         * macros.texi (Backquote): Minor clarification.
3878 2007-09-19  Richard Stallman  <rms@gnu.org>
3880         * display.texi (Display Property): Explain multiple display specs.
3881         Clarify when they work in parallel and when one overrides.
3882         Fix error in example.
3884 2007-09-06  Glenn Morris  <rgm@gnu.org>
3886         Move from lispref/ to doc/lispref/.  Change all setfilename
3887         commands to use ../../info.
3888         * Makefile.in (infodir): Go up one more level.
3889         (usermanualdir): Change from ../man to ../emacs.
3890         (miscmanualdir): New.
3891         (dist): Use new variable miscmanualdir.
3892         * makefile.w32-in (infodir, texinputdir): Go up one more level.
3893         (usermanualdir): Change from ../man to ../emacs.
3895 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3897         * commands.texi (Command Loop Info): Advise against changing
3898         most variables described here.  Explain new variable
3899         last-repeatable-command.
3901 2007-08-29  Glenn Morris  <rgm@gnu.org>
3903         * elisp.texi (EMACSVER): Increase to 23.0.50.
3905 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3907         * frames.texi (Basic Parameters): Add display-environment-variable
3908         and term-environment-variable.
3910 2007-08-28  Juri Linkov  <juri@jurta.org>
3912         * display.texi (Image Formats, Other Image Types): Add SVG.
3914 2007-08-28  Juri Linkov  <juri@jurta.org>
3916         * display.texi (Images): Move formats-related text to new node
3917         "Image Formats".
3918         (Image Formats): New node.
3920 2007-08-27  Richard Stallman  <rms@gnu.org>
3922         * windows.texi (Window Configurations): Clarify what
3923         a window configuration saves.
3925 2007-08-25  Richard Stallman  <rms@gnu.org>
3927         * display.texi (Images): Delete redundant @findex.
3929 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3931         * text.texi (Change Hooks): (after|before)-change-functions are no
3932         longer bound to nil while running; rather inhibit-modification-hooks
3933         is t.
3935 2007-08-16  Richard Stallman  <rms@gnu.org>
3937         * processes.texi (Asynchronous Processes):
3938         Clarify doc of start-file-process.
3940 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3942         * modes.texi (Example Major Modes): Fix typo.
3944 2007-08-08  Glenn Morris  <rgm@gnu.org>
3946         * intro.texi (nil and t): Do not use `iff' in documentation.
3948         * tips.texi (Documentation Tips): Recommend against `iff'.
3950 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3952         * display.texi (Image Cache): Document image-refresh.
3954 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3956         * windows.texi (Size of Window): Document window-full-width-p.
3958 2007-07-25  Glenn Morris  <rgm@gnu.org>
3960         * gpl.texi (GPL): Replace license with GPLv3.
3962         * Relicense all FSF files to GPLv3 or later.
3964 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
3966         * processes.texi (Synchronous Processes):
3967         Add `process-file-shell-command'.
3968         (Asynchronous Processes): Mention restricted use of
3969         `process-filter' and `process-sentinel' in
3970         `start-file-process'.  Add `start-file-process-shell-command'.
3972 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
3974         * files.texi (Magic File Names): Introduce optional parameter
3975         IDENTIFICATION for `file-remote-p'.
3977 2007-07-16  Richard Stallman  <rms@gnu.org>
3979         * display.texi (Defining Faces): Fix previous change.
3981 2007-07-14  Richard Stallman  <rms@gnu.org>
3983         * control.texi (Handling Errors): Document `debug' in handler list.
3985 2007-07-10  Richard Stallman  <rms@gnu.org>
3987         * display.texi (Defining Faces): Explain C-M-x feature for defface.
3989 2007-07-09  Richard Stallman  <rms@gnu.org>
3991         * files.texi (Magic File Names): Rewrite previous change.
3993 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
3995         * files.texi (Magic File Names): Introduce optional parameter
3996         CONNECTED for `file-remote-p'.
3998 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
4000         * processes.texi (Asynchronous Processes):
4001         * files.texi (Magic File Names): Add `start-file-process'.
4003 2007-06-27  Richard Stallman  <rms@gnu.org>
4005         * files.texi (Format Conversion Piecemeal):
4006         Clarify `after-insert-file-functions' calling convention.
4008 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
4010         * files.texi (Magic File Names): Remove `dired-call-process'.
4011         Add `process-file'.
4013 2007-06-27  Kenichi Handa  <handa@m17n.org>
4015         * text.texi (Special Properties): Fix description about
4016         `composition' property.
4018 2007-06-26  Kenichi Handa  <handa@m17n.org>
4020         * nonascii.texi (Default Coding Systems): Document about the
4021         return value `undecided'.
4023 2007-06-25  David Kastrup  <dak@gnu.org>
4025         * keymaps.texi (Active Keymaps): Document new POSITION argument of
4026         `current-active-maps'.
4028 2007-06-24  Karl Berry  <karl@gnu.org>
4030         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
4032 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
4034         * display.texi (Overlay Arrow): Doc fix.
4036 2007-06-14  Karl Berry  <karl@tug.org>
4038         * anti.texi (Antinews): Typo.
4040 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
4042         * display.texi (Image Cache): Document image-refresh.
4044 2007-06-12  Karl Berry  <karl@gnu.org>
4046         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4047         * two-volume.make: New file.
4048         * .cvsignore: Ignore two-volume files.
4050 2007-06-12  Tom Tromey  <tromey@redhat.com>
4052         * os.texi (Init File): Document user-emacs-directory.
4054 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
4056         * commands.texi (Click Events): Describe width and height when
4057         object is nil.
4059 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
4061         * commands.texi (Click Events): Layout more logically.
4062         Describe width and height.
4063         (Drag Events, Motion Events): Update to new format for position.
4065 2007-06-02  Richard Stallman  <rms@gnu.org>
4067         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4069 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4071         * Version 22.1 released.
4073 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4075         * text.texi (Special Properties): Correct meaning of fontified face.
4077 2007-05-30  Richard Stallman  <rms@gnu.org>
4079         * text.texi (Special Properties): Add link to Adjusting Point.
4081 2007-05-12  Richard Stallman  <rms@gnu.org>
4083         * text.texi (Margins): indent-to-left-margin is not the default.
4084         (Mode-Specific Indent): For indent-line-function, the default
4085         is indent-relative.
4087         * modes.texi (Example Major Modes): Explain last line of text-mode
4088         is redundant.
4090 2007-05-10  Richard Stallman  <rms@gnu.org>
4092         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4094         * help.texi (Keys in Documentation): Add reference to
4095         Documentation Tips.
4097         * files.texi (Format Conversion): TO-FN gets three arguments.
4099         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4101 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
4103         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4104         * files.texi (Format Conversion): Expand intro; add menu.
4105         (Format Conversion Overview, Format Conversion Round-Trip)
4106         (Format Conversion Piecemeal): New nodes/subsections.
4107         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4108         * text.texi (Text Properties): Remove "Saving Properties" from menu.
4109         (Saving Properties): Delete node/subsection.
4111 2007-05-07  Karl Berry  <karl@gnu.org>
4113         * elisp.texi (EMACSVER): Back to 22.
4115 2007-05-06  Richard Stallman  <rms@gnu.org>
4117         * processes.texi (Accepting Output): Revert most of previous change.
4119 2007-05-05  Richard Stallman  <rms@gnu.org>
4121         * processes.texi (Accepting Output): accept-process-output
4122         uses microseconds, not milliseconds.  But that arg is obsolete.
4124 2007-05-04  Karl Berry  <karl@tug.org>
4126         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4128 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
4130         * tips.texi (Documentation Tips): Rearrange items to place the
4131         more important ones first.  Add an index entry for hyperlinks.
4133 2007-05-03  Karl Berry  <karl@gnu.org>
4135         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4136         (EMACSVER) [smallbook]: 22 for printed version.
4138         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4139         so restore anchor to normal position after defun.  Found by Kevin Ryde.
4141 2007-04-26  Glenn Morris  <rgm@gnu.org>
4143         * elisp.texi (EMACSVER): Increase to 22.1.50.
4145 2007-04-28  Karl Berry  <karl@gnu.org>
4147         * elisp.texi: Improve line breaks on copyright page,
4148         similar layout to emacs manual, 8.5x11 by default.
4150 2007-04-24  Richard Stallman  <rms@gnu.org>
4152         * text.texi (Special Properties): Add xref to Overlay Properties.
4154         * display.texi (Overlay Properties): Add xref to Special Properties.
4156 2007-04-22  Richard Stallman  <rms@gnu.org>
4158         * keymaps.texi (Extended Menu Items): Move the info about
4159         format with cached keyboard binding.
4161 2007-04-21  Richard Stallman  <rms@gnu.org>
4163         * text.texi (Special Properties): Clarify previous change.
4165         * files.texi (File Name Expansion): Clarify previous change.
4167         * display.texi (Attribute Functions): Fix example for
4168         face-attribute-relative-p.
4170 2007-04-19  Kenichi Handa  <handa@m17n.org>
4172         * text.texi (Special Properties): Document composition property.
4174 2007-04-19  Glenn Morris  <rgm@gnu.org>
4176         * files.texi (File Name Expansion): Mention "superroot".
4178 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4180         * frames.texi (Multiple Displays): Add note about "multi-monitor"
4181         setups.
4182         (Display Feature Testing): Note that display refers to all
4183         physical monitors for multi-monitor setups.
4185 2007-04-14  Richard Stallman  <rms@gnu.org>
4187         * lists.texi (Sets And Lists): Clarify `delete' examples.
4188         Remove spurious xref to same node.
4189         Clarify xref for add-to-list.
4191 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4193         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4194         value of lisp-mode-map.
4196 2007-04-11  Karl Berry  <karl@gnu.org>
4198         * anti.texi (Antinews):
4199         * display.texi (Overlay Properties, Defining Images):
4200         * processes.texi (Synchronous Processes, Sentinels):
4201         * syntax.texi (Syntax Table Internals):
4202         * searching.texi (Regexp Special):
4203         * nonascii.texi (Default Coding Systems):
4204         * text.texi (Special Properties):
4205         * minibuf.texi (Basic Completion): Wording to improve breaks in
4206         8.5x11 format.
4207         * elisp.texi (smallbook): New @set to more easily switch between
4208         smallbook and 8.5x11.
4210 2007-04-11  Richard Stallman  <rms@gnu.org>
4212         * text.texi (Lazy Properties): Minor fix.
4214 2007-04-08  Karl Berry  <karl@gnu.org>
4216         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4217         * macros.texi (Backquote): Downcase Backquote in index entries for
4218         consistency.
4220 2007-04-08  Richard Stallman  <rms@gnu.org>
4222         * text.texi (Adaptive Fill): Just describe default,
4223         don't show it (since it contains non-ASCII chars).
4225 2007-04-07  Karl Berry  <karl@gnu.org>
4227         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4228         adaptive-fill-regexp's value, since they are not in the standard
4229         TeX fonts.
4231 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
4233         * display.texi (Defining Faces): Fix example.
4235 2007-04-07  Karl Berry  <karl@gnu.org>
4237         * display.texi (Button Buffer Commands): Improve page break.
4239 2007-04-07  Richard Stallman  <rms@gnu.org>
4241         * advice.texi (Activation of Advice): Remove redundant index entry.
4243         * backups.texi: Improve index entries.  Remove redundant ones.
4245         * compile.texi (Byte Compilation): Improve index entry.
4247         * hash.texi (Creating Hash): Improve index entry.
4249         * symbols.texi (Definitions): Improve index entry.
4251         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
4253         * maps.texi (Standard Keymaps): Remove useless index entry.
4255         * help.texi (Documentation Basics): Remove redundant index entries.
4257         * customize.texi: Improve index entries.
4258         Remove redundant/useless ones.
4260         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4262         * streams.texi (Output Variables): Improve index entry.
4264         * abbrevs.texi (Abbrevs): Remove useless index entry.
4266         * macros.texi (Expansion): Remove useless index entry.
4268         * text.texi: Improve index entries.  Remove redundant/useless ones.
4269         (Text Properties, Examining Properties)
4270         (Special Properties): Use "property category" instead of "category"
4271         to refer to the `category' property.
4273         * positions.texi: Improve index entries.  Remove useless one.
4275         * lists.texi: Improve index entries.  Remove redundant/useless ones.
4277         * os.texi: Improve index entries.
4278         (Timers): Fix previous change.
4280         * buffers.texi: Improve index entries.
4281         (Modification Time): Get rid of term "obsolete buffer".
4283         * debugging.texi: Improve index entries.
4284         (Test Coverage): Add xref to other test coverage ftr.
4286         * eval.texi: Improve index entry.  Remove redundant ones.
4288         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
4290         * files.texi: Improve index entries.  Remove redundant/useless ones.
4292         * objects.texi: Improve index entries.
4294         * processes.texi: Improve index entries.
4296         * modes.texi: Improve index entry.  Remove redundant one.
4298         * nonascii.texi: Improve index entries.
4300         * internals.texi: Improve index entries.
4302         * syntax.texi: Improve index entries.
4304         * keymaps.texi (Active Keymaps): Improve index entries.
4306         * commands.texi: Improve index entries.  Remove redundant/useless ones.
4308         * frames.texi: Improve index entries.  Remove redundant/useless ones.
4310         * markers.texi: Improve index entries.  Remove redundant ones.
4312         * tips.texi: Improve index entries.
4314         * loading.texi (Unloading): Improve index entry.
4316         * variables.texi: Improve index entries.  Remove redundant one.
4318         * sequences.texi: Improve index entry.
4320         * display.texi: Improve index entries.  Remove redundant ones.
4322         * windows.texi: Improve index entries.
4324         * searching.texi: Improve index entries.  Remove redundant one.
4326         * strings.texi (Case Tables): Improve last change.
4328 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4330         * strings.texi (Case Tables): Document with-case-table and
4331         ascii-case-table.
4333 2007-04-03  Karl Berry  <karl@gnu.org>
4335         * processes.texi (Network): Reword to improve page break.
4337 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4339         * functions.texi (Inline Functions): Describe more disadvantages
4340         of defsubst, and make advice against it stronger.
4342 2007-04-02  Karl Berry  <karl@gnu.org>
4344         * backups.texi (Backup Names): Avoid widow words.
4345         * modes.texi (Example Major Modes): Align last comment.
4347 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4349         * keymaps.texi (Remapping Commands): Document new arg to
4350         command-remapping.
4352 2007-04-01  Karl Berry  <karl@gnu.org>
4354         * processes.texi (Low-Level Network): Typo.
4355         * loading.texi (Hooks for Loading): Avoid double "the".
4356         * keymaps.texi (Key Sequences): No double "and".
4357         (Changing Key Bindings): Shorten to improve line break.
4359 2007-03-31  Glenn Morris  <rgm@gnu.org>
4361         * os.texi (Timers): Fix description of run-at-time TIME formats.
4363 2007-03-31  Richard Stallman  <rms@gnu.org>
4365         * display.texi (Invisible Text): Correct buffer-invisibility-spec
4366         regarding ellipsis.
4368 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4370         * intro.texi (nil and t):
4371         * symbols.texi (Plists and Alists):
4372         * variables.texi (Variable Aliases, Constant Variables):
4373         * functions.texi (Defining Functions):
4374         * advice.texi (Advising Primitives):
4375         * debugging.texi (Syntax Errors, Compilation Errors):
4376         * minibuf.texi (Minibuffer Windows):
4377         * commands.texi (Adjusting Point):
4378         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4379         (Auto Major Mode, Major Mode Conventions):
4380         * help.texi (Describing Characters):
4381         * files.texi (Create/Delete Dirs, Information about Files)
4382         (File Locks, Writing to Files, Reading from Files)
4383         (Saving Buffers):
4384         * windows.texi (Resizing Windows, Cyclic Window Ordering):
4385         * frames.texi (Finding All Frames):
4386         * positions.texi (Buffer End, Motion):
4387         * markers.texi (The Region):
4388         * text.texi (Deletion, Near Point):
4389         * display.texi (Displaying Messages, Truncation):
4390         * os.texi (Processor Run Time):
4391         * tips.texi (Key Binding Conventions, Programming Tips)
4392         (Warning Tips, Documentation Tips, Comment Tips):
4393         * internals.texi (Memory Usage): Improve indexing.
4395         * variables.texi (Frame-Local Variables):
4396         * functions.texi (Argument List):
4397         * loading.texi (Library Search):
4398         * streams.texi (Output Variables):
4399         * keymaps.texi (Translation Keymaps, Searching Keymaps):
4400         * searching.texi (Replacing Match, Search and Replace):
4401         * processes.texi (Byte Packing, Decoding Output)
4402         (Accepting Output, Network Servers, Shell Arguments):
4403         * display.texi (Abstract Display, Image Cache, Scroll Bars):
4404         * windows.texi (Window Point, Window Start):
4405         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4406         * commands.texi (Reading Input, Keyboard Events):
4407         * minibuf.texi (Reading File Names, Minibuffer Completion)
4408         (Recursive Mini):
4409         * positions.texi (List Motion):
4410         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4411         * numbers.texi (Arithmetic Operations, Math Functions)
4412         (Predicates on Numbers, Comparison of Numbers):
4413         (Numeric Conversions):
4414         * locals.texi (Standard Buffer-Local Variables):
4415         * maps.texi (Standard Keymaps):
4416         * os.texi (User Identification, System Environment, Recording Input)
4417         (X11 Keysyms):
4418         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4419         * backups.texi (Backups and Auto-Saving):
4420         * customize.texi (Customization, Group Definitions)
4421         (Variable Definitions):
4422         * compile.texi (Byte Compilation): Improve index entries.
4424 2007-03-31  Karl Berry  <karl@gnu.org>
4426         * macros.texi (Defining Macros): Avoid widow syllable.
4428 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4430         * elisp.texi (Top): Postscript -> PostScript.
4432         * display.texi (Images, Postscript Images): Postscript -> PostScript.
4434 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4436         * internals.texi (Writing Emacs Primitives): Untabify `For'.
4438 2007-03-30  Karl Berry  <karl@gnu.org>
4440         * lists.texi (List-related Predicates): Remove spurious @need.
4441         (Setcdr): Use @smallexample to improve page break.
4442         (Association Lists) <assoc>: Reword to improve page break.
4444         * strings.texi (String Conversion): Insert blank line to improve
4445         page break.
4447         * numbers.texi (Random Numbers): Use @minus{}.
4448         (Math Functions): Use @minus{}.
4450         * intro.texi (Acknowledgements): Avoid line breaks before middle
4451         initials.
4453 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
4455         * errors.texi (Standard Errors): Add an index entry.
4457 2007-03-19  Richard Stallman  <rms@gnu.org>
4459         * os.texi (Recording Input): recent-keys now gives 300 keys.
4461 2007-03-12  Glenn Morris  <rgm@gnu.org>
4463         * os.texi: Replace "daylight savings" with "daylight saving"
4464         throughout.
4466 2007-03-05  Richard Stallman  <rms@gnu.org>
4468         * variables.texi (File Local Variables):
4469         Update enable-local-variables values.
4471 2007-03-04  Richard Stallman  <rms@gnu.org>
4473         * syntax.texi (Control Parsing): Minor clarification.
4475         * strings.texi (Formatting Strings): Clarify width, precision, flags.
4477         * sequences.texi (Sequence Functions): Move string-bytes away,
4478         add xref.
4480         * nonascii.texi (Text Representations): Move string-bytes here.
4482         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4484         * minibuf.texi (Basic Completion): Minor clarification.
4486         * markers.texi (The Mark): Clarify existence vs activation of mark.
4487         Other cleanup.
4489         * display.texi (Finding Overlays): Write better example.
4491         * compile.texi (Eval During Compile): Clarify putting macros
4492         in eval-when-compile.
4494 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
4496         * loading.texi (How Programs Do Loading): Fix anchor position at
4497         load-read-function definition doc.
4499 2007-02-21  Kim F. Storm  <storm@cua.dk>
4501         * strings.texi (Text Comparison): Mention that assoc-string
4502         converts symbols to strings before testing.
4504 2007-02-17  Kim F. Storm  <storm@cua.dk>
4506         * processes.texi (Bindat Spec): Vector types can have optional
4507         element type.
4508         (Bindat Examples): Fix example.  Add vector with element type.
4510 2007-02-16  Andreas Schwab  <schwab@suse.de>
4512         * strings.texi (Formatting Strings): Document '+' flag.
4514 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4516         * strings.texi (Modifying Strings): Clarify that `clear-string'
4517         always converts the string to unibyte.
4519 2007-02-14  Kim F. Storm  <storm@cua.dk>
4521         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4522         Rewrite glyph code description to refer to these functions.
4523         Remove details of encoding face number and char into integer code.
4525 2007-02-03  Alan Mackenzie  <acm@muc.de>
4527         * loading.texi (Hooks for Loading): Make the description of
4528         `eval-after-load' more detailed, and amend the description of
4529         after-load-alist, in accordance with changes from 2006-05.
4531 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4533         * modes.texi (Defining Minor Modes): Document that a :require
4534         keyword or similar may be required to make saved customization
4535         variables work.
4537 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4539         * elisp.texi (Top): Make the detailed menu headers compliant with
4540         Texinfo guidelines and with what texnfo-upd.el expects.
4541         Add comments to prevent people from inadvertently modifying the key
4542         parts needed by `texinfo-multiple-files-update'.
4544 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4546         * elisp.texi (Top): Update the top-level menus.
4548         * syntax.texi (Categories): Add index entries.
4550 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4552         * display.texi (Attribute Functions): Fix name and description of
4553         the UNDERLINE arg of `set-face-underline-p'.
4555 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
4557         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4558         Variables", and "Standard Keymaps" to the detailed menu.
4560         * variables.texi (Future Local Variables): Add index entry.
4562 2007-01-28  Richard Stallman  <rms@gnu.org>
4564         * tips.texi (Coding Conventions): Clarify the tip about macros
4565         that define a function or a variable.
4567         * files.texi (File Attributes): UID and GID can be floats.
4568         (Magic File Names): Explain why deferring all operations to
4569         the standard handler does not work.
4571 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4573         * backups.texi (Reverting): Use "buffer" instead of "file"
4574         when talking about major and minor modes.
4576 2007-01-21  Richard Stallman  <rms@gnu.org>
4578         * help.texi (Documentation): Add xref to Documentation Tips.
4580 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4582         * tips.texi (Coding Conventions): Fix typos.
4584 2007-01-05  Richard Stallman  <rms@gnu.org>
4586         * modes.texi (Defining Minor Modes): Fix previous change.
4588 2007-01-03  Richard Stallman  <rms@gnu.org>
4590         * customize.texi (Variable Definitions, Customization Types):
4591         Don't use * in doc string for defcustom.
4593 2007-01-02  Richard Stallman  <rms@gnu.org>
4595         * variables.texi (Variable Aliases): Clarify that aliases vars
4596         always have the same value.
4598         * processes.texi (Bindat Spec): Fix Texinfo usage.
4600         * modes.texi (Defining Minor Modes): Explain effect of command
4601         defined with define-global-minor-mode on new buffers.
4603 2006-12-30  Kim F. Storm  <storm@cua.dk>
4605         * keymaps.texi (Tool Bar): Describe `grow-only' value of
4606         `auto-resize-tool-bars'.
4608 2006-12-30  Richard Stallman  <rms@gnu.org>
4610         * keymaps.texi (Active Keymaps): Fix previous change.
4612 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
4614         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4616 2006-12-30  Kim F. Storm  <storm@cua.dk>
4618         * processes.texi (Bindat Spec): Clarify using field names in
4619         length specifications.
4621 2006-12-29  Kim F. Storm  <storm@cua.dk>
4623         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4624         Add count and index variables for eval forms in repeat blocks.
4626 2006-12-24  Richard Stallman  <rms@gnu.org>
4628         * customize.texi (Variable Definitions):
4629         Document new name custom-add-frequent-value.
4631 2006-12-19  Kim F. Storm  <storm@cua.dk>
4633         * commands.texi (Misc Events): User signals now result in sigusr1
4634         and sigusr2 events which are handled through special-event-map.
4635         (Special Events): User signals and drag-n-drop are special.
4637 2006-12-17  Richard Stallman  <rms@gnu.org>
4639         * loading.texi (Named Features): Explain subfeatures better.
4641         * customize.texi: Use "option" only for user options.
4642         For the keyword values inside defcustom etc, say "keywords".
4643         For :options value's elements, say "elements".
4644         :group should not be omitted.
4646         * syntax.texi (Parsing Expressions): Split up node.
4647         (Motion via Parsing, Position Parse, Parser State)
4648         (Low-Level Parsing, Control Parsing): New subnodes.
4649         (Parser State): Document syntax-ppss-toplevel-pos.
4651         * positions.texi (List Motion): Punctuation fix.
4653         * files.texi (File Name Completion): Document PREDICATE arg
4654         to file-name-completion.
4656 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
4658         * internals.texi (Building Emacs, Writing Emacs Primitives):
4659         Add index entries.
4661 2006-12-11  Richard Stallman  <rms@gnu.org>
4663         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4664         affects face menu.  Explain how to make it non-nil without enabling
4665         any fontification.
4667 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4669         * modes.texi (Font Lock Basics): Document nil value of
4670         font-lock-defaults.
4672 2006-12-10  Glenn Morris  <rgm@gnu.org>
4674         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4675         value for system-flag argument.  Abbrev tables may not be empty
4676         when major modes are loaded.
4678 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
4680         * makefile.w32-in (maintainer-clean): Partially revert last
4681         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4682         to protect elisp-covers.texi.
4684 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
4686         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4687         Don't remove elisp* info files; they are already deleted by the
4688         `clean' and `distclean' targets, and they are in the $(infodir)
4689         directory, not the current one.
4691 2006-12-04  Kim F. Storm  <storm@cua.dk>
4693         * commands.texi (Misc Events): Update signal events.
4694         (Event Examples): Add signal example.
4696 2006-11-29  Richard Stallman  <rms@gnu.org>
4698         * frames.texi (Visibility of Frames): Explain visible windows
4699         can be covered by others.  Add xref for raise-frame.
4701 2006-11-28  Richard Stallman  <rms@gnu.org>
4703         * searching.texi (Regexp Special): Update when ^ is special.
4705 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
4707         * customize.texi (Customization, Common Keywords)
4708         (Group Definitions, Variable Definitions, Composite Types)
4709         (Type Keywords, Customization Types): Add index entries for
4710         various customization keywords.
4712 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4714         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4716 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4718         * frames.texi (Window System Selections): Remove clipboard from
4719         description of selection-coding-system.
4721 2006-11-06  Richard Stallman  <rms@gnu.org>
4723         * lists.texi (List Variables): Document COMPARE-FN.
4725         * keymaps.texi: Avoid use of "binding" to mean a relation;
4726         use it only to refer to the meaning associated with a key.
4727         (Keymaps): Change menu node description.
4729         * elisp.texi (Top): Change menu node description.
4731         * display.texi (Managing Overlays): Document overlay-recenter.
4733 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
4735         * Makefile.in: Use relative paths to avoid advertising filesystem
4736         contents during compilation.
4738 2006-10-23  Kim F. Storm  <storm@cua.dk>
4740         * commands.texi (Event Input Misc): Update unread-command-events.
4742 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
4744         * lists.texi (Sets And Lists): Fix typos.
4746 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
4748         * control.texi (Processing of Errors): Use @var for an argument,
4749         not @code.
4751 2006-10-16  Richard Stallman  <rms@gnu.org>
4753         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4755         * keymaps.texi (Format of Keymaps): Show all the keymap element
4756         patterns that result from menu items.
4757         (Key Lookup): Minor cleanups.
4759         * modes.texi (Precalculated Fontification): Don't say that
4760         not setting font-lock-defaults avoids loading font-lock.
4762         * help.texi (Documentation): Move xref to Emacs Manual here.
4763         (Documentation Basics): From here.
4764         Also doc emacs-lisp-docstring-fill-column.
4766         * elisp.texi: Update version and ISBN.
4768         * commands.texi (Interactive Call): Clarify KEYS arg to
4769         call-interactively is a vector.
4770         (Command Loop Info): Delete anchor in this-command-keys.
4771         Add anchor in this-command-keys-vector.
4772         (Recursive Editing): Document how recursive-edit
4773         handles the current buffer.
4775 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
4777         * frames.texi (Frame Titles): %c and %l are ignored in
4778         frame-title-format.
4780 2006-10-11  Richard Stallman  <rms@gnu.org>
4782         * keymaps.texi (Key Sequences): Clarify use of kbd.
4784 2006-10-10  Kim F. Storm  <storm@cua.dk>
4786         * lists.texi (Sets And Lists): Add memql.
4788 2006-10-03  Richard Stallman  <rms@gnu.org>
4790         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4791         Clarify :ascii: and :nonascii:.
4793 2006-09-29  Juri Linkov  <juri@jurta.org>
4795         * modes.texi (%-Constructs): Reorder coding systems in the
4796         documentation of %z to the real order displayed in the modeline.
4798 2006-09-25  Richard Stallman  <rms@gnu.org>
4800         * os.texi (Timers): Describe timer-max-repeats.
4802 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4804         * os.texi (Timers): Mention with-local-quit.
4806 2006-09-24  Richard Stallman  <rms@gnu.org>
4808         * searching.texi (Searching and Matching): Mention property search.
4810         * commands.texi (Command Loop Info): Explain how read-event affects
4811         this-command-keys.
4813 2006-09-20  Richard Stallman  <rms@gnu.org>
4815         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4817         * windows.texi (Window Start): Minor cleanups.
4819 2006-09-20  Kim F. Storm  <storm@cua.dk>
4821         * windows.texi (Window Start): pos-visible-in-window-p allows
4822         specifying t for position to mean "end of window".
4823         Add window-line-height.
4825         * anti.texi (Antinews): Mention window-line-height.
4827 2006-09-19  David Kastrup  <dak@gnu.org>
4829         * keymaps.texi (Searching Keymaps): Small clarification.
4831 2006-09-18  Richard Stallman  <rms@gnu.org>
4833         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4834         cause keyboard menus.
4835         (Menu Keymaps): Likewise.
4836         (Defining Menus, Keyboard Menus): Clarify.
4838         * text.texi (Fields): Clarify explanation of constrain-to-field.
4840 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
4842         * variables.texi (Tips for Defining): Fix a typo.
4844 2006-09-15  Richard Stallman  <rms@gnu.org>
4846         * keymaps.texi (Remapping Commands, Searching Keymaps)
4847         (Active Keymaps): Clean up previous change.
4849 2006-09-15  Jay Belanger  <belanger@truman.edu>
4851         * gpl.texi: Replace "Library Public License" by "Lesser Public
4852         License" throughout.
4854 2006-09-15  David Kastrup  <dak@gnu.org>
4856         * keymaps.texi (Active Keymaps): Adapt description to use
4857         `get-char-property' instead `get-text-property'.  Explain how
4858         mouse events change this.  Explain the new optional argument of
4859         `key-binding' and its mouse-dependent lookup.
4860         (Searching Keymaps): Adapt description similarly.
4861         (Remapping Commands): Explain the new optional argument of
4862         `command-remapping'.
4864 2006-09-14  Richard Stallman  <rms@gnu.org>
4866         * keymaps.texi (Searching Keymaps): Clarification.
4867         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4869 2006-09-13  Richard Stallman  <rms@gnu.org>
4871         * objects.texi (Character Type): Node split.
4872         Add xref to Describing Characters.
4873         (Basic Char Syntax, General Escape Syntax)
4874         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4876 2006-09-11  Richard Stallman  <rms@gnu.org>
4878         * display.texi (Display Table Format): Wording clarification.
4879         (Glyphs): Clarifications.
4881 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
4883         * keymaps.texi (Active Keymaps): Mention that key-binding checks
4884         local maps.
4886 2006-09-10  Kim F. Storm  <storm@cua.dk>
4888         * display.texi (Forcing Redisplay): Document return value of
4889         function redisplay.
4891 2006-09-09  Richard Stallman  <rms@gnu.org>
4893         * windows.texi (Window Hooks): Explain limits of
4894         window-scroll-functions.
4896         * display.texi (Fringe Indicators): Update for last change in
4897         indicate-buffer-boundaries.
4899 2006-09-08  Richard Stallman  <rms@gnu.org>
4901         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4903 2006-09-06  Kim F. Storm  <storm@cua.dk>
4905         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4907         * windows.texi (Window Start): Update pos-visible-in-window-p.
4909 2006-09-04  Richard Stallman  <rms@gnu.org>
4911         * processes.texi (Accepting Output): Explain SECONDS=0 for
4912         accept-process-output.
4914         * os.texi (Idle Timers): Explain why timer functions should not
4915         loop until (input-pending-p).
4917 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
4919         * makefile.w32-in (usermanualdir): New variable.
4920         (elisp.dvi): Use it.
4922 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
4924         * buffers.texi (Buffer Modification): Fix last change.
4926 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
4928         * buffers.texi (Buffer Modification):
4929         Document buffer-chars-modified-tick.
4931 2006-08-31  Richard Stallman  <rms@gnu.org>
4933         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4935 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
4937         * modes.texi (Syntactic Font Lock):
4938         Mention font-lock-syntactic-face-function
4939         instead of specific faces.
4941 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
4943         * display.texi (Images): Add xrref to display-images-p.
4945 2006-08-28  Kenichi Handa  <handa@m17n.org>
4947         * nonascii.texi (Lisp and Coding Systems): Fix description of
4948         detect-coding-region.
4950 2006-08-27  Michael Olson  <mwolson@gnu.org>
4952         * processes.texi (Transaction Queues): Remove stray quote
4953         character.
4955 2006-08-25  Richard Stallman  <rms@gnu.org>
4957         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4958         Add xref.
4960 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
4962         * os.texi (Timers): Avoid waiting inside timers.
4964 2006-08-21  Lute Kamstra  <lute@gnu.org>
4966         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4968 2006-08-20  Richard Stallman  <rms@gnu.org>
4970         * os.texi (Idle Timers): New node, split out from Timers.
4971         Document current-idle-time.
4972         * commands.texi (Reading One Event): Update xref.
4973         * elisp.texi (Top): Update subnode menu.
4975 2006-08-16  Richard Stallman  <rms@gnu.org>
4977         * keymaps.texi (Extended Menu Items): Show format of cached
4978         bindings in extended menu items.
4980         * customize.texi (Variable Definitions): Explain when the
4981         standard value expression is evaluated.
4983 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
4985         * commands.texi (Reading One Event): Explain idleness in
4986         `read-event'.
4988 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
4990         * text.texi (Near Point): Say "cursor" not "terminal cursor".
4991         (Commands for Insertion): Remove split-line since it's not
4992         relevant for Lisp programming.
4993         (Yank Commands): Rewrite introduction.
4994         (Undo): Clarify.
4995         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
4996         (Filling): Remove redundant comment.  Clarify return value of
4997         current-justification.
4998         (Margins): Minor clarifications.
4999         (Adaptive Fill): Update default value of adaptive-fill-regexp.
5000         (Sorting): Update definition of sort-lines.
5001         (Columns): Clarify behavior of sort-columns.
5002         (Indent Tabs): Link to Tab Stops in Emacs manual.
5003         (Special Properties): Clarify.
5004         (Clickable Text): Mention Buttons package.
5006 2006-08-12  Kevin Ryde  <user42@zip.com.au>
5008         * os.texi (Time Parsing): Add %z to description of
5009         format-time-string, as per docstring.  Add cross reference to
5010         glibc manual for strftime.
5012 2006-08-08  Richard Stallman  <rms@gnu.org>
5014         * modes.texi: Clean up wording in previous change.
5016 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
5018         * modes.texi (Hooks): Clarify.
5019         (Major Mode Basics): Mention define-derived-mode explicitly.
5020         (Major Mode Conventions): Rebinding RET is OK for some modes.
5021         Mention change-major-mode-hook and after-change-major-mode-hook.
5022         (Example Major Modes): Move to end of Modes section.
5023         (Mode Line Basics): Clarify.
5024         (Mode Line Data): Mention help-echo and local-map in strings.
5025         Explain reason for treatment of non-risky variables.
5026         (Properties in Mode): Clarify.
5027         (Faces for Font Lock): Add font-lock-negation-char-face.
5029 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5031         * strings.texi (Formatting Strings): Warn against arbitrary
5032         strings as first arg to `format'.
5034 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
5036         * text.texi (Clickable Text): Mention `help-echo' text property.
5037         Update intro, examples and associated explanations.
5039 2006-07-31  Richard Stallman  <rms@gnu.org>
5041         * commands.texi: Update xrefs.
5042         (Event Mod): New node, cut out from old Translating Input.
5044         * maps.texi: Update xrefs.
5046         * keymaps.texi (Translation Keymaps): New node.
5047         Update xrefs from Translating Input to Translation Keymaps.
5049         * elisp.texi (Top): Update subnode menu.
5051         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5053         * os.texi (System Interface): Fix menu descriptions of some nodes.
5054         (Translating Input): Node deleted.
5056 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5058         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5060         * lists.texi (Sets And Lists): Likewise.
5062 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
5064         * text.texi (Fields): Mention POS
5065         requirement when narrowing is in effect.
5067 2006-07-28  Richard Stallman  <rms@gnu.org>
5069         * display.texi (Face Attributes): Simplify wording.
5070         (Attribute Functions): Clarify meaning of new-frame default
5071         attribute settings.
5073         * customize.texi (Common Keywords): Document how to use
5074         :package-version in a package not in Emacs.
5076 2006-07-28  Kim F. Storm  <storm@cua.dk>
5078         * commands.texi (Reading One Event): Fix last change.
5080 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5082         * commands.texi (Reading One Event): Document SECONDS argument for
5083         read-event, read-char, and read-char-exclusive.
5085 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5087         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5088         to ensure correct identification.
5090 2006-07-24  Richard Stallman  <rms@gnu.org>
5092         * text.texi (Clickable Text): Clarify.
5094         * sequences.texi (Vector Functions): Delete duplicate xref.
5096         * objects.texi (Function Type): Clarify.
5098         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5099         modes.
5101         * lists.texi (List Variables): New node.
5102         Material moved from other nodes.
5104         * variables.texi (Setting Variables): add-to-list and
5105         add-to-ordered-list moved to List Variables node.
5107 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5109         * text.texi (Links and Mouse-1):
5110         For mouse-on-link-p, expand on arg POS.
5112 2006-07-21  Kim F. Storm  <storm@cua.dk>
5114         * display.texi (Forcing Redisplay): Don't mention systems which
5115         don't support sub-second timers for redisplay-preemption-period.
5117         * os.texi (Terminal Output): Clarify text vs graphical terminal.
5119 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5121         * frames.texi (Input Focus): Document that focus-follows-mouse has
5122         no effect on MS-Windows.
5124 2006-07-18  Richard Stallman  <rms@gnu.org>
5126         * display.texi (Forcing Redisplay): Cleanups in previous change.
5128         * processes.texi (Low-Level Network): Make menu more convenient.
5130 2006-07-18  Kim F. Storm  <storm@cua.dk>
5132         * display.texi (Forcing Redisplay): redisplay-preemption-period
5133         only used on window systems.  Add xref to Terminal Output.
5135         * os.texi (Terminal Output): baud-rate only controls preemption on
5136         non-window systems.  Add xref to Forcing Redisplay.
5138         * processes.texi (Low-Level Network): Rename node "Make Network"
5139         to "Network Processes".
5141 2006-07-18  Karl Berry  <karl@gnu.org>
5143         * variables.texi, functions.texi, customize.texi, loading.texi:
5144         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5146 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5148         * commands.texi (Waiting): Document batch-mode sit-for behavior.
5150 2006-07-17  Richard Stallman  <rms@gnu.org>
5152         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5153         Put period and comma inside quotes.
5155         * loading.texi, markers.texi: Use real doublequote inside menus.
5157         * windows.texi: Put point and comma inside quotes.
5158         (Textual Scrolling): Use @samp for error message.
5160         * variables.texi, tips.texi, syntax.texi, symbols.texi:
5161         * strings.texi, streams.texi, processes.texi, os.texi:
5162         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5163         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5164         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5165         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5166         Put point and comma inside quotes.
5168         * control.texi (Processing of Errors): Add command-error-function.
5170         * variables.texi (File Local Variables): Clarify that
5171         file local variables make buffer-local bindings.
5173         * modes.texi (Syntactic Font Lock): Give default for
5174         font-lock-syntax-table.
5176 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
5178         * text.texi (Special Properties): Clean up previous change.
5180 2006-07-16  Karl Berry  <karl@gnu.org>
5182         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5183         * control.texi: Fix bad page breaks through chapter 10 (control).
5185         * anti.texi (Antinews): Reorder face-attribute fns to avoid
5186         underfull hbox.
5188 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
5190         * text.texi (Special Properties): Describe fontified text property
5191         in relation to a character (not text).
5193 2006-07-15  Kim F. Storm  <storm@cua.dk>
5195         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5196         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5197         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5199         * anti.texi (Antinews): Mention redisplay function.
5200         The kbd macro existed, but was not documented, before 22.x.
5201         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5203 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
5205         * display.texi (Displaying Messages): Add anchor.
5207         * frames.texi (Dialog Boxes): Use it.
5209 2006-07-12  Richard Stallman  <rms@gnu.org>
5211         * objects.texi (Frame Type): Explain nature of frames better.
5213         * frames.texi (Frames): Explain nature of frames better.
5215 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
5217         * tips.texi (Coding Conventions): Explain why use cl at compile time.
5219 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5221         * frames.texi (Window System Selections): Mention scrap support for Mac.
5222         Default value of x-select-enable-clipboard is t on Mac.
5224         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5226 2006-07-11  Kim F. Storm  <storm@cua.dk>
5228         * display.texi (Forcing Redisplay): Add `redisplay' function.
5229         Don't mention (sit-for -1) -- use (redisplay t) instead.
5231         * commands.texi (Waiting): (sit-for -1) is no longer special.
5232         (sit-for 0) is equivalent to (redisplay).
5233         Iconifying/deiconifying no longer makes sit-for return.
5235 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5237         * display.texi (Buttons): Fix typo.
5239         * index.texi, elisp.texi (New Symbols): Comment node out.
5241 2006-07-09  Richard Stallman  <rms@gnu.org>
5243         * display.texi (Truncation): Clean up previous change.
5245 2006-07-08  Richard Stallman  <rms@gnu.org>
5247         * commands.texi (Interactive Call): Use 3 as prefix in example
5248         for execute-extended-command.
5250         * display.texi (Attribute Functions): Move paragraph about
5251         compatibility with Emacs < 21.
5253 2006-07-09  Kim F. Storm  <storm@cua.dk>
5255         * display.texi (Refresh Screen): Clarify force-window-update.
5256         (Truncation): "Normally" indicated by fringe arrows.
5258 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5260         * windows.texi (Textual Scrolling, Resizing Windows):
5261         * variables.texi (Constant Variables):
5262         * text.texi (Buffer Contents, Deletion, Changing Properties)
5263         (Property Search, Special Properties, Sticky Properties)
5264         (Links and Mouse-1, Fields, Change Hooks):
5265         * syntax.texi (Syntax Table Functions, Parsing Expressions)
5266         (Categories):
5267         * symbols.texi (Other Plists):
5268         * streams.texi (Output Variables):
5269         * processes.texi (Input to Processes, Query Before Exit):
5270         * positions.texi (Word Motion, Text Lines, List Motion):
5271         * os.texi (Init File, System Environment, Sound Output)
5272         (Session Management):
5273         * nonascii.texi (Text Representations, Character Sets)
5274         (Chars and Bytes, Locales):
5275         * modes.texi (Defining Minor Modes, Header Lines):
5276         * minibuf.texi (Minibuffer Contents):
5277         * markers.texi (Information from Markers):
5278         * lists.texi (List Elements, Building Lists, Association Lists):
5279         * keymaps.texi (Tool Bar):
5280         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5281         * functions.texi (What Is a Function, Mapping Functions):
5282         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5283         (Color Names, Text Terminal Colors, Display Feature Testing):
5284         * files.texi (Visiting Functions, File Name Components)
5285         (Unique File Names, Contents of Directories):
5286         * display.texi (Forcing Redisplay, Displaying Messages)
5287         (Temporary Displays, Font Selection, Auto Faces)
5288         (Font Lookup, Fringe Indicators, Display Margins)
5289         (Image Descriptors, Showing Images, Image Cache, Button Types)
5290         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5291         (Display Table Format, Glyphs):
5292         * control.texi (Iteration):
5293         * commands.texi (Command Loop Info, Adjusting Point):
5294         * backups.texi (Making Backups, Auto-Saving):
5295         Remove @tindex entries.
5297 2006-07-07  Kim F. Storm  <storm@cua.dk>
5299         * display.texi (Fringe Cursors): Fix typo.
5300         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5301         (Overlay Arrow): Default is overlay-arrow fringe indicator.
5303 2006-07-05  Richard Stallman  <rms@gnu.org>
5305         * text.texi (Buffer Contents): Add example of text props
5306         in result of buffer-substring.
5307         (Text Properties): Explain better about use of specific property names.
5308         (Property Search): Some cleanups; reorder some functions.
5310         * keymaps.texi (Changing Key Bindings): Cleanup.
5311         Add xref to Key Binding Conventions.
5313         * display.texi (Attribute Functions): Add examples for
5314         face-attribute-relative-p.
5316         * tips.texi (Coding Conventions): Cleanup last change.
5318 2006-07-05  Karl Berry  <karl@gnu.org>
5320         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5321         Remove @setchapternewpage odd.
5322         Result is 1013 pages, down from 1100.
5324         * anti.texi, customize.texi, display.texi, internals.texi:
5325         * minibuf.texi, modes.texi, tips.texi:
5326         Fix overfull/underfull boxes.
5328 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5330         * edebug.texi (Instrumenting):
5331         Add Edebug-specific findex for eval-buffer.
5332         * loading.texi (Loading):
5333         Replace eval-current-buffer with eval-buffer.
5335 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5337         * locals.texi (Standard Buffer-Local Variables): Update the list
5338         of variables.
5340 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
5342         * files.texi (File Name Completion): Point user to the node
5343         "Reading File Names".
5345 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5347         * files.texi (Contents of Directories): Document case-insensitive
5348         behavior on respective filesystems.
5350         * objects.texi (Character Type): Document that Emacs signals an
5351         error for unsupported Unicode characters specified as \uNNNN.
5353 2006-06-19  Richard Stallman  <rms@gnu.org>
5355         * processes.texi (Bindat Spec): Clarify previous change.
5357 2006-06-16  Richard Stallman  <rms@gnu.org>
5359         * tips.texi (Coding Conventions): Better explain conventions
5360         for definition constructs.
5362         * text.texi (Special Properties): String value of `read-only'
5363         serves as the error message.
5365         * objects.texi (Character Type): Clarify prev. change.
5366         (Non-ASCII in Strings): Mention \u and \U.
5368         * commands.texi (Using Interactive): Explain problem of
5369         markers, etc., in command-history.
5371 2006-06-14  Kim F. Storm  <storm@cua.dk>
5373         * commands.texi (Waiting): Negative arg to sit-for forces
5374         redisplay even if input is pending.
5376         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5377         redisplay.  Remove incorrect example of binding redisplay-dont-pause
5378         around (sit-for 0).
5380 2006-06-13  Richard Stallman  <rms@gnu.org>
5382         * display.texi (Forcing Redisplay): Clarify previous change.
5384 2006-06-13  Romain Francoise  <romain@orebokech.com>
5386         * display.texi (Forcing Redisplay): Fix typo.
5388 2006-06-13  Kim F. Storm  <storm@cua.dk>
5390         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5392 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5394         * tips.texi (Coding Conventions): Add `@end itemize'.
5396 2006-06-10  Richard Stallman  <rms@gnu.org>
5398         * tips.texi (Coding Conventions): Explain use of coding systems
5399         to ensure one decoding for strings.
5401 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
5403         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5404         syntax.
5406 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
5408         * display.texi (Font Selection): Remove description of
5409         clear-face-cache.
5411         * compile.texi (Eval During Compile): Fix a typo.  Add index
5412         entries for possible uses of eval-when-compile.
5414 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
5416         * display.texi (Abstract Display): Fix typo.
5418 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
5420         * minibuf.texi (Minibuffer History) <history-add-new-input>:
5421         Reword variable's description.
5423 2006-06-01  Richard Stallman  <rms@gnu.org>
5425         * windows.texi (Splitting Windows): Clarify splitting nonselected
5426         window.
5428 2006-05-31  Juri Linkov  <juri@jurta.org>
5430         * minibuf.texi (Minibuffer History): Add history-add-new-input.
5432 2006-05-30  Richard Stallman  <rms@gnu.org>
5434         * display.texi (Line Height): Fix errors in description of
5435         default line height and line-height property.
5437         * nonascii.texi (Default Coding Systems): Further clarification.
5439 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5441         * internals.texi (Pure Storage): Mention that an overflow in pure
5442         space causes a memory leak.
5443         (Garbage Collection): If there was an overflow in pure space,
5444         `garbage-collect' returns nil.
5446 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5448         * nonascii.texi (Default Coding Systems): Fix it some more.
5450 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5452         * nonascii.texi (Default Coding Systems): Fix last change.
5454 2006-05-29  Kenichi Handa  <handa@m17n.org>
5456         * nonascii.texi (find-operation-coding-system): Describe the new
5457         argument format (FILENAME . BUFFER).
5459 2006-05-28  Richard Stallman  <rms@gnu.org>
5461         * tips.texi (Coding Conventions): Better explain reasons not to
5462         advise other packages or use `eval-after-load'.
5464 2006-05-29  Kim F. Storm  <storm@cua.dk>
5466         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5467         `bindat-idx' and `bindat-raw' for clarity.
5469 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5471         * processes.texi (Bindat Spec): Expand on `repeat' handler.
5473         * display.texi (Display): Add "Abstract Display" to menu.
5474         (Abstract Display, Abstract Display Functions)
5475         (Abstract Display Example): New nodes.
5476         * elisp.texi (Top): Add "Abstract Display" to menu.
5478 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
5480         * keymaps.texi (Key Sequences): Link to input events definition.
5481         (Format of Keymaps): Delete material duplicated in Keymap Basics.
5483         * files.texi (Changing Files): Document updated argument list for
5484         copy-file.
5486 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5488         * processes.texi (Bindat Functions): Explain term "total length".
5489         Use it in bindat-length and bindat-pack descriptions.
5491 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5493         * tips.texi (Coding Conventions): Advise against using
5494         eval-after-load in packages.  Add an index entry.
5496 2006-05-25  Juri Linkov  <juri@jurta.org>
5498         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5500         * modes.texi (%-Constructs): Add %e, %z, %Z.
5502 2006-05-25  Richard Stallman  <rms@gnu.org>
5504         * elisp.texi (Top): Update subnode menu.
5506         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5507         (Keymaps): Update menu.
5509 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5511         * keymaps.texi (Key Sequences): Some clarifications.
5513 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5515         * processes.texi (Bindat Functions): Say "unibyte string"
5516         explicitly for bindat-unpack and bindat-pack descriptions.
5517         (Bindat Examples): Don't call `string-make-unibyte' in example.
5519 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5521         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5522         Explain string and vector representations of key sequences.
5524         * keymaps.texi (Changing Key Bindings):
5525         * commands.texi (Interactive Codes):
5526         * help.texi (Describing Characters): Refer to it.
5528 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
5530         * frames.texi (Pointer Shape): @end table -> @end defvar.
5532 2006-05-22  Richard Stallman  <rms@gnu.org>
5534         * elisp.texi (Top): Update subnode menus.
5536         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5537         Contents rewritten; material from old Pointer Shape node moved here.
5539         * display.texi (Pointer Shape): Node deleted.
5540         (Image Descriptors): Minor cleanup.
5542 2006-05-21  Richard Stallman  <rms@gnu.org>
5544         * syntax.texi (Parsing Expressions): Update info on which STATE
5545         elements are ignored.
5547 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5549         * hooks.texi (Standard Hooks): Correct typo.
5551         * gpl.texi (GPL): ifinfo -> ifnottex.
5553 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
5555         * searching.texi (Simple Match Data): Warn about match data being
5556         set anew by every search.
5558 2006-05-17  Richard Stallman  <rms@gnu.org>
5560         * minibuf.texi (Minibuffer History): Clarify.
5562         * searching.texi (Regexp Special): Clarify nested regexp warning.
5564 2006-05-16  Kim F. Storm  <storm@cua.dk>
5566         * minibuf.texi (Minibuffer History): Update add-to-history.
5568 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
5570         * nonascii.texi (Explicit Encoding):
5571         Fix typo (encoding<->decoding).
5573 2006-05-14  Richard Stallman  <rms@gnu.org>
5575         * buffers.texi (Creating Buffers): Cleanup.
5577         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5579 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
5581         * buffers.texi (Current Buffer): Document that with-temp-buffer
5582         disables undo.
5584         * os.texi (Terminal-Specific): More accurate description of how
5585         Emacs searches for the terminal-specific libraries.
5587 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
5589         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5590         emacs-xtra to @inforef's.
5592         * text.texi (Undo): Document that undo is turned off in buffers
5593         whose names begin with a space.
5595         * buffers.texi (Buffer Names): Add index entries for buffers whose
5596         names begin with a space.
5597         (Creating Buffers): Document that undo is turned off in buffers
5598         whose names begin with a space.
5600         * files.texi (Visiting Functions, Reading from Files)
5601         (Saving Buffers): Mention code and EOL conversions by file I/O
5602         primitives and subroutines.
5604         * nonascii.texi (Lisp and Coding Systems):
5605         Document coding-system-eol-type.  Add index entries for eol conversion.
5607         * display.texi (Defining Faces): Mention `mac', and add an xref to
5608         where window-system is described.
5610 2006-05-10  Richard Stallman  <rms@gnu.org>
5612         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5614 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5616         * variables.texi (File Local Variables): Recommend to quote lambda
5617         expressions in safe-local-variable property.
5619 2006-05-09  Richard Stallman  <rms@gnu.org>
5621         * variables.texi (File Local Variables):
5622         Document safe-local-eval-forms and safe-local-eval-function.
5624 2006-05-07  Kim F. Storm  <storm@cua.dk>
5626         * minibuf.texi (Minibuffer History): Remove keep-dups arg
5627         from add-to-history.
5629 2006-05-07  Romain Francoise  <romain@orebokech.com>
5631         * commands.texi (Event Input Misc):
5632         * compile.texi (Eval During Compile):
5633         * internals.texi (Buffer Internals):
5634         * minibuf.texi (Initial Input):
5635         * nonascii.texi (Scanning Charsets):
5636         * numbers.texi (Comparison of Numbers):
5637         * windows.texi (Textual Scrolling, Vertical Scrolling):
5638         Fix various typos.
5640 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
5642         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5643         conditional xref's to either emacs or emacs-xtra, depending on
5644         @iftex/@ifnottex.
5646         * minibuf.texi (Minibuffer History): Document add-to-history.
5648 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
5650         * internals.texi (Pure Storage): Mention the pure overflow message
5651         at startup.
5653 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
5655         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5656         (Searching Keymaps): Fix pseudo-Lisp description of keymap
5657         search.
5659 2006-05-01  Richard Stallman  <rms@gnu.org>
5661         * intro.texi (nil and t): Clarify.
5663         * variables.texi (File Local Variables): Suggest using booleanp.
5665 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
5667         * objects.texi (Type Predicates): Fix typos.
5669 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5671         * intro.texi (nil and t): Add booleanp.
5673         * objects.texi (Type Predicates): Add links for booleanp and
5674         string-or-null-p.
5676 2006-04-29  Richard Stallman  <rms@gnu.org>
5678         * modes.texi (Multiline Font Lock): Rename from
5679         Multi line Font Lock Elements.  Much clarification.
5680         (Font Lock Multiline, Region to Fontify): Much clarification.
5682 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5684         * variables.texi (File Local Variables): Remove the special case t for
5685         safe-local-variable.
5687 2006-04-26  Richard Stallman  <rms@gnu.org>
5689         * syntax.texi (Parsing Expressions): Minor cleanup.
5691 2006-04-18  Richard Stallman  <rms@gnu.org>
5693         * tips.texi (Coding Conventions): Explain when the package's
5694         prefix should appear later on (not at the start of the name).
5696         * searching.texi (String Search): Clarify effect of NOERROR.
5698         * modes.texi (Imenu): Clarify what special items do.
5700         * hooks.texi (Standard Hooks): Delete text about old hook names.
5702 2006-04-17  Romain Francoise  <romain@orebokech.com>
5704         * variables.texi (Local Variables): Update the default value of
5705         `max-specpdl-size'.
5707 2006-04-15  Michael Olson  <mwolson@gnu.org>
5709         * processes.texi (Transaction Queues): Mention the new optional
5710         `delay-question' argument for `tq-enqueue'.
5712 2006-04-13  Bill Wohler  <wohler@newt.com>
5714         * customize.texi (Common Keywords): Use dotted notation for
5715         :package-version value.  Specify its values.  Improve documentation
5716         for customize-package-emacs-version-alist.
5718 2006-04-12  Bill Wohler  <wohler@newt.com>
5720         * customize.texi (Common Keywords): Move description of
5721         customize-package-emacs-version-alist to @defvar.
5723 2006-04-10  Bill Wohler  <wohler@newt.com>
5725         * customize.texi (Common Keywords): Add :package-version.
5727 2006-04-10  Kim F. Storm  <storm@cua.dk>
5729         * text.texi (Buffer Contents): Add NOPROPS arg to
5730         filter-buffer-substring.
5732 2006-04-08  Kevin Ryde  <user42@zip.com.au>
5734         * os.texi (Command-Line Arguments): Update xref to emacs manual
5735         "Command Arguments" -> "Emacs Invocation", per change there.
5737 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
5739         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5740         be on one line to help makeinfo not render two spaces after the dot.
5742 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
5744         * strings.texi (Predicates for Strings): Add string-or-null-p.
5746 2006-03-28  Kim F. Storm  <storm@cua.dk>
5748         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5749         remarks about systems that don't support fractional seconds.
5751 2006-03-25  Karl Berry  <karl@gnu.org>
5753         * elisp.texi: Use @copyright{} instead of (C), and do not indent
5754         the year list.
5756 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
5758         * display.texi (Fringe Indicators): Fix typos.
5760 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
5762         * tips.texi (Documentation Tips): One can now also write `program'
5763         in front of a quoted symbol in a docstring to prevent making a
5764         hyperlink.
5766 2006-03-19  Alan Mackenzie  <acm@muc.de>
5768         * text.texi (Special Properties): Clarify `fontified' property.
5770 2006-03-16  Richard Stallman  <rms@gnu.org>
5772         * display.texi (Defining Images): Minor cleanup.
5774 2006-03-16  Bill Wohler  <wohler@newt.com>
5776         * display.texi (Defining Images): In image-load-path-for-library,
5777         prefer user's images.
5779 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5781         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5783 2006-03-15  Bill Wohler  <wohler@newt.com>
5785         * display.texi (Defining Images): Fix example in
5786         image-load-path-for-library by not recommending that one binds
5787         image-load-path.  Just defvar it to placate compiler and only use
5788         it if previously defined.
5790 2006-03-14  Bill Wohler  <wohler@newt.com>
5792         * display.texi (Defining Images): In image-load-path-for-library,
5793         always return list of directories.  Update example.
5795 2006-03-14  Alan Mackenzie  <acm@muc.de>
5797         * modes.texi: New node, "Region to Fontify" (for Font Lock).
5798         This describes font-lock-extend-region-function.
5799         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5800         the new node "Region to Fontify".
5802 2006-03-13  Richard Stallman  <rms@gnu.org>
5804         * display.texi (Invisible Text): The impossible position is
5805         now before the invisible text, not after.
5806         (Defining Images): Clean up last change.
5808 2006-03-11  Bill Wohler  <wohler@newt.com>
5810         * display.texi (Defining Images): Add image-load-path-for-library.
5812 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5814         * text.texi (Adaptive Fill): Fix Texinfo usage.
5816         * strings.texi (Creating Strings): Fix Texinfo usage.
5818         * searching.texi (Regexp Special): Use @samp for regular
5819         expressions that are not in Lisp syntax.
5821 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
5823         * searching.texi (Regexp Special): Put remark between parentheses
5824         to avoid misreading.
5826 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
5828         * searching.texi (Syntax of Regexps): More accurately describe
5829         which characters are special in which situations.
5830         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5831         are not special.  Describe in detail when `[' and `]' are special.
5832         (Regexp Backslash): Plenty of regexps with unbalanced square
5833         brackets are valid, so reword that statement.
5835 2006-03-02  Kim F. Storm  <storm@cua.dk>
5837         * keymaps.texi (Tool Bar): Add tool-bar-border.
5839 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
5841         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
5843 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
5845         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5847         * files.texi (Locating Files): Suggest additional values for the
5848         SUFFIXES arg of `locate-file'.  Update pxref.
5850         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5851         (How Programs Do Loading): Discuss the effects of Auto Compression
5852         mode on `load'.
5853         (Load Suffixes): New node.
5854         (Library Search): Delete description of `load-suffixes'; it was
5855         moved to "Load Suffixes".
5856         (Autoload, Named Features): Mention `load-suffixes'.
5858 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5860         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5862         * windows.texi (Window Tree): Fix typo.
5864 2006-02-20  Kim F. Storm  <storm@cua.dk>
5866         * display.texi (Fringe Indicators): New section.
5867         Move indicate-empty-lines, indicate-buffer-boundaries, and
5868         default-indicate-buffer-boundaries here.
5869         Add fringe-indicator-alist and default-fringes-indicator-alist.
5870         Add list of logical fringe indicator symbols.
5871         Update list of standard bitmap names.
5872         (Fringe Cursors): New section.
5873         Move overflow-newline-into-fringe here.
5874         Add fringe-cursor-alist and default-fringes-cursor-alist.
5875         Add list of fringe cursor symbols.
5877 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5879         * commands.texi (Using Interactive): Fix reference to node
5880         "Minibuffers".
5882 2006-02-19  Richard M. Stallman  <rms@gnu.org>
5884         * minibuf.texi (High-Level Completion):
5885         Add xref to read-input-method-name.
5887         * files.texi (Relative File Names): Move file-relative-name here.
5888         (File Name Expansion): From here.  Minor clarifications.
5890         * commands.texi (Using Interactive): Add xrefs about reading input.
5891         Clarify remarks about that moving point and mark.
5892         Put string case before list case.
5894 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
5896         * display.texi (Other Display Specs, Image Descriptors):
5897         Revert erroneous changes.  The previous description of
5898         image-descriptors as `(image . PROPS)' was correct.
5900 2006-02-14  Richard M. Stallman  <rms@gnu.org>
5902         * variables.texi (File Local Variables): Clarifications.
5904 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
5906         * variables.texi (File Local Variables): Use @code for a cons
5907         cell, not @var.
5909 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
5911         * variables.texi (File Local Variables): Document new file local
5912         variable behavior.
5914 2006-02-10  Kim F. Storm  <storm@cua.dk>
5916         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5918 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
5920         * modes.texi (%-Constructs): Remove obsolete info about
5921         `global-mode-string'.
5923 2006-02-07  Richard M. Stallman  <rms@gnu.org>
5925         * commands.texi (Prefix Command Arguments): Minor cleanup.
5927         * display.texi: "Graphical display", not window system.
5929         * functions.texi (What Is a Function): Fix xref.
5931         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5932         (Changing Key Bindings): Clarify when remapping is better than
5933         substitute-key-definition.
5935 2006-02-02  Richard M. Stallman  <rms@gnu.org>
5937         * minibuf.texi (Basic Completion): Completion alists are risky.
5939         * keymaps.texi (Active Keymaps): Clarifications.
5940         (Searching Keymaps): New node.
5941         (Keymaps): Update menu.
5943         * frames.texi (Layout Parameters): Minor clarification.
5944         (Drag and Drop): New node.
5945         (Frames): Update menu.
5947 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
5949         * display.texi (Other Display Specs, Image Descriptors):
5950         Image description is a list, not a cons cell.
5952 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
5954         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5955         list is not necessarily a list).
5957 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
5959         * frames.texi (Layout Parameters): border-width and
5960         internal-border-width belong to the frame, not the window.
5962 2006-01-19  Richard M. Stallman  <rms@gnu.org>
5964         * nonascii.texi (Translation of Characters): Search cmds use
5965         translation-table-for-input.  Automatically made local.
5967         * markers.texi (Overview of Markers): Count insertion type
5968         as one of a marker's attributes.
5970         * keymaps.texi (Controlling Active Maps): New node, split out of
5971         Active Keymaps.
5972         (Keymaps): Menu updated.
5973         (Active Keymaps): Give pseudocode to explain how the active
5974         maps are searched.  current-active-maps and key-binding moved here.
5975         (Functions for Key Lookup): current-active-maps and key-binding moved.
5976         Clarifications.
5977         (Searching the Keymaps): New subnode.
5979         * elisp.texi (Top): Menu clarification.
5981         * display.texi (Other Display Specs): Delete duplicate entry for
5982         just a string as display spec.  Move text about recursive display
5983         specs on such a string.
5985         * commands.texi (Key Sequence Input): Clarify.
5986         Move num-nonmacro-input-events out.
5987         (Reading One Event): num-nonmacro-input-events moved here.
5989 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
5991         * advice.texi (Simple Advice): Update example to fit argument
5992         change in previous-line.
5994 2006-01-05  Richard M. Stallman  <rms@gnu.org>
5996         * markers.texi (The Mark): Fix in `mark'.
5998 2006-01-04  Richard M. Stallman  <rms@gnu.org>
6000         * processes.texi (Misc Network, Make Network): Minor cleanups.
6002 2006-01-04  Kim F. Storm  <storm@cua.dk>
6004         * processes.texi (Make Network): Add IPv6 addresses and handling.
6005         (Network Feature Testing): Mention (:family ipv6).
6006         (Misc Network): Add IPv6 formats to format-network-address.
6008 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6010         * text.texi (Changing Properties):
6011         Don't use return value of set-text-properties.
6013 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6015         * modes.texi (Mode Line Format): Correct typo in menu.
6017 2005-12-29  Richard M. Stallman  <rms@gnu.org>
6019         * modes.texi (Mode Line Top): New node.
6020         (Mode Line Data): Some text moved to new node.
6021         Explain the data structure more concretely.
6022         (Mode Line Basics): Clarifications.
6023         (Mode Line Variables): Clarify intro paragraph.
6024         (%-Constructs): Clarify intro paragraph.
6025         (Mode Line Format): Update menu.
6027 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6029         * minibuf.texi (Basic Completion): Update lazy-completion-table
6030         examples for removal of ARGS argument.
6032 2005-12-23  Richard M. Stallman  <rms@gnu.org>
6034         * text.texi (Undo): Restore some explanation from the version
6035         that was deleted.
6037 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
6039         * text.texi (Undo): Remove duplicate descriptions of `apply
6040         funname' and `apply delta' elements of the undo list.
6042 2005-12-20  Richard M. Stallman  <rms@gnu.org>
6044         * help.texi (Help Functions): Update documentation of `apropos'.
6046 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
6048         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6049         because it is confusing.  If the :help-echo keyword is a function,
6050         it is not directly used as the :help-echo overlay property, as the
6051         xref seems to suggest (it does not take the appropriate args).
6053 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6055         * customize.texi (Common Keywords): Fix Texinfo usage.
6056         (Group Definitions, Variable Definitions): Update for new
6057         conventions for using `*' in docstrings.
6059         * tips.texi (Documentation Tips): Update for new conventions for
6060         using `*' in docstrings.
6062 2005-12-16  Richard M. Stallman  <rms@gnu.org>
6064         * minibuf.texi (Minibuffer Contents): Minor cleanup.
6066 2005-12-16  Juri Linkov  <juri@jurta.org>
6068         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6070 2005-12-14  Romain Francoise  <romain@orebokech.com>
6072         * modes.texi (Customizing Keywords): Rename `append' to `how'.
6073         Fix typo.
6075 2005-12-11  Juri Linkov  <juri@jurta.org>
6077         * minibuf.texi (Completion Commands): Add mention of read-file-name
6078         for filename completion keymaps.
6079         (Reading File Names): Add mention of filename completion keymaps
6080         for read-file-name and xref to `Completion Commands'.
6082 2005-12-10  Richard M. Stallman  <rms@gnu.org>
6084         * customize.texi (Common Keywords): State caveats for use of :tag.
6086 2005-12-08  Richard M. Stallman  <rms@gnu.org>
6088         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6089         with xrefs and better explanation.
6090         (Completion Commands): Add the filename completion maps.
6092         * objects.texi (Character Type): Clarify that \s is not space
6093         if a dash follows.
6095 2005-12-05  Richard M. Stallman  <rms@gnu.org>
6097         * windows.texi (Resizing Windows): Delete preserve-before args.
6099 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6101         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6102         in full keymaps, since the quirk has been fixed.
6104 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6106         * hooks.texi (Standard Hooks): Add index entries.
6107         Mention `compilation-finish-functions'.
6109 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6111         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6113 2005-11-21  Juri Linkov  <juri@jurta.org>
6115         * customize.texi (Common Keywords): Update links types
6116         custom-manual and url-link.  Add link types emacs-library-link,
6117         file-link, function-link, variable-link, custom-group-link.
6119 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6121         * display.texi: Revert 2005-11-20 change.
6123 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6125         * processes.texi (Bindat Functions):
6126         Say "third" to refer to zero-based index "2".
6128 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
6130         * loading.texi (Library Search): Update the default value of
6131         `load-suffixes'.
6133 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6135         * display.texi (Attribute Functions): Mention :ignore-defface.
6137 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6139         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6140         (Minor Mode Conventions): Mention the use of a hook.
6142 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6144         * files.texi (Magic File Names): find-file-name-handler checks the
6145         `operations' property of the handler.
6147 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6149         * variables.texi (Frame-Local Variables): Small clarification.
6151 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6153         * os.texi (Init File): Document ~/.emacs.d/init.el.
6155 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6157         * internals.texi (Garbage Collection): Document memory-full.
6159 2005-10-28  Bill Wohler  <wohler@newt.com>
6161         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6162         for URLs.
6164 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6166         * minibuf.texi (Completion Commands): Clean up prev change.
6168 2005-10-26  Kevin Ryde  <user42@zip.com.au>
6170         * compile.texi (Eval During Compile): Explain recommended uses
6171         of eval-when-compile and eval-and-compile.
6173 2005-10-27  Masatake YAMATO  <jet@gyve.org>
6175         * minibuf.texi (Completion Commands):
6176         Write about new optional argument for `display-completion-list'.
6178 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6180         * display.texi (Overlay Arrow): Clarify about local bindings of
6181         overlay-arrow-position.
6183 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6185         * internals.texi (Building Emacs): Fix last change.
6187 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6189         * internals.texi (Building Emacs): Document eval-at-startup.
6191 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6193         * loading.texi (Where Defined): load-history contains abs file names.
6194         symbol-file returns abs file names.
6196 2005-10-19  Kim F. Storm  <storm@cua.dk>
6198         * display.texi (Showing Images): Add max-image-size integer value.
6200 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6202         * display.texi (Showing Images): Document max-image-size.
6204 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6206         * commands.texi (Quitting): Minor clarification.
6208         * processes.texi (Sentinels): Clarify about output and quitting.
6209         (Filter Functions): Mention with-local-quit.
6211 2005-10-17  Juri Linkov  <juri@jurta.org>
6213         * buffers.texi (Current Buffer):
6214         * commands.texi (Event Input Misc):
6215         * compile.texi (Eval During Compile, Compiler Errors):
6216         * customize.texi (Group Definitions):
6217         * display.texi (Progress, Defining Faces):
6218         * files.texi (Writing to Files):
6219         * modes.texi (Mode Hooks, Defining Minor Modes):
6220         * streams.texi (Output Functions):
6221         * syntax.texi (Syntax Table Functions):
6222         * text.texi (Change Hooks):
6223         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6225         * commands.texi (Quitting): Replace arg `forms' with `body' in
6226         `with-local-quit'.
6228         * positions.texi (Excursions): Replace arg `forms' with `body' in
6229         `save-excursion'.
6231 2005-10-08  Kim F. Storm  <storm@cua.dk>
6233         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6234         Rename manual section accordingly.
6236 2005-10-04  Kim F. Storm  <storm@cua.dk>
6238         * windows.texi (Window Split Tree): New section describing
6239         new function window-split-tree function.
6241 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
6243         * display.texi (Fringe Size/Pos): Simplify and add detail.
6245 2005-09-30  Romain Francoise  <romain@orebokech.com>
6247         * minibuf.texi (High-Level Completion): Explain that the prompt
6248         given to `read-buffer' should end with a colon and a space.
6249         Update usage examples.
6251 2005-09-29  Juri Linkov  <juri@jurta.org>
6253         * display.texi (Displaying Messages): Rename argument name
6254         `string' to `format-string' in functions `message', `message-box',
6255         `message-or-box'.
6257 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
6259         * errors.texi (Standard Errors): Correct xrefs.
6261 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6263         * display.texi (Defining Images): Update documentation for
6264         `image-load-path'.
6266 2005-09-17  Richard M. Stallman  <rms@gnu.org>
6268         * display.texi (Defining Images): Clean up previous change.
6270 2005-09-16  Romain Francoise  <romain@orebokech.com>
6272         * elisp.texi: Specify GFDL version 1.2.
6274         * doclicense.texi (GNU Free Documentation License): Update to
6275         version 1.2.
6277 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6279         * display.texi (Defining Images): Document `image-load-path'.
6281 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6283         * objects.texi (Printed Representation): Minor cleanup.
6284         (Box Diagrams): Minor fix.
6285         (Cons Cell Type): Move (...) index item here.
6286         (Box Diagrams): From here.
6287         (Array Type): Minor fix.
6288         (Type Predicates): Delete index "predicates".
6289         (Hash Table Type): Clarify xref.
6290         (Dotted Pair Notation): Minor fix.
6292 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
6294         * files.texi (Saving Buffers): Fix typo.
6296 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6298         * tips.texi (Programming Tips): Correct the "default" prompt spec.
6300 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6302         * locals.texi (Standard Buffer-Local Variables): Don't include
6303         mode variables for minor modes.
6304         Fix xrefs for buffer-display-count, buffer-display-table,
6305         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6306         enable-multibyte-characters, fill-column, header-line-format,
6307         left-fringe-width, left-margin, and right-fringe-width.
6309         * hooks.texi (Standard Hooks): All hooks should conform to the
6310         standard naming convention now.
6311         Fix xref for `echo-area-clear-hook'.
6313         * display.texi (Usual Display): Note that indicate-empty-lines and
6314         tab-width are buffer-local.
6316         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6318         * modes.texi (Mode Help): Note that major-mode is buffer-local.
6320         * nonascii.texi (Encoding and I/O): Note that
6321         buffer-file-coding-system is buffer-local.
6323         * positions.texi (List Motion): Note that defun-prompt-regexp is
6324         buffer-local.
6326         * text.texi (Auto Filling): Note that auto-fill-function is
6327         buffer-local.
6328         (Undo): Note that buffer-undo-list is buffer-local.
6330         * windows.texi (Buffers and Windows):
6331         Document buffer-display-count.
6333 2005-09-06  Richard M. Stallman  <rms@gnu.org>
6335         * tips.texi (Coding Conventions): Sometimes it is ok to put the
6336         package prefix elsewhere than at the start of the name.
6338 2005-09-03  Richard M. Stallman  <rms@gnu.org>
6340         * tips.texi (Programming Tips): Add conventions for minibuffer
6341         questions and prompts.
6343 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
6345         * intro.texi (nil and t): Minor cleanup.
6346         Delete spurious mention of keyword symbols.
6347         (Evaluation Notation): Add index entry.
6348         (A Sample Function Description): Minor cleanup.
6349         (A Sample Variable Description): Not all vars can be set.
6351 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
6353         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6355         (Insertion): Document precise type of `insert-char' arg COUNT.
6357 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6359         * modes.texi (Other Font Lock Variables): Sync the default of
6360         font-lock-lines-before.
6362 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6364         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6366 2005-08-29  Richard M. Stallman  <rms@gnu.org>
6368         * elisp.texi (Top): Update subnode menu.
6370         * searching.texi (Searching and Matching): Move node.
6371         Rearrange contents and add overall explanation.
6372         (Searching and Case): Move node.
6373         (Searching and Matching): Update menu.
6375 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
6377         * os.texi (Startup Summary): Fix the description of the initial
6378         startup message display.
6380 2005-08-25  Richard M. Stallman  <rms@gnu.org>
6382         * searching.texi (Search and Replace): Add replace-regexp-in-string.
6384 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
6386         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6387         `next-overlay-change' example.
6389 2005-08-22  Juri Linkov  <juri@jurta.org>
6391         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6392         Fix invert-face.  Fix args of face-background.
6394         * display.texi (Standard Faces): Delete node.
6395         (Faces): Add xref to `(emacs)Standard Faces'.
6396         (Displaying Faces): Fix xref to `Standard Faces'.
6398         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6400 2005-08-20  Alan Mackenzie  <acm@muc.de>
6402         * buffers.texi (The Buffer List): Clarify the manipulation of the
6403         buffer list.
6405 2005-08-14  Richard M. Stallman  <rms@gnu.org>
6407         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6408         a regexp.
6410 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6412         * elisp.texi (Top): Update subnode lists.
6414         * display.texi (Inverse Video): Node deleted.
6416         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6417         New nodes split out of Coding Conventions.
6419         * searching.texi (Regular Expressions): Document re-builder.
6421         * os.texi (Time Parsing): New node split out of Time Conversion.
6423         * processes.texi (Misc Network, Network Feature Testing)
6424         (Network Options, Make Network): New nodes split out of
6425         Low-Level Network.
6427 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6429         * frames.texi (Geometry): New node, split from Size and Position.
6430         (Frame Parameters): Refer to Geometry.
6432         * buffers.texi (The Buffer List): Fix xrefs.
6434         * windows.texi (Splitting Windows): Fix xref.
6436         * frames.texi (Layout Parameters): Add xref.
6438         * display.texi (Line Height, Scroll Bars): Fix xrefs.
6440         * keymaps.texi (Menu Bar): Fix xref.
6442         * locals.texi (Standard Buffer-Local Variables): Fix xref.
6444         * modes.texi (%-Constructs): Fix xref.
6446         * frames.texi (Window Frame Parameters): Node split up.
6447         (Basic Parameters, Position Parameters, Size Parameters)
6448         (Layout Parameters, Buffer Parameters, Management Parameters)
6449         (Cursor Parameters, Color Parameters): New subnodes.
6451 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6453         * positions.texi (Screen Lines): Update xref for previous change
6454         in minibuf.texi.
6456         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6457         change in minibuf.texi.
6459 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6461         * tips.texi (Coding Conventions): Minor cleanup.
6463         * modes.texi (Defining Minor Modes): Explain when init-value
6464         can be non-nil.
6466         * elisp.texi (Top): Update submenu for Minibuffer.
6468         * minibuf.texi (Minibuffer Misc): Node split up.
6469         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6470         (Recursive Mini): New nodes split out from Minibuffer Misc.
6471         (Minibuffer Misc): Document max-mini-window-height.
6473         * hash.texi (Defining Hash): Delete stray paren in example.
6475         * display.texi (Echo Area Customization): Don't define
6476         max-mini-window-height here; xref instead.
6478         * commands.texi (Event Input Misc): Update while-no-input.
6480         * advice.texi (Advising Functions): Explain when to use advice
6481         and when to use a hook.
6483 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
6485         * makefile.w32-in (info): Don't run install-info.
6486         ($(infodir)/dir): New target, produced by running install-info.
6488 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
6490         * modes.texi (Defining Minor Modes): The keyword for the initial
6491         value is :init-value, not :initial-value.
6493 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
6495         * loading.texi (Autoload): Make the `doctor' example be consistent
6496         with what's in current loaddefs.el.  Describe the "fn" magic in
6497         the usage portion of the doc string.
6499 2005-07-22  Richard M. Stallman  <rms@gnu.org>
6501         * internals.texi (Garbage Collection): Clarify previous change.
6503 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6505         * internals.texi (Garbage Collection): Add gc-cons-percentage.
6507 2005-07-18  Juri Linkov  <juri@jurta.org>
6509         * commands.texi (Accessing Events):
6510         * frames.texi (Text Terminal Colors, Resources):
6511         * markers.texi (The Mark):
6512         * modes.texi (Defining Minor Modes):
6513         Delete duplicate duplicate words.
6515 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6517         * display.texi (Managing Overlays): Clarify make-overlay
6518         args for insertion types.
6520 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6522         * customize.texi (Variable Definitions):
6523         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6524         `standard-value' is a list too.
6525         (Defining New Types): Use @key{RET} instead of @key{ret}.
6527 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6529         * os.texi (Translating Input): Fix typo.
6531 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6533         * README: Update edition number and size estimate.
6535         * elisp.texi (VERSION): Set to 2.9.
6537 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6539         * book-spine.texinfo: Update Emacs version.
6541         * display.texi (Inverse Video): Delete mode-line-inverse-video.
6543 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6545         * searching.texi (Regexp Search): Clarify what re-search-forward
6546         does when the search fails.
6548 2005-07-05  Lute Kamstra  <lute@gnu.org>
6550         * Update FSF's address in GPL notices.
6552         * doclicense.texi (GNU Free Documentation License):
6553         * gpl.texi (GPL):
6554         * tips.texi (Coding Conventions, Library Headers):
6555         * vol1.texi:
6556         * vol2.texi: Update FSF's address.
6558 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6560         * hooks.texi (Standard Hooks): Add occur-hook.
6562 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6564         * display.texi (The Echo Area): Correct menu.
6566 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6568         * elisp.texi (Top): Update subnode menu for Display.
6570         * display.texi (Displaying Messages): New node, with most
6571         of what was in The Echo Area.
6572         (Progress): Move under The Echo Area.
6573         (Logging Messages): New node with new text.
6574         (Echo Area Customization): New node, the rest of what was
6575         in The Echo Area.  Document message-truncate-lines with @defvar.
6576         (Display): Update menu.
6578         * windows.texi (Textual Scrolling): Doc 3 values for
6579         scroll-preserve-screen-position.
6581         * text.texi (Special Properties): Change hook functions
6582         should bind inhibit-modification-hooks around altering buffer text.
6584         * keymaps.texi (Key Binding Commands): Call binding BINDING
6585         rather than DEFINITION.
6587 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
6589         * variables.texi (Defining Variables): `user-variable-p' returns t
6590         for aliases of user options, nil for alias loops.
6592 2005-06-28  Richard M. Stallman  <rms@gnu.org>
6594         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6595         make-keymap.
6597 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
6599         * variables.texi (Setting Variables): Correct and clarify
6600         description of `add-to-ordered-list'.
6602 2005-06-26  Richard M. Stallman  <rms@gnu.org>
6604         * display.texi (Faces): Minor cleanup.
6606 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
6608         * display.texi (Faces): `facep' returns t for strings that are
6609         face names.
6611 2005-06-25  Richard M. Stallman  <rms@gnu.org>
6613         * objects.texi (Equality Predicates): Clarify meaning of equal.
6615         * windows.texi (Selecting Windows): save-selected-window
6616         and with-selected-window save and restore the current buffer.
6618 2005-06-24  Richard M. Stallman  <rms@gnu.org>
6620         * numbers.texi (Float Basics): Explain how to test for NaN,
6621         and printing the sign of NaNs.
6623 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
6625         * makefile.w32-in (MAKEINFO): Use --force.
6627 2005-06-23  Richard M. Stallman  <rms@gnu.org>
6629         * display.texi (Face Functions): Correct Texinfo usage.
6631 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6633         * lists.texi (Rings): `ring-elements' now returns the elements of
6634         RING in order.
6636 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
6638         * markers.texi (The Mark): Texinfo usage fix.
6640 2005-06-23  Kim F. Storm  <storm@cua.dk>
6642         * searching.texi (Entire Match Data): Remove evaporate option for
6643         match-data.  Do not mention evaporate option for set-match-data.
6645 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
6647         * display.texi (Face Functions): Mention face aliases.
6649 2005-06-21  Richard M. Stallman  <rms@gnu.org>
6651         * anti.texi (Antinews): Texinfo usage fix.
6653 2005-06-21  Karl Berry  <karl@gnu.org>
6655         * elisp.texi: Use @copying.
6657         * elisp.texi: Put @summarycontents and @contents before the Top
6658         node, instead of the end of the file, so that the contents appear
6659         in the right place in the dvi/pdf output.
6661 2005-06-21  Juri Linkov  <juri@jurta.org>
6663         * display.texi (Defining Faces): Add `customized-face'.
6665 2005-06-20  Kim F. Storm  <storm@cua.dk>
6667         * variables.texi (Setting Variables): Any type of element can be
6668         given order in add-to-ordered-list.  Compare elements with eq.
6670         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6672 2005-06-20  Karl Berry  <karl@gnu.org>
6674         * syntax.texi (Syntax Flags): Make last column very slightly wider
6675         to avoid "generic comment" breaking on two lines and causing an
6676         underfull box.
6678 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
6680         * lists.texi (Rings): Various minor clarifications and corrections.
6682 2005-06-18  Richard M. Stallman  <rms@gnu.org>
6684         * functions.texi (Obsolete Functions): Simplify.
6686         * variables.texi (Variable Aliases): Simplify.
6688         * anti.texi, backups.texi, compile.texi, customization.texi:
6689         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6690         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6691         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6692         * variables.texi: Fix formatting ugliness.
6694         * elisp.texi: Add links to Rings and Byte Packing.
6695         Update version and copyright years.
6697         * minibuf.texi: Fix formatting ugliness.
6698         (Completion Commands): Move keymap vars to the end
6699         and vars completing-read binds to the top.
6701 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
6703         * processes.texi: Fix typos.
6704         (Bindat Spec): Correct Texinfo error.
6705         (Byte Packing): Fix ungrammatical sentence.
6707 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
6709         * lists.texi (Rings): New node.
6710         (Lists): Add it to menu.
6712         * processes.texi (Byte Packing): New node.
6713         (Processes): Add it to menu.
6715 2005-06-17  Richard M. Stallman  <rms@gnu.org>
6717         * syntax.texi (Parsing Expressions): Fix texinfo usage.
6719         * help.texi (Documentation Basics): Explain the xref to
6720         Documentation Tips.
6722         * debugging.texi (Debugger Commands): Minor fix.
6724 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
6726         * edebug.texi (Instrumenting): Eliminate duplicate link.
6727         (Specification List): Replace references to "below", referring to
6728         a later node, with one @ref to that node.
6730         * os.texi (Timers): Timers should save and restore the match data
6731         if they change it.
6733         * debugging.texi (Debugger Commands): Mention that the Lisp
6734         debugger can not step through primitive functions.
6736 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6738         * functions.texi (Obsolete Functions): Update argument names of
6739         `make-obsolete' and `define-obsolete-function-alias'.
6741         * variables.texi (Variable Aliases): Update argument names of
6742         `defvaralias', `make-obsolete-variable' and
6743         `define-obsolete-variable-alias'.
6745 2005-06-15  Kim F. Storm  <storm@cua.dk>
6747         * searching.texi (Entire Match Data): Rephrase warnings about
6748         evaporate arg to match-data and set-match-data.
6750 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
6752         * elisp.texi (Top): Update detailed menu.
6754         * edebug.texi (Edebug): Update menu.
6755         (Instrumenting): Update xrefs.
6756         (Edebug Execution Modes): Correct xref.
6757         (Jumping): Clarify description of `h' command.
6758         Eliminate redundant @ref.
6759         (Breaks): New node.
6760         (Breakpoints): Is now a subsubsection.
6761         (Global Break Condition): Mention `C-x X X'.
6762         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
6763         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6764         (Edebug Display Update): Correct pxref.
6765         (Edebug and Macros): New node.
6766         (Instrumenting Macro Calls): Is now a subsubsection.
6767         Neither arg of `def-edebug-spec' is evaluated.
6768         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6769         (Specification Examples): Fix typo.
6771 2005-06-14  Lute Kamstra  <lute@gnu.org>
6773         * debugging.texi (Function Debugging): Primitives can break on
6774         entry too.
6776 2005-06-14  Kim F. Storm  <storm@cua.dk>
6778         * variables.texi (Setting Variables): Add add-to-ordered-list.
6780 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6782         * syntax.texi (Parsing Expressions): Document aux functions and vars of
6783         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6785 2005-06-13  Lute Kamstra  <lute@gnu.org>
6787         * text.texi (Special Properties): Fix cross reference.
6789 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6791         * debugging.texi (Function Debugging): Delete mention of empty
6792         string argument to `cancel-debug-on-entry'.  Delete inaccurate
6793         description of the return value of that command.
6795 2005-06-11  Alan Mackenzie  <acm@muc.de>
6797         * text.texi (Adaptive Fill): Amplify the description of
6798         fill-context-prefix.
6800 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6802         * syntax.texi (Parsing Expressions): Fix Texinfo error.
6804 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6806         * syntax.texi (Parsing Expressions): Document syntax-ppss.
6808 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6810         * debugging.texi (Error Debugging): Minor rewording.
6811         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6812         is optional.
6814 2005-06-10  Lute Kamstra  <lute@gnu.org>
6816         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6817         (Top): Give it a title.  Correct version number.  Give the
6818         detailed node listing a more prominent header.
6819         * intro.texi: Don't set VERSION here a second time.
6820         Mention Emacs's version too.
6821         * anti.texi (Antinews): Use EMACSVER to refer to the current
6822         version of Emacs.
6824 2005-06-09  Kim F. Storm  <storm@cua.dk>
6826         * searching.texi (Entire Match Data): Explain new `reseat' argument to
6827         match-data and set-match-data.
6829 2005-06-08  Richard M. Stallman  <rms@gnu.org>
6831         * searching.texi (Entire Match Data): Clarify when match-data
6832         returns markers and when integers.
6834         * display.texi (Defining Faces): Explain that face name should not
6835         end in `-face'.
6837         * modes.texi (Mode Line Data): Minor cleanup.
6838         (Customizing Keywords): Node split out of Search-based Fontification.
6839         Add example of using font-lock-add-keywords from a hook.
6840         Clarify when MODE should be non-nil, and when nil.
6842 2005-06-06  Richard M. Stallman  <rms@gnu.org>
6844         * modes.texi (Mode Line Data): Explain what happens when the car
6845         of a list is a void symbol.
6846         (Search-based Fontification): Explain MODE arg to
6847         font-lock-add-keywords and warn about calls from major modes.
6849 2005-06-08  Juri Linkov  <juri@jurta.org>
6851         * display.texi (Standard Faces): Add `shadow' face.
6853 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
6855         * modes.texi (Major Mode Conventions): A derived mode only needs
6856         to put the call to the parent mode inside `delay-mode-hooks'.
6858 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6860         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6861         new, and what that implies.  Clarify.
6863         * files.texi (Locating Files): Clean up the text.
6865         * frames.texi (Window Frame Parameters): Document user-size.
6866         Shorten entry for top by referring to left.
6868 2005-05-26  Richard M. Stallman  <rms@gnu.org>
6870         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6871         is new, and what the implications are.  Other clarifications.
6873 2005-05-24  Richard M. Stallman  <rms@gnu.org>
6875         * frames.texi (Dialog Boxes): Minor fixes.
6877 2005-05-25  Masatake YAMATO  <jet@gyve.org>
6879         * display.texi (Standard Faces): Write about `mode-line-highlight'.
6881 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
6883         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6884         is optional.
6886 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
6888         * frames.texi (Dialog Boxes): Describe new optional argument.
6890 2005-05-23  Lute Kamstra  <lute@gnu.org>
6892         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6893         syntax-begin-function over font-lock-beginning-of-syntax-function.
6895 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
6897         * minibuf.texi (Reading File Names): Update description of
6898         `read-directory-name'.
6900         * modes.texi (Derived Modes): Clarify :group keyword.
6902 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
6904         * files.texi (Locating Files): New subsection.
6905         Describe locate-file and executable-find.
6907 2005-05-21  Kevin Ryde  <user42@zip.com.au>
6909         * frames.texi (Initial Parameters): Update cross reference to
6910         "Emacs Invocation".
6912 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6914         * keymaps.texi (Active Keymaps): Add anchor.
6916         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6917         (Major Mode Conventions): Refer to `Auto Major Mode' in more
6918         appropriate place.
6919         (Derived Modes): Small clarifications.
6920         (Minor Mode Conventions, Keymaps and Minor Modes):
6921         Replace references to nodes with references to anchors.
6922         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6923         Clarify description of lists whose first element is an integer.
6924         (Mode Line Variables): Add anchor.
6925         (%-Constructs): Clarify description of integer after %.
6926         (Emulating Mode Line): Describe nil value for FACE.
6928 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
6930         * modes.texi (Derived Modes): Correct references to non-existing
6931         variable standard-syntax-table.
6933 2005-05-17  Lute Kamstra  <lute@gnu.org>
6935         * modes.texi (Defining Minor Modes): Mention the mode hook.
6937 2005-05-15  Kim F. Storm  <storm@cua.dk>
6939         * processes.texi (Network): Remove open-network-stream-nowait.
6940         (Network Servers): Remove open-network-stream-server.
6942 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
6944         * elisp.texi (Top): Update detailed menu.
6946         * variables.texi: Reorder nodes.
6947         (Variables): Update menu.
6948         (File Local Variables): Do not refer to the `-*-' line as
6949         a "local variables list".  Add pxref.
6951 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
6953         * elisp.texi (Top): Update detailed menu for node changes.
6955         * modes.texi (Modes): Update Menu.
6956         (Hooks): Move to beginning of chapter.
6957         Most minor modes run mode hooks too.
6958         `add-hook' can handle void hooks or hooks whose value is a single
6959         function.
6960         (Major Modes): Update Menu.
6961         (Major Mode Basics): New node, split off from `Major Modes'.
6962         (Major Mode Conventions): Correct xref.  Explain how to handle
6963         auto-mode-alist if the major mode command has an autoload cookie.
6964         (Auto Major Mode): Major update.  Add magic-mode-alist.
6965         (Derived Modes): Major update.
6966         (Mode Line Format): Update Menu.
6967         (Mode Line Basics): New node, split off from `Mode Line Format'.
6969         * loading.texi (Autoload): Mention `autoload cookie' as synonym
6970         for `magic autoload comment'.  Add index entries and anchor.
6972 2005-05-14  Richard M. Stallman  <rms@gnu.org>
6974         * tips.texi (Coding Conventions): Explain how important it is
6975         that just loading certain files not change Emacs behavior.
6977         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6979 2005-05-12  Lute Kamstra  <lute@gnu.org>
6981         * modes.texi (Generic Modes): Update.
6982         (Major Modes): Refer to node "Generic Modes".
6984         * elisp.texi (Top): Update to the current structure of the manual.
6985         * processes.texi (Processes): Add menu description.
6986         * customize.texi (Customization): Add menu descriptions.
6988 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
6990         * processes.texi (Signals to Processes)
6991         (Low-Level Network): Fix typos.
6993 2005-05-11  Lute Kamstra  <lute@gnu.org>
6995         * elisp.texi (Top): Add some nodes from the chapter "Major and
6996         Minor Modes" to the detailed node listing.
6998 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7000         * keymaps.texi (Extended Menu Items): Menu item filter functions
7001         can be called at any time.
7003 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7005         * variables.texi (File Local Variables): `(hack-local-variables t)'
7006         now also checks whether a mode is specified in the local variables
7007         list.
7009 2005-05-05  Kevin Ryde  <user42@zip.com.au>
7011         * display.texi (The Echo Area): Correct format function cross
7012         reference.
7014 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
7016         * variables.texi (Variable Aliases): Change description of
7017         `define-obsolete-variable-alias'.
7019         * functions.texi (Functions): Add "Obsolete Functions" to menu.
7020         (Defining Functions): Add xref.
7021         (Obsolete Functions): New node.
7022         (Function Safety): Standardize capitalization of section title.
7024         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7025         (Dialog Boxes): Complete description of `x-popup-dialog'.
7027 2005-05-04  Richard M. Stallman  <rms@gnu.org>
7029         * commands.texi (Interactive Codes): Fix Texinfo usage.
7030         Document U more clearly.
7032 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7034         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7035         function and not a macro.
7037         * frames.texi (Pop-Up Menus): Correct and clarify description of
7038         `x-popup-menu'.
7039         (Dialog Boxes): Clarify description of `x-popup-dialog'.
7041 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7043         * edebug.texi (Checking Whether to Stop): Fix previous change.
7045 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7047         * display.texi: Fix typos and Texinfo usage.
7049         * edebug.texi (Checking Whether to Stop): executing-macro ->
7050         executing-kbd-macro.
7052 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7054         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7056 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7058         * files.texi (Magic File Names): Document `operations' property.
7060 2005-04-29  Lute Kamstra  <lute@gnu.org>
7062         * modes.texi (Generic Modes): New node.
7063         (Major Modes): Add it to the menu.
7064         (Derived Modes): Add "derived mode" to concept index.
7066 2005-04-28  Lute Kamstra  <lute@gnu.org>
7068         * modes.texi (Defining Minor Modes): Fix previous change.
7069         (Font Lock Mode): Simplify.
7070         (Font Lock Basics): Say that font-lock-defaults is buffer-local
7071         when set and that some parts are optional.  Add cross references.
7072         (Search-based Fontification): Say how to specify font-lock-keywords.
7073         Add cross references.  Add font-lock-multiline to index.
7074         Move font-lock-keywords-case-fold-search here from node "Other Font
7075         Lock Variables".  Document font-lock-add-keywords and
7076         font-lock-remove-keywords.
7077         (Other Font Lock Variables): Move font-lock-keywords-only,
7078         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7079         and font-lock-syntactic-face-function to node "Syntactic Font
7080         Lock".  Move font-lock-keywords-case-fold-search to node
7081         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
7082         and font-lock-{,un}fontify-{buffer,region}-function.
7083         (Precalculated Fontification): Remove reference to deleted variable
7084         font-lock-core-only.
7085         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7086         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
7087         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7088         and font-lock-syntactic-face-function here from node "Other Font
7089         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
7090         Syntax Properties".  Add cross references.
7091         (Setting Syntax Properties): New node.
7092         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7093         * syntax.texi (Syntax Properties): Add cross reference.
7094         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7096 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7098         * display.texi (Defining Faces):
7099         Document `default' elements of defface spec.
7101         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7103         * variables.texi (Variable Aliases): Clarify text.
7105 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7107         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7109 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7111         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7113 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7115         * syntax.texi (Syntax Table Internals): Elaborate documentation of
7116         syntax-after and syntax-class.
7118         * files.texi (Changing Files): Fix last change's cross-reference.
7119         (Unique File Names): Don't mention "numbers" in the documentation
7120         of make-temp-file and make-temp-name.
7122 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7124         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7126 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7128         * windows.texi (Cyclic Window Ordering): Clarify window-list.
7130 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7132         * variables.texi (Variable Aliases): Describe make-obsolete-variable
7133         and define-obsolete-variable-alias.
7135 2005-04-22  Kim F. Storm  <storm@cua.dk>
7137         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7138         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7140 2005-04-21  Lute Kamstra  <lute@gnu.org>
7142         * lists.texi (Association Lists): Document rassq-delete-all.
7144 2005-04-19  Richard M. Stallman  <rms@gnu.org>
7146         * modes.texi (Search-based Fontification): Explain that
7147         facespec is an expression to be evaluated.
7149 2005-04-19  Kevin Ryde  <user42@zip.com.au>
7151         * streams.texi (Output Functions): Fix xref.
7152         * strings.texi (String Conversion): Fix xref.
7154 2005-04-19  Kim F. Storm  <storm@cua.dk>
7156         * symbols.texi (Symbol Plists): Add safe-get.
7157         Mention that `get' may signal an error.
7159 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7161         * customize.texi (Variable Definitions): Replace tooltip-mode
7162         example with save-place.
7164 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7166         * buffers.texi (Indirect Buffers): Clarify.
7168         * positions.texi (Positions): Clarify converting marker to integer.
7170         * strings.texi (String Basics): Mention string-match; clarify.
7172 2005-04-08  Lute Kamstra  <lute@gnu.org>
7174         * modes.texi (Search-based Fontification): Fix cross references.
7175         Use consistent terminology.  Document anchored highlighting.
7177 2005-04-05  Lute Kamstra  <lute@gnu.org>
7179         * modes.texi (Defining Minor Modes): Document :group keyword
7180         argument and its default value.
7182 2005-04-03  Lute Kamstra  <lute@gnu.org>
7184         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
7185         references and/or descriptions.  Delete major mode hooks; mention
7186         them as a category instead.  Rename or delete obsolete hooks.
7188 2005-04-02  Richard M. Stallman  <rms@gnu.org>
7190         * nonascii.texi (Coding System Basics): Another wording cleanup.
7192 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7194         * nonascii.texi (Coding System Basics): Clarify previous change.
7196 2005-04-01  Kenichi Handa  <handa@m17n.org>
7198         * nonascii.texi (Coding System Basics): Describe about roundtrip
7199         identity of coding systems.
7201 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7203         * text.texi (Buffer Contents): Add filter-buffer-substring and
7204         buffer-substring-filters.
7206 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
7208         * anti.texi (Antinews): Mention `G' interactive code.
7210         * tips.texi (Compilation Tips): Mention benchmark.el.
7212 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7214         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7215         is now bound to M-o M-o.
7217         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7219 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7221         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7222         in the Emacs Manual).
7223         * Makefile.in (srcs): Remove calendar.texi.
7224         * makefile.w32-in (srcs): Remove calendar.texi.
7225         * display.texi (Display): Change name of next node.
7226         * os.texi (System In): Change name of previous node.
7227         * elisp.texi (Top): Remove Calendar references.
7228         * vol1.texi (Top): Remove Calendar references.
7229         * vol2.texi (Top): Remove Calendar references.
7231 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7233         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7234         Cleanup previous change.
7236 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7238         * display.texi (Face Attributes): Faces earlier in an :inherit
7239         list take precedence.
7240         (Scroll Bars): Fix description of vertical-scroll-bars.
7241         Document frame-current-scroll-bars and window-current-scroll-bars.
7243         * markers.texi (The Mark): Document temporary Transient Mark mode.
7245         * minibuf.texi (Reading File Names):
7246         Document read-file-name-completion-ignore-case.
7248         * positions.texi (Screen Lines): Document nil for width argument
7249         to compute-motion.
7251 2005-03-23  Kim F. Storm  <storm@cua.dk>
7253         * display.texi (Standard Faces): Other faces used in the fringe
7254         implicitly inherits from the fringe face.
7255         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7256         properties implicitly inherits from fringe face.
7257         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7259 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7261         * display.texi (Invisible Text): State default value of
7262         line-move-ignore-invisible.
7263         (Managing Overlays): Document remove-overlays.
7264         (Standard Faces): Document escape-glyph face.
7266         * minibuf.texi (Reading File Names): Document read-file-name-function.
7268         * modes.texi (Other Font Lock Variables):
7269         Document font-lock-lines-before.
7271         * positions.texi (Skipping Characters): skip-chars-forward allows
7272         character classes.
7274 2005-03-18  Lute Kamstra  <lute@gnu.org>
7276         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7278 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7280         * text.texi (Undo): Document extensible undo entries.
7282         * searching.texi (String Search, Regexp Search): Cleanups.
7284         * nonascii.texi (Character Codes): Minor fix.
7286         * display.texi (Display Property): Explain the significance
7287         of having text properties that are eq.
7288         (Other Display Specs): Explain string as display spec.
7290         * commands.texi (Interactive Codes): Document G option.
7292 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
7294         * text.texi (Filling): Add sentence-end-without-period and
7295         sentence-end-without-space.
7296         (Changing Properties): Minor fix.
7298         * anti.texi: Total rewrite.
7300 2005-03-15  Lute Kamstra  <lute@gnu.org>
7302         * edebug.texi (Instrumenting Macro Calls): Fix typos.
7304 2005-03-08  Kim F. Storm  <storm@cua.dk>
7306         * display.texi (Specified Space): Property :width is support on
7307         non-graphic terminals, :height is not.
7309 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7311         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7312         Now subnodes of Fringes.
7313         (Overlay Arrow): Document overlay-arrow-variable-list.
7314         (Fringe Size/Pos): New node, broken out of Fringes.
7315         (Display): Explain clearing vs redisplay better.
7316         (Truncation): Clarify use of bitmaps.
7317         (The Echo Area): Clarify the uses of the echo area.
7318         Add max-mini-window-height.
7319         (Progress): Clarify.
7320         (Invisible Text): Explain that main loop moves point out.
7321         (Selective Display): Say "hidden", not "invisible".
7322         (Managing Overlays): Move up.  Describe relation to Undo here.
7323         (Overlay Properties): Clarify intro.
7324         (Finding Overlays): Explain return values when nothing found.
7325         (Width): truncate-string-to-width has added arg.
7326         (Displaying Faces): Clarify and update mode line face handling.
7327         (Face Functions): Minor cleanup.
7328         (Conditional Display): Merge into Other Display Specs.
7329         (Pixel Specification, Other Display Specs): Minor cleanups.
7330         (Images, Image Descriptors): Minor cleanups.
7331         (GIF Images): Patents have expired.
7332         (Showing Images): Explain default text for insert-image.
7333         (Manipulating Button Types): Merge into Manipulating Buttons.
7334         (Making Buttons): Explain return values.
7335         (Button Buffer Commands): Add xref.
7336         (Inverse Video): Update mode-line-inverse-video.
7337         (Display Table Format): Clarify.
7338         (Active Display Table): Give defaults for window-display-table.
7340         * calendar.texi (Calendar Customizing): calendar-holiday-marker
7341         and calendar-today-marker are strings, not chars.
7342         (Holiday Customizing): Minor fix.
7344         * internals.texi (Writing Emacs Primitives): Update `or' example.
7345         Update limit on # args of subr.
7347         * edebug.texi (Using Edebug): Arrow is in fringe.
7348         (Instrumenting): Arg to eval-defun works without loading edebug.
7349         (Edebug Execution Modes): Add xref.
7351         * customize.texi (Common Keywords): Clarify :require.
7352         Mention :version here.
7353         (Variable Definitions, Group Definitions): Not here.
7354         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7356 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
7357         * nonascii.texi (Text Representations): Clarify position-bytes.
7358         (Character Sets): Add list-charset-chars.
7359         (Scanning Charsets): Add charset-after.
7360         (Encoding and I/O): Minor fix.
7362 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7364         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7365         (Resizing Windows): Likewise.
7367         * text.texi (Change Hooks): Get rid of "Emacs 21".
7369         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7371         * streams.texi (Output Variables): Get rid of "Emacs 21".
7373         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7375         * os.texi (Translating Input): Replace flow-control example
7376         with a less obsolete example that uses `keyboard-translate'.
7378         * objects.texi (Hash Table Type, Circular Objects):
7379         Get rid of "Emacs 21".
7381         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7382         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7384         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7386         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7388         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7389         (Menu Bar): Fix when menu-bar-update-hook is called.
7391         * hash.texi (Hash Tables): Get rid of "Emacs 21".
7393         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7394         and make it read better.
7396         * files.texi (Writing to Files): Get rid of "Emacs 21".
7397         (Unique File Names): Likewise.
7399         * elisp.texi: Update Emacs version to 22.
7401         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7402         (Overlay Properties, Face Attributes): Likewise.
7403         (Managing Overlays): Fix punctuation.
7404         (Attribute Functions): Clarify set-face-font; get rid of
7405         info about old Emacs versions.
7406         (Auto Faces, Font Lookup, Display Property, Images):
7407         Get rid of "Emacs 21".
7409         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7411 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7413         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7415 2005-03-04  Lute Kamstra  <lute@gnu.org>
7417         * debugging.texi (Error Debugging): Document stack-trace-on-error.
7419 2005-03-03  Lute Kamstra  <lute@gnu.org>
7421         * edebug.texi (Instrumenting Macro Calls): Fix typo.
7423 2005-03-01  Lute Kamstra  <lute@gnu.org>
7425         * debugging.texi (Debugger Commands): Update `j'.
7427 2005-02-28  Lute Kamstra  <lute@gnu.org>
7429         * debugging.texi (Debugging): Fix typo.
7430         (Error Debugging): Document eval-expression-debug-on-error.
7431         (Function Debugging): Update example.
7432         (Using Debugger): Mention starred stack frames.
7433         (Debugger Commands): Document `j' and `l'.
7434         (Invoking the Debugger): `d' and `j' exit recursive edit too.
7435         Update the messages that the debugger displays.
7436         (Internals of Debugger): Add cross reference.  Update example.
7437         (Excess Open): Minor improvement.
7438         (Excess Close): Minor improvement.
7440 2005-02-26  Richard M. Stallman  <rms@gnu.org>
7442         * tips.texi (Coding Conventions): Clarify.
7443         Put all the major mode key reservations together.
7444         Mention the Mouse-1 => Mouse-2 conventions.
7446         * syntax.texi (Syntax Class Table): Clarify.
7447         (Syntax Table Functions): syntax-after moved from here.
7448         (Syntax Table Internals): syntax-after moved to here.
7449         (Parsing Expressions): Update info on number of values
7450         and what's meaningful in the STATE argument.
7451         (Categories): Fix typo.
7453         * sequences.texi (Arrays): Cleanup.
7454         (Char-Tables): Clarify.
7456         * processes.texi (Deleting Processes): Cleanups, add xref.
7457         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
7458         (Process Information): set-process-coding-system, some args optional.
7459         (Input to Processes): Explain various types for PROCESS args.
7460         Rename them from PROCESS-NAME to PROCESS.
7461         (Signals to Processes): Likewise.
7462         (Decoding Output): Cleanup.
7463         (Query Before Exit): Clarify.
7465         * os.texi (Startup Summary): Correct the options; add missing ones.
7466         (Terminal Output, Batch Mode): Clarify.
7467         (Flow Control): Node deleted.
7469         * markers.texi (The Mark): Clarify.
7471         * macros.texi (Expansion): Cleanup.
7472         (Indenting Macros): indent-spec allows ints, not floats.
7474         * keymaps.texi (Keymaps): Clarify.
7475         (Format of Keymaps): Update lisp-mode-map example.
7476         (Active Keymaps, Key Lookup): Clarify.
7477         (Changing Key Bindings): Add xref to `kbd'.
7478         (Key Binding Commands, Simple Menu Items): Clarify.
7479         (Mouse Menus, Menu Bar): Clarify.
7480         (Menu Example): Replace print example with menu-bar-replace-menu.
7482         * help.texi (Documentation Basics): Add function-documentation prop.
7484         * elisp.texi (Top): Don't refer to Flow Control node.
7486         * commands.texi (Command Overview): Improve xrefs.
7487         (Adjusting Point): Adjusting point applies to intangible and invis.
7488         (Key Sequence Input): Doc extra read-key-sequence args.
7489         Likewise for read-key-sequence-vector.
7491         * backups.texi (Rename or Copy): Minor fix.
7492         (Numbered Backups): For version-control, say the default.
7493         (Auto-Saving): make-auto-save-file-name example is simplified.
7495         * advice.texi (Advising Functions): Don't imply one part of Emacs
7496         should advise another part.  Markup changes.
7497         (Defining Advice): Move transitional para.
7498         (Activation of Advice): Cleanup.
7499         Explain if COMPILE is nil or negative.
7501         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7503 2005-02-24  Lute Kamstra  <lute@gnu.org>
7505         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7506         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7508 2005-02-23  Lute Kamstra  <lute@gnu.org>
7510         * modes.texi (Defining Minor Modes): define-minor-mode can be used
7511         to define global minor modes as well.
7513         * display.texi (Managing Overlays): overlay-buffer returns nil for
7514         deleted overlays.
7516 2005-02-22  Kim F. Storm  <storm@cua.dk>
7518         * minibuf.texi (Basic Completion): Allow symbols in addition to
7519         strings in try-completion and all-completions.
7521 2005-02-14  Lute Kamstra  <lute@gnu.org>
7523         * elisp.texi (Top): Remove reference to deleted node.
7525         * lists.texi (Lists): Remove reference to deleted node.
7526         (Cons Cells): Fix typo.
7528         * loading.texi (Where Defined): Fix typo.
7530 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7532         * variables.texi (Creating Buffer-Local): change-major-mode-hook
7533         is useful for discarding some minor modes.
7535         * symbols.texi (Symbol Components): Reorder examples.
7537         * streams.texi (Input Functions): State standard-input default.
7538         (Output Variables): State standard-output default.
7540         * objects.texi (Printed Representation): Clarify read syntax vs print.
7541         (Floating Point Type): Explain meaning better.
7542         (Symbol Type): Explain uniqueness better.
7543         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
7544         List examples sooner.
7545         (Box Diagrams): New subnode broken out.
7546         Some examples moved from old Lists as Boxes node.
7547         (Dotted Pair Notation): Clarify intro.
7548         (Array Type): Clarify.
7549         (Type Predicates): Add hash-table-p.
7551         * numbers.texi (Integer Basics): Clarify radix explanation.
7552         (Predicates on Numbers): Minor clarification.
7553         (Comparison of Numbers): Minor clarification.  Clarify eql.
7554         Typos in min, max.
7555         (Math Functions): Clarify overflow in expt.
7557         * minibuf.texi (Text from Minibuffer): Minor clarification.
7558         Mention arrow keys.
7560         * loading.texi (Autoload): defun's doc string overrides autoload's
7561         doc string.
7562         (Repeated Loading): Modernize "add to list" examples.
7563         (Where Defined): Finish updating table of load-history elts.
7565         * lists.texi (List-related Predicates): Minor wording improvement.
7566         (Lists as Boxes): Node deleted.
7567         (Building Lists): Explain trivial cases of number-sequence.
7569         * hash.texi (Hash Tables): Add desc to menu items.
7570         (Creating Hash): Explain "full" means "make larger".
7571         (Hash Access): Any object can be a key.
7572         State value of maphash.
7574         * functions.texi (What Is a Function): Wording cleanup.
7575         (Function Documentation): Minor cleanup.
7576         Explain purpose of calling convention at end of doc string.
7577         (Function Names): Wording cleanup.
7578         (Calling Functions): Wording cleanup.
7579         Explain better how funcall calls the function.
7580         (Function Cells): Delete example of saving and redefining function.
7582         * control.texi (Combining Conditions): Wording cleanup.
7583         (Iteration): dolist and dotimes bind VAR locally.
7584         (Cleanups): Xref to Atomic Changes.
7586         * compile.texi (Byte Compilation): Delete 19.29 info.
7587         (Compilation Functions): Macros' difficulties don't affect defsubst.
7588         (Docs and Compilation): Delete 19.29 info.
7590 2005-02-10  Richard M. Stallman  <rms@gnu.org>
7592         * objects.texi (Symbol Type): Minor correction.
7594 2005-02-06  Lute Kamstra  <lute@gnu.org>
7596         * modes.texi (Example Major Modes): Fix typos.
7598 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7600         * text.texi (Margins): fill-nobreak-predicate can be one function.
7602         * strings.texi (Modifying Strings): clear-string can make unibyte.
7603         (Formatting Strings): format gives error if values missing.
7605         * positions.texi (Character Motion): Mention default arg
7606         for forward-char.  backward-char refers to forward-char.
7607         (Word Motion): Mention default arg for forward-word.
7608         (Buffer End Motion): Mention default arg for beginning-of-buffer.
7609         Simplify end-of-buffer.
7610         (Text Lines): Mention default arg for forward-line.
7611         (List Motion): Mention default arg for beginning/end-of-defun.
7612         (Skipping Characters): Minor fixes in explaining character-set.
7614         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7615         Mode inheritance applies only when default-major-mode is nil.
7616         Clarifications.
7617         (Example Major Modes): Update Text mode and Lisp mode examples.
7618         (Minor Mode Conventions): Mention define-minor-mode at top.
7619         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7620         (Mode Line Format): Update mode line face display info.
7621         (Properties in Mode): Mention effect of risky vars.
7622         (Imenu): Define imenu-add-to-menubar.
7623         (Font Lock Mode): Add descriptions to menu lines.
7624         (Faces for Font Lock): Add font-lock-doc-face.
7626 2005-02-05  Lute Kamstra  <lute@gnu.org>
7628         * text.texi (Maintaining Undo): Remove obsolete function.
7630 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
7632         * frames.texi (Color Names): Add pointer to the X docs about RGB
7633         color specifications.  Improve indexing.
7634         (Text Terminal Colors): Replace the description of RGB values by
7635         an xref to "Color Names".
7637 2005-02-03  Richard M. Stallman  <rms@gnu.org>
7639         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7640         Clarify.
7641         (Selecting Windows): Clarify save-selected-window.
7642         (Cyclic Window Ordering): Clarify walk-windows.
7643         (Window Point): Clarify.
7644         (Window Start): Add comment to example.
7645         (Resizing Windows): Add `interactive' specs in examples.
7646         Document fit-window-to-buffer.
7648         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7649         (Undo, Maintaining Undo): Clarify last change.
7650         (Sorting): In sort-numeric-fields, explain about octal and hex.
7651         Mention sort-numeric-base.
7652         (Format Properties): Add xref for hard newlines.
7654         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7655         (Pop-Up Menus): Fix typo.
7656         (Color Names): Explain all types of color names.
7657         Explain color-values on B&W terminal.
7658         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
7660         * files.texi (File Locks): Not supported on MS systems.
7661         (Testing Accessibility): Clarify.
7663         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7664         (Coverage Testing): Fix typo.
7666         * commands.texi (Misc Events): Remove stray space.
7668         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7669         (Modification Time): Clarify when visited-file-modtime returns 0.
7670         (The Buffer List): Clarify bury-buffer.
7671         (Killing Buffers): Clarify.
7672         (Indirect Buffers): Add clone-indirect-buffer.
7674 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
7676         * edebug.texi (Printing in Edebug): Fix default value of
7677         edebug-print-circle.
7678         (Coverage Testing): Fix displayed frequency count data.
7680 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
7682         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7684 2005-02-02  Kim F. Storm  <storm@cua.dk>
7686         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7688 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
7690         * commands.texi (Misc Events): Describe the help-echo event.
7692         * text.texi (Special Properties) <help-echo>: Use `pos'
7693         consistently in description of the help-echo property.
7694         Use @code{nil} instead of @var{nil}.
7696         * display.texi (Overlay Properties): Fix the index entry for
7697         help-echo overlay property.
7699         * customize.texi (Type Keywords): Uncomment the xref to the
7700         help-echo property documentation.
7702 2005-01-23  Kim F. Storm  <storm@cua.dk>
7704         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7705         return value.  Third element FULLY replaced by PARTIAL which
7706         specifies number of invisible pixels if row is only partially visible.
7707         (Textual Scrolling): Mention auto-window-vscroll.
7708         (Vertical Scrolling): New defvar auto-window-vscroll.
7710 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7712         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7713         command remapping.
7715 2005-01-15  Richard M. Stallman  <rms@gnu.org>
7717         * display.texi (Defining Images): Mention DATA-P arg of create-image.
7719 2005-01-14  Kim F. Storm  <storm@cua.dk>
7721         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7723         * text.texi (Links and Mouse-1): Fix string and vector item.
7725 2005-01-13  Richard M. Stallman  <rms@gnu.org>
7727         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7728         descriptions of overriding-local-map and overriding-terminal-local-map.
7730         * text.texi (Links and Mouse-1): Clarify text.
7732 2005-01-13  Kim F. Storm  <storm@cua.dk>
7734         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7736 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
7738         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7740 2005-01-12  Kim F. Storm  <storm@cua.dk>
7742         * text.texi (Links and Mouse-1): Rename section from Enabling
7743         Mouse-1 to Following Links.  Change xrefs.
7744         Add examples for define-button-type and define-widget.
7746         * display.texi (Button Properties, Button Buffer Commands):
7747         Clarify mouse-1 and follow-link functionality.
7749 2005-01-12  Richard M. Stallman  <rms@gnu.org>
7751         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7753         * display.texi (Beeping): Fix Texinfo usage.
7755         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7757 2005-01-11  Kim F. Storm  <storm@cua.dk>
7759         * display.texi (Button Properties, Button Buffer Commands):
7760         Mention mouse-1 binding.  Add follow-link keyword.
7762         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7763         (Enabling Mouse-1 to Follow Links): New subsection.
7765 2005-01-06  Richard M. Stallman  <rms@gnu.org>
7767         * text.texi (Special Properties): Minor change.
7769         * os.texi (Timers): Clarify previous change.
7771         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7773 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
7775         * display.texi (Face Attributes): Correct xref to renamed node.
7777 2005-01-01  Richard M. Stallman  <rms@gnu.org>
7779         * display.texi (Face Attributes): Describe hex color specs.
7781 2004-12-31  Richard M. Stallman  <rms@gnu.org>
7783         * os.texi (Timers): Update previous change.
7785 2004-12-30  Kim F. Storm  <storm@cua.dk>
7787         * display.texi (Line Height): Total line-height is now specified
7788         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
7789         in cons cells.  (nil . RATIO) is relative to actual line height.
7790         Use line-height `t' instead of `0' to get minimum height.
7792 2004-12-29  Richard M. Stallman  <rms@gnu.org>
7794         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7796 2004-12-28  Richard M. Stallman  <rms@gnu.org>
7798         * commands.texi (Quitting): Clarify value of with-local-quit.
7800         * elisp.texi (Top): Fix previous change.
7802         * loading.texi (Loading): Fix previous change.
7804 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7806         * Makefile.in (MAKEINFO): Specify --force.
7808         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7810         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7812         * display.texi (Line Height): Further clarify.
7814         * elisp.texi (Top): Update Loading submenu.
7816         * loading.texi (Where Defined): New node.
7817         (Unloading): load-history moved to Where Defined.
7819 2004-12-21  Richard M. Stallman  <rms@gnu.org>
7821         * commands.texi (Event Input Misc): Add while-no-input.
7823 2004-12-11  Richard M. Stallman  <rms@gnu.org>
7825         * display.texi (Line Height): Rewrite text for clarity.
7827 2004-12-11  Kim F. Storm  <storm@cua.dk>
7829         * display.texi (Display): Add node "Line Height" to menu.
7830         (Line Height): New node.  Move full description of line-spacing
7831         and line-height text properties here from text.texi.
7832         (Scroll Bars): Add vertical-scroll-bar variable.
7834         * frames.texi (Window Frame Parameters): Remove line-height defvar.
7836         * locals.texi (Standard Buffer-Local Variables): Fix xref for
7837         line-spacing and vertical-scroll-bar.
7839         * text.texi (Special Properties): Just mention line-spacing and
7840         line-height here, add xref to new "Line Height" node.
7842 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
7844         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7846         * locals.texi (Standard Buffer-Local Variables):
7847         Add @xref for `line-spacing'.
7849 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7851         * Makefile.in (maintainer-clean): Remove the info files
7852         in $(infodir) where they are created.
7854 2004-12-03  Richard M. Stallman  <rms@gnu.org>
7856         * windows.texi (Selecting Windows): get-lru-window and
7857         get-largest-window don't consider dedicated windows.
7859         * text.texi (Undo): Document undo-in-progress.
7861 2004-11-26  Richard M. Stallman  <rms@gnu.org>
7863         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7864         Remove a few vars that are not always buffer-local.
7866 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
7868         * locals.texi (Standard Buffer-Local Variables): Comment out
7869         xref's to non-existent node `Yet to be written'.
7871 2004-11-24  Richard M. Stallman  <rms@gnu.org>
7873         * processes.texi (Synchronous Processes): Grammar fix.
7875         * numbers.texi (Comparison of Numbers): Add eql.
7877         * locals.texi (Standard Buffer-Local Variables): Add many vars.
7879         * intro.texi (Printing Notation): Fix previous change.
7881         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7882         and default-indicate-buffer-boundaries from here.
7883         (Usual Display): To here.
7884         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7885         (Usual Display): Move tab-width up.
7887         * customize.texi (Variable Definitions):
7888         Replace show-paren-mode example with tooltip-mode.
7889         (Simple Types, Composite Types, Defining New Types):
7890         Minor cleanups.
7892 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
7894         * processes.texi (Synchronous Processes, Output from Processes):
7895         Markup fix.
7897 2004-11-20  Richard M. Stallman  <rms@gnu.org>
7899         * positions.texi (Skipping Characters): skip-chars-forward
7900         now handles char classes.
7902         * intro.texi (Printing Notation): Avoid confusion of `print'
7903         when explaining @print.
7905         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7907         * display.texi (Display Table Format): Minor fix.
7909         * streams.texi (Output Functions): Fix print example.
7911         * Makefile.in (elisp): New target.
7912         (dist): Depend on $(infodir)/elisp, not elisp.
7913         Copy the info files from $(infodir).
7915         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7916         read-from-minibuffer.
7918         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7920 2004-11-19  Richard M. Stallman  <rms@gnu.org>
7922         * searching.texi (Regexp Search): Add search-whitespace-regexp.
7924 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
7926         * tips.texi (Coding Conventions): Fix typo.
7928 2004-11-16  Richard M. Stallman  <rms@gnu.org>
7930         * tips.texi (Coding Conventions): Separate defvar and require
7931         methods to avoid warnings.  Use require only when there are many
7932         functions and variables from that package.
7934         * minibuf.texi (Minibuffer Completion): When ignoring case,
7935         predicate must not be case-sensitive.
7937         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7938         (Test Coverage): Don't talk about "splotches".  Clarified.
7940 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
7942         * frames.texi (Window Frame Parameters): Fix typo.
7944 2004-11-15  Kim F. Storm  <storm@cua.dk>
7946         * symbols.texi (Other Plists): Note that plist-get may signal error.
7947         Add safe-plist-get.
7949 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
7951         * modes.texi (Font Lock Basics): Fix typo.
7953 2004-11-08  Richard M. Stallman  <rms@gnu.org>
7955         * syntax.texi (Syntax Table Functions): Add syntax-after.
7957 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
7959         * os.texi (Processor Run Time): New section documenting
7960         get-internal-run-time.
7962 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
7964         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7965         it nukes elisp-cover.texi.
7966         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7967         elisp-0 etc.
7969 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7971         * commands.texi (Keyboard Macros): Document `append' return value
7972         of `defining-kbd-macro'.
7974 2004-11-01  Richard M. Stallman  <rms@gnu.org>
7976         * commands.texi (Interactive Call): Add called-interactively-p.
7978 2004-10-29  Simon Josefsson  <jas@extundo.com>
7980         * minibuf.texi (Reading a Password): Revert.
7982 2004-10-28  Richard M. Stallman  <rms@gnu.org>
7984         * frames.texi (Display Feature Testing): Explain about "vendor".
7986 2004-10-27  Richard M. Stallman  <rms@gnu.org>
7988         * commands.texi (Interactive Codes): `N' uses numeric prefix,
7989         not raw.  Clarify `n'.
7990         (Interactive Call): Rewrite interactive-p, focusing on when
7991         and how to use it.
7992         (Misc Events): Clarify previous change.
7994         * advice.texi (Simple Advice): Clarify what job the example does.
7995         (Around-Advice): Clarify ad-do-it.
7996         (Activation of Advice): An option of ad-default-compilation-action
7997         is `never', not `nil'.
7999 2004-10-26  Kim F. Storm  <storm@cua.dk>
8001         * commands.texi (Interactive Codes): Add U code letter.
8003 2004-10-25  Simon Josefsson  <jas@extundo.com>
8005         * minibuf.texi (Reading a Password): Add.
8007 2004-10-24  Jason Rumney  <jasonr@gnu.org>
8009         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
8010         and wheel-down.
8012 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
8014         * processes.texi (Synchronous Processes): Document process-file.
8016 2004-10-22  Kenichi Handa  <handa@m17n.org>
8018         * text.texi (translate-region): Document that it accepts also a
8019         char-table.
8021 2004-10-22  David Ponce  <david@dponce.com>
8023         * windows.texi (Resizing Windows): Document the `preserve-before'
8024         argument of the functions `enlarge-window' and `shrink-window'.
8026 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8028         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8030 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8032         * text.texi (Filling): Add anchor for definition of
8033         `sentence-end-double-space'.
8035         * searching.texi (Regexp Example): Update description of how
8036         Emacs currently recognizes the end of a sentence.
8037         (Standard Regexps): Update definition of the variable
8038         `sentence-end'.  Add definition of the function `sentence-end'.
8040 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
8042         * display.texi (Progress): New node.
8044 2004-10-05  Kim F. Storm  <storm@cua.dk>
8046         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8048 2004-09-29  Kim F. Storm  <storm@cua.dk>
8050         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8051         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
8052         fringe bitmap symbols, as they now have their own namespace.
8053         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8054         vs. pixels.  Signal error if no free bitmap slots.
8055         (Pixel Specification): Change IMAGE to @var{image}.
8057 2004-09-28  Richard M. Stallman  <rms@gnu.org>
8059         * text.texi (Special Properties): Clarify line-spacing and line-height.
8061         * searching.texi (Regexp Search): Add looking-back.
8063 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
8065         * display.texi: Correct typos.
8066         (Image Descriptors): Correct xref's.
8068 2004-09-25  Richard M. Stallman  <rms@gnu.org>
8070         * text.texi (Special Properties): Cleanups in `cursor'.
8071         Rewrites in `line-height' and `line-spacing'; exchange them.
8073         * display.texi (Fringes): Rewrite previous change.
8074         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
8075         (Display Fringe Bitmaps): Node deleted, text moved.
8076         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
8077         (Scroll Bars): Clarify set-window-scroll-bars.
8078         (Pointer Shape): Rewrite.
8079         (Specified Space): Clarify :align-to, etc.
8080         (Pixel Specification): Use @var.  Clarify new text.
8081         (Other Display Specs): Clarify `slice'.
8082         (Image Descriptors): Cleanups.
8083         (Showing Images): Cleanups.
8085 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
8087         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8089         * modes.texi: Various minor changes in addition to:
8090         (Major Mode Conventions): Final call to `run-mode-hooks' should
8091         not be inside the `delay-mode-hooks' form.
8092         (Mode Hooks): New node.
8093         (Hooks): Delete obsolete example.
8094         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8095         node "Mode Hooks".
8097 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8099         * display.texi: Correct various typos.
8100         (Display): Rename node "Pointer Shapes" to "Pointer
8101         Shape".  (There is already a node called "Pointer Shapes" in
8102         frames.texi.)
8103         (Images): Remove non-existent node "Image Slices" from menu.
8105 2004-09-23  Kim F. Storm  <storm@cua.dk>
8107         * text.texi (Special Properties): Add `cursor', `pointer',
8108         `line-height', and `line-spacing' properties.
8110         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8111         Shapes' to menu.
8112         (Standard Faces): Doc fix for fringe face.
8113         (Fringes): Add `overflow-newline-into-fringe' and
8114         'indicate-buffer-boundaries'.
8115         (Fringe Bitmaps, Pointer Shapes): New nodes.
8116         (Display Property): Add 'Pixel Specification' and 'Display Fringe
8117         Bitmaps' to menu.
8118         (Specified Space): Describe pixel width and height.
8119         (Pixel Specification): New node.
8120         (Other Display Specs): Add `slice' property.
8121         (Display Fringe Bitmaps): New node.
8122         (Images): Add 'Image Slices' to menu.
8123         (Image Descriptors): Add `:pointer' and `:map' properties.
8124         (Showing Images): Add slice arg to `insert-image'.
8125         Add 'insert-sliced-image'.
8127 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8129         * commands.texi (Key Sequence Input):
8130         Clarify downcasing in read-key-sequence.
8132 2004-09-08  Juri Linkov  <juri@jurta.org>
8134         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8136 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
8138         * locals.texi (Standard Buffer-Local Variables):
8139         Add `buffer-auto-save-file-format'.
8140         * internals.texi (Buffer Internals): Describe new
8141         auto_save_file_format field of the buffer structure.
8142         * files.texi (Format Conversion): `auto-save-file-format' has been
8143         renamed `buffer-auto-save-file-format'.
8145 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8147         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8148         an integer or a marker.
8149         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8151 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8153         * modes.texi (Major Mode Conventions): Discuss rebinding of
8154         standard key bindings.
8156 2004-08-18  Kim F. Storm  <storm@cua.dk>
8158         * processes.texi (Accepting Output): Add `just-this-one' arg to
8159         `accept-process-output'.
8160         (Output from Processes): New var `process-adaptive-read-buffering'.
8162 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8164         * keymaps.texi: Various changes in addition to:
8165         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8166         Give more varied examples for `kbd'.
8167         (Creating Keymaps): Char tables have slots for all characters
8168         without modifiers.
8169         (Active Keymaps): `overriding-local-map' and
8170         `overriding-terminal-local-map' also override text property and
8171         overlay keymaps.
8172         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8173         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8174         to denote a prefix of no events.
8175         `map-keymap' includes parent's bindings _recursively_.
8176         Clarify and correct description of `where-is-internal'.
8177         Mention BUFFER-OR-NAME arg to `describe-bindings'.
8178         (Menu Example): For menus intended for use with the keyboard, the
8179         menu items should be bound to characters or real function keys.
8181 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8183         * objects.texi (Character Type): Reposition `@anchor' to prevent
8184         double space inside sentence in Info.
8186         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8187         renamed to `disabled-command-function'.
8188         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8189         (Command Loop Info): Replace reference to it.
8190         (Disabling Commands): `disabled-command-hook' has been renamed to
8191         `disabled-command-function'.
8193 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8195         * os.texi (Translating Input): Only non-prefix bindings in
8196         `key-translation-map' override actual key bindings.  Warn about
8197         possible indirect effect of actual key bindings on non-prefix
8198         bindings in `key-translation-map'.
8200 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8202         * minibuf.texi (High-Level Completion): Add anchor for definition
8203         of `read-variable'.
8205         * commands.texi: Various changes in addition to:
8206         (Using Interactive): Clarify description of `interactive-form'.
8207         (Interactive Call): Mention default for KEYS argument to
8208         `call-interactively'.
8209         (Command Loop Info): Clarify description of `this-command-keys'.
8210         Mention KEEP-RECORD argument to `clear-this-command-keys'.
8211         Value of `last-event-frame' can be `macro'.
8212         (Repeat Events): `double-click-fuzz' is also used to distinguish
8213         clicks and drags.
8214         (Classifying Events): Clarify descriptions of `event-modifiers'
8215         `event-basic-type' and `event-convert-list'.
8216         (Accessing Events): `posn-timestamp' takes POSITION argument.
8217         (Quoted Character Input): Clarify description of
8218         `read-quoted-char' and fix example.
8219         (Quitting): Add `with-local-quit'.
8220         (Disabling Commands): Correct and clarify descriptions of
8221         `enable-command' and `disable-command'.
8222         Mention what happens if `disabled-command-hook' is nil.
8223         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8224         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8226 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8228         * frames.texi: Various changes in addition to:
8229         (Creating Frames): Expand and clarify description of `make-frame'.
8230         (Window Frame Parameters): Either none or both of the `icon-left'
8231         and `icon-top' parameters must be specified.  Put descriptions of
8232         `menu-bar-lines' and `toolbar-lines' closer together and change
8233         them accordingly.
8234         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8235         except while processing `frame-title-format' or `icon-title-format'.
8236         (Deleting Frames): Correct description of `delete-frame'.
8237         Non-nil return values of `frame-live-p' are like those of `framep'.
8238         (Frames and Windows): Mention return value of
8239         `set-frame-selected-window'.
8240         (Visibility of Frames): Mention `force' argument to
8241         `make-frame-invisible'.  `frame-visible-p' returns t for all
8242         frames on text-only terminals.
8243         (Frame Configurations): Restoring a frame configuration does not
8244         restore deleted frames.
8245         (Window System Selections): `x-set-selection' returns DATA.
8246         (Resources): Add example.
8247         (Display Feature Testing): Clarify descriptions of
8248         `display-pixel-height', `display-pixel-width', `x-server-version'
8249         and `x-server-vendor'.
8251         * windows.texi (Choosing Window): Add anchor.
8252         * minibuf.texi (Minibuffer Misc): Add anchor.
8254 2004-07-23  John Paul Wallington  <jpw@gnu.org>
8256         * macros.texi (Defining Macros): Declaration keyword for setting
8257         Edebug spec is `debug' not `edebug'.
8259 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8261         * windows.texi: Various small changes in addition to:
8262         (Window Point): Mention return value of `set-window-point'.
8263         (Window Start): `pos-visible-in-window-p' disregards horizontal
8264         scrolling.  Explain return value if PARTIALLY is non-nil.
8265         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8266         and `set-window-vscroll'.
8267         (Size of Window): The argument WINDOW to `window-inside-edges',
8268         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8269         (Resizing Windows): Explain return value of
8270         `shrink-window-if-larger-than-buffer'.
8271         `window-size-fixed' automatically becomes buffer local when set.
8272         (Window Configurations): Explain return value of
8273         `set-window-configuration'.
8275         * minibuf.texi (Minibuffer Misc): Add anchor for
8276         `minibuffer-scroll-window'.
8278         * positions.texi (Text Lines): Add anchor for `count-lines'.
8280 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8282         * display.texi (Overlay Properties): Adding `evaporate' prop
8283         deletes empty overlay immediately.
8285         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8286         fix example.
8288 2004-07-16  Jim Blandy  <jimb@redhat.com>
8290         * searching.texi (Regexp Backslash): Document new \_< and \_>
8291         operators.
8293 2004-07-16  Juanma Barranquero  <lektu@terra.es>
8295         * display.texi (Images): Fix Texinfo usage.
8297 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8299         * buffers.texi (Modification Time): `visited-file-modtime' now
8300         returns a list of two integers, instead of a cons.
8302 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8304         * windows.texi: Various changes in addition to:
8305         (Splitting Windows): Add `split-window-keep-point'.
8307 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8309         * frames.texi (Input Focus): Minor fix.
8311 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
8313         * frames.texi (Input Focus): Clarify descriptions of
8314         `select-frame-set-input-focus' and `select-frame'.
8316 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8318         * os.texi: Various small changes in addition to:
8319         (Killing Emacs): Expand and clarify description of
8320         `kill-emacs-query-functions' and `kill-emacs-hook'.
8321         (System Environment): Expand and clarify description of `getenv'
8322         and `setenv'.
8323         (Timers): Clarify description of `run-at-time'.
8324         (Translating Input): Correct description of
8325         `extra-keyboard-modifiers'.
8326         (Flow Control): Correct description of `enable-flow-control'.
8328 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
8330         * os.texi: Update copyright.
8331         (Session Management): Grammar fix.
8332         Clarify which Emacs does the restarting.
8333         Use @samp for *scratch* buffer.
8335 2004-07-04  Alan Mackenzie  <acm@muc.de>
8337         * frames.texi (Input Focus): Add documentation for
8338         `select-frame-set-input-focus'.  Replace refs to non-existent
8339         `switch-frame' with `select-frame'.  Minor corrections and tidying
8340         up of text-only terminal stuff.
8342 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8344         * files.texi (Saving Buffers): Cleanup write-contents-function.
8345         (Magic File Names): Cleanup file-remote-p.
8347 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
8349         * files.texi (Magic File Names): `file-remote-p' returns an
8350         identifier of the remote system, not just t.
8352 2004-07-02  David Kastrup  <dak@gnu.org>
8354         * searching.texi (Entire Match Data): Add explanation about new
8355         match-data behavior when @var{integers} is non-nil.
8357 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8359         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8361         * customize.texi (Variable Definitions): Note about doc strings
8362         and :set.
8364         * keymaps.texi (Keymap Terminology): Document `kbd'.
8365         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8367         * display.texi (Invisible Text): Setting buffer-invisibility-spec
8368         makes it buffer-local.
8370         * files.texi (Saving Buffers): Correct previous change.
8372         * commands.texi (Accessing Events):
8373         Clarify posn-col-row and posn-actual-col-row.
8375 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
8377         * commands.texi (Accessing Events): New functions
8378         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
8380 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8382         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8383         * frames.texi, buffers.texi, backups.texi, variables.texi:
8384         * loading.texi, eval.texi, functions.texi, control.texi:
8385         * symbols.texi, minibuf.texi: Reposition @anchor's.
8387         * help.texi: Various small changes in addition to the following.
8388         (Describing Characters): Describe PREFIX argument to
8389         `key-description'.  Correct and clarify definition of
8390         `text-char-description'.  Describe NEED-VECTOR argument to
8391         `read-kbd-macro'.
8392         (Help Functions): Clarify definition of `apropos'.
8394 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8396         * files.texi (Saving Buffers): Correct description of
8397         `write-contents-functions'.
8399 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8401         * display.texi (Images): Remove redundant @vindex directives.
8402         Rewrite `image-library-alist' doc in active voice.
8404 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8406         * display.texi (Images): Document new delayed library loading,
8407         variable `image-library-alist' and (existing but undocumented)
8408         function `image-type-available-p'.
8410 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8412         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8413         refer the user to the Initial Input node.
8414         (Text from Minibuffer): Likewise.
8415         (Initial Input): New node.  Document this feature
8416         and say it is mostly deprecated.
8418 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8420         * loading.texi (Named Features): Clarify return value
8421         and meaning of NOERROR.
8423         * variables.texi (File Local Variables): Minor cleanup.
8425 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8427         * files.texi (Magic File Names): Add `file-remote-p' as operation
8428         of file name handlers.
8430 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8432         * modes.texi (Minor Mode Conventions): (-) has no special meaning
8433         as arg to a minor mode command.
8435 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8437         * syntax.texi (Syntax Class Table): Word syntax not just for English.
8439         * streams.texi (Output Variables): Doc float-output-format.
8441         * searching.texi (Regexp Special): Nested repetition can be infloop.
8443         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8444         real stack overflow.
8446         * compile.texi: Minor cleanups.
8448 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
8450         * lists.texi (Cons Cells): Explain dotted lists, true lists,
8451         circular lists.
8452         (List Elements): Explain handling of circular and dotted lists.
8454 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
8456         * modes.texi (Search-based Fontification): Fix typo.
8458 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8460         * modes.texi (Mode Line Variables): Fix description of
8461         global-mode-string, which is now after which-func-mode, not the
8462         buffer name.
8464 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8466         * modes.texi (Desktop Save Mode): Add.
8467         (Modes): Add menu entry Desktop Save Mode.
8469         * hooks.texi: Add desktop-after-read-hook,
8470         desktop-no-desktop-file-hook and desktop-save-hook.
8472         * locals.texi: Add desktop-save-buffer.
8474 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
8476         * display.texi: emacs -> Emacs.
8478 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8480         * files.texi (Changing Files): Document set-file-times.
8482 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8484         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8486 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
8488         * tips.texi (Coding Conventions): defopt -> defcustom.
8490 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
8492         * sequences.texi: Various clarifications.
8494 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
8496         * buffers.texi (Read Only Buffers): Mention optional ARG to
8497         `toggle-read-only'.
8499 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
8501         * windows.texi (Selecting Windows): Note that get-lru-window
8502         returns a full-width window if possible.
8504 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8506         * buffers.texi: Various changes in addition to:
8507         (Buffer File Name): Add `find-buffer-visiting'.
8508         (Buffer Modification): Mention optional ARG to `not-modified'.
8509         (Indirect Buffers): Mention optional CLONE argument to
8510         `make-indirect-buffer'.
8512         * files.texi: Various changes in addition to:
8513         (Visiting Functions): `find-file-hook' is now a normal hook.
8514         (File Name Expansion): Explain difference between the way that
8515         `expand-file-name' and `file-truename' treat `..'.
8516         (Contents of Directories): Mention optional ID-FORMAT argument to
8517         `directory-files-and-attributes'.
8518         (Format Conversion): Mention new optional CONFIRM argument to
8519         `format-write-file'.
8521 2004-04-12  Miles Bader  <miles@gnu.org>
8523         * macros.texi (Expansion): Add description of `macroexpand-all'.
8525 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8527         * variables.texi (Variable Aliases):
8528         Mention cyclic-variable-indirection.
8530         * errors.texi (Standard Errors): Ditto.
8532 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8534         * backups.texi: Various small changes in addition to:
8535         (Making Backups): Mention return value of `backup-buffer'.
8536         (Auto-Saving): Mention optional FORCE argument to
8537         `delete-auto-save-file-if-necessary'.
8538         (Reverting): Mention optional PRESERVE-MODES argument to
8539         `revert-buffer'.  Correct description of `revert-buffer-function'.
8541 2004-03-22  Juri Linkov  <juri@jurta.org>
8543         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8544         with `Vector Functions'.
8546         * text.texi (Sorting): Add missing quote.
8548 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
8550         * intro.texi (Lisp History): Replace xref to `cl' manual with
8551         inforef.
8553 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8555         * intro.texi (Version Info): Add arg to emacs-version.
8556         (Lisp History): Change xref to CL manual.
8558 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
8560         * minibuf.texi (Completion Commands): Add xref to Emacs manual
8561         for Partial Completion mode.
8563 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
8565         * customize.texi: Fix typo.  Remove eol whitespace.
8567 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8569         * processes.texi: Fix typos.
8571         * lists.texi (Building Lists): Minor clarification.
8573         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8574         in make-hash-table.
8576 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8578         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8579         rm, and ignore exit code.
8581 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
8583         * display.texi (Defining Faces): Add description for min-colors.
8584         Update example.
8586 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
8588         * abbrevs.texi: Various corrections and clarifications in addition
8589         to the following:
8590         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8592 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8594         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8596 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
8598         * text.texi: Various small changes in addition to the following:
8599         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8600         to delete-horizontal-space.
8601         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8602         description of yank-handler text property at various places.
8604         * frames.texi (Window System Selections): Add anchor.
8606         * syntax.texi (Syntax Table Functions): Clarify and correct
8607         descriptions of make-syntax-table and copy-syntax-table.
8608         (Motion and Syntax): Clarify SYNTAXES argument to
8609         skip-syntax-forward.
8610         (Parsing Expressions): Mention that the return value of
8611         parse-partial-sexp is currently a list of ten rather than nine
8612         elements.
8613         (Categories): Various corrections and clarifications.
8615 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
8617         * markers.texi (Marker Insertion Types): Minor change.
8619         * locals.texi (Standard Buffer-Local Variables):
8620         * commands.texi (Interactive Codes, Using Interactive):
8621         * functions.texi (Related Topics): Fix xrefs.
8623 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8625         * lists.texi (Sets And Lists): Update description of delete-dups.
8627 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8629         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8631 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
8633         * frames.texi (Parameter Access): frame-parameters arg is optional.
8634         modify-frame-parameters handles nil for FRAME.
8635         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8636         are all-or-nothing for certain toolkits.
8637         Mention parameter wait-for-wm.
8638         (Frames and Windows): In frame-first-window and frame-selected-window
8639         the arg is optional.
8640         (Input Focus): In redirect-frame-focus the second arg is optional.
8641         (Window System Selections): Mention selection type CLIPBOARD.
8642         Mention data-type UTF8_STRING.
8643         Mention numbering of cut buffers.
8644         (Resources): Describe x-resource-name.
8646 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8648         * windows.texi (Buffers and Windows): Delete false table
8649         about all-frames.
8651         * syntax.texi (Parsing Expressions): Delete old caveat
8652         about parse-sexp-ignore-comments.
8654         * streams.texi (Output Variables): Add print-quoted.
8656         * lists.texi (Building Lists): Minor cleanup.
8658         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8660         * display.texi (Overlays): Explain overlays use markers.
8661         (Managing Overlays): Explain front-advance and rear-advance
8662         in more detail.
8664         * loading.texi (Unloading): Document unload-feature-special-hooks.
8665         Get rid of fns-NNN.el file.
8667 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8669         * help.texi (Describing Characters): Fix text-char-description
8670         example output.
8672         * edebug.texi (Using Edebug): Fix example.
8674         * debugging.texi (Internals of Debugger): Fix return value.
8676         * files.texi (Changing Files): Fix argname.
8678         * calendar.texi: Fix parens, and default values.
8680         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8681         * nonascii.texi, objects.texi, os.texi: Minor fixes.
8682         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
8684         * positions.texi (Text Lines): Don't add -1 in current-line.
8686 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8688         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8690 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8692         * processes.texi (Low-Level Network): Fix a typo.
8694 2004-02-12  Kim F. Storm  <storm@cua.dk>
8696         * display.texi (Fringes): Use consistent wording.
8697         Note that window-fringe's window arg is optional.
8698         (Scroll Bars): Use consistent wording.
8700 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
8702         * tips.texi (Comment Tips): Document the new conventions for
8703         commenting out code.
8705 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
8707         * positions.texi (Text Lines): Add missing end defun.
8709 2004-02-07  Kim F. Storm  <storm@cua.dk>
8711         * positions.texi (Text Lines): Add line-number-at-pos.
8713 2004-02-06  John Paul Wallington  <jpw@gnu.org>
8715         * display.texi (Button Properties, Button Buffer Commands):
8716         mouse-2 invokes button, not down-mouse-1.
8718 2004-02-04  Jason Rumney  <jasonr@gnu.org>
8720         * makefile.w32-in: Sync with Makefile.in changes.
8722 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
8724         * minibuf.texi (Text from Minibuffer): Various corrections and
8725         clarifications.
8726         (Object from Minibuffer): Correct Lisp description of
8727         read-minibuffer.
8728         (Minibuffer History): Clarify description of cons values for
8729         HISTORY arguments.
8730         (Basic Completion): Various corrections and clarifications.
8731         Add completion-regexp-list.
8732         (Minibuffer Completion): Correct and clarify description of
8733         completing-read.
8734         (Completion Commands): Mention Partial Completion mode.
8735         Various other minor changes.
8736         (High-Level Completion): Various corrections and clarifications.
8737         (Reading File Names): Ditto.
8738         (Minibuffer Misc): Ditto.
8740 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
8742         * strings.texi (Text Comparison): assoc-string also matches
8743         elements of alists that are strings instead of conses.
8744         (Formatting Strings): Standardize Texinfo usage.  Update index
8745         entries.
8747 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
8749         * lists.texi (Sets And Lists): Add delete-dups.
8751 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
8753         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8754         special form.
8755         * macros.texi (Defining Macros): Update description of `declare',
8756         which now is a macro.
8757         (Wrong Time): Fix typos.
8759 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
8761         * compile.texi (Compilation Functions): Expand descriptions of
8762         `compile-defun', `byte-compile-file', `byte-recompile-directory'
8763         and `batch-byte-compile'.  In particular, mention and describe
8764         all optional arguments.
8765         (Disassembly): Correct and clarify the description of `disassemble'.
8767 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
8769         * searching.texi: Various small changes in addition to the
8770         following.
8771         (Regexp Example): Adapt to new value of `sentence-end'.
8772         (Regexp Functions): The PAREN argument to `regexp-opt' can be
8773         `words'.
8774         (Search and Replace): Add usage note for `perform-replace'.
8775         (Entire Match Data): Mention INTEGERS and REUSE arguments to
8776         `match-data'.
8777         (Standard Regexps): Update for new values of `paragraph-start'
8778         and `sentence-end'.
8780 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
8782         * files.texi (Saving Buffers): Clarify descriptions of
8783         `write-contents-functions' and `before-save-hook'.
8784         Make the defvar's for `before-save-hook' and `after-save-hook'
8785         into defopt's.
8787 2004-01-07  Kim F. Storm  <storm@cua.dk>
8789         * commands.texi (Click Events): Describe new image and
8790         width/height elements of click events.
8791         (Accessing Events): Add posn-string, posn-image, and
8792         posn-object-width-height.  Change posn-object to return either
8793         image or string object.
8795 2004-01-01  Simon Josefsson  <jas@extundo.com>
8797         * hooks.texi (Standard Hooks): Add before-save-hook.
8798         * files.texi (Saving Buffers): Likewise.
8800 2004-01-03  Richard M. Stallman  <rms@gnu.org>
8802         * frames.texi (Frames and Windows): Delete frame-root-window.
8804 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8806         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8808         * functions.texi: Various small changes in addition to the
8809         following.
8810         (What Is a Function): `functionp' returns nil for macros.
8811         Clarify behavior of this and following functions for symbol arguments.
8812         (Function Documentation): Add `\' in front of (fn @var{arglist})
8813         and explain why.
8814         (Defining Functions): Mention DOCSTRING argument to `defalias'.
8815         Add anchor.
8816         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
8818 2004-01-01  Miles Bader  <miles@gnu.org>
8820         * display.texi (Buttons): New section.
8822 2003-12-31  Andreas Schwab  <schwab@suse.de>
8824         * numbers.texi (Math Functions): sqrt reports a domain-error
8825         error.
8826         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8828 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8830         * tips.texi (Documentation Tips): Update item on hyperlinks in
8831         documentation strings.
8833         * errors.texi (Standard Errors): Various small corrections and
8834         additions.
8836         * control.texi: Various small changes in addition to the
8837         following.
8838         (Signaling Errors): Provide some more details on how `signal'
8839         constructs the error message.  Add anchor to the definition of
8840         `signal'.
8841         (Error Symbols): Describe special treatment of `quit'.
8842         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8843         to emphasize that it has to be a single form.
8845         * buffers.texi: Add anchor.
8847 2003-12-29  Richard M. Stallman  <rms@gnu.org>
8849         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8850         (Window Configurations): Add window-configuration-frame.
8852         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8854         * text.texi (Examining Properties): Add get-char-property-and-overlay.
8855         Change arg name in get-char-property.
8856         (Special Properties): Update handling of keymap property.
8858         * strings.texi (Modifying Strings): Add clear-string.
8859         (Text Comparison): Add assoc-string and remove
8860         assoc-ignore-case, assoc-ignore-representation.
8862         * os.texi (Time of Day): Add set-time-zone-rule.
8864         * numbers.texi (Math Functions): asin, acos, log, log10
8865         report domain-error errors.
8867         * nonascii.texi (Converting Representations):
8868         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8869         (Encoding and I/O): Add file-name-coding-system.
8871         * modes.texi (Search-based Fontification): Explain that
8872         face specs are symbols with face names as values.
8874         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8876         * lists.texi (Building Lists): remq moved elsewhere.
8877         (Sets And Lists): remq moved here.
8878         (Association Lists): Refer to assoc-string.
8880         * internals.texi (Garbage Collection): Add memory-use-counts.
8882         * frames.texi (Frames and Windows): Add set-frame-selected-window
8883         and frame-root-window.
8885         * files.texi (Contents of Directories):
8886         Add directory-files-and-attributes.
8888         * display.texi (Refresh Screen): Add force-window-update.
8889         (Invisible Text): Explain about moving point out of invis text.
8890         (Overlay Properties): Add overlay-properties.
8891         (Managing Overlays): Add overlayp.
8892         (GIF Images): Invalid image number displays a hollow box.
8894         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8895         (Killing Buffers): Add buffer-live-p.
8897 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8899         * display.texi (Fringes): Fix typo "set-buffer-window".
8901 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
8903         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8904         * nonascii.texi, processes.texi, tips.texi, variables.texi:
8905         Add or change various xrefs and anchors.
8907         * commands.texi: Replace all occurrences of @acronym{CAR} with
8908         @sc{car}, for consistency with the rest of the Elisp manual.
8909         `car' and `cdr' are historically acronyms, but are no longer
8910         widely thought of as such.
8912         * internals.texi (Pure Storage): Mention that `purecopy' does not
8913         copy text properties.
8914         (Object Internals): Now 29 bits are used (in most implementations)
8915         to address Lisp objects.
8917         * variables.texi (Variables with Restricted Values): New node.
8919         * objects.texi (Lisp Data Types): Mention that certain variables
8920         can only take on a restricted set of values and add an xref to
8921         the new node "Variables with Restricted Values".
8923         * eval.texi (Function Indirection): Describe the errors that
8924         `indirect-function' can signal.
8925         (Eval): Clarify the descriptions of `eval-region' and `values'.
8926         Describe `eval-buffer' instead of `eval-current-buffer' and
8927         mention `eval-current-buffer' as an alias for `current-buffer'.
8928         Correct the description and mention all optional arguments.
8930         * nonascii.texi: Various small changes in addition to the
8931         following.
8932         (Converting Representations): Clarify behavior of
8933         `string-make-multibyte' and `string-to-multibyte' for unibyte all
8934         ASCII arguments.
8935         (Character Sets): Document the variable `charset-list' and adapt
8936         the definition of the function `charset-list' accordingly.
8937         (Translation of Characters): Clarify use of generic characters in
8938         `make-translation-table'.  Clarify and correct the description of
8939         the use of translation tables in encoding and decoding.
8940         (User-Chosen Coding Systems): Correct and clarify the description
8941         of `select-safe-coding-system'.
8942         (Default Coding Systems): Clarify description of
8943         `file-coding-system-alist'.
8945 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
8947         * strings.texi (Text Comparison): Correctly describe when two
8948         strings are `equal'.  Combine and clarify descriptions of
8949         `assoc-ignore-case' and `assoc-ignore-representation'.
8951         * objects.texi (Non-ASCII in Strings): Clarify description of
8952         when a string is unibyte or multibyte.
8953         (Bool-Vector Type): Update examples.
8954         (Equality Predicates): Correctly describe when two strings are
8955         `equal'.
8957 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
8959         * lists.texi (Building Lists): `append' no longer accepts integer
8960         arguments.  Update the description of `number-sequence' to reflect
8961         recent changes.
8962         (Sets And Lists): Describe `member-ignore-case' after `member'.
8964 2003-11-27  Kim F. Storm  <storm@cua.dk>
8966         * commands.texi (Click Events): Click object may be an images.
8967         Describe (dx . dy) element of click positions.
8968         (Accessing Events): Remove duplicate posn-timestamp.
8969         New functions posn-object and posn-object-x-y.
8971 2003-11-23  Kim F. Storm  <storm@cua.dk>
8973         * commands.texi (Click Events): Describe enhancements to event
8974         position lists, including new text-pos and (col . row) items.
8975         Mention left-fringe and right-fringe area events.
8976         (Accessing Events): New functions posn-area and
8977         posn-actual-col-row.  Mention posn-timestamp.  Mention that
8978         posn-point in non-text area still returns buffer position.
8979         Clarify posn-col-row.
8981 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
8983         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8984         * anti.texi (File Attributes): Describe removed parameter
8985         ID-FORMAT.
8987 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
8989         * positions.texi (Positions): Mention that, if a marker is used as
8990         a position, its buffer is ignored.
8992         * markers.texi (Overview of Markers): Mention it here too.
8994 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
8996         * numbers.texi (Numeric Conversions): Not just `floor', but also
8997         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8999 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
9001         * markers.texi (Creating Markers): Specify insertion type of
9002         created markers.  Add xref to `Marker Insertion Types'.
9003         Second argument to `copy-marker' is optional.
9004         (Marker Insertion Types): Mention that most markers are created
9005         with insertion type nil.
9006         (The Mark): Correctly describe when `mark' signals an error.
9007         (The Region): Correctly describe when `region-beginning' and
9008         `region-end' signal an error.
9010 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
9012         * hash.texi (Creating Hash): Clarify description of `eql'.
9013         `makehash' is obsolete.
9014         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9016         * positions.texi (Point): Change description of `buffer-end', so
9017         that it is also correct for floating point arguments.
9018         (List Motion): Correct argument lists of `beginning-of-defun' and
9019         `end-of-defun'.
9020         (Excursions): Add xref to `Marker Insertion Types'.
9021         (Narrowing): Argument to `narrow-to-page' is optional.
9023 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
9025         * streams.texi (Output Streams): Clarify behavior of point for
9026         marker output streams.
9028 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9030         * variables.texi (Defining Variables): Second argument to
9031         `defconst' is not optional.
9032         (Setting Variables): Mention optional argument APPEND to
9033         `add-to-list'.
9034         (Creating Buffer-Local): Expand description of
9035         `make-variable-buffer-local'.
9036         (Frame-Local Variables): Expand description of
9037         `make-variable-frame-local'.
9038         (Variable Aliases): Correct description of optional argument
9039         DOCSTRING to `defvaralias'.  Mention return value of
9040         `defvaralias'.
9041         (File Local Variables): Add xref to `File variables' in Emacs
9042         Manual.  Correct description of `hack-local-variables'.  Mention
9043         `safe-local-variable' property.  Mention optional second argument
9044         to `risky-local-variable-p'.
9046 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
9048         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9050 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9052         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9053         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9054         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9055         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9056         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9057         lispref/processes.texi, lispref/searching.texi,
9058         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9059         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9060         @acronym{FOO}.
9062 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
9064         * strings.texi (Creating Strings): Argument START to `substring'
9065         can not be `nil'.  Expand description of
9066         `substring-no-properties'.  Correct description of `split-string',
9067         especially with respect to empty matches.  Prevent very bad line
9068         break in definition of `split-string-default-separators'.
9069         (Text Comparison): `string=' and `string<' also accept symbols as
9070         arguments.
9071         (String Conversion): More completely describe argument BASE in
9072         `string-to-number'.
9073         (Formatting Strings): `%s' and `%S' in `format' do require
9074         corresponding object.  Clarify behavior of numeric prefix after
9075         `%' in `format'.
9076         (Case Conversion): The argument to `upcase-initials' can be a
9077         character.
9079 2003-10-27  Kenichi Handa  <handa@m17n.org>
9081         * display.texi (Fontsets): Fix texinfo usage.
9083 2003-10-25  Kenichi Handa  <handa@m17n.org>
9085         * display.texi (Fontsets): Add description of the function
9086         set-fontset-font.
9088 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
9090         * display.texi (Temporary Displays): Add xref to `Documentation
9091         Tips'.
9093         * functions.texi (Function Safety): Use inforef instead of pxref
9094         for SES.
9096 2003-10-23  Andreas Schwab  <schwab@suse.de>
9098         * Makefile.in (TEX, texinputdir): Don't define.
9099         (TEXI2DVI): Define.
9100         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9101         add $(srcdir)/index.texi.
9102         ($(infodir)/elisp): Remove index.texi dependency.
9103         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
9104         (index.texi): Remove target.
9105         (dist): Don't link $(srcdir)/permute-index.
9106         (clean): Don't remove index.texi.
9108         * permute-index, index.perm: Remove.
9109         * index.texi: Rename from index.unperm.
9111 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
9113         * tips.texi (Documentation Tips): Document new behavior for face
9114         and variable hyperlinks in Help mode.
9116 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
9118         * objects.texi (Integer Type): Update for extra bit of integer range.
9119         (Character Type): Ditto.
9121 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9123         * numbers.texi (Integer Basics): Add index entries for reading
9124         numbers in hex, octal, and binary.
9126 2003-10-16  Lute Kamstra  <lute@gnu.org>
9128         * modes.texi (Mode Line Format): Mention force-mode-line-update's
9129         argument.
9131 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
9133         * windows.texi (Choosing Window): Fix typo.
9134         * edebug.texi (Edebug Execution Modes): Fix typo.
9136 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9138         * windows.texi (Basic Windows): A window has fringe settings,
9139         display margins and scroll-bar settings.
9140         (Splitting Windows): Doc split-window return value.
9141         Clean up one-window-p.
9142         (Selecting Windows): Fix typo.
9143         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9144         (Buffers and Windows): In set-window-buffer, explain effect
9145         on fringe settings and scroll bar settings.
9146         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9147         (Choosing Window): Use defopt for pop-up-frame-function.
9148         For special-display-buffer-names, explain same-window and same-frame.
9149         Clarify window-dedicated-p return value.
9150         (Textual Scrolling): scroll-up and scroll-down can get an error.
9151         (Horizontal Scrolling): Clarify auto-hscroll-mode.
9152         Clarify set-window-hscroll.
9153         (Size of Window): Don't mention tool bar in window-height.
9154         (Coordinates and Windows): Explain what coordinates-in-window-p
9155         returns for fringes and display margins.
9156         (Window Configurations): Explain saving fringes, etc.
9158         * tips.texi (Library Headers): Clean up Documentation.
9160         * syntax.texi (Parsing Expressions): Clean up forward-comment
9161         and parse-sexp-lookup-properties.
9163         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9165         * os.texi (System Environment): Clean up text for load-average errors.
9167         * modes.texi (Hooks): Don't explain local hook details at front.
9168         Clarify run-hooks and run-hook-with-args a little.
9169         Clean up add-hook and remove-hook.
9171         * edebug.texi (Edebug Execution Modes): Clarify t.
9172         Document edebug-sit-for-seconds.
9173         (Coverage Testing): Document C-x X = and =.
9174         (Instrumenting Macro Calls): Fix typo.
9175         (Specification List): Don't index the specification keywords.
9177 2003-10-10  Kim F. Storm  <storm@cua.dk>
9179         * processes.texi (Network): Introduce make-network-process.
9181 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9183         * tips.texi (Library Headers): Fix typo.
9185 2003-10-07  Juri Linkov  <juri@jurta.org>
9187         * modes.texi (Imenu): Mention imenu-create-index-function's
9188         default value.  Explain submenus better.
9190 2003-10-07  Lute Kamstra  <lute@gnu.org>
9192         * modes.texi (Faces for Font Lock): Fix typo.
9193         (Hooks): Explain how buffer-local hook variables can refer to
9194         global hook variables.
9195         Various minor clarifications.
9197 2003-10-06  Lute Kamstra  <lute@gnu.org>
9199         * tips.texi (Coding Conventions): Mention naming conventions for
9200         hooks.
9202 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
9204         * loading.texi (Library Search): Correct default value of
9205         load-suffixes.
9206         (Named Features): Fix typo.
9208 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9210         * loading.texi (Named Features): In `provide',
9211         say how to test for subfeatures.
9212         (Unloading): In unload-feature, use new var name
9213         unload-feature-special-hooks.
9215 2003-10-03  Lute Kamstra  <lute@gnu.org>
9217         * modes.texi (Major Mode Conventions): Mention third way to set up
9218         Imenu.
9219         (Imenu): A number of small fixes.
9220         Delete documentation of internal variable imenu--index-alist.
9221         Document the return value format of imenu-create-index-function
9222         functions.
9224 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9226         * processes.texi (Network): Say what stopped datagram connections do.
9228         * lists.texi (Association Lists): Clarify `assq-delete-all'.
9230         * display.texi (Overlay Properties): Clarify `evaporate' property.
9232 2003-09-29  Lute Kamstra  <lute@gnu.org>
9234         * modes.texi (Mode Line Data): Explain when symbols in mode-line
9235         constructs should be marked as risky.
9236         Change cons cell into proper list.
9237         (Mode Line Variables): Change cons cell into proper list.
9239 2003-09-26  Lute Kamstra  <lute@gnu.org>
9241         * modes.texi (Mode Line Data): Document the :propertize construct.
9242         (Mode Line Variables): Reorder the descriptions of the variables
9243         to match their order in the default mode-line-format.
9244         Describe the new variables mode-line-position and mode-line-modes.
9245         Update the default values of mode-line-frame-identification,
9246         minor-mode-alist, and default-mode-line-format.
9247         (Properties in Mode): Mention the :propertize construct.
9249 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9251         * buffers.texi, commands.texi, debugging.texi, eval.texi:
9252         * loading.texi, minibuf.texi, text.texi, variables.texi:
9253         Avoid @strong{Note:}.
9255 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9257         * keymaps.texi (Remapping Commands): Fix typo.
9259 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
9261         * processes.texi (Low-Level Network): Fix typo.
9263 2003-09-23  Kim F. Storm  <storm@cua.dk>
9265         * processes.texi (Network, Network Servers): Fix typos.
9266         (Low-Level Network): Add timeout value for :server keyword.
9267         Add new option keywords to make-network-process.
9268         Add set-network-process-options.
9269         Explain how to test availability of network options.
9271 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9273         * text.texi (Motion by Indent): Arg to
9274         backward-to-indentation and forward-to-indentation is optional.
9276         * strings.texi (Creating Strings): Add substring-no-properties.
9278         * processes.texi
9279         (Process Information): Add list-processes arg QUERY-ONLY.
9280         Delete process-contact from here.
9281         Add new status values for process-status.
9282         Add process-get, process-put, process-plist, set-process-plist.
9283         (Synchronous Processes): Add call-process-shell-command.
9284         (Signals to Processes): signal-process allows process objects.
9285         (Network): Complete rewrite.
9286         (Network Servers, Datagrams, Low-Level Network): New nodes.
9288         * positions.texi (Word Motion): forward-word, backward-word
9289         arg is optional.  Reword.
9291         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9293         * variables.texi (Creating Buffer-Local):
9294         Delete duplicate definition of buffer-local-value.
9295         (File Local Variables): Explain about discarding text props.
9297 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9299         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9300         changes variables that record input events.
9301         (Minibuffer Misc): Add minibuffer-selected-window.
9303         * lists.texi (Building Lists): Add copy-tree.
9305         * display.texi (Fontsets): Add char-displayable-p.
9306         (Scroll Bars): New node.
9308 2003-09-08  Lute Kamstra  <lute@gnu.org>
9310         * modes.texi (%-Constructs): Document new `%i' and `%I'
9311         constructs.
9313 2003-09-03  Peter Runestig  <peter@runestig.com>
9315         * makefile.w32-in: New file.
9317 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9319         * display.texi (Overlay Properties): Clarify how priorities
9320         affect use of the properties.
9322 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9324         * customize.texi (Type Keywords): Correct the description of
9325         `:help-echo' in the case where `motion-doc' is a function.
9327 2003-08-14  John Paul Wallington  <jpw@gnu.org>
9329         * modes.texi (Emulating Mode Line): Subsection, not section.
9331 2003-08-13  Richard M. Stallman  <rms@gnu.org>
9333         * elisp.texi (Top): Update subnode lists in menu.
9335         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9336         (Kill Functions): kill-region has new arg yank-handler.
9337         (Yanking): New node.
9338         (Yank Commands): Add yank-undo-function.
9339         (Low-Level Kill Ring):
9340         kill-new and kill-append have new arg yank-handler.
9341         (Changing Properties): Add remove-list-of-text-properties.
9342         (Atomic Changes): New node.
9344         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9346         * streams.texi (Output Variables): Add eval-expression-print-length
9347         and eval-expression-print-level.
9349         * os.texi (Time Conversion): For encode-time, explain limits on year.
9351         * objects.texi (Character Type): Define anchor "modifier bits".
9353         * modes.texi (Emulating Mode Line): New node.
9354         (Search-based Fontification): Font Lock uses font-lock-face property.
9355         (Other Font Lock Variables): Likewise.
9357         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9358         not vectors.
9359         (Active Keymaps): Add emulation-mode-map-alists.
9360         (Functions for Key Lookup): key-binding has new arg no-remap.
9361         (Remapping Commands): New node.
9362         (Scanning Keymaps): where-is-internal has new arg no-remap.
9363         (Tool Bar): Add tool-bar-local-item-from-menu.
9364         Clarify when to use tool-bar-add-item-from-menu.
9366         * commands.texi (Interactive Call): commandp has new arg.
9367         (Command Loop Info): Add this-original-command.
9369 2003-08-06  John Paul Wallington  <jpw@gnu.org>
9371         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9373         * display.texi (Warning Basics): Fix typo.
9374         (Fringes): Add closing curly bracket and fix typo.
9376         * elisp.texi (Top): Fix typo.
9378 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9380         * elisp.texi: Update lists of subnodes.
9382         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9384         * variables.texi (Local Variables): Use lc for example variable names.
9386         * tips.texi (Library Headers): Explain where to put -*-.
9388         * strings.texi (Creating Strings): Fix xref for vconcat.
9390         * sequences.texi (Vector Functions):
9391         vconcat no longer allows integer args.
9393         * minibuf.texi (Reading File Names): read-file-name has new
9394         arg PREDICATE.  New function read-directory-name.
9396         * macros.texi (Defining Macros): Give definition of `declare'.
9397         (Indenting Macros): New node.
9399         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9400         (Window Frame Parameters): Make separate table of parameters
9401         that are coupled with specific face attributes.
9402         (Deleting Frames): delete-frame-hooks renamed to
9403         delete-frame-functions.
9405         * files.texi (Magic File Names): Add file-remote-p.
9406         Clarify file-local-copy.
9408         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9409         here; instead xref Defining Macros.
9411         * display.texi (Warnings): New node, and subnodes.
9412         (Fringes): New node.
9414         * debugging.texi (Test Coverage): New node.
9416         * compile.texi (Compiler Errors): Explain with-no-warnings
9417         and other ways to suppress warnings.
9419         * commands.texi (Interactive Call): Minor clarification.
9421         * buffers.texi (Buffer File Name): set-visited-file-name
9422         renames the buffer too.
9424         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9426 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9428         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9430 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
9432         * internals.texi (Garbage Collection): Fix previous change.
9434 2003-07-22  Richard M. Stallman  <rms@gnu.org>
9436         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9438         * display.texi (Width): Use \s syntax in example.
9439         (Font Selection): Add face-font-rescale-alist.
9441         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9442         Remove spurious indent in example.
9444         * lists.texi (Building Lists): Add number-sequence.
9446         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9448         * functions.texi (Function Documentation): Explain how to
9449         show calling convention explicitly in the doc string.
9451         * windows.texi (Selecting Windows): save-selected-window saves
9452         selected window of each frame.
9453         (Window Configurations): Minor change.
9455         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9457         * streams.texi (Output Variables): Add print-continuous-numbering
9458         and print-number-table.
9460         * processes.texi (Decoding Output): New node.
9462         * os.texi (Time Conversion): decode-time arg is optional.
9464         * objects.texi (Character Type): Don't use space as example for \.
9465         Make list of char names and \-sequences correspond.
9466         Explain that \s is not used in strings.  `\ ' needs space after.
9468         * nonascii.texi (Converting Representations): Add string-to-multibyte.
9469         (Translation of Characters): Add translation-table-for-input.
9470         (Default Coding Systems): Add auto-coding-functions.
9471         (Explicit Encoding): Add decode-coding-inserted-region.
9472         (Locales): Add locale-info.
9474         * minibuf.texi (Basic Completion): Describe test-completion.
9475         Collections can be lists of strings.
9476         Clean up lazy-completion-table.
9477         (Programmed Completion): Mention test-completion.
9478         Clarify why lambda expressions are not accepted.
9479         (Minibuffer Misc): Describe minibufferp.
9481 2003-07-14  Richard M. Stallman  <rms@gnu.org>
9483         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9485         * windows.texi (Selecting Windows): New arg to select-window.
9486         (Selecting Windows): Add with-selected-window.
9487         (Size of Window): Add window-inside-edges, etc.
9489         * internals.texi (Garbage Collection): Add post-gc-hook.
9491         * processes.texi (Subprocess Creation): Add exec-suffixes.
9493         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9494         (Scanning Keymaps): Add map-keymaps.
9495         (Defining Menus): Add keymap-prompt.
9497         * numbers.texi (Integer Basics): Add most-positive-fixnum,
9498         most-negative-fixnum.
9500         * compile.texi (Byte Compilation): Explain no-byte-compile.
9501         (Compiler Errors): New node.
9503         * os.texi (User Identification): user-uid, user-real-uid
9504         can return float.
9506         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9507         and about derived modes.
9508         (Minor Modes): Add minor-mode-list.
9509         (Defining Minor Modes): Keyword args for define-minor-mode.
9510         (Search-based Fontification): Explain managing other properties.
9511         (Other Font Lock Variables): Add font-lock-extra-managed-props.
9512         (Faces for Font Lock): Add font-lock-preprocessor-face.
9513         (Hooks): Add run-mode-hooks and delay-mode-hooks.
9515         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9516         (Variable Aliases): Clarify defvaralias.
9518         * loading.texi (Library Search): Add load-suffixes.
9520         * minibuf.texi (Basic Completion): Add lazy-completion-table.
9521         (Programmed Completion): Add dynamic-completion-table.
9523         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9524         (Magic File Names): Specify precedence order of handlers.
9526         * commands.texi (Command Overview): Emacs server runs pre-command-hook
9527         and post-command-hook.
9528         (Waiting): New calling convention for sit-for.
9530         * text.texi (Special Properties): local-map and keymap properties
9531         apply based on their stickiness.
9533 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9535         * modes.texi (Minor Mode Conventions): Specify only some kinds
9536         of list values as args to minor modes.
9538         * files.texi (File Name Expansion): Warn about iterative use
9539         of substitute-in-file-name.
9541         * advice.texi (Activation of Advice): Clean up previous change.
9543 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
9545         * advice.texi (Activation of Advice): Note that ad-start-advice is
9546         turned on by default.
9548 2003-06-30  Richard M. Stallman  <rms@gnu.org>
9550         * text.texi (Buffer Contents): Document current-word.
9551         (Change Hooks): Not called for *Messages*.
9553         * functions.texi (Defining Functions): Explain about redefining
9554         primitives.
9555         (Function Safety): Rename.  Minor changes.
9556         Comment out the detailed criteria for what is safe.
9558 2003-06-22  Andreas Schwab  <schwab@suse.de>
9560         * objects.texi (Symbol Type): Fix description of examples.
9562 2003-06-16  Andreas Schwab  <schwab@suse.de>
9564         * hash.texi (Creating Hash): Fix description of :weakness.
9566 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
9568         * files.texi (Changing Files): copy-file copies file modes, too.
9570 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9572         * strings.texi (Creating Strings): Clarify split-string.
9574 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
9576         * strings.texi (Creating Strings): Update split-string specification
9577         and examples.
9579 2003-05-19  Richard M. Stallman  <rms@gnu.org>
9581         * elisp.texi: Correct invariant section names.
9583 2003-04-20  Richard M. Stallman  <rms@gnu.org>
9585         * os.texi (Timers): Explain about timers and quitting.
9587 2003-04-19  Richard M. Stallman  <rms@gnu.org>
9589         * internals.texi (Writing Emacs Primitives): Strings are
9590         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
9591         Explain GCPRO convention for varargs function args.
9593 2003-04-16  Richard M. Stallman  <rms@gnu.org>
9595         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9597 2003-04-08  Richard M. Stallman  <rms@gnu.org>
9599         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9601 2003-02-13  Kim F. Storm  <storm@cua.dk>
9603         * objects.texi (Character Type): New \s escape for space.
9605 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
9607         * os.texi (System Environment): Add cygwin system-type.
9609 2003-01-25  Richard M. Stallman  <rms@gnu.org>
9611         * keymaps.texi: Document that a symbol can act as a keymap.
9613 2003-01-13  Richard M. Stallman  <rms@gnu.org>
9615         * text.texi (Changing Properties): Say string indices are origin-0.
9617         * positions.texi (Screen Lines) <compute-motion>:
9618         Correct order of elts in return value.
9620         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9621         how to define a default binding.
9623 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
9625         * loading.texi (Unloading): Fix recent change for load-history.
9627         * customize.texi (Simple Types): Clarify description of custom
9628         type 'number.  Describe new custom type 'float.
9630 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
9632         * variables.texi (File Local Variables): Fix typo.
9634 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9636         From Michael Albinus <Michael.Albinus@alcatel.de>.
9638         * README: Target for Info file is `make info'.
9640         * files.texi (File Name Components): Fix typos in
9641         `file-name-sans-extension'.
9642         (Magic File Names): Complete list of operations for magic file
9643         name handlers.
9645 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
9647         * variables.texi (File Local Variables): New function
9648         risky-local-variable-p.
9650 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
9652         * functions.texi (Function safety): New node about unsafep.
9654 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9656         * customize.texi (Splicing into Lists): Fix example.
9657         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
9659 2002-06-17  Juanma Barranquero  <lektu@terra.es>
9661         * frames.texi (Display Feature Testing): Fix typo.
9663 2002-06-12  Andreas Schwab  <schwab@suse.de>
9665         * frames.texi (Initial Parameters, Resources): Fix references to
9666         the Emacs manual.
9668 2002-05-13  Kim F. Storm  <storm@cua.dk>
9670         * variables.texi (Intro to Buffer-Local): Updated warning and
9671         example relating to changing buffer inside let.
9673 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
9675         * os.texi (Session Management): New node about X Session management.
9677 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
9679         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
9680         to which the manual corresponds, and the copyright years.
9682         * Makefile.in (VERSION): Set to 2.9.
9684 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
9686         * elisp.texi: Change the category in @dircategory to "Emacs", to
9687         make it consistent with info/dir.
9689 2001-11-25  Miles Bader  <miles@gnu.org>
9691         * text.texi (Fields): Describe new `limit' arg in
9692         field-beginning/field-end.
9694 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
9696         * permute-index: Don't depend on csh-specific features.
9697         Replace the interpreter name with /bin/sh.
9699         * two-volume-cross-refs.txt: New file.
9700         * two.el: New file.
9701         * spellfile: New file.
9703 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
9705         * permute-index: New file.
9707         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9708         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9709         8+3 restricted namespace.
9711         * Makefile.in (infodir): Define relative to $(srcdir).
9712         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9713         include directories list via -I switch to makeinfo.
9714         (index.texi): Use cp if both hard and symbolic links fail.
9716 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
9718         * Makefile.in (distclean): Add.
9720         The following changes make ELisp manual part of the Emacs
9721         distribution:
9723         * Makefile.in: Add Copyright notice.
9724         (prefix): Remove.
9725         (infodir): Change value to "../info".
9726         (VPATH): New variable.
9727         (MAKE): Don't define.
9728         (texmacrodir): Don't define.
9729         (texinputdir): Append the existing value of TEXINPUTS.
9730         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
9731         command to be compatible with man/Makefile.in, and to put the
9732         output into ../info.
9733         (info): Add target.
9734         (installall): Target removed.
9736 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
9738         * tips.texi (Coding Conventions): Fix typo.
9740 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
9742         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9744 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
9746         * files.texi (File Name Components): Update the description of
9747         file-name-sans-extension and file-name-extension, as they now
9748         ignore leading dots.
9750 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9752         * (Version 21.1 released.)
9754 2001-10-19  Miles Bader  <miles@gnu.org>
9756         * positions.texi (Text Lines): Describe behavior of
9757         `beginning-of-line'/`end-of-line' in the presence of field properties.
9759 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
9761         * Makefile.in (VERSION): Set to 2.8.
9762         (manual): Use `manual-21'.
9764         * elisp.texi (VERSION): Add and use it where the version
9765         number was used.  Set it to 2.8.
9767         * intro.texi: Likewise.
9769 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
9771         * files.texi (File Name Completion): Document the significance of
9772         a trailing slash in elements of completion-ignored-extensions.
9774 2001-10-06  Miles Bader  <miles@gnu.org>
9776         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9778 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9780         * variables.texi (Variable Aliases): New node.
9782 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9784         * Branch for 21.1.
9786 2001-10-02  Miles Bader  <miles@gnu.org>
9788         * minibuf.texi (Minibuffer Misc): Add entries for
9789         `minibuffer-contents', `minibuffer-contents-no-properties', and
9790         `delete-minibuffer-contents'.
9791         Correct description for `minibuffer-prompt-end'.
9793         * text.texi (Property Search): Correct descriptions of
9794         `next-char-property-change' and `previous-char-property-change'.
9795         Add entries for `next-single-char-property-change' and
9796         `previous-single-char-property-change'.
9797         Make operand names a bit more consistent.
9799 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
9801         * frames.texi (Finding All Frames): Document that next-frame and
9802         previous-frame are local to current terminal.
9804 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
9806         * keymaps.texi (Creating Keymaps): Fix the description of the
9807         result of make-keymap.
9809 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
9811         * display.texi (Font Lookup, Attribute Functions)
9812         (Image Descriptors): Add cross-references to the definition of
9813         selected frame.
9815         * buffers.texi (The Buffer List): Add cross-references to the
9816         definition of selected frame.
9818         * frames.texi (Input Focus): Clarify which frame is _the_ selected
9819         frame at any given time.
9820         (Multiple Displays, Size and Position): Add a cross-reference to
9821         the definition of the selected frame.
9823 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
9825         * strings.texi (String Conversion) <string-to-number>: Document
9826         that a float is returned for integers that are too large.
9828         * frames.texi (Mouse Position): Document mouse-position-function.
9829         (Display Feature Testing): Document display-images-p.
9830         (Window Frame Parameters): Document the cursor-type variable.
9832         * numbers.texi (Integer Basics): Document CL style read syntax for
9833         integers in bases other than 10.
9835         * positions.texi (List Motion):
9836         Document open-paren-in-column-0-is-defun-start.
9838         * lists.texi (Sets And Lists): Document member-ignore-case.
9840         * internals.texi (Garbage Collection): Document the used and free
9841         strings report.
9842         (Memory Usage): Document strings-consed.
9844         * os.texi (Time of Day): Document float-time.
9845         (Recording Input): Document that clear-this-command-keys clears
9846         the vector to be returned by recent-keys.
9848         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9849         argument keymap can be a list.
9851         * nonascii.texi (User-Chosen Coding Systems)
9852         <select-safe-coding-system>: Document the new argument
9853         accept-default-p and the variable
9854         select-safe-coding-system-accept-default-p.  Tell what happens if
9855         buffer-file-coding-system is undecided.
9856         (Default Coding Systems): Document auto-coding-regexp-alist.
9858         * display.texi (The Echo Area) <message>: Document
9859         message-truncate-lines.
9860         (Glyphs): Document that the glyph table is unused on windowed
9861         displays.
9863         * help.texi (Describing Characters) <single-key-description>:
9864         Document the new argument no-angles.
9865         (Accessing Documentation) <documentation-property>: Document that
9866         a non-string property is evaluated.
9867         <documentation>: Document that the function-documentation property
9868         is looked for.
9870         * windows.texi (Selecting Windows): Document some-window.
9872         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9874         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9875         apropos-mode-hook.
9877         * commands.texi (Using Interactive): Document interactive-form.
9878         (Keyboard Macros): Document kbd-macro-termination-hook.
9879         (Command Loop Info): Document that clear-this-command-keys clears
9880         the vector to be returned by recent-keys.
9882 2001-09-04  Werner LEMBERG  <wl@gnu.org>
9884         * Makefile.in (srcdir, texinputdir): New variables.
9885         (srcs, index.texi, install): Use $(srcdir).
9886         (.PHONY): Remove elisp.dvi.
9887         (elisp): Use -I switch for makeinfo.
9888         (elisp.dvi): Use $(srcdir) and $(texinputdir).
9889         (installall, dist): Use $(srcdir).
9890         Fix path to texinfo.tex.
9891         (maintainer-clean): Add elisp.dvi and elisp.oaux.
9893 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
9895         * display.texi (Conditional Display): Adjust to API change.
9897         * configure: New file.
9899 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
9901         * commands.texi (Repeat Events): Add description of
9902         double-click-fuzz.
9904 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
9906         * syntax.texi (Syntax Class Table): Add the missing designator for
9907         comment and string fences.
9908         (Syntax Properties): Add a xref to syntax table internals.
9909         (Syntax Table Internals): Document string-to-syntax.
9911 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
9913         * Makefile.in (install): Use install-info command line options
9914         like in Emacs' Makefile.in.
9916 2000-12-09  Miles Bader  <miles@gnu.org>
9918         * windows.texi (Window Start): Update documentation for
9919         `pos-visible-in-window-p'.
9921 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
9923         * lists.texi (Building Lists): Add footnote to explain how to add
9924         to the end of a list.
9926 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
9928         * files.texi (Visiting Functions): Typos.
9930 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
9932         * files.texi (Visiting Functions): Return value of
9933         find-file-noselect may be a list of buffers if wildcards are used.
9935 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
9937         * display.texi (Defining Faces): Document `graphic' display type
9938         in face specs.
9940 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9942         * hooks.texi (Standard Hooks): Replace obsolete
9943         `after-make-frame-hook' with `after-make-frame-functions'.
9945         * frames.texi (Creating Frames): Ditto.
9947         * variables.texi (Future Local Variables): Ditto.
9949 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
9951         * display.texi (Other Image Types): Add description of :foreground
9952         and :background properties of mono PBM images.
9954 2000-08-17  Werner LEMBERG  <wl@gnu.org>
9956         * .cvsignore: New file.
9958 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
9960         * tindex.pl: New script.
9962 1999-12-03  Dave Love  <fx@gnu.org>
9964         * Makefile.in (MAKEINFO): New parameter.
9966 1999-09-17  Richard Stallman  <rms@gnu.org>
9968         * Makefile.in (srcs): Add hash.texi.
9969         (VERSION): Update to 20.6.
9971 1999-09-13  Richard Stallman  <rms@gnu.org>
9973         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9975 1998-08-29  Karl Heuer  <kwzh@gnu.org>
9977         * configure.in: New file.
9978         * Makefile.in: Renamed from Makefile.
9979         (prefix, infodir): Use value obtained from configure.
9980         (emacslibdir): Obsolete variable deleted.
9981         (dist): Distribute configure.in, configure, Makefile.in.
9983 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
9985         * Makefile (INSTALL_INFO): New variable.
9986         (install): Run install-info.
9988 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
9990         * Makefile (elisp.dvi): Add missing backslash.
9992 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
9994         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9995         Run texindex without `./'.  Always run texindex on elisp.tp.
9996         (elisp.tps): Target deleted.
9998 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
10000         * Makefile (srcs): Add nonascii.texi and customize.texi.
10001         (dist): Start by deleting `temp'.
10003 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
10005         * Makefile (makeinfo, texindex): Targets deleted.
10006         (makeinfo.o, texindex.o): Targets deleted.
10007         (clean, dist): Don't do anything with them or with getopt*.
10009 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
10011         * Makefile (SHELL): Defined.
10013 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
10015         * Makefile (elisp.tps): New target.
10016         (elisp.dvi): Depend on elisp.tps.
10018 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10020         * README: Update phone number.
10022         * Makefile (elisp): Make this be the default target.
10023         Depend on makeinfo.c instead of makeinfo.
10024         (install): Don't depend on elisp.dvi, since we don't install that.
10025         Use mkinstalldirs.
10026         (dist): Add mkinstalldirs.
10028 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10030         * Makefile (VERSION): Update version number.
10031         (maintainer-clean): Rename from realclean.
10033 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
10035         * Makefile (realclean): New target.
10036         (elisp): Remove any old elisp-* files first.
10038 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
10040         * Makefile (VERSION): New variable.
10041         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10042         Compressed file suffix should be `.gz', not `.z'.
10044 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10046         * Makefile (elisp): Depend on makeinfo.
10048 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
10050         * Makefile (srcs): Add anti.texi.
10052 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10054         * Makefile (infodir, prefix): New vars.
10055         (install): Use infodir.
10056         (emacsinfodir): Delete.
10058 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10060         * Makefile (srcs): Add calendar.texi.
10062         * Makefile (dist): Copy texindex.c and makeinfo.c.
10063         Limit elisp-* files to those with one or two digits.
10065 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10067         * Makefile (dist): Change to use Gzip instead of compress.
10069 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10071         * loading.texi (Unloading): define-function changed back to
10072         defalias.  It may not stay this way, but at least it's
10073         consistent with the known-good version of the code patch.
10075 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10077         * modes.texi (Hooks): Document new optional arg of add-hook.
10079 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10081         * variables.texi: Document nil initial value of buffer-local variables.
10083         * tips.texi: Add new section on standard library headers.
10085 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10087         * Makefile (srcs): Add frame.texi to the list of sources.
10089 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10091         * Makefile (dist): Don't bother excluding autosave files; they'll
10092         never make it into the temp directory anyway, and the hash marks
10093         in the name are problematic for make and the Bourne shell.
10094         (srcs):
10096 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10098         * Makefile (dist): Don't include backup files or autosave files in
10099         the distribution tar file.
10101 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10103         * Makefile (srcs): Add index.perm.
10104         (elisp.dvi): Remove erroneous shell comment.
10105         Expect output of permute-index in permuted.fns.
10106         Save old elisp.aux in elisp.oaux.
10107         (clean): Add index.texi to be deleted.
10109 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10111         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10113 1990-06-26  David Lawrence  (tale@geech)
10115         * files.texi: Noted that completion-ignored-extensions is ignored
10116         when making *Completions*.
10118 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
10120         * Makefile  make dist now depends on elisp.dvi, since it tries
10121         to include it in the dist file.
10123 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10125         * functions.texinfo (Mapping Functions): Add missing quote.
10127 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10129         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10130         (defunargs): Turn off \hyphenchar of \sl font temporarily.
10132 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10134         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10135         and @error{} are the terms now being used.  The files in the
10136         directory have been changed to reflect this.
10138         * All instances of @indentedresultt{} have been changed to
10139         `     @result{}', using 5 spaces at the beginning of the line.
10141 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10143         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10144         experimental @indentedresult{}, @indentedexpandsto{} are part of
10145         the texinfo.tex in this directory.  These TeX macros are not
10146         stable yet.
10148 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10150         * texinfo.tex: Temporarily added
10151                 \let\result=\dblarrow
10152                 \def\error{{\it ERROR} \longdblarrow}
10153         We need to do this better soon.
10155 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10157         * Applied Karl Berry's patches to *.texinfo files, but not to
10158         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
10159         new title page format is also not applied, since it requires
10160         texinfo.tex changes.)
10162         * Cleaned up `Makefile' and defined the `emacslibdir' directory
10163         for the Project GNU development environment.
10165 ;; Local Variables:
10166 ;; coding: utf-8
10167 ;; End:
10169   Copyright (C) 1998-2012  Free Software Foundation, Inc.
10171   This file is part of GNU Emacs.
10173   GNU Emacs is free software: you can redistribute it and/or modify
10174   it under the terms of the GNU General Public License as published by
10175   the Free Software Foundation, either version 3 of the License, or
10176   (at your option) any later version.
10178   GNU Emacs is distributed in the hope that it will be useful,
10179   but WITHOUT ANY WARRANTY; without even the implied warranty of
10180   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10181   GNU General Public License for more details.
10183   You should have received a copy of the GNU General Public License
10184   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.