*** empty log message ***
[emacs.git] / lispref / ChangeLog
blob5e5365cd0315e88c910343a2f4e519bf54e31227
1 2006-07-08  Richard Stallman  <rms@gnu.org>
3         * commands.texi (Interactive Call): Use 3 as prefix in example
4         for execute-extended-command.
6         * display.texi (Attribute Functions): Move paragraph about
7         compatibility with Emacs < 21.
9 2006-07-09  Kim F. Storm  <storm@cua.dk>
11         * display.texi (Refresh Screen): Clarify force-window-update.
12         (Truncation): "Normally" indicated by fringe arrows.
14 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
16         * windows.texi (Textual Scrolling, Resizing Windows):
17         * variables.texi (Constant Variables):
18         * text.texi (Buffer Contents, Deletion, Changing Properties)
19         (Property Search, Special Properties, Sticky Properties)
20         (Links and Mouse-1, Fields, Change Hooks):
21         * syntax.texi (Syntax Table Functions, Parsing Expressions)
22         (Categories):
23         * symbols.texi (Other Plists):
24         * streams.texi (Output Variables):
25         * processes.texi (Input to Processes, Query Before Exit):
26         * positions.texi (Word Motion, Text Lines, List Motion):
27         * os.texi (Init File, System Environment, Sound Output)
28         (Session Management):
29         * nonascii.texi (Text Representations, Character Sets)
30         (Chars and Bytes, Locales):
31         * modes.texi (Defining Minor Modes, Header Lines):
32         * minibuf.texi (Minibuffer Contents):
33         * markers.texi (Information from Markers):
34         * lists.texi (List Elements, Building Lists, Association Lists):
35         * keymaps.texi (Tool Bar):
36         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
37         * functions.texi (What Is a Function, Mapping Functions):
38         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
39         (Color Names, Text Terminal Colors, Display Feature Testing):
40         * files.texi (Visiting Functions, File Name Components)
41         (Unique File Names, Contents of Directories):
42         * display.texi (Forcing Redisplay, Displaying Messages)
43         (Temporary Displays, Font Selection, Auto Faces)
44         (Font Lookup, Fringe Indicators, Display Margins)
45         (Image Descriptors, Showing Images, Image Cache, Button Types)
46         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
47         (Display Table Format, Glyphs):
48         * control.texi (Iteration):
49         * commands.texi (Command Loop Info, Adjusting Point):
50         * backups.texi (Making Backups, Auto-Saving):
51         Remove @tindex entries.
53 2006-07-07  Kim F. Storm  <storm@cua.dk>
55         * display.texi (Fringe Cursors): Fix typo.
56         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
57         (Overlay Arrow): Default is overlay-arrow fringe indicator.
59 2006-07-05  Richard Stallman  <rms@gnu.org>
61         * text.texi (Buffer Contents): Add example of text props
62         in result of buffer-substring.
63         (Text Properties): Explain better about use of specific property names.
64         (Property Search): Some cleanups; reorder some functions.
66         * keymaps.texi (Changing Key Bindings): Cleanup.
67         Add xref to Key Binding Conventions.
69         * display.texi (Attribute Functions): Add examples for
70         face-attribute-relative-p.
72         * tips.texi (Coding Conventions): Cleanup last change.
74 2006-07-05  Karl Berry  <karl@gnu.org>
76         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
77         Remove @setchapternewpage odd.
78         Result is 1013 pages, down from 1100.
80         * anti.texi, customize.texi, display.texi, internals.texi:
81         * minibuf.texi, modes.texi, tips.texi:
82         Fix overfull/underfull boxes.
84 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
86         * edebug.texi (Instrumenting):
87         Add Edebug-specific findex for eval-buffer.
88         * loading.texi (Loading):
89         Replace eval-current-buffer with eval-buffer.
91 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
93         * locals.texi (Standard Buffer-Local Variables): Update the list
94         of variables.
96 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
98         * files.texi (File Name Completion): Point user to the node
99         "Reading File Names".
101 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
103         * files.texi (Contents of Directories): Document case-insensitive
104         behavior on respective filesystems.
106         * objects.texi (Character Type): Document that Emacs signals an
107         error for unsupported Unicode characters specified as \uNNNN.
109 2006-06-19  Richard Stallman  <rms@gnu.org>
111         * processes.texi (Bindat Spec): Clarify previous change.
113 2006-06-16  Richard Stallman  <rms@gnu.org>
115         * tips.texi (Coding Conventions): Better explain conventions
116         for definition constructs.
118         * text.texi (Special Properties): String value of `read-only'
119         serves as the error message.
121         * objects.texi (Character Type): Clarify prev. change.
122         (Non-ASCII in Strings): Mention \u and \U.
124         * commands.texi (Using Interactive): Explain problem of
125         markers, etc., in command-history.
127 2006-06-14  Kim F. Storm  <storm@cua.dk>
129         * commands.texi (Waiting): Negative arg to sit-for forces
130         redisplay even if input is pending.
132         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
133         redisplay.  Remove incorrect example of binding redisplay-dont-pause
134         around (sit-for 0).
136 2006-06-13  Richard Stallman  <rms@gnu.org>
138         * display.texi (Forcing Redisplay): Clarify previous change.
140 2006-06-13  Romain Francoise  <romain@orebokech.com>
142         * display.texi (Forcing Redisplay): Fix typo.
144 2006-06-13  Kim F. Storm  <storm@cua.dk>
146         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
148 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
150         * tips.texi (Coding Conventions): Add `@end itemize'.
152 2006-06-10  Richard Stallman  <rms@gnu.org>
154         * tips.texi (Coding Conventions): Explain use of coding systems
155         to ensure one decoding for strings.
157 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
159         * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF
160         syntax.
162 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
164         * display.texi (Font Selection): Remove description of
165         clear-face-cache.
167         * compile.texi (Eval During Compile): Fix a typo.  Add index
168         entries for possible uses of eval-when-compile.
170 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
172         * display.texi (Abstract Display): Fix typo.
174 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
176         * minibuf.texi (Minibuffer History) <history-add-new-input>:
177         Reword variable's description.
179 2006-06-01  Richard Stallman  <rms@gnu.org>
181         * windows.texi (Splitting Windows): Clarify splitting nonselected
182         window.
184 2006-05-31  Juri Linkov  <juri@jurta.org>
186         * minibuf.texi (Minibuffer History): Add history-add-new-input.
188 2006-05-30  Richard Stallman  <rms@gnu.org>
190         * display.texi (Line Height): Fix errors in description of
191         default line height and line-height properyty.
193         * nonascii.texi (Default Coding Systems): Further clarification.
195 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
197         * internals.texi (Pure Storage): Mention that an overflow in pure
198         space causes a memory leak.
199         (Garbage Collection): If there was an overflow in pure space,
200         `garbage-collect' returns nil.
202 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
204         * nonascii.texi (Default Coding Systems): Fix it some more.
206 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
208         * nonascii.texi (Default Coding Systems): Fix last change.
210 2006-05-29  Kenichi Handa  <handa@m17n.org>
212         * nonascii.texi (find-operation-coding-system): Describe the new
213         argument format (FILENAME . BUFFER).
215 2006-05-28  Richard Stallman  <rms@gnu.org>
217         * tips.texi (Coding Conventions): Better explain reasons not to
218         advise other packages or use `eval-after-load'.
220 2006-05-29  Kim F. Storm  <storm@cua.dk>
222         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
223         `bindat-idx' and `bindat-raw' for clarity.
225 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
227         * processes.texi (Bindat Spec): Expand on `repeat' handler.
229         * display.texi (Display): Add "Abstract Display" to menu.
230         (Abstract Display, Abstract Display Functions)
231         (Abstract Display Example): New nodes.
232         * elisp.texi (Top): Add "Abstract Display" to menu.
234 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
236         * keymaps.texi (Key Sequences): Link to input events definition.
237         (Format of Keymaps): Delete material duplicated in Keymap Basics.
239         * files.texi (Changing Files): Document updated argument list for
240         copy-file.
242 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
244         * processes.texi (Bindat Functions): Explain term "total length".
245         Use it in bindat-length and bindat-pack descriptions.
247 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
249         * tips.texi (Coding Conventions): Advise against using
250         eval-after-load in packages.  Add an index entry.
252 2006-05-25  Juri Linkov  <juri@jurta.org>
254         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
256         * modes.texi (%-Constructs): Add %e, %z, %Z.
258 2006-05-25  Richard Stallman  <rms@gnu.org>
260         * elisp.texi (Top): Update subnode menu.
262         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
263         (Keymaps): Update menu.
265 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
267         * keymaps.texi (Key Sequences): Some clarifications.
269 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
271         * processes.texi (Bindat Functions): Say "unibyte string"
272         explicitly for bindat-unpack and bindat-pack descriptions.
273         (Bindat Examples): Don't call `string-make-unibyte' in example.
275 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
277         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
278         Explain string and vector representations of key sequences
280         * keymaps.texi (Changing Key Bindings):
281         * commands.texi (Interactive Codes, Interactive Codes):
282         * help.texi (Describing Characters): Refer to it.
284 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
286         * frames.texi (Pointer Shape): @end table -> @end defvar.
288 2006-05-22  Richard Stallman  <rms@gnu.org>
290         * elisp.texi (Top): Update subnode menus.
292         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
293         Contents rewritten; material from old Pointer Shape node moved here.
295         * display.texi (Pointer Shape): Node deleted.
296         (Image Descriptors): Minor cleanup.
298 2006-05-21  Richard Stallman  <rms@gnu.org>
300         * syntax.texi (Parsing Expressions): Update info on which STATE
301         elements are ignored.
303 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
305         * hooks.texi (Standard Hooks): Correct typo.
307         * gpl.texi (GPL): ifinfo -> ifnottex.
309 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
311         * searching.texi (Simple Match Data): Warn about match data being
312         set anew by every search.
314 2006-05-17  Richard Stallman  <rms@gnu.org>
316         * minibuf.texi (Minibuffer History): Clarify.
318         * searching.texi (Regexp Special): Clarify nested regexp warning.
320 2006-05-16  Kim F. Storm  <storm@cua.dk>
322         * minibuf.texi (Minibuffer History): Update add-to-history.
324 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
326         * nonascii.texi (Explicit Encoding): Fix
327         typo (encoding<->decoding).
329 2006-05-14  Richard Stallman  <rms@gnu.org>
331         * buffers.texi (Creating Buffers): Cleanup.
333         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
335 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
337         * buffers.texi (Current Buffer): Document that with-temp-buffer
338         disables undo.
340         * os.texi (Terminal-Specific): More accurate description of how
341         Emacs searches for the terminal-specific libraries.
343 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
345         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
346         emacs-xtra to @inforef's.
348         * text.texi (Undo): Document that undo is turned off in buffers
349         whose names begin with a space.
351         * buffers.texi (Buffer Names): Add index entries for buffers whose
352         names begin with a space.
353         (Creating Buffers): Document that undo is turned off in buffers
354         whose names begin with a space.
356         * files.texi (Visiting Functions, Reading from Files)
357         (Saving Buffers): Mention code and EOL conversions by file I/O
358         primitives and subroutines.
360         * nonascii.texi (Lisp and Coding Systems): Document
361         coding-system-eol-type.  Add index entries for eol conversion.
363         * display.texi (Defining Faces): Mention `mac', and add an xref to
364         where window-system is described.
366 2006-05-10  Richard Stallman  <rms@gnu.org>
368         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
370 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
372         * variables.texi (File Local Variables): Recommend to quote lambda
373         expressions in safe-local-variable property.
375 2006-05-09  Richard Stallman  <rms@gnu.org>
377         * variables.texi (File Local Variables): Document
378         safe-local-eval-forms and safe-local-eval-function.
380 2006-05-07  Kim F. Storm  <storm@cua.dk>
382         * minibuf.texi (Minibuffer History): Remove keep-dups arg
383         from add-to-history.
385 2006-05-07  Romain Francoise  <romain@orebokech.com>
387         * commands.texi (Event Input Misc):
388         * compile.texi (Eval During Compile):
389         * internals.texi (Buffer Internals):
390         * minibuf.texi (Initial Input):
391         * nonascii.texi (Scanning Charsets):
392         * numbers.texi (Comparison of Numbers):
393         * windows.texi (Textual Scrolling, Vertical Scrolling):
394         Fix various typos.
396 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
398         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
399         conditional xref's to either emacs or emacs-xtra, depending on
400         @iftex/@ifnottex.
402         * minibuf.texi (Minibuffer History): Document add-to-history.
404 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
406         * internals.texi (Pure Storage): Mention the pure overflow message
407         at startup.
409 2006-05-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
411         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
412         (Searching Keymaps): Fix pseudo-Lisp description of keymap
413         search.
415 2006-05-01  Richard Stallman  <rms@gnu.org>
417         * intro.texi (nil and t): Clarify.
419         * variables.texi (File Local Variables): Suggest using booleanp.
421 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
423         * objects.texi (Type Predicates): Fix typos.
425 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
427         * intro.texi (nil and t): Add booleanp.
429         * objects.texi (Type Predicates): Add links for booleanp and
430         string-or-null-p.
432 2006-04-29  Richard Stallman  <rms@gnu.org>
434         * modes.texi (Multiline Font Lock): Rename from
435         Multi line Font Lock Elements.  Much clarification.
436         (Font Lock Multiline, Region to Fontify): Much clarification.
438 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
440         * variables.texi (File Local Variables): Remove the special case t for
441         safe-local-variable.
443 2006-04-26  Richard Stallman  <rms@gnu.org>
445         * syntax.texi (Parsing Expressions): Minor cleanup.
447 2006-04-18  Richard Stallman  <rms@gnu.org>
449         * tips.texi (Coding Conventions): Explain when the package's
450         prefix should appear later on (not at the start of the name).
452         * searching.texi (String Search): Clarify effect of NOERROR.
454         * modes.texi (Imenu): Clarify what special items do.
456         * hooks.texi (Standard Hooks): Delete text about old hook names.
458 2006-04-17  Romain Francoise  <romain@orebokech.com>
460         * variables.texi (Local Variables): Update the default value of
461         `max-specpdl-size'.
463 2006-04-15  Michael Olson  <mwolson@gnu.org>
465         * processes.texi (Transaction Queues): Mention the new optional
466         `delay-question' argument for `tq-enqueue'.
468 2006-04-13  Bill Wohler  <wohler@newt.com>
470         * customize.texi (Common Keywords): Use dotted notation for
471         :package-version value. Specify its values. Improve documentation
472         for customize-package-emacs-version-alist.
474 2006-04-12  Bill Wohler  <wohler@newt.com>
476         * customize.texi (Common Keywords): Move description of
477         customize-package-emacs-version-alist to @defvar.
479 2006-04-10  Bill Wohler  <wohler@newt.com>
481         * customize.texi (Common Keywords): Add :package-version.
483 2006-04-10  Kim F. Storm  <storm@cua.dk>
485         * text.texi (Buffer Contents): Add NOPROPS arg to
486         filter-buffer-substring.
488 2006-04-08  Kevin Ryde  <user42@zip.com.au>
490         * os.texi (Command-Line Arguments): Update xref to emacs manual
491         "Command Arguments" -> "Emacs Invocation", per change there.
493 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
495         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
496         be on one line to help makeinfo not render two spaces after the dot.
498 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
500         * strings.texi (Predicates for Strings): Add string-or-null-p.
502 2006-03-28  Kim F. Storm  <storm@cua.dk>
504         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
505         remarks about systems that don't support fractional seconds.
507 2006-03-25  Karl Berry  <karl@gnu.org>
509         * elisp.texi: Use @copyright{} instead of (C), and do not indent
510         the year list.
512 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
514         * display.texi (Fringe Indicators): Fix typos.
516 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
518         * tips.texi (Documentation Tips): One can now also write `program'
519         in front of a quoted symbol in a docstring to prevent making a
520         hyperlink.
522 2006-03-19  Alan Mackenzie  <acm@muc.de>
524         * text.texi (Special Properties): Clarify `fontified' property.
526 2006-03-16  Richard Stallman  <rms@gnu.org>
528         * display.texi (Defining Images): Minor cleanup.
530 2006-03-16  Bill Wohler  <wohler@newt.com>
532         * display.texi (Defining Images): In image-load-path-for-library,
533         prefer user's images.
535 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
537         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
539 2006-03-15  Bill Wohler  <wohler@newt.com>
541         * display.texi (Defining Images): Fix example in
542         image-load-path-for-library by not recommending that one binds
543         image-load-path.  Just defvar it to placate compiler and only use
544         it if previously defined.
546 2006-03-14  Bill Wohler  <wohler@newt.com>
548         * display.texi (Defining Images): In image-load-path-for-library,
549         always return list of directories.  Update example.
551 2006-03-14  Alan Mackenzie  <acm@muc.de>
553         * modes.texi: New node, "Region to Fontify" (for Font Lock).
554         This describes font-lock-extend-region-function.
555         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
556         the new node "Region to Fontify".
558 2006-03-13  Richard Stallman  <rms@gnu.org>
560         * display.texi (Invisible Text): The impossible position is
561         now before the invisible text, not after.
562         (Defining Images): Clean up last change.
564 2006-03-11  Bill Wohler  <wohler@newt.com>
566         * display.texi (Defining Images): Add image-load-path-for-library.
568 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
570         * text.texi (Adaptive Fill): Fix Texinfo usage.
572         * strings.texi (Creating Strings): Fix Texinfo usage.
574         * searching.texi (Regexp Special): Use @samp for regular
575         expressions that are not in Lisp syntax.
577 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
579         * searching.texi (Regexp Special): Put remark between parentheses
580         to avoid misreading.
582 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
584         * searching.texi (Syntax of Regexps): More accurately describe
585         which characters are special in which situations.
586         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
587         are not special.  Describe in detail when `[' and `]' are special.
588         (Regexp Backslash): Plenty of regexps with unbalanced square
589         brackets are valid, so reword that statement.
591 2006-03-02  Kim F. Storm  <storm@cua.dk>
593         * keymaps.texi (Tool Bar): Add tool-bar-border.
595 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
597         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
599 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
601         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
603         * files.texi (Locating Files): Suggest additional values for the
604         SUFFIXES arg of `locate-file'.  Update pxref.
606         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
607         (How Programs Do Loading): Discuss the effects of Auto Compression
608         mode on `load'.
609         (Load Suffixes): New node.
610         (Library Search): Delete description of `load-suffixes'; it was
611         moved to "Load Suffixes".
612         (Autoload, Named Features): Mention `load-suffixes'.
614 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
616         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
618         * windows.texi (Window Tree): Fix typo.
620 2006-02-20  Kim F. Storm  <storm@cua.dk>
622         * display.texi (Fringe Indicators): New section.
623         Move indicate-empty-lines, indicate-buffer-boundaries, and
624         default-indicate-buffer-boundaries here.
625         Add fringe-indicator-alist and default-fringes-indicator-alist.
626         Add list of logical fringe indicator symbols.
627         Update list of standard bitmap names.
628         (Fringe Cursors): New section.
629         Move overflow-newline-into-fringe here.
630         Add fringe-cursor-alist and default-fringes-cursor-alist.
631         Add list of fringe cursor symbols.
633 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
635         * commands.texi (Using Interactive): Fix reference to node
636         "Minibuffers".
638 2006-02-19  Richard M. Stallman  <rms@gnu.org>
640         * minibuf.texi (High-Level Completion):
641         Add xref to read-input-method-name.
643         * files.texi (Relative File Names): Move file-relative-name here.
644         (File Name Expansion): From here.  Minor clarifications.
646         * commands.texi (Using Interactive): Add xrefs about reading input.
647         Clarify remarks about that moving point and mark.
648         Put string case before list case.
650 2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
652         * display.texi (Other Display Specs, Image Descriptors):
653         Revert erroneous changes.  The previous description of
654         image-descriptors as `(image . PROPS)' was correct.
656 2006-02-14  Richard M. Stallman  <rms@gnu.org>
658         * variables.texi (File Local Variables): Clarifications.
660 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
662         * variables.texi (File Local Variables): Use @code for a cons
663         cell, not @var.
665 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
667         * variables.texi (File Local Variables): Document new file local
668         variable behavior.
670 2006-02-10  Kim F. Storm  <storm@cua.dk>
672         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
674 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
676         * modes.texi (%-Constructs): Remove obsolete info about
677         `global-mode-string'.
679 2006-02-07  Richard M. Stallman  <rms@gnu.org>
681         * commands.texi (Prefix Command Arguments): Minor cleanup.
683         * display.texi: "Graphical display", not window system.
685         * functions.texi (What Is a Function): Fix xref.
687         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
688         (Changing Key Bindings): Clarify when remapping is better than
689         substitute-key-definition.
691 2006-02-02  Richard M. Stallman  <rms@gnu.org>
693         * minibuf.texi (Basic Completion): Completion alists are risky.
695         * keymaps.texi (Active Keymaps): Clarifications.
696         (Searching Keymaps): New node.
697         (Keymaps): Update menu.
699         * frames.texi (Layout Parameters): Minor clarification.
700         (Drag and Drop): New node.
701         (Frames): Update menu.
703 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
705         * display.texi (Other Display Specs, Image Descriptors):
706         Image description is a list, not a cons cell.
708 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
710         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
711         list is not necessarily a list).
713 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
715         * frames.texi (Layout Parameters): border-width and
716         internal-border-width belong to the frame, not the window.
718 2006-01-19  Richard M. Stallman  <rms@gnu.org>
720         * nonascii.texi (Translation of Characters): Search cmds use
721         translation-table-for-input.  Automatically made local.
723         * markers.texi (Overview of Markers): Count insertion type
724         as one of a marker's attributes.
726         * keymaps.texi (Controlling Active Maps): New node, split out of
727         Active Keymaps.
728         (Keymaps): Menu updated.
729         (Active Keymaps): Give pseudocode to explain how the active
730         maps are searched.  current-active-maps and key-binding moved here.
731         (Functions for Key Lookup): current-active-maps and key-binding moved.
732         Clarifications.
733         (Searching the Keymaps): New subnode.
735         * elisp.texi (Top): Menu clarification.
737         * display.texi (Other Display Specs): Delete duplicate entry for
738         just a string as display spec.  Move text about recursive display
739         specs on such a string.
741         * commands.texi (Key Sequence Input): Clarify.
742         Move num-nonmacro-input-events out.
743         (Reading One Event): num-nonmacro-input-events moved here.
745 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
747         * advice.texi (Simple Advice): Update example to fit argument
748         change in previous-line.
750 2006-01-05  Richard M. Stallman  <rms@gnu.org>
752         * markers.texi (The Mark): Fix in `mark'.
754 2006-01-04  Richard M. Stallman  <rms@gnu.org>
756         * processes.texi (Misc Network, Make Network): Minor cleanups.
758 2006-01-04  Kim F. Storm  <storm@cua.dk>
760         * processes.texi (Make Network): Add IPv6 addresses and handling.
761         (Network Feature Testing): Mention (:family ipv6).
762         (Misc Network): Add IPv6 formats to format-network-address.
764 2005-12-30  Richard M. Stallman  <rms@gnu.org>
766         * text.texi (Changing Properties):
767         Don't use return value of set-text-properties.
769 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
771         * modes.texi (Mode Line Format): Correct typo in menu.
773 2005-12-29  Richard M. Stallman  <rms@gnu.org>
775         * modes.texi (Mode Line Top): New node.
776         (Mode Line Data): Some text moved to new node.
777         Explain the data structure more concretely.
778         (Mode Line Basics): Clarifications.
779         (Mode Line Variables): Clarify intro paragraph.
780         (%-Constructs): Clarify intro paragraph.
781         (Mode Line Format): Update menu.
783 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
785         * minibuf.texi (Basic Completion): Update lazy-completion-table
786         examples for removal of ARGS argument.
788 2005-12-23  Richard M. Stallman  <rms@gnu.org>
790         * text.texi (Undo): Restore some explanation from the version
791         that was deleted.
793 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
795         * text.texi (Undo): Remove duplicate descriptions of `apply
796         funname' and `apply delta' elements of the undo list.
798 2005-12-20  Richard M. Stallman  <rms@gnu.org>
800         * help.texi (Help Functions): Update documentation of `apropos'.
802 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
804         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
805         because it is confusing.  If the :help-echo keyword is a function,
806         it is not directly used as the :help-echo overlay property, as the
807         xref seems to suggest (it does not take the appropriate args).
809 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
811         * customize.texi (Common Keywords): Fix Texinfo usage.
812         (Group Definitions, Variable Definitions): Update for new
813         conventions for using `*' in docstrings.
815         * tips.texi (Documentation Tips): Update for new conventions for
816         using `*' in docstrings.
818 2005-12-16  Richard M. Stallman  <rms@gnu.org>
820         * minibuf.texi (Minibuffer Contents): Minor cleanup.
822 2005-12-16  Juri Linkov  <juri@jurta.org>
824         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
826 2005-12-14  Romain Francoise  <romain@orebokech.com>
828         * modes.texi (Customizing Keywords): Rename `append' to `how'.
829         Fix typo.
831 2005-12-11  Juri Linkov  <juri@jurta.org>
833         * minibuf.texi (Completion Commands): Add mention of read-file-name
834         for filename completion keymaps.
835         (Reading File Names): Add mention of filename completion keymaps
836         for read-file-name and xref to `Completion Commands'.
838 2005-12-10  Richard M. Stallman  <rms@gnu.org>
840         * customize.texi (Common Keywords): State caveats for use of :tag.
842 2005-12-08  Richard M. Stallman  <rms@gnu.org>
844         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
845         with xrefs and better explanation.
846         (Completion Commands): Add the filename completion maps.
848         * objects.texi (Character Type): Clarify that \s is not space
849         if a dash follows.
851 2005-12-05  Richard M. Stallman  <rms@gnu.org>
853         * windows.texi (Resizing Windows): Delete preserve-before args.
855 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
858         in full keymaps, since the quirk has been fixed.
860 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
862         * hooks.texi (Standard Hooks): Add index entries.  Mention
863         `compilation-finish-functions'.
865 2005-11-27  Richard M. Stallman  <rms@gnu.org>
867         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
869 2005-11-21  Juri Linkov  <juri@jurta.org>
871         * customize.texi (Common Keywords): Update links types
872         custom-manual and url-link.  Add link types emacs-library-link,
873         file-link, function-link, variable-link, custom-group-link.
875 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
877         * display.texi: Revert 2005-11-20 change.
879 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
881         * processes.texi (Bindat Functions):
882         Say "third" to refer to zero-based index "2".
884 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
886         * loading.texi (Library Search): Update the default value of
887         `load-suffixes'.
889 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
891         * display.texi (Attribute Functions): Mention :ignore-defface.
893 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
895         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
896         (Minor Mode Conventions): Mention the use of a hook.
898 2005-11-06  Richard M. Stallman  <rms@gnu.org>
900         * files.texi (Magic File Names): find-file-name-handler checks the
901         `operations' property of the handler.
903 2005-11-03  Richard M. Stallman  <rms@gnu.org>
905         * variables.texi (Frame-Local Variables): Small clarification.
907 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
909         * os.texi (Init File): Document ~/.emacs.d/init.el.
911 2005-10-29  Richard M. Stallman  <rms@gnu.org>
913         * internals.texi (Garbage Collection): Document memory-full.
915 2005-10-28  Bill Wohler  <wohler@newt.com>
917         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
918         for URLs.
920 2005-10-28  Richard M. Stallman  <rms@gnu.org>
922         * minibuf.texi (Completion Commands): Clean up prev change.
924 2005-10-26  Kevin Ryde  <user42@zip.com.au>
926         * compile.texi (Eval During Compile): Explain recommended uses
927         of eval-when-compile and eval-and-compile.
929 2005-10-27  Masatake YAMATO  <jet@gyve.org>
931         * minibuf.texi (Completion Commands):
932         Write about new optional argument for `display-completion-list'.
934 2005-10-23  Richard M. Stallman  <rms@gnu.org>
936         * display.texi (Overlay Arrow): Clarify about local bindings of
937         overlay-arrow-position.
939 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
941         * internals.texi (Building Emacs): Fix last change.
943 2005-10-22  Richard M. Stallman  <rms@gnu.org>
945         * internals.texi (Building Emacs): Document eval-at-startup.
947 2005-10-21  Richard M. Stallman  <rms@gnu.org>
949         * loading.texi (Where Defined): load-history contains abs file names.
950         symbol-file returns abs file names.
952 2005-10-19  Kim F. Storm  <storm@cua.dk>
954         * display.texi (Showing Images): Add max-image-size integer value.
956 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
958         * display.texi (Showing Images): Document max-image-size.
960 2005-10-17  Richard M. Stallman  <rms@gnu.org>
962         * commands.texi (Quitting): Minor clarification.
964         * processes.texi (Sentinels): Clarify about output and quitting.
965         (Filter Functions): Mention with-local-quit.
967 2005-10-17  Juri Linkov  <juri@jurta.org>
969         * buffers.texi (Current Buffer):
970         * commands.texi (Event Input Misc):
971         * compile.texi (Eval During Compile, Compiler Errors):
972         * customize.texi (Group Definitions):
973         * display.texi (Progress, Defining Faces):
974         * files.texi (Writing to Files):
975         * modes.texi (Mode Hooks, Defining Minor Modes):
976         * streams.texi (Output Functions):
977         * syntax.texi (Syntax Table Functions):
978         * text.texi (Change Hooks):
979         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
981         * commands.texi (Quitting): Replace arg `forms' with `body' in
982         `with-local-quit'.
984         * positions.texi (Excursions): Replace arg `forms' with `body' in
985         `save-excursion'.
987 2005-10-08  Kim F. Storm  <storm@cua.dk>
989         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
990         Rename manual section accordingly.
992 2005-10-04  Kim F. Storm  <storm@cua.dk>
994         * windows.texi (Window Split Tree): New section describing
995         new function window-split-tree function.
997 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
999         * display.texi (Fringe Size/Pos): Simplify and add detail.
1001 2005-09-30  Romain Francoise  <romain@orebokech.com>
1003         * minibuf.texi (High-Level Completion): Explain that the prompt
1004         given to `read-buffer' should end with a colon and a space.
1005         Update usage examples.
1007 2005-09-29  Juri Linkov  <juri@jurta.org>
1009         * display.texi (Displaying Messages): Rename argument name
1010         `string' to `format-string' in functions `message', `message-box',
1011         `message-or-box'.
1013 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
1015         * errors.texi (Standard Errors): Correct xrefs.
1017 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
1019         * display.texi (Defining Images): Update documentation for
1020         `image-load-path'.
1022 2005-09-17  Richard M. Stallman  <rms@gnu.org>
1024         * display.texi (Defining Images): Clean up previous change.
1026 2005-09-16  Romain Francoise  <romain@orebokech.com>
1028         * elisp.texi: Specify GFDL version 1.2.
1030         * doclicense.texi (GNU Free Documentation License): Update to
1031         version 1.2.
1033 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
1035         * display.texi (Defining Images): Document `image-load-path'.
1037 2005-09-15  Richard M. Stallman  <rms@gnu.org>
1039         * objects.texi (Printed Representation): Minor cleanup.
1040         (Box Diagrams): Minor fix.
1041         (Cons Cell Type): Move (...) index item here.
1042         (Box Diagrams): From here.
1043         (Array Type): Minor fix.
1044         (Type Predicates): Delete index "predicates".
1045         (Hash Table Type): Clarify xref.
1046         (Dotted Pair Notation): Minor fix.
1048 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
1050         * files.texi (Saving Buffers): Fix typo.
1052 2005-09-08  Richard M. Stallman  <rms@gnu.org>
1054         * tips.texi (Programming Tips): Correct the "default" prompt spec.
1056 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
1058         * locals.texi (Standard Buffer-Local Variables): Don't include
1059         mode variables for minor modes.
1060         Fix xrefs for buffer-display-count, buffer-display-table,
1061         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1062         enable-multibyte-characters, fill-column, header-line-format,
1063         left-fringe-width, left-margin, and right-fringe-width.
1065         * hooks.texi (Standard Hooks): All hooks should conform to the
1066         standard naming convention now.
1067         Fix xref for `echo-area-clear-hook'.
1069         * display.texi (Usual Display): Note that indicate-empty-lines and
1070         tab-width are buffer-local.
1072         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1074         * modes.texi (Mode Help): Note that major-mode is buffer-local.
1076         * nonascii.texi (Encoding and I/O): Note that
1077         buffer-file-coding-system is buffer-local.
1079         * positions.texi (List Motion): Note that defun-prompt-regexp is
1080         buffer-local.
1082         * text.texi (Auto Filling): Note that auto-fill-function is
1083         buffer-local.
1084         (Undo): Note that buffer-undo-list is buffer-local.
1086         * windows.texi (Buffers and Windows): Document
1087         buffer-display-count.
1089 2005-09-06  Richard M. Stallman  <rms@gnu.org>
1091         * tips.texi (Coding Conventions): Sometimes it is ok to put the
1092         package prefix elsewhere than at the start of the name.
1094 2005-09-03  Richard M. Stallman  <rms@gnu.org>
1096         * tips.texi (Programming Tips): Add conventions for minibuffer
1097         questions and prompts.
1099 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
1101         * intro.texi (nil and t): Minor cleanup.
1102         Delete spurious mention of keyword symbols.
1103         (Evaluation Notation): Add index entry.
1104         (A Sample Function Description): Minor cleanup.
1105         (A Sample Variable Description): Not all vars can be set.
1107 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
1109         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1111         (Insertion): Document precise type of `insert-char' arg COUNT.
1113 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1115         * modes.texi (Other Font Lock Variables): Sync the default of
1116         font-lock-lines-before.
1118 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
1120         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1122 2005-08-29  Richard M. Stallman  <rms@gnu.org>
1124         * elisp.texi (Top): Update subnode menu.
1126         * searching.texi (Searching and Matching): Move node.
1127         Rearrange contents and add overall explanation.
1128         (Searching and Case): Move node.
1129         (Searching and Matching): Update menu.
1131 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
1133         * os.texi (Startup Summary): Fix the description of the initial
1134         startup message display.
1136 2005-08-25  Richard M. Stallman  <rms@gnu.org>
1138         * searching.texi (Search and Replace): Add replace-regexp-in-string.
1140 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
1142         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1143         `next-overlay-change' example.
1145 2005-08-22  Juri Linkov  <juri@jurta.org>
1147         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1148         Fix invert-face.  Fix args of face-background.
1150         * display.texi (Standard Faces): Delete node.
1151         (Faces): Add xref to `(emacs)Standard Faces'.
1152         (Displaying Faces): Fix xref to `Standard Faces'.
1154         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1156 2005-08-20  Alan Mackenzie  <acm@muc.de>
1158         * buffers.texi (The Buffer List): Clarify the manipulation of the
1159         buffer list.
1161 2005-08-14  Richard M. Stallman  <rms@gnu.org>
1163         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1164         a regexp.
1166 2005-08-11  Richard M. Stallman  <rms@gnu.org>
1168         * elisp.texi (Top): Update subnode lists.
1170         * display.texi (Inverse Video): Node deleted.
1172         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1173         New nodes split out of Coding Conventions.
1175         * searching.texi (Regular Expressions): Document re-builder.
1177         * os.texi (Time Parsing): New node split out of Time Conversion.
1179         * processes.texi (Misc Network, Network Feature Testing)
1180         (Network Options, Make Network): New nodes split out of
1181         Low-Level Network.
1183 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1185         * frames.texi (Geometry): New node, split from Size and Position.
1186         (Frame Parameters): Refer to Geometry.
1188         * buffers.texi (The Buffer List): Fix xrefs.
1190         * windows.texi (Splitting Windows): Fix xref.
1192         * frames.texi (Layout Parameters): Add xref.
1194         * display.texi (Line Height, Scroll Bars): Fix xrefs.
1196         * keymaps.texi (Menu Bar): Fix xref.
1198         * locals.texi (Standard Buffer-Local Variables): Fix xref.
1200         * modes.texi (%-Constructs): Fix xref.
1202         * frames.texi (Window Frame Parameters): Node split up.
1203         (Basic Parameters, Position Parameters, Size Parameters)
1204         (Layout Parameters, Buffer Parameters, Management Parameters)
1205         (Cursor Parameters, Color Parameters): New subnodes.
1207 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
1209         * positions.texi (Screen Lines): Update xref for previous change
1210         in minibuf.texi.
1212         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1213         change in minibuf.texi.
1215 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1217         * tips.texi (Coding Conventions): Minor cleanup.
1219         * modes.texi (Defining Minor Modes): Explain when init-value
1220         can be non-nil.
1222         * elisp.texi (Top): Update submenu for Minibuffer.
1224         * minibuf.texi (Minibuffer Misc): Node split up.
1225         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1226         (Recursive Mini): New nodes split out from Minibuffer Misc.
1227         (Minibuffer Misc): Document max-mini-window-height.
1229         * hash.texi (Defining Hash): Delete stray paren in example.
1231         * display.texi (Echo Area Customization): Don't define
1232         max-mini-window-height here; xref instead.
1234         * commands.texi (Event Input Misc): Update while-no-input.
1236         * advice.texi (Advising Functions): Explain when to use advice
1237         and when to use a hook.
1239 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
1241         * makefile.w32-in (info): Don't run install-info.
1242         ($(infodir)/dir): New target, produced by running install-info.
1244 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
1246         * modes.texi (Defining Minor Modes): The keyword for the initial
1247         value is :init-value, not :initial-value.
1249 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
1251         * loading.texi (Autoload): Make the `doctor' example be consistent
1252         with what's in current loaddefs.el.  Describe the "fn" magic in
1253         the usage portion of the doc string.
1255 2005-07-22  Richard M. Stallman  <rms@gnu.org>
1257         * internals.texi (Garbage Collection): Clarify previous change.
1259 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1261         * internals.texi (Garbage Collection): Add gc-cons-percentage.
1263 2005-07-18  Juri Linkov  <juri@jurta.org>
1265         * commands.texi (Accessing Events):
1266         * frames.texi (Text Terminal Colors, Resources):
1267         * markers.texi (The Mark):
1268         * modes.texi (Defining Minor Modes):
1269         Delete duplicate duplicate words.
1271 2005-07-16  Richard M. Stallman  <rms@gnu.org>
1273         * display.texi (Managing Overlays): Clarify make-overlay
1274         args for insertion types.
1276 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
1278         * customize.texi (Variable Definitions):
1279         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
1280         `standard-value' is a list too.
1281         (Defining New Types): Use @key{RET} instead of @key{ret}.
1283 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
1285         * os.texi (Translating Input): Fix typo.
1287 2005-07-08  Richard M. Stallman  <rms@gnu.org>
1289         * README: Update edition number and size estimate.
1291         * elisp.texi (VERSION): Set to 2.9.
1293 2005-07-07  Richard M. Stallman  <rms@gnu.org>
1295         * book-spine.texinfo: Update Emacs version.
1297         * display.texi (Inverse Video): Delete mode-line-inverse-video.
1299 2005-07-06  Richard M. Stallman  <rms@gnu.org>
1301         * searching.texi (Regexp Search): Clarify what re-search-forward
1302         does when the search fails.
1304 2005-07-05  Lute Kamstra  <lute@gnu.org>
1306         * Update FSF's address in GPL notices.
1308         * doclicense.texi (GNU Free Documentation License):
1309         * gpl.texi (GPL):
1310         * tips.texi (Coding Conventions, Library Headers):
1311         * vol1.texi:
1312         * vol2.texi: Update FSF's address.
1314 2005-07-04  Richard M. Stallman  <rms@gnu.org>
1316         * hooks.texi (Standard Hooks): Add occur-hook.
1318 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1320         * display.texi (The Echo Area): Correct menu.
1322 2005-07-03  Richard M. Stallman  <rms@gnu.org>
1324         * elisp.texi (Top): Update subnode menu for Display.
1326         * display.texi (Displaying Messages): New node, with most
1327         of what was in The Echo Area.
1328         (Progress): Moved under The Echo Area.
1329         (Logging Messages): New node with new text.
1330         (Echo Area Customization): New node, the rest of what was
1331         in The Echo Area.  Document message-truncate-lines with @defvar.
1332         (Display): Update menu.
1334         * windows.texi (Textual Scrolling): Doc 3 values for
1335         scroll-preserve-screen-position.
1337         * text.texi (Special Properties): Change hook functions
1338         should bind inhibit-modification-hooks around altering buffer text.
1340         * keymaps.texi (Key Binding Commands): Call binding BINDING
1341         rather than DEFINITION.
1343 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
1345         * variables.texi (Defining Variables): `user-variable-p' returns t
1346         for aliases of user options, nil for alias loops.
1348 2005-06-28  Richard M. Stallman  <rms@gnu.org>
1350         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1351         make-keymap.
1353 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
1355         * variables.texi (Setting Variables): Correct and clarify
1356         description of `add-to-ordered-list'.
1358 2005-06-26  Richard M. Stallman  <rms@gnu.org>
1360         * display.texi (Faces): Minor cleanup.
1362 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
1364         * display.texi (Faces): `facep' returns t for strings that are
1365         face names.
1367 2005-06-25  Richard M. Stallman  <rms@gnu.org>
1369         * objects.texi (Equality Predicates): Clarify meaning of equal.
1371         * windows.texi (Selecting Windows): save-selected-window
1372         and with-selected-window save and restore the current buffer.
1374 2005-06-24  Richard M. Stallman  <rms@gnu.org>
1376         * numbers.texi (Float Basics): Explain how to test for NaN,
1377         and printing the sign of NaNs.
1379 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
1381         * makefile.w32-in (MAKEINFO): Use --force.
1383 2005-06-23  Richard M. Stallman  <rms@gnu.org>
1385         * display.texi (Face Functions): Correct Texinfo usage.
1387 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
1389         * lists.texi (Rings): `ring-elements' now returns the elements of
1390         RING in order.
1392 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
1394         * markers.texi (The Mark): Texinfo usage fix.
1396 2005-06-23  Kim F. Storm  <storm@cua.dk>
1398         * searching.texi (Entire Match Data): Remove evaporate option for
1399         match-data.  Do not mention evaporate option for set-match-data.
1401 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
1403         * display.texi (Face Functions): Mention face aliases.
1405 2005-06-21  Richard M. Stallman  <rms@gnu.org>
1407         * anti.texi (Antinews): Texinfo usage fix.
1409 2005-06-21  Karl Berry  <karl@gnu.org>
1411         * elisp.texi: Use @copying.
1413         * elisp.texi: Put @summarycontents and @contents before the Top
1414         node, instead of the end of the file, so that the contents appear
1415         in the right place in the dvi/pdf output.
1417 2005-06-21  Juri Linkov  <juri@jurta.org>
1419         * display.texi (Defining Faces): Add `customized-face'.
1421 2005-06-20  Kim F. Storm  <storm@cua.dk>
1423         * variables.texi (Setting Variables): Any type of element can be
1424         given order in add-to-ordered-list.  Compare elements with eq.
1426         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
1428 2005-06-20  Karl Berry  <karl@gnu.org>
1430         * syntax.texi (Syntax Flags): Make last column very slightly wider
1431         to avoid "generic comment" breaking on two lines and causing an
1432         underfull box.
1434 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
1436         * lists.texi (Rings): Various minor clarifications and corrections.
1438 2005-06-18  Richard M. Stallman  <rms@gnu.org>
1440         * functions.texi (Obsolete Functions): Simplify.
1442         * variables.texi (Variable Aliases): Simplify.
1444         * anti.texi, backups.texi, compile.texi, customization.texi:
1445         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
1446         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
1447         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
1448         * variables.texi: Fix formatting ugliness.
1450         * elisp.texi: Add links to Rings and Byte Packing.
1451         Update version and copyright years.
1453         * minibuf.texi: Fix formatting ugliness.
1454         (Completion Commands): Move keymap vars to the end
1455         and vars completing-read binds to the top.
1457 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
1459         * processes.texi: Fix typos.
1460         (Bindat Spec): Correct Texinfo error.
1461         (Byte Packing): Fix ungrammatical sentence.
1463 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
1465         * lists.texi (Rings): New node.
1466         (Lists): Add it to menu.
1468         * processes.texi (Byte Packing): New node.
1469         (Processes): Add it to menu.
1471 2005-06-17  Richard M. Stallman  <rms@gnu.org>
1473         * syntax.texi (Parsing Expressions): Fix texinfo usage.
1475         * help.texi (Documentation Basics): Explain the xref to
1476         Documentation Tips.
1478         * debugging.texi (Debugger Commands): Minor fix.
1480 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
1482         * edebug.texi (Instrumenting): Eliminate duplicate link.
1483         (Specification List): Replace references to "below", referring to
1484         a later node, with one @ref to that node.
1486         * os.texi (Timers): Timers should save and restore the match data
1487         if they change it.
1489         * debugging.texi (Debugger Commands): Mention that the Lisp
1490         debugger can not step through primitive functions.
1492 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
1494         * functions.texi (Obsolete Functions): Update argument names of
1495         `make-obsolete' and `define-obsolete-function-alias'.
1497         * variables.texi (Variable Aliases): Update argument names of
1498         `defvaralias', `make-obsolete-variable' and
1499         `define-obsolete-variable-alias'.
1501 2005-06-15  Kim F. Storm  <storm@cua.dk>
1503         * searching.texi (Entire Match Data): Rephrase warnings about
1504         evaporate arg to match-data and set-match-data.
1506 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
1508         * elisp.texi (Top): Update detailed menu.
1510         * edebug.texi (Edebug): Update menu.
1511         (Instrumenting): Update xrefs.
1512         (Edebug Execution Modes): Correct xref.
1513         (Jumping): Clarify description of `h' command.
1514         Eliminate redundant @ref.
1515         (Breaks): New node.
1516         (Breakpoints): is now a subsubsection.
1517         (Global Break Condition): Mention `C-x X X'.
1518         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
1519         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1520         (Edebug Display Update): Correct pxref.
1521         (Edebug and Macros): New node.
1522         (Instrumenting Macro Calls): Is now a subsubsection.
1523         Neither arg of `def-edebug-spec' is evaluated.
1524         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1525         (Specification Examples): Fix typo.
1527 2005-06-14  Lute Kamstra  <lute@gnu.org>
1529         * debugging.texi (Function Debugging): Primitives can break on
1530         entry too.
1532 2005-06-14  Kim F. Storm  <storm@cua.dk>
1534         * variables.texi (Setting Variables): Add add-to-ordered-list.
1536 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1538         * syntax.texi (Parsing Expressions): Document aux functions and vars of
1539         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1541 2005-06-13  Lute Kamstra  <lute@gnu.org>
1543         * text.texi (Special Properties): Fix cross reference.
1545 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
1547         * debugging.texi (Function Debugging): Delete mention of empty
1548         string argument to `cancel-debug-on-entry'.  Delete inaccurate
1549         description of the return value of that command.
1551 2005-06-11  Alan Mackenzie  <acm@muc.de>
1553         * text.texi (Adaptive Fill): Amplify the description of
1554         fill-context-prefix.
1556 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
1558         * syntax.texi (Parsing Expressions): Fix Texinfo error.
1560 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1562         * syntax.texi (Parsing Expressions): Document syntax-ppss.
1564 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
1566         * debugging.texi (Error Debugging): Minor rewording.
1567         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1568         is optional.
1570 2005-06-10  Lute Kamstra  <lute@gnu.org>
1572         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
1573         (Top): Give it a title.  Correct version number.  Give the
1574         detailed node listing a more prominent header.
1575         * intro.texi: Don't set VERSION here a second time.
1576         Mention Emacs's version too.
1577         * anti.texi (Antinews): Use EMACSVER to refer to the current
1578         version of Emacs.
1580 2005-06-09  Kim F. Storm  <storm@cua.dk>
1582         * searching.texi (Entire Match Data): Explain new `reseat' argument to
1583         match-data and set-match-data.
1585 2005-06-08  Richard M. Stallman  <rms@gnu.org>
1587         * searching.texi (Entire Match Data): Clarify when match-data
1588         returns markers and when integers.
1590         * display.texi (Defining Faces): Explain that face name should not
1591         end in `-face'.
1593         * modes.texi (Mode Line Data): Minor cleanup.
1594         (Customizing Keywords): Node split out of Search-based Fontification.
1595         Add example of using font-lock-add-keywords from a hook.
1596         Clarify when MODE should be non-nil, and when nil.
1598 2005-06-06  Richard M. Stallman  <rms@gnu.org>
1600         * modes.texi (Mode Line Data): Explain what happens when the car
1601         of a list is a void symbol.
1602         (Search-based Fontification): Explain MODE arg to
1603         font-lock-add-keywords and warn about calls from major modes.
1605 2005-06-08  Juri Linkov  <juri@jurta.org>
1607         * display.texi (Standard Faces): Add `shadow' face.
1609 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
1611         * modes.texi (Major Mode Conventions): A derived mode only needs
1612         to put the call to the parent mode inside `delay-mode-hooks'.
1614 2005-05-29  Richard M. Stallman  <rms@gnu.org>
1616         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1617         new, and what that implies.  Clarify.
1619         * files.texi (Locating Files): Clean up the text.
1621         * frames.texi (Window Frame Parameters): Document user-size.
1622         Shorten entry for top by referring to left.
1624 2005-05-26  Richard M. Stallman  <rms@gnu.org>
1626         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1627         is new, and what the implications are.  Other clarifications.
1629 2005-05-24  Richard M. Stallman  <rms@gnu.org>
1631         * frames.texi (Dialog Boxes): Minor fixes.
1633 2005-05-25  Masatake YAMATO  <jet@gyve.org>
1635         * display.texi (Standard Faces): Write about `mode-line-highlight'.
1637 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
1639         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1640         is optional.
1642 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
1644         * frames.texi (Dialog Boxes): Descibe new optional argument.
1646 2005-05-23  Lute Kamstra  <lute@gnu.org>
1648         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1649         syntax-begin-function over font-lock-beginning-of-syntax-function.
1651 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
1653         * minibuf.texi (Reading File Names): Update description of
1654         `read-directory-name'.
1656         * modes.texi (Derived Modes): Clarify :group keyword.
1658 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
1660         * files.texi (Locating Files): New subsection.
1661         Describe locate-file and executable-find.
1663 2005-05-21  Kevin Ryde  <user42@zip.com.au>
1665         * frames.texi (Initial Parameters): Update cross reference to
1666         "Emacs Invocation".
1668 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
1670         * keymaps.texi (Active Keymaps): Add anchor.
1672         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1673         (Major Mode Conventions): Refer to `Auto Major Mode' in more
1674         appropriate place.
1675         (Derived Modes): Small clarifications.
1676         (Minor Mode Conventions, Keymaps and Minor Modes):
1677         Replace references to nodes with references to anchors.
1678         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1679         Clarify description of lists whose first element is an integer.
1680         (Mode Line Variables): Add anchor.
1681         (%-Constructs): Clarify description of integer after %.
1682         (Emulating Mode Line): Describe nil value for FACE.
1684 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
1686         * modes.texi (Derived Modes): Correct references to non-existing
1687         variable standard-syntax-table.
1689 2005-05-17  Lute Kamstra  <lute@gnu.org>
1691         * modes.texi (Defining Minor Modes): Mention the mode hook.
1693 2005-05-15  Kim F. Storm  <storm@cua.dk>
1695         * processes.texi (Network): Remove open-network-stream-nowait.
1696         (Network Servers): Remove open-network-stream-server.
1698 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
1700         * elisp.texi (Top): Update detailed menu.
1702         * variables.texi: Reorder nodes.
1703         (Variables): Update menu.
1704         (File Local Variables): Do not refer to the `-*-' line as
1705         a "local variables list".  Add pxref.
1707 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
1709         * elisp.texi (Top): Update detailed menu for node changes.
1711         * modes.texi (Modes): Update Menu.
1712         (Hooks):  Move to beginning of chapter.
1713         Most minor modes run mode hooks too.
1714         `add-hook' can handle void hooks or hooks whose value is a single
1715         function.
1716         (Major Modes): Update Menu.
1717         (Major Mode Basics): New node, split off from `Major Modes'.
1718         (Major Mode Conventions): Correct xref.  Explain how to handle
1719         auto-mode-alist if the major mode command has an autoload cookie.
1720         (Auto Major Mode): Major update.  Add magic-mode-alist.
1721         (Derived Modes): Major update.
1722         (Mode Line Format): Update Menu.
1723         (Mode Line Basics): New node, split off from `Mode Line Format'.
1725         * loading.texi (Autoload): Mention `autoload cookie' as synonym
1726         for `magic autoload comment'.  Add index entries and anchor.
1728 2005-05-14  Richard M. Stallman  <rms@gnu.org>
1730         * tips.texi (Coding Conventions): Explain how important it is
1731         that just loading certain files not change Emacs behavior.
1733         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
1735 2005-05-12  Lute Kamstra  <lute@gnu.org>
1737         * modes.texi (Generic Modes): Update.
1738         (Major Modes): Refer to node "Generic Modes".
1740         * elisp.texi (Top): Update to the current structure of the manual.
1741         * processes.texi (Processes): Add menu description.
1742         * customize.texi (Customization): Add menu descriptions.
1744 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
1746         * processes.texi (Signals to Processes)
1747         (Low-Level Network): Fix typos.
1749 2005-05-11  Lute Kamstra  <lute@gnu.org>
1751         * elisp.texi (Top): Add some nodes from the chapter "Major and
1752         Minor Modes" to the detailed node listing.
1754 2005-05-10  Richard M. Stallman  <rms@gnu.org>
1756         * keymaps.texi (Extended Menu Items): Menu item filter functions
1757         can be called at any time.
1759 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
1761         * variables.texi (File Local Variables): `(hack-local-variables t)'
1762         now also checks whether a mode is specified in the local variables
1763         list.
1765 2005-05-05  Kevin Ryde  <user42@zip.com.au>
1767         * display.texi (The Echo Area): Correct format function cross
1768         reference.
1770 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
1772         * variables.texi (Variable Aliases): Change description of
1773         `define-obsolete-variable-alias'.
1775         * functions.texi (Functions): Add "Obsolete Functions" to menu.
1776         (Defining Functions): Add xref.
1777         (Obsolete Functions): New node.
1778         (Function Safety): Standardize capitalization of section title.
1780         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
1781         (Dialog Boxes): Complete description of `x-popup-dialog'.
1783 2005-05-04  Richard M. Stallman  <rms@gnu.org>
1785         * commands.texi (Interactive Codes): Fix Texinfo usage.
1786         Document U more clearly.
1788 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1790         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
1791         function and not a macro.
1793         * frames.texi (Pop-Up Menus): Correct and clarify description of
1794         `x-popup-menu'.
1795         (Dialog Boxes): Clarify description of `x-popup-dialog'.
1797 2005-05-01  Richard M. Stallman  <rms@gnu.org>
1799         * edebug.texi (Checking Whether to Stop): Fix previous change.
1801 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1803         * display.texi: Fix typos and Texinfo usage.
1805         * edebug.texi (Checking Whether to Stop): executing-macro ->
1806         executing-kbd-macro.
1808 2005-05-01  Richard M. Stallman  <rms@gnu.org>
1810         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
1812 2005-04-30  Richard M. Stallman  <rms@gnu.org>
1814         * files.texi (Magic File Names): Document `operations' property.
1816 2005-04-29  Lute Kamstra  <lute@gnu.org>
1818         * modes.texi (Generic Modes): New node.
1819         (Major Modes): Add it to the menu.
1820         (Derived Modes): Add "derived mode" to concept index.
1822 2005-04-28  Lute Kamstra  <lute@gnu.org>
1824         * modes.texi (Defining Minor Modes): Fix previous change.
1825         (Font Lock Mode): Simplify.
1826         (Font Lock Basics): Say that font-lock-defaults is buffer-local
1827         when set and that some parts are optional.  Add cross references.
1828         (Search-based Fontification): Say how to specify font-lock-keywords.
1829         Add cross references.  Add font-lock-multiline to index.
1830         Move font-lock-keywords-case-fold-search here from node "Other Font
1831         Lock Variables".  Document font-lock-add-keywords and
1832         font-lock-remove-keywords.
1833         (Other Font Lock Variables): Move font-lock-keywords-only,
1834         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1835         and font-lock-syntactic-face-function to node "Syntactic Font
1836         Lock".  Move font-lock-keywords-case-fold-search to node
1837         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
1838         and font-lock-{,un}fontify-{buffer,region}-function.
1839         (Precalculated Fontification): Remove reference to deleted variable
1840         font-lock-core-only.
1841         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
1842         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
1843         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1844         and font-lock-syntactic-face-function here from node "Other Font
1845         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
1846         Syntax Properties".  Add cross references.
1847         (Setting Syntax Properties): New node.
1848         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
1849         * syntax.texi (Syntax Properties): Add cross reference.
1850         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
1852 2005-04-26  Richard M. Stallman  <rms@gnu.org>
1854         * display.texi (Defining Faces):
1855         Document `default' elements of defface spec.
1857         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
1859         * variables.texi (Variable Aliases): Clarify text.
1861 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
1863         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
1865 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
1867         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
1869 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
1871         * syntax.texi (Syntax Table Internals): Elaborate documentation of
1872         syntax-after and syntax-class.
1874         * files.texi (Changing Files): Fix last change's cross-reference.
1875         (Unique File Names): Don't mention "numbers" in the documentation
1876         of make-temp-file and make-temp-name.
1878 2005-04-23  Richard M. Stallman  <rms@gnu.org>
1880         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
1882 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
1884         * windows.texi (Cyclic Window Ordering): Clarify window-list.
1886 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
1888         * variables.texi (Variable Aliases): Describe make-obsolete-variable
1889         and define-obsolete-variable-alias.
1891 2005-04-22  Kim F. Storm  <storm@cua.dk>
1893         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
1894         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
1896 2005-04-21  Lute Kamstra  <lute@gnu.org>
1898         * lists.texi (Association Lists): Document rassq-delete-all.
1900 2005-04-19  Richard M. Stallman  <rms@gnu.org>
1902         * modes.texi (Search-based Fontification): Explain that
1903         facespec is an expression to be evaluated.
1905 2005-04-19  Kevin Ryde  <user42@zip.com.au>
1907         * streams.texi (Output Functions): Fix xref.
1908         * strings.texi (String Conversion): Fix xref.
1910 2005-04-19  Kim F. Storm  <storm@cua.dk>
1912         * symbols.texi (Symbol Plists): Add safe-get.
1913         Mention that `get' may signal an error.
1915 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
1917         * customize.texi (Variable Definitions): Replace tooltip-mode
1918         example with save-place.
1920 2005-04-17  Richard M. Stallman  <rms@gnu.org>
1922         * buffers.texi (Indirect Buffers): Clarify.
1924         * positions.texi (Positions): Clarify converting marker to integer.
1926         * strings.texi (String Basics): Mention string-match; clarify.
1928 2005-04-08  Lute Kamstra  <lute@gnu.org>
1930         * modes.texi (Search-based Fontification): Fix cross references.
1931         Use consistent terminology.  Document anchored highlighting.
1933 2005-04-05  Lute Kamstra  <lute@gnu.org>
1935         * modes.texi (Defining Minor Modes): Document :group keyword
1936         argument and its default value.
1938 2005-04-03  Lute Kamstra  <lute@gnu.org>
1940         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
1941         references and/or descriptions.  Delete major mode hooks; mention
1942         them as a category instead.  Rename or delete obsolete hooks.
1944 2005-04-02  Richard M. Stallman  <rms@gnu.org>
1946         * nonascii.texi (Coding System Basics): Another wording cleanup.
1948 2005-04-01  Richard M. Stallman  <rms@gnu.org>
1950         * nonascii.texi (Coding System Basics): Clarify previous change.
1952 2005-04-01  Kenichi Handa  <handa@m17n.org>
1954         * nonascii.texi (Coding System Basics): Describe about rondtrip
1955         identity of coding systems.
1957 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
1959         * text.texi (Buffer Contents): Add filter-buffer-substring and
1960         buffer-substring-filters.
1962 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
1964         * anti.texi (Antinews): Mention `G' interactive code.
1966         * tips.texi (Compilation Tips): Mention benchmark.el.
1968 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
1970         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
1971         is now bound to M-o M-o.
1973         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
1975 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
1977         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
1978         in the Emacs Manual).
1979         * Makefile.in (srcs): Remove calendar.texi.
1980         * makefile.w32-in (srcs): Remove calendar.texi.
1981         * display.texi (Display): Change name of next node.
1982         * os.texi (System In): Change name of previous node.
1983         * elisp.texi (Top): Remove Calendar references.
1984         * vol1.texi (Top): Remove Calendar references.
1985         * vol2.texi (Top): Remove Calendar references.
1987 2005-03-25  Richard M. Stallman  <rms@gnu.org>
1989         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
1990         Cleanup previous change.
1992 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
1994         * display.texi (Face Attributes): Faces earlier in an :inherit
1995         list take precedence.
1996         (Scroll Bars): Fix description of vertical-scroll-bars.
1997         Document frame-current-scroll-bars and window-current-scroll-bars.
1999         * markers.texi (The Mark): Document temporary Transient Mark mode.
2001         * minibuf.texi (Reading File Names):
2002         Document read-file-name-completion-ignore-case.
2004         * positions.texi (Screen Lines): Document nil for width argument
2005         to compute-motion.
2007 2005-03-23  Kim F. Storm  <storm@cua.dk>
2009         * display.texi (Standard Faces): Other faces used in the fringe
2010         implicitly inherits from the fringe face.
2011         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2012         properties implicitly inherits from fringe face.
2013         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2015 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
2017         * display.texi (Invisible Text): State default value of
2018         line-move-ignore-invisible.
2019         (Managing Overlays): Document remove-overlays.
2020         (Standard Faces): Document escape-glyph face.
2022         * minibuf.texi (Reading File Names): Document read-file-name-function.
2024         * modes.texi (Other Font Lock Variables):
2025         Document font-lock-lines-before.
2027         * positions.texi (Skipping Characters): skip-chars-forward allows
2028         character classes.
2030 2005-03-18  Lute Kamstra  <lute@gnu.org>
2032         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2034 2005-03-17  Richard M. Stallman  <rms@gnu.org>
2036         * text.texi (Undo): Document extensible undo entries.
2038         * searching.texi (String Search, Regexp Search, Regexp Search):
2039         Cleanups.
2041         * nonascii.texi (Character Codes): Minor fix.
2043         * display.texi (Display Property): Explain the significance
2044         of having text properties that are eq.
2045         (Other Display Specs): Explain string as display spec.
2047         * commands.texi (Interactive Codes): Document G option.
2049 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
2051         * text.texi (Filling): Add sentence-end-without-period and
2052         sentence-end-without-space.
2053         (Changing Properties): Minor fix.
2055         * anti.texi: Total rewrite.
2057 2005-03-15  Lute Kamstra  <lute@gnu.org>
2059         * edebug.texi (Instrumenting Macro Calls): Fix typos.
2061 2005-03-08  Kim F. Storm  <storm@cua.dk>
2063         * display.texi (Specified Space): Property :width is support on
2064         non-graphic terminals, :height is not.
2066 2005-03-07  Richard M. Stallman  <rms@gnu.org>
2068         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2069         Now subnodes of Fringes.
2070         (Overlay Arrow): Document overlay-arrow-variable-list.
2071         (Fringe Size/Pos): New node, broken out of Fringes.
2072         (Display): Explain clearing vs redisplay better.
2073         (Truncation): Clarify use of bitmaps.
2074         (The Echo Area): Clarify the uses of the echo area.
2075         Add max-mini-window-height.
2076         (Progress): Clarify.
2077         (Invisible Text): Explain that main loop moves point out.
2078         (Selective Display): Say "hidden", not "invisible".
2079         (Managing Overlays): Move up.  Describe relation to Undo here.
2080         (Overlay Properties): Clarify intro.
2081         (Finding Overlays): Explain return values when nothing found.
2082         (Width): truncate-string-to-width has added arg.
2083         (Displaying Faces): Clarify and update mode line face handling.
2084         (Face Functions): Minor cleanup.
2085         (Conditional Display): Merge into Other Display Specs.
2086         (Pixel Specification, Other Display Specs): Minor cleanups.
2087         (Images, Image Descriptors): Minor cleanups.
2088         (GIF Images): Patents have expired.
2089         (Showing Images): Explain default text for insert-image.
2090         (Manipulating Button Types): Merge into Manipulating Buttons.
2091         (Making Buttons): Explain return values.
2092         (Button Buffer Commands): Add xref.
2093         (Inverse Video): Update mode-line-inverse-video.
2094         (Display Table Format): Clarify.
2095         (Active Display Table): Give defaults for window-display-table.
2097         * calendar.texi (Calendar Customizing): calendar-holiday-marker
2098         and calendar-today-marker are strings, not chars.
2099         (Holiday Customizing): Minor fix.
2101         * internals.texi (Writing Emacs Primitives): Update `or' example.
2102         Update limit on # args of subr.
2104         * edebug.texi (Using Edebug): Arrow is in fringe.
2105         (Instrumenting): Arg to eval-defun works without loading edebug.
2106         (Edebug Execution Modes): Add xref.
2108         * customize.texi (Common Keywords): Clarify :require.
2109         Mention :version here.
2110         (Variable Definitions, Group Definitions): Not here.
2111         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2113 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
2114         * nonascii.texi (Text Representations): Clarify position-bytes.
2115         (Character Sets): Add list-charset-chars.
2116         (Scanning Charsets): Add charset-after.
2117         (Encoding and I/O): Minor fix.
2119 2005-03-06  Richard M. Stallman  <rms@gnu.org>
2121         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2122         (Resizing Windows): Likewise.
2124         * text.texi (Change Hooks): Get rid of "Emacs 21".
2126         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2128         * streams.texi (Output Variables): Get rid of "Emacs 21".
2130         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2132         * os.texi (Translating Input): Replace flow-control example
2133         with a less obsolete example that uses `keyboard-translate'.
2135         * objects.texi (Hash Table Type, Circular Objects):
2136         Get rid of "Emacs 21".
2138         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2139         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2141         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2143         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2145         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2146         (Menu Bar): Fix when menu-bar-update-hook is called.
2148         * hash.texi (Hash Tables): Get rid of "Emacs 21".
2150         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2151         and make it read better.
2153         * files.texi (Writing to Files): Get rid of "Emacs 21".
2154         (Unique File Names): Likewise.
2156         * elisp.texi: Update Emacs version to 22.
2158         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2159         (Overlay Properties, Face Attributes): Likewise.
2160         (Managing Overlays): Fix punctuation.
2161         (Attribute Functions): Clarify set-face-font; get rid of
2162         info about old Emacs versions.
2163         (Auto Faces, Font Lookup, Display Property, Images):
2164         Get rid of "Emacs 21".
2166         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2168 2005-03-05  Richard M. Stallman  <rms@gnu.org>
2170         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2172 2005-03-04  Lute Kamstra  <lute@gnu.org>
2174         * debugging.texi (Error Debugging): Document stack-trace-on-error.
2176 2005-03-03  Lute Kamstra  <lute@gnu.org>
2178         * edebug.texi (Instrumenting Macro Calls): Fix typo.
2180 2005-03-01  Lute Kamstra  <lute@gnu.org>
2182         * debugging.texi (Debugger Commands): Update `j'.
2184 2005-02-28  Lute Kamstra  <lute@gnu.org>
2186         * debugging.texi (Debugging): Fix typo.
2187         (Error Debugging): Document eval-expression-debug-on-error.
2188         (Function Debugging): Update example.
2189         (Using Debugger): Mention starred stack frames.
2190         (Debugger Commands): Document `j' and `l'.
2191         (Invoking the Debugger): `d' and `j' exit recursive edit too.
2192         Update the messages that the debugger displays.
2193         (Internals of Debugger): Add cross reference.  Update example.
2194         (Excess Open): Minor improvement.
2195         (Excess Close): Minor improvement.
2197 2005-02-26  Richard M. Stallman  <rms@gnu.org>
2199         * tips.texi (Coding Conventions): Clarify.
2200         Put all the major mode key reservations together.
2201         Mention the Mouse-1 => Mouse-2 conventions.
2203         * syntax.texi (Syntax Class Table): Clarify.
2204         (Syntax Table Functions): syntax-after moved from here.
2205         (Syntax Table Internals): syntax-after moved to here.
2206         (Parsing Expressions): Update info on number of values
2207         and what's meaningful in the STATE argument.
2208         (Categories): Fix typo.
2210         * sequences.texi (Arrays): Cleanup.
2211         (Char-Tables): Clarify.
2213         * processes.texi (Deleting Processes): Cleanups, add xref.
2214         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
2215         (Process Information): set-process-coding-system, some args optional.
2216         (Input to Processes): Explain various types for PROCESS args.
2217         Rename them from PROCESS-NAME to PROCESS.
2218         (Signals to Processes): Likewise.
2219         (Decoding Output): Cleanup.
2220         (Query Before Exit): Clarify.
2222         * os.texi (Startup Summary): Correct the options; add missing ones.
2223         (Terminal Output, Batch Mode): Clarify.
2224         (Flow Control): Node deleted.
2226         * markers.texi (The Mark): Clarify.
2228         * macros.texi (Expansion): Cleanup.
2229         (Indenting Macros): indent-spec allows ints, not floats.
2231         * keymaps.texi (Keymaps): Clarify.
2232         (Format of Keymaps): Update lisp-mode-map example.
2233         (Active Keymaps, Key Lookup): Clarify.
2234         (Changing Key Bindings): Add xref to `kbd'.
2235         (Key Binding Commands, Simple Menu Items): Clarify.
2236         (Mouse Menus, Menu Bar): Clarify.
2237         (Menu Example): Replace print example with menu-bar-replace-menu.
2239         * help.texi (Documentation Basics): Add function-documentation prop.
2241         * elisp.texi (Top): Don't refer to Flow Control node.
2243         * commands.texi (Command Overview): Improve xrefs.
2244         (Adjusting Point): Adjusting point applies to intangible and invis.
2245         (Key Sequence Input): Doc extra read-key-sequence args.
2246         Likewise for read-key-sequence-vector.
2248         * backups.texi (Rename or Copy): Minor fix.
2249         (Numbered Backups): For version-control, say the default.
2250         (Auto-Saving): make-auto-save-file-name example is simplified.
2252         * advice.texi (Advising Functions): Don't imply one part of Emacs
2253         should advise another part.  Markup changes.
2254         (Defining Advice): Move transitional para.
2255         (Activation of Advice): Cleanup.
2256         Explain if COMPILE is nil or negative.
2258         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2260 2005-02-24  Lute Kamstra  <lute@gnu.org>
2262         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2263         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2265 2005-02-23  Lute Kamstra  <lute@gnu.org>
2267         * modes.texi (Defining Minor Modes): define-minor-mode can be used
2268         to define global minor modes as well.
2270         * display.texi (Managing Overlays): overlay-buffer returns nil for
2271         deleted overlays.
2273 2005-02-22  Kim F. Storm  <storm@cua.dk>
2275         * minibuf.texi (Basic Completion): Allow symbols in addition to
2276         strings in try-completion and all-completions.
2278 2005-02-14  Lute Kamstra  <lute@gnu.org>
2280         * elisp.texi (Top): Remove reference to deleted node.
2282         * lists.texi (Lists): Remove reference to deleted node.
2283         (Cons Cells): Fix typo.
2285         * loading.texi (Where Defined): Fix typo.
2287 2005-02-14  Richard M. Stallman  <rms@gnu.org>
2289         * variables.texi (Creating Buffer-Local): change-major-mode-hook
2290         is useful for discarding some minor modes.
2292         * symbols.texi (Symbol Components): Reorder examples.
2294         * streams.texi (Input Functions): State standard-input default.
2295         (Output Variables): State standard-output default.
2297         * objects.texi (Printed Representation): Clarify read syntax vs print.
2298         (Floating Point Type): Explain meaning better.
2299         (Symbol Type): Explain uniqueness better.
2300         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
2301         List examples sooner.
2302         (Box Diagrams): New subnode broken out.
2303         Some examples moved from old Lists as Boxes node.
2304         (Dotted Pair Notation): Clarify intro.
2305         (Array Type): Clarify.
2306         (Type Predicates): Add hash-table-p.
2308         * numbers.texi (Integer Basics): Clarify radix explanation.
2309         (Predicates on Numbers): Minor clarification.
2310         (Comparison of Numbers): Minor clarification.  Clarify eql.
2311         Typos in min, max.
2312         (Math Functions): Clarify overflow in expt.
2314         * minibuf.texi (Text from Minibuffer): Minor clarification.
2315         Mention arrow keys.
2317         * loading.texi (Autoload): defun's doc string overrides autoload's
2318         doc string.
2319         (Repeated Loading): Modernize "add to list" examples.
2320         (Where Defined): Finish updating table of load-history elts.
2322         * lists.texi (List-related Predicates): Minor wording improvement.
2323         (Lists as Boxes): Node deleted.
2324         (Building Lists): Explain trivial cases of number-sequence.
2326         * hash.texi (Hash Tables): Add desc to menu items.
2327         (Creating Hash): Expain "full" means "make larger",
2328         (Hash Access): Any object can be a key.
2329         State value of maphash.
2331         * functions.texi (What Is a Function): Wording cleanup.
2332         (Function Documentation): Minor cleanup.
2333         Explain purpose of calling convention at end of doc string.
2334         (Function Names): Wording cleanup.
2335         (Calling Functions): Wording cleanup.
2336         Explain better how funcall calls the function.
2337         (Function Cells): Delete example of saving and redefining function.
2339         * control.texi (Combining Conditions): Wording cleanup.
2340         (Iteration): dolist and dotimes bind VAR locally.
2341         (Cleanups): Xref to Atomic Changes.
2343         * compile.texi (Byte Compilation): Delete 19.29 info.
2344         (Compilation Functions): Macros' difficulties don't affect defsubst.
2345         (Docs and Compilation): Delete 19.29 info.
2347 2005-02-10  Richard M. Stallman  <rms@gnu.org>
2349         * objects.texi (Symbol Type): Minor correction.
2351 2005-02-06  Lute Kamstra  <lute@gnu.org>
2353         * modes.texi (Example Major Modes): Fix typos.
2355 2005-02-06  Richard M. Stallman  <rms@gnu.org>
2357         * text.texi (Margins): fill-nobreak-predicate can be one function.
2359         * strings.texi (Modifying Strings): clear-string can make unibyte.
2360         (Formatting Strings): format gives error if values missing.
2362         * positions.texi (Character Motion): Mention default arg
2363         for forward-char.  backward-char refers to forward-char.
2364         (Word Motion): Mention default arg for forward-word.
2365         (Buffer End Motion): Mention default arg for beginning-of-buffer.
2366         Simplify end-of-buffer.
2367         (Text Lines): Mention default arg for forward-line.
2368         (List Motion): Mention default arg for beginning/end-of-defun.
2369         (Skipping Characters): Minor fixes in explaining character-set.
2371         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2372         Mode inheritance applies only when default-major-mode is nil.
2373         Clarifications.
2374         (Example Major Modes): Update Text mode and Lisp mode examples.
2375         (Minor Mode Conventions): Mention define-minor-mode at top.
2376         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2377         (Mode Line Format): Update mode line face display info.
2378         (Properties in Mode): Mention effect of risky vars.
2379         (Imenu): Define imenu-add-to-menubar.
2380         (Font Lock Mode): Add descriptions to menu lines.
2381         (Faces for Font Lock): Add font-lock-doc-face.
2383 2005-02-05  Lute Kamstra  <lute@gnu.org>
2385         * text.texi (Maintaining Undo): Remove obsolete function.
2387 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
2389         * frames.texi (Color Names): Add pointer to the X docs about RGB
2390         color specifications.  Improve indexing
2391         (Text Terminal Colors): Replace the description of RGB values by
2392         an xref to "Color Names".
2394 2005-02-03  Richard M. Stallman  <rms@gnu.org>
2396         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2397         Clarify.
2398         (Selecting Windows): Clarify save-selected-window.
2399         (Cyclic Window Ordering): Clarify walk-windows.
2400         (Window Point): Clarify.
2401         (Window Start): Add comment to example.
2402         (Resizing Windows): Add `interactive' specs in examples.
2403         Document fit-window-to-buffer.
2405         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
2406         (Undo, Maintaining Undo): Clarify last change.
2407         (Sorting): In sort-numeric-fields, explain about octal and hex.
2408         Mention sort-numeric-base.
2409         (Format Properties): Add xref for hard newlines.
2411         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
2412         (Pop-Up Menus): Fix typo.
2413         (Color Names): Explain all types of color names.
2414         Explain color-values on B&W terminal.
2415         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
2417         * files.texi (File Locks): Not supported on MS systems.
2418         (Testing Accessibility): Clarify.
2420         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
2421         (Coverage Testing): Fix typo.
2423         * commands.texi (Misc Events): Remove stray space.
2425         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
2426         (Modification Time): Clarify when visited-file-modtime returns 0.
2427         (The Buffer List): Clarify bury-buffer.
2428         (Killing Buffers): Clarify.
2429         (Indirect Buffers): Add clone-indirect-buffer.
2431 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
2433         * edebug.texi (Printing in Edebug): Fix default value of
2434         edebug-print-circle.
2435         (Coverage Testing): Fix displayed frequency count data.
2437 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
2439         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
2441 2005-02-02  Kim F. Storm  <storm@cua.dk>
2443         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
2445 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
2447         * commands.texi (Misc Events): Describe the help-echo event.
2449         * text.texi (Special Properties) <help-echo>: Use `pos'
2450         consistently in description of the help-echo property.
2451         Use @code{nil} instead of @var{nil}.
2453         * display.texi (Overlay Properties): Fix the index entry for
2454         help-echo overlay property.
2456         * customize.texi (Type Keywords): Uncomment the xref to the
2457         help-echo property documentation.
2459 2005-01-23  Kim F. Storm  <storm@cua.dk>
2461         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
2462         return value.  Third element FULLY replaced by PARTIAL which
2463         specifies number of invisible pixels if row is only partially visible.
2464         (Textual Scrolling): Mention auto-window-vscroll.
2465         (Vertical Scrolling): New defvar auto-window-vscroll.
2467 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
2469         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
2470         command remapping.
2472 2005-01-15  Richard M. Stallman  <rms@gnu.org>
2474         * display.texi (Defining Images): Mention DATA-P arg of create-image.
2476 2005-01-14  Kim F. Storm  <storm@cua.dk>
2478         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
2480         * text.texi (Links and Mouse-1): Fix string and vector item.
2482 2005-01-13  Richard M. Stallman  <rms@gnu.org>
2484         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2485         descriptions of overriding-local-map and overriding-terminal-local-map.
2487         * text.texi (Links and Mouse-1): Clarify text.
2489 2005-01-13  Kim F. Storm  <storm@cua.dk>
2491         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2493 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
2495         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2497 2005-01-12  Kim F. Storm  <storm@cua.dk>
2499         * text.texi (Links and Mouse-1): Rename section from Enabling
2500         Mouse-1 to Following Links.  Change xrefs.
2501         Add examples for define-button-type and define-widget.
2503         * display.texi (Button Properties, Button Buffer Commands):
2504         Clarify mouse-1 and follow-link functionality.
2506 2005-01-12  Richard M. Stallman  <rms@gnu.org>
2508         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2510         * display.texi (Beeping): Fix Texinfo usage.
2512         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2514 2005-01-11  Kim F. Storm  <storm@cua.dk>
2516         * display.texi (Button Properties, Button Buffer Commands):
2517         Mention mouse-1 binding.  Add follow-link keyword.
2519         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2520         (Enabling Mouse-1 to Follow Links): New subsection.
2522 2005-01-06  Richard M. Stallman  <rms@gnu.org>
2524         * text.texi (Special Properties): Minor change.
2526         * os.texi (Timers): Clarify previous change.
2528         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2530 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
2532         * display.texi (Face Attributes): Correct xref to renamed node.
2534 2005-01-01  Richard M. Stallman  <rms@gnu.org>
2536         * display.texi (Face Attributes): Describe hex color specs.
2538 2004-12-31  Richard M. Stallman  <rms@gnu.org>
2540         * os.texi (Timers): Update previous change.
2542 2004-12-30  Kim F. Storm  <storm@cua.dk>
2544         * display.texi (Line Height): Total line-height is now specified
2545         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
2546         in cons cells.  (nil . RATIO) is relative to actual line height.
2547         Use line-height `t' instead of `0' to get minimum height.
2549 2004-12-29  Richard M. Stallman  <rms@gnu.org>
2551         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2553 2004-12-28  Richard M. Stallman  <rms@gnu.org>
2555         * commands.texi (Quitting): Clarify value of with-local-quit.
2557         * elisp.texi (Top): Fix previous change.
2559         * loading.texi (Loading): Fix previous change.
2561 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2563         * Makefile.in (MAKEINFO): Specify --force.
2565         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2567         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2569         * display.texi (Line Height): Further clarify.
2571         * elisp.texi (Top): Update Loading submenu.
2573         * loading.texi (Where Defined): New node.
2574         (Unloading): load-history moved to Where Defined.
2576 2004-12-21  Richard M. Stallman  <rms@gnu.org>
2578         * commands.texi (Event Input Misc): Add while-no-input.
2580 2004-12-11  Richard M. Stallman  <rms@gnu.org>
2582         * display.texi (Line Height): Rewrite text for clarity.
2584 2004-12-11  Kim F. Storm  <storm@cua.dk>
2586         * display.texi (Display): Add node "Line Height" to menu.
2587         (Line Height): New node.  Move full description of line-spacing
2588         and line-height text properties here from text.texi.
2589         (Scroll Bars): Add vertical-scroll-bar variable.
2591         * frames.texi (Window Frame Parameters): Remove line-height defvar.
2593         * locals.texi (Standard Buffer-Local Variables): Fix xref for
2594         line-spacing and vertical-scroll-bar.
2596         * text.texi (Special Properties): Just mention line-spacing and
2597         line-height here, add xref to new "Line Height" node.
2599 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
2601         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2603         * locals.texi (Standard Buffer-Local Variables):
2604         Add @xref for `line-spacing'.
2606 2004-12-05  Richard M. Stallman  <rms@gnu.org>
2608         * Makefile.in (maintainer-clean): Remove the info files
2609         in $(infodir) where they are created.
2611 2004-12-03  Richard M. Stallman  <rms@gnu.org>
2613         * windows.texi (Selecting Windows): get-lru-window and
2614         get-largest-window don't consider dedicated windows.
2616         * text.texi (Undo): Document undo-in-progress.
2618 2004-11-26  Richard M. Stallman  <rms@gnu.org>
2620         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2621         Remove a few vars that are not always buffer-local.
2623 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
2625         * locals.texi (Standard Buffer-Local Variables): Comment out
2626         xref's to non-existent node `Yet to be written'.
2628 2004-11-24  Richard M. Stallman  <rms@gnu.org>
2630         * processes.texi (Synchronous Processes): Grammar fix.
2632         * numbers.texi (Comparison of Numbers): Add eql.
2634         * locals.texi (Standard Buffer-Local Variables): Add many vars.
2636         * intro.texi (Printing Notation): Fix previous change.
2638         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2639         and default-indicate-buffer-boundaries from here.
2640         (Usual Display): To here.
2641         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2642         (Usual Display): Move tab-width up.
2644         * customize.texi (Variable Definitions): Replace
2645         show-paren-mode example with tooltip-mode.
2646         (Simple Types, Composite Types, Defining New Types):
2647         Minor cleanups.
2649 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
2651         * processes.texi (Synchronous Processes, Output from Processes):
2652         Markup fix.
2654 2004-11-20  Richard M. Stallman  <rms@gnu.org>
2656         * positions.texi (Skipping Characters): skip-chars-forward
2657         now handles char classes.
2659         * intro.texi (Printing Notation): Avoid confusion of `print'
2660         when explaining @print.
2662         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2664         * display.texi (Display Table Format): Minor fix.
2666         * streams.texi (Output Functions): Fix print example.
2668         * Makefile.in (elisp): New target.
2669         (dist): Depend on $(infodir)/elisp, not elisp.
2670         Copy the info files from $(infodir).
2672         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2673         read-from-minibuffer.
2675         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2677 2004-11-19  Richard M. Stallman  <rms@gnu.org>
2679         * searching.texi (Regexp Search): Add search-whitespace-regexp.
2681 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
2683         * tips.texi (Coding Conventions): Fix typo.
2685 2004-11-16  Richard M. Stallman  <rms@gnu.org>
2687         * tips.texi (Coding Conventions): Separate defvar and require
2688         methods to avoid warnings.  Use require only when there are many
2689         functions and variables from that package.
2691         * minibuf.texi (Minibuffer Completion): When ignoring case,
2692         predicate must not be case-sensitive.
2694         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2695         (Test Coverage): Don't talk about "splotches".  Clarified.
2697 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
2699         * frames.texi (Window Frame Parameters): Fix typo.
2701 2004-11-15  Kim F. Storm  <storm@cua.dk>
2703         * symbols.texi (Other Plists): Note that plist-get may signal error.
2704         Add safe-plist-get.
2706 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
2708         * modes.texi (Font Lock Basics): Fix typo.
2710 2004-11-08  Richard M. Stallman  <rms@gnu.org>
2712         * syntax.texi (Syntax Table Functions): Add syntax-after.
2714 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
2716         * os.texi (Processor Run Time): New section documenting
2717         get-internal-run-time.
2719 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
2721         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
2722         it nukes elisp-cover.texi.
2723         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
2724         elisp-0 etc.
2726 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
2728         * commands.texi (Keyboard Macros): Document `append' return value
2729         of `defining-kbd-macro'.
2731 2004-11-01  Richard M. Stallman  <rms@gnu.org>
2733         * commands.texi (Interactive Call): Add called-interactively-p.
2735 2004-10-29  Simon Josefsson  <jas@extundo.com>
2737         * minibuf.texi (Reading a Password): Revert.
2739 2004-10-28  Richard M. Stallman  <rms@gnu.org>
2741         * frames.texi (Display Feature Testing): Explain about "vendor".
2743 2004-10-27  Richard M. Stallman  <rms@gnu.org>
2745         * commands.texi (Interactive Codes): `N' uses numeric prefix,
2746         not raw.  Clarify `n'.
2747         (Interactive Call): Rewrite interactive-p, focusing on when
2748         and how to use it.
2749         (Misc Events): Clarify previous change.
2751         * advice.texi (Simple Advice): Clarify what job the example does.
2752         (Around-Advice): Clarify ad-do-it.
2753         (Activation of Advice): An option of ad-default-compilation-action
2754         is `never', not `nil'.
2756 2004-10-26  Kim F. Storm  <storm@cua.dk>
2758         * commands.texi (Interactive Codes): Add U code letter.
2760 2004-10-25  Simon Josefsson  <jas@extundo.com>
2762         * minibuf.texi (Reading a Password): Add.
2764 2004-10-24  Jason Rumney  <jasonr@gnu.org>
2766         * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
2767         and wheel-down.
2769 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
2771         * processes.texi (Synchronous Processes): Document process-file.
2773 2004-10-22  Kenichi Handa  <handa@m17n.org>
2775         * text.texi (translate-region): Document that it accepts also a
2776         char-table.
2778 2004-10-22  David Ponce  <david@dponce.com>
2780         * windows.texi (Resizing Windows): Document the `preserve-before'
2781         argument of the functions `enlarge-window' and `shrink-window'.
2783 2004-10-19  Jason Rumney  <jasonr@gnu.org>
2785         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
2787 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
2789         * text.texi (Filling): Add anchor for definition of
2790         `sentence-end-double-space'.
2792         * searching.texi (Regexp Example): Update description of how
2793         Emacs currently recognizes the end of a sentence.
2794         (Standard Regexps): Update definition of the variable
2795         `sentence-end'.  Add definition of the function `sentence-end'.
2797 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
2799         * display.texi (Progress): New node.
2801 2004-10-05  Kim F. Storm  <storm@cua.dk>
2803         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
2805 2004-09-29  Kim F. Storm  <storm@cua.dk>
2807         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
2808         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
2809         fringe bitmap symbols, as they now have their own namespace.
2810         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
2811         vs. pixels.  Signal error if no free bitmap slots.
2812         (Pixel Specification): Change IMAGE to @var{image}.
2814 2004-09-28  Richard M. Stallman  <rms@gnu.org>
2816         * text.texi (Special Properties): Clarify line-spacing and line-height.
2818         * searching.texi (Regexp Search): Add looking-back.
2820 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
2822         * display.texi: Correct typos.
2823         (Image Descriptors): Correct xref's.
2825 2004-09-25  Richard M. Stallman  <rms@gnu.org>
2827         * text.texi (Special Properties): Cleanups in `cursor'.
2828         Rewrites in `line-height' and `line-spacing'; exchange them.
2830         * display.texi (Fringes): Rewrite previous change.
2831         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
2832         (Display Fringe Bitmaps): Node deleted, text moved.
2833         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
2834         (Scroll Bars): Clarify set-window-scroll-bars.
2835         (Pointer Shape): Rewrite.
2836         (Specified Space): Clarify :align-to, etc.
2837         (Pixel Specification): Use @var.  Clarify new text.
2838         (Other Display Specs): Clarify `slice'.
2839         (Image Descriptors): Cleanups.
2840         (Showing Images): Cleanups.
2842 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
2844         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
2846         * modes.texi: Various minor changes in addition to:
2847         (Major Mode Conventions): Final call to `run-mode-hooks' should
2848         not be inside the `delay-mode-hooks' form.
2849         (Mode Hooks): New node.
2850         (Hooks): Delete obsolete example.
2851         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
2852         node "Mode Hooks".
2854 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
2856         * display.texi: Correct various typos.
2857         (Display): Rename node "Pointer Shapes" to "Pointer
2858         Shape".  (There is already a node called "Pointer Shapes" in
2859         frames.texi.)
2860         (Images): Remove non-existent node "Image Slices" from menu.
2862 2004-09-23  Kim F. Storm  <storm@cua.dk>
2864         * text.texi (Special Properties): Add `cursor', `pointer',
2865         `line-height', and `line-spacing' properties.
2867         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
2868         Shapes' to menu.
2869         (Standard Faces): Doc fix for fringe face.
2870         (Fringes): Add `overflow-newline-into-fringe' and
2871         'indicate-buffer-boundaries'.
2872         (Fringe Bitmaps, Pointer Shapes): New nodes.
2873         (Display Property): Add 'Pixel Specification' and 'Display Fringe
2874         Bitmaps' to menu.
2875         (Specified Space): Describe pixel width and height.
2876         (Pixel Specification): New node.
2877         (Other Display Specs): Add `slice' property.
2878         (Display Fringe Bitmaps): New node.
2879         (Images): Add 'Image Slices' to menu.
2880         (Image Descriptors): Add `:pointer' and `:map' properties.
2881         (Showing Images): Add slice arg to `insert-image'.  Add
2882         'insert-sliced-image'.
2884 2004-09-20  Richard M. Stallman  <rms@gnu.org>
2886         * commands.texi (Key Sequence Input):
2887         Clarify downcasing in read-key-sequence.
2889 2004-09-08  Juri Linkov  <juri@jurta.org>
2891         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
2893 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
2895         * locals.texi (Standard Buffer-Local Variables): Add
2896         `buffer-auto-save-file-format'.
2897         * internals.texi (Buffer Internals): Describe new
2898         auto_save_file_format field of the buffer structure.
2899         * files.texi (Format Conversion): `auto-save-file-format' has been
2900         renamed `buffer-auto-save-file-format'.
2902 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
2904         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
2905         an integer or a marker.
2906         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
2908 2004-08-22  Richard M. Stallman  <rms@gnu.org>
2910         * modes.texi (Major Mode Conventions): Discuss rebinding of
2911         standard key bindings.
2913 2004-08-18  Kim F. Storm  <storm@cua.dk>
2915         * processes.texi (Accepting Output): Add `just-this-one' arg to
2916         `accept-process-output'.
2917         (Output from Processes): New var `process-adaptive-read-buffering'.
2919 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
2921         * keymaps.texi: Various changes in addition to:
2922         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
2923         Give more varied examples for `kbd'.
2924         (Creating Keymaps): Char tables have slots for all characters
2925         without modifiers.
2926         (Active Keymaps): `overriding-local-map' and
2927         `overriding-terminal-local-map' also override text property and
2928         overlay keymaps.
2929         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
2930         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
2931         to denote a prefix of no events.
2932         `map-keymap' includes parent's bindings _recursively_.
2933         Clarify and correct description of `where-is-internal'.
2934         Mention BUFFER-OR-NAME arg to `describe-bindings'.
2935         (Menu Example): For menus intended for use with the keyboard, the
2936         menu items should be bound to characters or real function keys.
2938 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
2940         * objects.texi (Character Type): Reposition `@anchor' to prevent
2941         double space inside sentence in Info.
2943         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
2944         renamed to `disabled-command-function'.
2945         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
2946         (Command Loop Info): Replace reference to it.
2947         (Disabling Commands): `disabled-command-hook' has been renamed to
2948         `disabled-command-function'.
2950 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
2952         * os.texi (Translating Input): Only non-prefix bindings in
2953         `key-translation-map' override actual key bindings.  Warn about
2954         possible indirect effect of actual key bindings on non-prefix
2955         bindings in `key-translation-map'.
2957 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
2959         * minibuf.texi (High-Level Completion): Add anchor for definition
2960         of `read-variable'.
2962         * commands.texi: Various changes in addition to:
2963         (Using Interactive): Clarify description of `interactive-form'.
2964         (Interactive Call): Mention default for KEYS argument to
2965         `call-interactively'.
2966         (Command Loop Info): Clarify description of `this-command-keys'.
2967         Mention KEEP-RECORD argument to `clear-this-command-keys'.
2968         Value of `last-event-frame' can be `macro'.
2969         (Repeat Events): `double-click-fuzz' is also used to distinguish
2970         clicks and drags.
2971         (Classifying Events): Clarify descriptions of `event-modifiers'
2972         `event-basic-type' and `event-convert-list'.
2973         (Accessing Events): `posn-timestamp' takes POSITION argument.
2974         (Quoted Character Input): Clarify description of
2975         `read-quoted-char' and fix example.
2976         (Quitting): Add `with-local-quit'.
2977         (Disabling Commands):  Correct and clarify descriptions of
2978         `enable-command' and `disable-command'.
2979         Mention what happens if `disabled-command-hook' is nil.
2980         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
2981         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
2983 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
2985         * frames.texi: Various changes in addition to:
2986         (Creating Frames): Expand and clarify description of `make-frame'.
2987         (Window Frame Parameters): Either none or both of the `icon-left'
2988         and `icon-top' parameters must be specified.  Put descriptions of
2989         `menu-bar-lines' and `toolbar-lines' closer together and change
2990         them accordingly.
2991         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
2992         except while processing `frame-title-format' or `icon-title-format'.
2993         (Deleting Frames): Correct description of `delete-frame'.
2994         Non-nil return values of `frame-live-p' are like those of `framep'.
2995         (Frames and Windows): mention return value of
2996         `set-frame-selected-window'.
2997         (Visibility of Frames): Mention `force' argument to
2998         `make-frame-invisible'.  `frame-visible-p' returns t for all
2999         frames on text-only terminals.
3000         (Frame Configurations): Restoring a frame configuration does not
3001         restore deleted frames.
3002         (Window System Selections): `x-set-selection' returns DATA.
3003         (Resources): Add example.
3004         (Display Feature Testing): Clarify descriptions of
3005         `display-pixel-height', `display-pixel-width', `x-server-version'
3006         and `x-server-vendor'.
3008         * windows.texi (Choosing Window): Add anchor.
3009         * minibuf.texi (Minibuffer Misc): Add anchor.
3011 2004-07-23  John Paul Wallington  <jpw@gnu.org>
3013         * macros.texi (Defining Macros): Declaration keyword for setting
3014         Edebug spec is `debug' not `edebug'.
3016 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
3018         * windows.texi: Various small changes in addition to:
3019         (Window Point): Mention return value of `set-window-point'.
3020         (Window Start): `pos-visible-in-window-p' disregards horizontal
3021         scrolling.  Explain return value if PARTIALLY is non-nil.
3022         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3023         and `set-window-vscroll'.
3024         (Size of Window): The argument WINDOW to `window-inside-edges',
3025         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3026         (Resizing Windows): Explain return value of
3027         `shrink-window-if-larger-than-buffer'.
3028         `window-size-fixed' automatically becomes buffer local when set.
3029         (Window Configurations): Explain return value of
3030         `set-window-configuration'.
3032         * minibuf.texi (Minibuffer Misc): Add anchor for
3033         `minibuffer-scroll-window'.
3035         * positions.texi (Text Lines): Add anchor for `count-lines'.
3037 2004-07-17  Richard M. Stallman  <rms@gnu.org>
3039         * display.texi (Overlay Properties): Adding `evaporate' prop
3040         deletes empty overlay immediately.
3042         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3043         fix example.
3045 2004-07-16  Jim Blandy  <jimb@redhat.com>
3047         * searching.texi (Regexp Backslash): Document new \_< and \_>
3048         operators.
3050 2004-07-16  Juanma Barranquero  <lektu@terra.es>
3052         * display.texi (Images): Fix Texinfo usage.
3054 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
3056         * buffers.texi (Modification Time): `visited-file-modtime' now
3057         returns a list of two integers, instead of a cons.
3059 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
3061         * windows.texi: Various changes in addition to:
3062         (Splitting Windows): Add `split-window-keep-point'.
3064 2004-07-09  Richard M. Stallman  <rms@gnu.org>
3066         * frames.texi (Input Focus): Minor fix.
3068 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
3070         * frames.texi (Input Focus): Clarify descriptions of
3071         `select-frame-set-input-focus' and `select-frame'.
3073 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
3075         * os.texi: Various small changes in addition to:
3076         (Killing Emacs): Expand and clarify description of
3077         `kill-emacs-query-functions' and `kill-emacs-hook'.
3078         (System Environment): Expand and clarify description of `getenv'
3079         and `setenv'.
3080         (Timers): Clarify description of `run-at-time'.
3081         (Translating Input): Correct description of
3082         `extra-keyboard-modifiers'.
3083         (Flow Control): Correct description of `enable-flow-control'.
3085 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
3087         * os.texi: Update copyright.
3088         (Session Management): Grammar fix.
3089         Clarify which Emacs does the restarting.
3090         Use @samp for *scratch* buffer.
3092 2004-07-04  Alan Mackenzie  <acm@muc.de>
3094         * frames.texi (Input Focus): Add documentation for
3095         `select-frame-set-input-focus'.  Replace refs to non-existent
3096         `switch-frame' with `select-frame'.  Minor corrections and tidying
3097         up of text-only terminal stuff.
3099 2004-07-02  Richard M. Stallman  <rms@gnu.org>
3101         * files.texi (Saving Buffers): Cleanup write-contents-function.
3102         (Magic File Names): Cleanup file-remote-p.
3104 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
3106         * files.texi (Magic File Names): `file-remote-p' returns an
3107         identifier of the remote system, not just t.
3109 2004-07-02  David Kastrup  <dak@gnu.org>
3111         * searching.texi (Entire Match Data): Add explanation about new
3112         match-data behavior when @var{integers} is non-nil.
3114 2004-06-24  Richard M. Stallman  <rms@gnu.org>
3116         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3118         * customize.texi (Variable Definitions): Note about doc strings
3119         and :set.
3121         * keymaps.texi (Keymap Terminology): Document `kbd'.
3122         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3124         * display.texi (Invisible Text): Setting buffer-invisibility-spec
3125         makes it buffer-local.
3127         * files.texi (Saving Buffers): Correct previous change.
3129         * commands.texi (Accessing Events):
3130         Clarify posn-col-row and posn-actual-col-row.
3132 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
3134         * commands.texi (Accessing Events): New functions
3135         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
3137 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3139         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3140         * frames.texi, buffers.texi, backups.texi, variables.texi:
3141         * loading.texi, eval.texi, functions.texi, control.texi:
3142         * symbols.texi, minibuf.texi: Reposition @anchor's.
3144         * help.texi: Various small changes in addition to the following.
3145         (Describing Characters): Describe PREFIX argument to
3146         `key-description'.  Correct and clarify definition of
3147         `text-char-description'.  Describe NEED-VECTOR argument to
3148         `read-kbd-macro'.
3149         (Help Functions): Clarify definition of `apropos'.
3151 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
3153         * files.texi (Saving Buffers): Correct description of
3154         `write-contents-functions'.
3156 2004-06-21  Juanma Barranquero  <lektu@terra.es>
3158         * display.texi (Images): Remove redundant @vindex directives.
3159         Rewrite `image-library-alist' doc in active voice.
3161 2004-06-14  Juanma Barranquero  <lektu@terra.es>
3163         * display.texi (Images): Document new delayed library loading,
3164         variable `image-library-alist' and (existing but undocumented)
3165         function `image-type-available-p'.
3167 2004-06-05  Richard M. Stallman  <rms@gnu.org>
3169         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3170         refer the user to the Initial Input node.
3171         (Text from Minibuffer): Likewise.
3172         (Initial Input): New node.  Document this feature
3173         and say it is mostly deprecated.
3175 2004-05-30  Richard M. Stallman  <rms@gnu.org>
3177         * loading.texi (Named Features): Clarify return value
3178         and meaning of NOERROR.
3180         * variables.texi (File Local Variables): Minor cleanup.
3182 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
3184         * files.texi (Magic File Names): Add `file-remote-p' as operation
3185         of file name handlers.
3187 2004-05-29  Richard M. Stallman  <rms@gnu.org>
3189         * modes.texi (Minor Mode Conventions): (-) has no special meaning
3190         as arg to a minor mode command.
3192 2004-05-22  Richard M. Stallman  <rms@gnu.org>
3194         * syntax.texi (Syntax Class Table): Word syntax not just for English.
3196         * streams.texi (Output Variables): Doc float-output-format.
3198         * searching.texi (Regexp Special): Nested repetition can be infloop.
3200         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3201         real stack overflow.
3203         * compile.texi: Minor cleanups.
3205 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
3207         * lists.texi (Cons Cells): Explain dotted lists, true lists,
3208         circular lists.
3209         (List Elements): Explain handling of circular and dotted lists.
3211 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
3213         * modes.texi (Search-based Fontification): Fix typo.
3215 2004-05-10  Juanma Barranquero  <lektu@terra.es>
3217         * modes.texi (Mode Line Variables): Fix description of
3218         global-mode-string, which is now after which-func-mode, not the
3219         buffer name.
3221 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
3223         * modes.texi (Desktop Save Mode): Add.
3224         (Modes): Add menu entry Desktop Save Mode.
3226         * hooks.texi: Add desktop-after-read-hook,
3227         desktop-no-desktop-file-hook and desktop-save-hook.
3229         * locals.texi: Add desktop-save-buffer.
3231 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
3233         * display.texi: emacs -> Emacs.
3235 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
3237         * files.texi (Changing Files): Document set-file-times.
3239 2004-04-23  Juanma Barranquero  <lektu@terra.es>
3241         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3243 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
3245         * tips.texi (Coding Conventions): defopt -> defcustom.
3247 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
3249         * sequences.texi: Various clarifications.
3251 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
3253         * buffers.texi (Read Only Buffers): Mention optional ARG to
3254         `toggle-read-only'.
3256 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
3258         * windows.texi (Selecting Windows): Note that get-lru-window
3259         returns a full-width window if possible.
3261 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
3263         * buffers.texi: Various changes in addition to:
3264         (Buffer File Name): Add `find-buffer-visiting'.
3265         (Buffer Modification): Mention optional ARG to `not-modified'.
3266         (Indirect Buffers): Mention optional CLONE argument to
3267         `make-indirect-buffer'.
3269         * files.texi: Various changes in addition to:
3270         (Visiting Functions): `find-file-hook' is now a normal hook.
3271         (File Name Expansion): Explain difference between the way that
3272         `expand-file-name' and `file-truename' treat `..'.
3273         (Contents of Directories): Mention optional ID-FORMAT argument to
3274         `directory-files-and-attributes'.
3275         (Format Conversion): Mention new optional CONFIRM argument to
3276         `format-write-file'.
3278 2004-04-12  Miles Bader  <miles@gnu.org>
3280         * macros.texi (Expansion): Add description of `macroexpand-all'.
3282 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
3284         * variables.texi (Variable Aliases): Mention
3285         cyclic-variable-indirection.
3287         * errors.texi (Standard Errors): Ditto.
3289 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3291         * backups.texi:  Various small changes in addition to:
3292         (Making Backups): Mention return value of `backup-buffer'.
3293         (Auto-Saving): Mention optional FORCE argument to
3294         `delete-auto-save-file-if-necessary'.
3295         (Reverting): Mention optional PRESERVE-MODES argument to
3296         `revert-buffer'.  Correct description of `revert-buffer-function'.
3298 2004-03-22  Juri Linkov  <juri@jurta.org>
3300         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3301         with `Vector Functions'.
3303         * text.texi (Sorting): Add missing quote.
3305 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
3307         * intro.texi (Lisp History): Replace xref to `cl' manual with
3308         inforef.
3310 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3312         * intro.texi (Version Info): Add arg to emacs-version.
3313         (Lisp History): Change xref to CL manual.
3315 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
3317         * minibuf.texi (Completion Commands): Add xref to Emacs manual
3318         for Partial Completion mode.
3320 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
3322         * customize.texi: Fix typo. Remove eol whitespace.
3324 2004-03-04  Richard M. Stallman  <rms@gnu.org>
3326         * processes.texi: Fix typos.
3328         * lists.texi (Building Lists): Minor clarification.
3330         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3331         in make-hash-table.
3333 2004-02-29  Juanma Barranquero  <lektu@terra.es>
3335         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3336         rm, and ignore exit code.
3338 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
3340         * display.texi (Defining Faces): Add description for min-colors.
3341         Update example.
3343 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
3345         * abbrevs.texi: Various corrections and clarifications in addition
3346         to the following:
3347         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3349 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3351         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3353 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
3355         * text.texi: Various small changes in addition to the following:
3356         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3357         to delete-horizontal-space.
3358         (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
3359         description of yank-handler text property at various places.
3361         * frames.texi (Window System Selections): Add anchor.
3363         * syntax.texi (Syntax Table Functions): Clarify and correct
3364         descriptions of make-syntax-table and copy-syntax-table.
3365         (Motion and Syntax): Clarify SYNTAXES argument to
3366         skip-syntax-forward.
3367         (Parsing Expressions): Mention that the return value of
3368         parse-partial-sexp is currently a list of ten rather than nine
3369         elements.
3370         (Categories): Various corrections and clarifications.
3372 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
3374         * markers.texi (Marker Insertion Types): Minor change.
3376         * locals.texi (Standard Buffer-Local Variables):
3377         * commands.texi (Interactive Codes, Using Interactive):
3378         * functions.texi (Related Topics): Fix xrefs.
3380 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
3382         * lists.texi (Sets And Lists): Update description of delete-dups.
3384 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3386         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3388 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3390         * frames.texi (Parameter Access): frame-parameters arg is optional.
3391         modify-frame-parameters handles nil for FRAME.
3392         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3393         are all-or-nothing for certain toolkits.
3394         Mention parameter wait-for-wm.
3395         (Frames and Windows): In frame-first-window and frame-selected-window
3396         the arg is optional.
3397         (Input Focus): In redirect-frame-focus the second arg is optional.
3398         (Window System Selections): Mention selection type CLIPBOARD.
3399         Mention data-type UTF8_STRING.
3400         Mention numbering of cut buffers.
3401         (Resources): Describe x-resource-name.
3403 2004-02-16  Richard M. Stallman  <rms@gnu.org>
3405         * windows.texi (Buffers and Windows): Delete false table
3406         about all-frames.
3408         * syntax.texi (Parsing Expressions): Delete old caveat
3409         about parse-sexp-ignore-comments.
3411         * streams.texi (Output Variables): Add print-quoted.
3413         * lists.texi (Building Lists): Minor cleanup.
3415         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
3417         * display.texi (Overlays): Explain overlays use markers.
3418         (Managing Overlays): Explain front-advance and rear-advance
3419         in more detail.
3421         * loading.texi (Unloading): Document unload-feature-special-hooks.
3422         Get rid of fns-NNN.el file.
3424 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3426         * help.texi (Describing Characters): Fix text-char-description
3427         example output.
3429         * edebug.texi (Using Edebug): Fix example.
3431         * debugging.texi (Internals of Debugger): Fix return value.
3433         * files.texi (Changing Files): Fix argname.
3435         * calendar.texi: Fix parens, and default values.
3437         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
3438         * nonascii.texi, objects.texi, os.texi: Minor fixes.
3439         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
3441         * positions.texi (Text Lines): Don't add -1 in current-line.
3443 2004-02-16  Richard M. Stallman  <rms@gnu.org>
3445         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
3447 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3449         * processes.texi (Low-Level Network): Fix a typo.
3451 2004-02-12  Kim F. Storm  <storm@cua.dk>
3453         * display.texi (Fringes): Use consistent wording.
3454         Note that window-fringe's window arg is optional.
3455         (Scroll Bars): Use consistent wording.
3457 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
3459         * tips.texi (Comment Tips): Document the new conventions for
3460         commenting out code.
3462 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3464         * positions.texi (Text Lines): Added missing end defun.
3466 2004-02-07  Kim F. Storm  <storm@cua.dk>
3468         * positions.texi (Text Lines): Add line-number-at-pos.
3470 2004-02-06  John Paul Wallington  <jpw@gnu.org>
3472         * display.texi (Button Properties, Button Buffer Commands):
3473         mouse-2 invokes button, not down-mouse-1.
3475 2004-02-04  Jason Rumney  <jasonr@gnu.org>
3477         * makefile.w32-in: Sync with Makefile.in changes.
3479 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
3481         * minibuf.texi (Text from Minibuffer): Various corrections and
3482         clarifications.
3483         (Object from Minibuffer): Correct Lisp description of
3484         read-minibuffer.
3485         (Minibuffer History): Clarify description of cons values for
3486         HISTORY arguments.
3487         (Basic Completion): Various corrections and clarifications.  Add
3488         completion-regexp-list.
3489         (Minibuffer Completion): Correct and clarify description of
3490         completing-read.
3491         (Completion Commands): Mention Partial Completion mode.  Various
3492         other minor changes.
3493         (High-Level Completion): Various corrections and clarifications.
3494         (Reading File Names): Ditto.
3495         (Minibuffer Misc): Ditto.
3497 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
3499         * strings.texi (Text Comparison): assoc-string also matches
3500         elements of alists that are strings instead of conses.
3501         (Formatting Strings): Standardize Texinfo usage.  Update index
3502         entries.
3504 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
3506         * lists.texi (Sets And Lists): Add delete-dups.
3508 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
3510         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3511         special form.
3512         * macros.texi (Defining Macros): Update description of `declare',
3513         which now is a macro.
3514         (Wrong Time): Fix typos.
3516 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
3518         * compile.texi (Compilation Functions): Expand descriptions of
3519         `compile-defun', `byte-compile-file', `byte-recompile-directory'
3520         and `batch-byte-compile'.  In particular, mention and describe
3521         all optional arguments.
3522         (Disassembly): Correct and clarify the description of `disassemble'.
3524 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
3526         * searching.texi: Various small changes in addition to the
3527         following.
3528         (Regexp Example): Adapt to new value of `sentence-end'.
3529         (Regexp Functions): The PAREN argument to `regexp-opt' can be
3530         `words'.
3531         (Search and Replace): Add usage note for `perform-replace'.
3532         (Entire Match Data): Mention INTEGERS and REUSE arguments to
3533         `match-data'.
3534         (Standard Regexps): Update for new values of `paragraph-start'
3535         and `sentence-end'.
3537 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
3539         * files.texi (Saving Buffers): Clarify descriptions of
3540         `write-contents-functions' and `before-save-hook'.
3541         Make the defvar's for `before-save-hook' and `after-save-hook'
3542         into defopt's.
3544 2004-01-07  Kim F. Storm  <storm@cua.dk>
3546         * commands.texi (Click Events): Describe new image and
3547         width/height elements of click events.
3548         (Accessing Events): Add posn-string, posn-image, and
3549         posn-object-width-height.  Change posn-object to return either
3550         image or string object.
3552 2004-01-01  Simon Josefsson  <jas@extundo.com>
3554         * hooks.texi (Standard Hooks): Add before-save-hook.
3555         * files.texi (Saving Buffers): Likewise.
3557 2004-01-03  Richard M. Stallman  <rms@gnu.org>
3559         * frames.texi (Frames and Windows): Delete frame-root-window.
3561 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3563         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3565         * functions.texi: Various small changes in addition to the
3566         following.
3567         (What Is a Function): `functionp' returns nil for macros.  Clarify
3568         behavior of this and following functions for symbol arguments.
3569         (Function Documentation): Add `\' in front of (fn @var{arglist})
3570         and explain why.
3571         (Defining Functions): Mention DOCSTRING argument to `defalias'.
3572         Add anchor.
3573         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
3575 2004-01-01  Miles Bader  <miles@gnu.org>
3577         * display.texi (Buttons): New section.
3579 2003-12-31  Andreas Schwab  <schwab@suse.de>
3581         * numbers.texi (Math Functions): sqrt reports a domain-error
3582         error.
3583         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3585 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
3587         * tips.texi (Documentation Tips): Update item on hyperlinks in
3588         documentation strings.
3590         * errors.texi (Standard Errors): Various small corrections and
3591         additions.
3593         * control.texi: Various small changes in addition to the
3594         following.
3595         (Signaling Errors): Provide some more details on how `signal'
3596         constructs the error message.  Add anchor to the definition of
3597         `signal'.
3598         (Error Symbols): Describe special treatment of `quit'.
3599         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3600         to emphasize that it has to be a single form.
3602         * buffers.texi: Add anchor.
3604 2003-12-29  Richard M. Stallman  <rms@gnu.org>
3606         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3607         (Window Configurations): Add window-configuration-frame.
3609         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3611         * text.texi (Examining Properties): Add get-char-property-and-overlay.
3612         Change arg name in get-char-property.
3613         (Special Properties): Update handling of keymap property.
3615         * strings.texi (Modifying Strings): Add clear-string.
3616         (Text Comparison): Add assoc-string and remove
3617         assoc-ignore-case, assoc-ignore-representation.
3619         * os.texi (Time of Day): Add set-time-zone-rule.
3621         * numbers.texi (Math Functions): asin, acos, log, log10
3622         report domain-error errors.
3624         * nonascii.texi (Converting Representations):
3625         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3626         (Encoding and I/O): Add file-name-coding-system.
3628         * modes.texi (Search-based Fontification): Explain that
3629         face specs are symbols with face names as values.
3631         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3633         * lists.texi (Building Lists): remq moved elsewhere.
3634         (Sets And Lists): remq moved here.
3635         (Association Lists): Refer to assoc-string.
3637         * internals.texi (Garbage Collection): Add memory-use-counts.
3639         * frames.texi (Frames and Windows): Add set-frame-selected-window
3640         and frame-root-window.
3642         * files.texi (Contents of Directories):
3643         Add directory-files-and-attributes.
3645         * display.texi (Refresh Screen): Add force-window-update.
3646         (Invisible Text): Explain about moving point out of invis text.
3647         (Overlay Properties): Add overlay-properties.
3648         (Managing Overlays): Add overlayp.
3649         (GIF Images): Invalid image number displays a hollow box.
3651         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3652         (Killing Buffers): Add buffer-live-p.
3654 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3656         * display.texi (Fringes): Fix typo "set-buffer-window".
3658 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
3660         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3661         * nonascii.texi, processes.texi, tips.texi, variables.texi:
3662         Add or change various xrefs and anchors.
3664         * commands.texi: Replace all occurrences of @acronym{CAR} with
3665         @sc{car}, for consistency with the rest of the Elisp manual.
3666         `car' and `cdr' are historically acronyms, but are no longer
3667         widely thought of as such.
3669         * internals.texi (Pure Storage): Mention that `purecopy' does not
3670         copy text properties.
3671         (Object Internals): Now 29 bits are used (in most implementations)
3672         to address Lisp objects.
3674         * variables.texi (Variables with Restricted Values): New node.
3676         * objects.texi (Lisp Data Types): Mention that certain variables
3677         can only take on a restricted set of values and add an xref to
3678         the new node "Variables with Restricted Values".
3680         * eval.texi (Function Indirection): Describe the errors that
3681         `indirect-function' can signal.
3682         (Eval): Clarify the descriptions of `eval-region' and `values'.
3683         Describe `eval-buffer' instead of `eval-current-buffer' and
3684         mention `eval-current-buffer' as an alias for `current-buffer'.
3685         Correct the description and mention all optional arguments.
3687         * nonascii.texi: Various small changes in addition to the
3688         following.
3689         (Converting Representations): Clarify behavior of
3690         `string-make-multibyte' and `string-to-multibyte' for unibyte all
3691         ASCII arguments.
3692         (Character Sets): Document the variable `charset-list' and adapt
3693         the definition of the function `charset-list' accordingly.
3694         (Translation of Characters): Clarify use of generic characters in
3695         `make-translation-table'.  Clarify and correct the description of
3696         the use of translation tables in encoding and decoding.
3697         (User-Chosen Coding Systems): Correct and clarify the description
3698         of `select-safe-coding-system'.
3699         (Default Coding Systems): Clarify description of
3700         `file-coding-system-alist'.
3702 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
3704         * strings.texi (Text Comparison): Correctly describe when two
3705         strings are `equal'.  Combine and clarify descriptions of
3706         `assoc-ignore-case' and `assoc-ignore-representation'.
3708         * objects.texi (Non-ASCII in Strings): Clarify description of
3709         when a string is unibyte or multibyte.
3710         (Bool-Vector Type): Update examples.
3711         (Equality Predicates): Correctly describe when two strings are
3712         `equal'.
3714 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
3716         * lists.texi (Building Lists): `append' no longer accepts integer
3717         arguments.  Update the description of `number-sequence' to reflect
3718         recent changes.
3719         (Sets And Lists): Describe `member-ignore-case' after `member'.
3721 2003-11-27  Kim F. Storm  <storm@cua.dk>
3723         * commands.texi (Click Events): Click object may be an images.
3724         Describe (dx . dy) element of click positions.
3725         (Accessing Events): Remove duplicate posn-timestamp.
3726         New functions posn-object and posn-object-x-y.
3728 2003-11-23  Kim F. Storm  <storm@cua.dk>
3730         * commands.texi (Click Events): Describe enhancements to event
3731         position lists, including new text-pos and (col . row) items.
3732         Mention left-fringe and right-fringe area events.
3733         (Accessing Events): New functions posn-area and
3734         posn-actual-col-row.  Mention posn-timestamp.  Mention that
3735         posn-point in non-text area still returns buffer position.
3736         Clarify posn-col-row.
3738 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
3740         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
3741         * anti.texi (File Attributes): Describe removed parameter
3742         ID-FORMAT.
3744 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
3746         * positions.texi (Positions): Mention that, if a marker is used as
3747         a position, its buffer is ignored.
3749         * markers.texi (Overview of Markers): Mention it here too.
3751 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
3753         * numbers.texi (Numeric Conversions): Not just `floor', but also
3754         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
3756 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
3758         * markers.texi (Creating Markers): Specify insertion type of
3759         created markers.  Add xref to `Marker Insertion Types'.
3760         Second argument to `copy-marker' is optional.
3761         (Marker Insertion Types): Mention that most markers are created
3762         with insertion type nil.
3763         (The Mark): Correctly describe when `mark' signals an error.
3764         (The Region): Correctly describe when `region-beginning' and
3765         `region-end' signal an error.
3767 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
3769         * hash.texi (Creating Hash): Clarify description of `eql'.
3770         `makehash' is obsolete.
3771         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
3773         * positions.texi (Point): Change description of `buffer-end', so
3774         that it is also correct for floating point arguments.
3775         (List Motion): Correct argument lists of `beginning-of-defun' and
3776         `end-of-defun'.
3777         (Excursions): Add xref to `Marker Insertion Types'.
3778         (Narrowing): Argument to `narrow-to-page' is optional.
3780 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
3782         * streams.texi (Output Streams): Clarify behavior of point for
3783         marker output streams.
3785 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
3787         * variables.texi (Defining Variables): Second argument to
3788         `defconst' is not optional.
3789         (Setting Variables): Mention optional argument APPEND to
3790         `add-to-list'.
3791         (Creating Buffer-Local): Expand description of
3792         `make-variable-buffer-local'.
3793         (Frame-Local Variables): Expand description of
3794         `make-variable-frame-local'.
3795         (Variable Aliases): Correct description of optional argument
3796         DOCSTRING to `defvaralias'.  Mention return value of
3797         `defvaralias'.
3798         (File Local Variables): Add xref to `File variables' in Emacs
3799         Manual.  Correct description of `hack-local-variables'.  Mention
3800         `safe-local-variable' property.  Mention optional second argument
3801         to `risky-local-variable-p'.
3803 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
3805         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
3807 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3809         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
3810         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
3811         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
3812         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
3813         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
3814         lispref/processes.texi, lispref/searching.texi,
3815         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
3816         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
3817         @acronym{FOO}.
3819 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
3821         * strings.texi (Creating Strings): Argument START to `substring'
3822         can not be `nil'.  Expand description of
3823         `substring-no-properties'.  Correct description of `split-string',
3824         especially with respect to empty matches.  Prevent very bad line
3825         break in definition of `split-string-default-separators'.
3826         (Text Comparison): `string=' and `string<' also accept symbols as
3827         arguments.
3828         (String Conversion): More completely describe argument BASE in
3829         `string-to-number'.
3830         (Formatting Strings): `%s' and `%S' in `format' do require
3831         corresponding object.  Clarify behavior of numeric prefix after
3832         `%' in `format'.
3833         (Case Conversion): The argument to `upcase-initials' can be a
3834         character.
3836 2003-10-27  Kenichi Handa  <handa@m17n.org>
3838         * display.texi (Fontsets): Fix texinfo usage.
3840 2003-10-25  Kenichi Handa  <handa@m17n.org>
3842         * display.texi (Fontsets): Add description of the function
3843         set-fontset-font.
3845 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
3847         * display.texi (Temporary Displays): Add xref to `Documentation
3848         Tips'.
3850         * functions.texi (Function Safety): Use inforef instead of pxref
3851         for SES.
3853 2003-10-23  Andreas Schwab  <schwab@suse.de>
3855         * Makefile.in (TEX, texinputdir): Don't define.
3856         (TEXI2DVI): Define.
3857         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
3858         add $(srcdir)/index.texi.
3859         ($(infodir)/elisp): Remove index.texi dependency.
3860         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
3861         (index.texi): Remove target.
3862         (dist): Don't link $(srcdir)/permute-index.
3863         (clean): Don't remove index.texi.
3865         * permute-index, index.perm: Remove.
3866         * index.texi: Rename from index.unperm.
3868 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
3870         * tips.texi (Documentation Tips): Document new behavior for face
3871         and variable hyperlinks in Help mode.
3873 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
3875         * objects.texi (Integer Type): Update for extra bit of integer range.
3876         (Character Type): Ditto.
3878 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
3880         * numbers.texi (Integer Basics): Add index entries for reading
3881         numbers in hex, octal, and binary.
3883 2003-10-16  Lute Kamstra  <lute@gnu.org>
3885         * modes.texi (Mode Line Format): Mention force-mode-line-update's
3886         argument.
3888 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
3890         * windows.texi (Choosing Window): Fix typo.
3891         * edebug.texi (Edebug Execution Modes): Fix typo.
3893 2003-10-13  Richard M. Stallman  <rms@gnu.org>
3895         * windows.texi (Basic Windows): A window has fringe settings,
3896         display margins and scroll-bar settings.
3897         (Splitting Windows): Doc split-window return value.
3898         Clean up one-window-p.
3899         (Selecting Windows): Fix typo.
3900         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
3901         (Buffers and Windows): In set-window-buffer, explain effect
3902         on fringe settings and scroll bar settings.
3903         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
3904         (Choosing Window): Use defopt for pop-up-frame-function.
3905         For special-display-buffer-names, explain same-window and same-frame.
3906         Clarify window-dedicated-p return value.
3907         (Textual Scrolling): scroll-up and scroll-down can get an error.
3908         (Horizontal Scrolling): Clarify auto-hscroll-mode.
3909         Clarify set-window-hscroll.
3910         (Size of Window): Don't mention tool bar in window-height.
3911         (Coordinates and Windows): Explain what coordinates-in-window-p
3912         returns for fringes and display margins.
3913         (Window Configurations): Explain saving fringes, etc.
3915         * tips.texi (Library Headers): Clean up Documentation.
3917         * syntax.texi (Parsing Expressions): Clean up forward-comment
3918         and parse-sexp-lookup-properties.
3920         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
3922         * os.texi (System Environment): Clean up text for load-average errors.
3924         * modes.texi (Hooks): Don't explain local hook details at front.
3925         Clarify run-hooks and run-hook-with-args a little.
3926         Clean up add-hook and remove-hook.
3928         * edebug.texi (Edebug Execution Modes): Clarify t.
3929         Document edebug-sit-for-seconds.
3930         (Coverage Testing): Document C-x X = and =.
3931         (Instrumenting Macro Calls): Fix typo.
3932         (Specification List): Don't index the specification keywords.
3934 2003-10-10  Kim F. Storm  <storm@cua.dk>
3936         * processes.texi (Network): Introduce make-network-process.
3938 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
3940         * tips.texi (Library Headers): Fix typo.
3942 2003-10-07  Juri Linkov  <juri@jurta.org>
3944         * modes.texi (Imenu): Mention imenu-create-index-function's
3945         default value.  Explain submenus better.
3947 2003-10-07  Lute Kamstra  <lute@gnu.org>
3949         * modes.texi (Faces for Font Lock): Fix typo.
3950         (Hooks): Explain how buffer-local hook variables can refer to
3951         global hook variables.
3952         Various minor clarifications.
3954 2003-10-06  Lute Kamstra  <lute@gnu.org>
3956         * tips.texi (Coding Conventions): Mention naming conventions for
3957         hooks.
3959 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
3961         * loading.texi (Library Search): Correct default value of
3962         load-suffixes.
3963         (Named Features): Fix typo.
3965 2003-10-05  Richard M. Stallman  <rms@gnu.org>
3967         * loading.texi (Named Features): In `provide',
3968         say how to test for subfeatures.
3969         (Unloading): In unload-feature, use new var name
3970         unload-feature-special-hooks.
3972 2003-10-03  Lute Kamstra  <lute@gnu.org>
3974         * modes.texi (Major Mode Conventions): Mention third way to set up
3975         Imenu.
3976         (Imenu): A number of small fixes.
3977         Delete documentation of internal variable imenu--index-alist.
3978         Document the return value format of imenu-create-index-function
3979         functions.
3981 2003-09-30  Richard M. Stallman  <rms@gnu.org>
3983         * processes.texi (Network): Say what stopped datagram connections do.
3985         * lists.texi (Association Lists): Clarify `assq-delete-all'.
3987         * display.texi (Overlay Properties): Clarify `evaporate' property.
3989 2003-09-29  Lute Kamstra  <lute@gnu.org>
3991         * modes.texi (Mode Line Data): Explain when symbols in mode-line
3992         constructs should be marked as risky.
3993         Change cons cell into proper list.
3994         (Mode Line Variables): Change cons cell into proper list.
3996 2003-09-26  Lute Kamstra  <lute@gnu.org>
3998         * modes.texi (Mode Line Data): Document the :propertize construct.
3999         (Mode Line Variables): Reorder the descriptions of the variables
4000         to match their order in the default mode-line-format.
4001         Describe the new variables mode-line-position and mode-line-modes.
4002         Update the default values of mode-line-frame-identification,
4003         minor-mode-alist, and default-mode-line-format.
4004         (Properties in Mode): Mention the :propertize construct.
4006 2003-09-26  Richard M. Stallman  <rms@gnu.org>
4008         * buffers.texi, commands.texi, debugging.texi, eval.texi:
4009         * loading.texi, minibuf.texi, text.texi, variables.texi:
4010         Avoid @strong{Note:}.
4012 2003-09-26  Richard M. Stallman  <rms@gnu.org>
4014         * keymaps.texi (Remapping Commands): Fix typo.
4016 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
4018         * processes.texi (Low-Level Network): Fix typo.
4020 2003-09-23  Kim F. Storm  <storm@cua.dk>
4022         * processes.texi (Network, Network Servers): Fix typos.
4023         (Low-Level Network): Add timeout value for :server keyword.
4024         Add new option keywords to make-network-process.
4025         Add set-network-process-options.
4026         Explain how to test availability of network options.
4028 2003-09-19  Richard M. Stallman  <rms@gnu.org>
4030         * text.texi (Motion by Indent): Arg to
4031         backward-to-indentation and forward-to-indentation is optional.
4033         * strings.texi (Creating Strings): Add substring-no-properties.
4035         * processes.texi
4036         (Process Information): Add list-processes arg QUERY-ONLY.
4037         Delete process-contact from here.
4038         Add new status values for process-status.
4039         Add process-get, process-put, process-plist, set-process-plist.
4040         (Synchronous Processes): Add call-process-shell-command.
4041         (Signals to Processes): signal-process allows process objects.
4042         (Network): Complete rewrite.
4043         (Network Servers, Datagrams, Low-Level Network): New nodes.
4045         * positions.texi (Word Motion): forward-word, backward-word
4046         arg is optional.  Reword.
4048         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4050         * variables.texi (Creating Buffer-Local):
4051         Delete duplicate definition of buffer-local-value.
4052         (File Local Variables): Explain about discarding text props.
4054 2003-09-11  Richard M. Stallman  <rms@gnu.org>
4056         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4057         changes variables that record input events.
4058         (Minibuffer Misc): Add minibuffer-selected-window.
4060         * lists.texi (Building Lists): Add copy-tree.
4062         * display.texi (Fontsets): Add char-displayable-p.
4063         (Scroll Bars): New node.
4065 2003-09-08  Lute Kamstra  <lute@gnu.org>
4067         * modes.texi (%-Constructs): Document new `%i' and `%I'
4068         constructs.
4070 2003-09-03  Peter Runestig  <peter@runestig.com>
4072         * makefile.w32-in: New file.
4074 2003-08-29  Richard M. Stallman  <rms@gnu.org>
4076         * display.texi (Overlay Properties): Clarify how priorities
4077         affect use of the properties.
4079 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
4081         * customize.texi (Type Keywords): Correct the description of
4082         `:help-echo' in the case where `motion-doc' is a function.
4084 2003-08-14  John Paul Wallington  <jpw@gnu.org>
4086         * modes.texi (Emulating Mode Line): Subsection, not section.
4088 2003-08-13  Richard M. Stallman  <rms@gnu.org>
4090         * elisp.texi (Top): Update subnode lists in menu.
4092         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4093         (Kill Functions): kill-region has new arg yank-handler.
4094         (Yanking): New node.
4095         (Yank Commands): Add yank-undo-function.
4096         (Low-Level Kill Ring):
4097         kill-new and kill-append have new arg yank-handler.
4098         (Changing Properties): Add remove-list-of-text-properties.
4099         (Atomic Changes): New node.
4101         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4103         * streams.texi (Output Variables): Add eval-expression-print-length
4104         and eval-expression-print-level.
4106         * os.texi (Time Conversion): For encode-time, explain limits on year.
4108         * objects.texi (Character Type): Define anchor "modifier bits".
4110         * modes.texi (Emulating Mode Line): New node.
4111         (Search-based Fontification): Font Lock uses font-lock-face property.
4112         (Other Font Lock Variables): Likewise.
4114         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4115         not vectors.
4116         (Active Keymaps): Add emulation-mode-map-alists.
4117         (Functions for Key Lookup): key-binding has new arg no-remap.
4118         (Remapping Commands): New node.
4119         (Scanning Keymaps): where-is-internal has new arg no-remap.
4120         (Tool Bar): Add tool-bar-local-item-from-menu.
4121         Clarify when to use tool-bar-add-item-from-menu.
4123         * commands.texi (Interactive Call): commandp has new arg.
4124         (Command Loop Info): Add this-original-command.
4126 2003-08-06  John Paul Wallington  <jpw@gnu.org>
4128         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4130         * display.texi (Warning Basics): Fix typo.
4131         (Fringes): Add closing curly bracket and fix typo.
4133         * elisp.texi (Top): Fix typo.
4135 2003-08-05  Richard M. Stallman  <rms@gnu.org>
4137         * elisp.texi: Update lists of subnodes.
4139         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4141         * variables.texi (Local Variables): Use lc for example variable names.
4143         * tips.texi (Library Headers): Explain where to put -*-.
4145         * strings.texi (Creating Strings): Fix xref for vconcat.
4147         * sequences.texi (Vector Functions):
4148         vconcat no longer allows integer args.
4150         * minibuf.texi (Reading File Names): read-file-name has new
4151         arg PREDICATE.  New function read-directory-name.
4153         * macros.texi (Defining Macros): Give definition of `declare'
4154         (Indenting Macros): New node.
4156         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4157         (Window Frame Parameters): Make separate table of parameters
4158         that are coupled with specific face attributes.
4159         (Deleting Frames): delete-frame-hooks renamed to
4160         delete-frame-functions.
4162         * files.texi (Magic File Names): Add file-remote-p.
4163         Clarify file-local-copy.
4165         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4166         here; instead xref Defining Macros.
4168         * display.texi (Warnings): New node, and subnodes.
4169         (Fringes): New node.
4171         * debugging.texi (Test Coverage): New node.
4173         * compile.texi (Compiler Errors): Explain with-no-warnings
4174         and other ways to suppress warnings.
4176         * commands.texi (Interactive Call): Minor clarification.
4178         * buffers.texi (Buffer File Name): set-visited-file-name
4179         renames the buffer too.
4181         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4183 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
4185         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4187 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
4189         * internals.texi (Garbage Collection): Fix previous change.
4191 2003-07-22  Richard M. Stallman  <rms@gnu.org>
4193         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4195         * display.texi (Width): Use \s syntax in example.
4196         (Font Selection): Add face-font-rescale-alist.
4198         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4199         Remove spurious indent in example.
4201         * lists.texi (Building Lists): Add number-sequence.
4203         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4205         * functions.texi (Function Documentation): Explain how to
4206         show calling convention explicitly in the doc string.
4208         * windows.texi (Selecting Windows): save-selected-window saves
4209         selected window of each frame.
4210         (Window Configurations): Minor change.
4212         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4214         * streams.texi (Output Variables): Add print-continuous-numbering
4215         and print-number-table.
4217         * processes.texi (Decoding Output): New node.
4219         * os.texi (Time Conversion): decode-time arg is optional.
4221         * objects.texi (Character Type): Don't use space as example for \.
4222         Make list of char names and \-sequences correspond.
4223         Explain that \s is not used in strings.  `\ ' needs space after.
4225         * nonascii.texi (Converting Representations): Add string-to-multibyte.
4226         (Translation of Characters): Add translation-table-for-input.
4227         (Default Coding Systems): Add auto-coding-functions.
4228         (Explicit Encoding): Add decode-coding-inserted-region.
4229         (Locales): Add locale-info.
4231         * minibuf.texi (Basic Completion): Describe test-completion.
4232         Collections can be lists of strings.
4233         Clean up lazy-completion-table.
4234         (Programmed Completion): Mention test-completion.
4235         Clarify why lambda expressions are not accepted.
4236         (Minibuffer Misc): Describe minibufferp.
4238 2003-07-14  Richard M. Stallman  <rms@gnu.org>
4240         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4242         * windows.texi (Selecting Windows): New arg to select-window.
4243         (Selecting Windows): Add with-selected-window.
4244         (Size of Window): Add window-inside-edges, etc.
4246         * internals.texi (Garbage Collection): Add post-gc-hook.
4248         * processes.texi (Subprocess Creation): Add exec-suffixes.
4250         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4251         (Scanning Keymaps): Add map-keymaps.
4252         (Defining Menus): Add keymap-prompt.
4254         * numbers.texi (Integer Basics): Add most-positive-fixnum,
4255         most-negative-fixnum.
4257         * compile.texi (Byte Compilation): Explain no-byte-compile
4258         (Compiler Errors): New node.
4260         * os.texi (User Identification): user-uid, user-real-uid
4261         can return float.
4263         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4264         and about derived modes.
4265         (Minor Modes): Add minor-mode-list.
4266         (Defining Minor Modes): Keyword args for define-minor-mode.
4267         (Search-based Fontification): Explain managing other properties.
4268         (Other Font Lock Variables): Add font-lock-extra-managed-props.
4269         (Faces for Font Lock): Add font-locl-preprocessor-face.
4270         (Hooks): Add run-mode-hooks and delay-mode-hooks.
4272         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
4273         (Variable Aliases): Clarify defvaralias.
4275         * loading.texi (Library Search): Add load-suffixes.
4277         * minibuf.texi (Basic Completion): Add lazy-completion-table.
4278         (Programmed Completion): Add dynamic-completion-table.
4280         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4281         (Magic File Names): Specify precedence order of handlers.
4283         * commands.texi (Command Overview): Emacs server runs pre-command-hook
4284         and post-command-hook.
4285         (Waiting): New calling convention for sit-for.
4287         * text.texi (Special Properties): local-map and keymap properties
4288         apply based on their stickiness.
4290 2003-07-07  Richard M. Stallman  <rms@gnu.org>
4292         * modes.texi (Minor Mode Conventions): Specify only some kinds
4293         of list values as args to minor modes.
4295         * files.texi (File Name Expansion): Warn about iterative use
4296         of substitute-in-file-name.
4298         * advice.texi (Activation of Advice): Clean up previous change.
4300 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
4302         * advice.texi (Activation of Advice): Note that ad-start-advice is
4303         turned on by default.
4305 2003-06-30  Richard M. Stallman  <rms@gnu.org>
4307         * text.texi (Buffer Contents): Document current-word.
4308         (Change Hooks): Not called for *Messages*.
4310         * functions.texi (Defining Functions): Explain about redefining
4311         primitives.
4312         (Function Safety): Renamed.  Minor changes.
4313         Comment out the detailed criteria for what is safe.
4315 2003-06-22  Andreas Schwab  <schwab@suse.de>
4317         * objects.texi (Symbol Type): Fix description of examples.
4319 2003-06-16  Andreas Schwab  <schwab@suse.de>
4321         * hash.texi (Creating Hash): Fix description of :weakness.
4323 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
4325         * files.texi (Changing Files): copy-file copies file modes, too.
4327 2003-05-28  Richard M. Stallman  <rms@gnu.org>
4329         * strings.texi (Creating Strings): Clarify split-string.
4331 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
4333         * strings.texi (Creating Strings): Update split-string specification
4334         and examples.
4336 2003-05-19  Richard M. Stallman  <rms@gnu.org>
4338         * elisp.texi: Correct invariant section names.
4340 2003-04-20  Richard M. Stallman  <rms@gnu.org>
4342         * os.texi (Timers): Explain about timers and quitting.
4344 2003-04-19  Richard M. Stallman  <rms@gnu.org>
4346         * internals.texi (Writing Emacs Primitives): Strings are
4347         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
4348         Explain GCPRO convention for varargs function args.
4350 2003-04-16  Richard M. Stallman  <rms@gnu.org>
4352         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4354 2003-04-08  Richard M. Stallman  <rms@gnu.org>
4356         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4358 2003-02-13  Kim F. Storm  <storm@cua.dk>
4360         * objects.texi (Character Type): New \s escape for space.
4362 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
4364         * os.texi (System Environment): Added cygwin system-type.
4366 2003-01-25  Richard M. Stallman  <rms@gnu.org>
4368         * keymaps.texi: Document that a symbol can act as a keymap.
4370 2003-01-13  Richard M. Stallman  <rms@gnu.org>
4372         * text.texi (Changing Properties): Say string indices are origin-0.
4374         * positions.texi (Screen Lines) <compute-motion>:
4375         Correct order of elts in return value.
4377         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4378         how to define a default binding.
4380 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
4382         * loading.texi (Unloading): Fix recent change for load-history.
4384         * customize.texi (Simple Types): Clarify description of custom
4385         type 'number. Describe new custom type 'float.
4387 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
4389         * variables.texi (File Local Variables): Fix typo.
4391 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4393         From Michael Albinus <Michael.Albinus@alcatel.de>.
4395         * README: Target for Info file is `make info'.
4397         * files.texi (File Name Components): Fixed typos in
4398         `file-name-sans-extension'.
4399         (Magic File Names): Complete list of operations for magic file
4400         name handlers.
4402 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
4404         * variables.texi (File Local Variables): New function
4405         risky-local-variable-p.
4407 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
4409         * functions.texi (Function safety): New node about unsafep.
4411 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4413         * customize.texi (Splicing into Lists): Fixed example.
4414         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
4416 2002-06-17  Juanma Barranquero  <lektu@terra.es>
4418         * frames.texi (Display Feature Testing): Fix typo.
4420 2002-06-12  Andreas Schwab  <schwab@suse.de>
4422         * frames.texi (Initial Parameters, Resources): Fix references to
4423         the Emacs manual.
4425 2002-05-13  Kim F. Storm  <storm@cua.dk>
4427         * variables.texi (Intro to Buffer-Local): Updated warning and
4428         example relating to changing buffer inside let.
4430 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4432         * os.texi (Session Management): New node about X Session management.
4434 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
4436         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
4437         to which the manual corresponds, and the copyright years.
4439         * Makefile.in (VERSION): Set to 2.9.
4441 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
4443         * elisp.texi: Change the category in @dircategory to "Emacs", to
4444         make it consistent with info/dir.
4446 2001-11-25  Miles Bader  <miles@gnu.org>
4448         * text.texi (Fields): Describe new `limit' arg in
4449         field-beginning/field-end.
4451 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
4453         * permute-index: Don't depend on csh-specific features.  Replace
4454         the interpreter name with /bin/sh.
4456         * two-volume-cross-refs.txt: New file.
4457         * two.el: New file.
4458         * spellfile: New file.
4460 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
4462         * permute-index: New file.
4464         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
4465         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
4466         8+3 restricted namespace.
4468         * Makefile.in (infodir): Define relative to $(srcdir).
4469         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
4470         include directories list via -I switch to makeinfo.
4471         (index.texi): Use cp if both hard and symbolic links fail.
4473 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
4475         * Makefile.in (distclean): Add.
4477         The following changes make ELisp manual part of the Emacs
4478         distribution:
4480         * Makefile.in: Add Copyright notice.
4481         (prefix): Remove.
4482         (infodir): Change value to "../info".
4483         (VPATH): New variable.
4484         (MAKE): Don't define.
4485         (texmacrodir): Don't define.
4486         (texinputdir): Append the existing value of TEXINPUTS.
4487         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
4488         command to be compatible with man/Makefile.in, and to put the
4489         output into ../info.
4490         (info): Add target.
4491         (installall): Target removed.
4493 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4495         * tips.texi (Coding Conventions): Fix typo.
4497 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4499         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4501 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
4503         * files.texi (File Name Components): Update the description of
4504         file-name-sans-extension and file-name-extension, as they now
4505         ignore leading dots.
4507 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
4509         * (Version 21.1 released.)
4511 2001-10-19  Miles Bader  <miles@gnu.org>
4513         * positions.texi (Text Lines): Describe behavior of
4514         `beginning-of-line'/`end-of-line' in the presence of field properties.
4516 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
4518         * Makefile.in (VERSION): Set to 2.8.
4519         (manual): Use `manual-21'.
4521         * elisp.texi (VERSION): Add and use it where the version
4522         number was used.  Set it to 2.8.
4524         * intro.texi: Likewise.
4526 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
4528         * files.texi (File Name Completion): Document the significance of
4529         a trailing slash in elements of completion-ignored-extensions.
4531 2001-10-06  Miles Bader  <miles@gnu.org>
4533         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4535 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
4537         * variables.texi (Variable Aliases): New node.
4539 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
4541         * Branch for 21.1.
4543 2001-10-02  Miles Bader  <miles@gnu.org>
4545         * minibuf.texi (Minibuffer Misc): Add entries for
4546         `minibuffer-contents', `minibuffer-contents-no-properties', and
4547         `delete-minibuffer-contents'.
4548         Correct description for `minibuffer-prompt-end'.
4550         * text.texi (Property Search): Correct descriptions of
4551         `next-char-property-change' and `previous-char-property-change'.
4552         Add entries for `next-single-char-property-change' and
4553         `previous-single-char-property-change'.
4554         Make operand names a bit more consistent.
4556 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
4558         * frames.texi (Finding All Frames): Document that next-frame and
4559         previous-frame are local to current terminal.
4561 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
4563         * keymaps.texi (Creating Keymaps): Fix the description of the
4564         result of make-keymap.
4566 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
4568         * display.texi (Font Lookup, Attribute Functions)
4569         (Image Descriptors): Add cross-references to the definition of
4570         selected frame.
4572         * buffers.texi (The Buffer List): Add cross-references to the
4573         definition of selected frame.
4575         * frames.texi (Input Focus): Clarify which frame is _the_ selected
4576         frame at any given time.
4577         (Multiple Displays, Size and Position): Add a cross-reference to
4578         the definition of the selected frame.
4580 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
4582         * strings.texi (String Conversion) <string-to-number>: Document
4583         that a float is returned for integers that are too large.
4585         * frames.texi (Mouse Position): Document mouse-position-function.
4586         (Display Feature Testing): Document display-images-p.
4587         (Window Frame Parameters): Document the cursor-type variable.
4589         * numbers.texi (Integer Basics): Document CL style read syntax for
4590         integers in bases other than 10.
4592         * positions.texi (List Motion): Document
4593         open-paren-in-column-0-is-defun-start.
4595         * lists.texi (Sets And Lists): Document member-ignore-case.
4597         * internals.texi (Garbage Collection): Document the used and free
4598         strings report.
4599         (Memory Usage): Document strings-consed.
4601         * os.texi (Time of Day): Document float-time.
4602         (Recording Input): Document that clear-this-command-keys clears
4603         the vector to be returned by recent-keys.
4605         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4606         argument keymap can be a list.
4608         * nonascii.texi (User-Chosen Coding Systems)
4609         <select-safe-coding-system>: Document the new argument
4610         accept-default-p and the variable
4611         select-safe-coding-system-accept-default-p.  Tell what happens if
4612         buffer-file-coding-system is undecided.
4613         (Default Coding Systems): Document auto-coding-regexp-alist.
4615         * display.texi (The Echo Area) <message>: Document
4616         message-truncate-lines.
4617         (Glyphs): Document that the glyph table is unused on windowed
4618         displays.
4620         * help.texi (Describing Characters) <single-key-description>:
4621         Document the new argument no-angles.
4622         (Accessing Documentation) <documentation-property>: Document that
4623         a non-string property is evaluated.
4624         <documentation>: Document that the function-documentation property
4625         is looked for.
4627         * windows.texi (Selecting Windows): Document some-window.
4629         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4631         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4632         apropos-mode-hook.
4634         * commands.texi (Using Interactive): Document interactive-form.
4635         (Keyboard Macros): Document kbd-macro-termination-hook.
4636         (Command Loop Info): Document that clear-this-command-keys clears
4637         the vector to be returned by recent-keys.
4639 2001-09-04  Werner LEMBERG  <wl@gnu.org>
4641         * Makefile.in (srcdir, texinputdir): New variables.
4642         (srcs, index.texi, install): Use $(srcdir).
4643         (.PHONY): Remove elisp.dvi.
4644         (elisp): Use -I switch for makeinfo.
4645         (elisp.dvi): Use $(srcdir) and $(texinputdir).
4646         (installall, dist): Use $(srcdir).
4647         Fix path to texinfo.tex.
4648         (maintainer-clean): Add elisp.dvi and elisp.oaux.
4650 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
4652         * display.texi (Conditional Display): Adjust to API change.
4654         * configure: New file.
4656 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
4658         * commands.texi (Repeat Events): Add description of
4659         double-click-fuzz.
4661 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
4663         * syntax.texi (Syntax Class Table): Add the missing designator for
4664         comment and string fences.
4665         (Syntax Properties): Add a xref to syntax table internals.
4666         (Syntax Table Internals): Document string-to-syntax.
4668 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
4670         * Makefile.in (install): Use install-info command line options
4671         like in Emacs' Makefile.in.
4673 2000-12-09  Miles Bader  <miles@gnu.org>
4675         * windows.texi (Window Start): Update documentation for
4676         `pos-visible-in-window-p'.
4678 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
4680         * lists.texi (Building Lists): Add footnote to explain how to add
4681         to the end of a list.
4683 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4685         * files.texi (Visiting Functions): Typos.
4687 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
4689         * files.texi (Visiting Functions): Return value of
4690         find-file-noselect may be a list of buffers if wildcards are used.
4692 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4694         * display.texi (Defining Faces): Document `graphic' display type
4695         in face specs.
4697 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4699         * hooks.texi (Standard Hooks): Replace obsolete
4700         `after-make-frame-hook' with `after-make-frame-functions'.
4702         * frames.texi (Creating Frames): Ditto.
4704         * variables.texi (Future Local Variables): Ditto.
4706 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4708         * display.texi (Other Image Types): Add description of :foreground
4709         and :background properties of mono PBM images.
4711 2000-08-17  Werner LEMBERG  <wl@gnu.org>
4713         * .cvsignore: New file.
4715 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
4717         * tindex.pl: New script.
4719 1999-12-03  Dave Love  <fx@gnu.org>
4721         * Makefile.in (MAKEINFO): New parameter.
4723 1999-09-17  Richard Stallman  <rms@gnu.org>
4725         * Makefile.in (srcs): Add hash.texi.
4726         (VERSION): Update to 20.6.
4728 1999-09-13  Richard Stallman  <rms@gnu.org>
4730         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
4732 1998-08-29  Karl Heuer  <kwzh@gnu.org>
4734         * configure.in: New file.
4735         * Makefile.in: Renamed from Makefile.
4736         (prefix, infodir): Use value obtained from configure.
4737         (emacslibdir): Obsolete variable deleted.
4738         (dist): Distribute configure.in, configure, Makefile.in.
4740 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
4742         * Makefile (INSTALL_INFO): New variable.
4743         (install): Run install-info.
4745 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
4747         * Makefile (elisp.dvi): Add missing backslash.
4749 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
4751         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
4752         Run texindex without `./'.  Always run texindex on elisp.tp.
4753         (elisp.tps): Target deleted.
4755 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
4757         * Makefile (srcs): Add nonascii.texi and customize.texi.
4758         (dist): Start by deleting `temp'.
4760 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
4762         * Makefile (makeinfo, texindex): Targets deleted.
4763         (makeinfo.o, texindex.o): Targets deleted.
4764         (clean, dist): Don't do anything with them or with getopt*.
4766 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
4768         * Makefile (SHELL): Defined.
4770 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
4772         * Makefile (elisp.tps): New target.
4773         (elisp.dvi): Depend on elisp.tps.
4775 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4777         * README: Update phone number.
4779         * Makefile (elisp): Make this be the default target.
4780         Depend on makeinfo.c instead of makeinfo.
4781         (install): Don't depend on elisp.dvi, since we don't install that.
4782         Use mkinstalldirs.
4783         (dist): Add mkinstalldirs.
4785 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4787         * Makefile (VERSION): Update version number.
4788         (maintainer-clean): Renamed from realclean.
4790 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
4792         * Makefile (realclean): New target.
4793         (elisp): Remove any old elisp-* files first.
4795 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
4797         * Makefile (VERSION): New variable.
4798         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
4799         Compressed file suffix should be `.gz', not `.z'.
4801 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4803         * Makefile (elisp): Depend on makeinfo.
4805 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
4807         * Makefile (srcs): Add anti.texi.
4809 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4811         * Makefile (infodir, prefix): New vars.
4812         (install): Use infodir.
4813         (emacsinfodir): Deleted.
4815 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4817         * Makefile (srcs): Add calendar.texi.
4819         * Makefile (dist): Copy texindex.c and makeinfo.c.
4820         Limit elisp-* files to those with one or two digits.
4822 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4824         * Makefile (dist): Changed to use Gzip instead of compress.
4826 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4828         * loading.texi (Unloading): define-function changed back to
4829         defalias.  It may not stay this way, but at least it's
4830         consistent with the known-good version of the code patch.
4832 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
4834         * modes.texi (Hooks): Document new optional arg of add-hook.
4836 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4838         * variables.texi: Document nil initial value of buffer-local variables.
4840         * tips.texi: Add new section on standard library headers.
4842 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4844         * Makefile (srcs): Add frame.texi to the list of sources.
4846 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4848         * Makefile (dist): Don't bother excluding autosave files; they'll
4849         never make it into the temp directory anyway, and the hash marks
4850         in the name are problematic for make and the Bourne shell.
4851         (srcs):
4853 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4855         * Makefile (dist): Don't include backup files or autosave files in
4856         the distribution tar file.
4858 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4860         * Makefile (srcs): Added index.perm.
4861         (elisp.dvi): Remove erroneous shell comment.
4862         Expect output of permute-index in permuted.fns.
4863         Save old elisp.aux in elisp.oaux.
4864         (clean): Added index.texi to be deleted.
4866 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4868         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
4870 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
4872         * files.texi:  Noted that completion-ignored-extensions is ignored
4873         when making *Completions*.
4875 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
4877         * Makefile  make dist now depends on elisp.dvi, since it tries
4878         to include it in the dist file.
4880 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
4882         * functions.texinfo (Mapping Functions): Add missing quote
4884 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4886         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
4887         (defunargs): Turn off \hyphenchar of \sl font temporarily.
4889 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
4891         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
4892         and @error{} are the terms now being used.  The files in the
4893         directory have been changed to reflect this.
4895         * All instances of @indentedresultt{} have been changed to
4896         `     @result{}', using 5 spaces at the begining of the line.
4898 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
4900         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
4901         experimental @indentedresult{}, @indentedexpandsto{} are part of
4902         the texinfo.tex in this directory.  These TeX macros are not
4903         stable yet.
4905 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
4907         * texinfo.tex:  temporarily added
4908                 \let\result=\dblarrow
4909                 \def\error{{\it ERROR} \longdblarrow}
4910         We need to do this better soon.
4912 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
4914         * Applied Karl Berry's patches to *.texinfo files, but not to
4915         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
4916         new title page format is also not applied, since it requires
4917         texinfo.tex changes.)
4919         * Cleaned up `Makefile' and defined the `emacslibdir' directory
4920         for the Project GNU development environment.
4922 ;; Local Variables:
4923 ;; coding: iso-2022-7bit
4924 ;; End:
4926     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4927       2005, 2006 Free Software Foundation, Inc.
4928   Copying and distribution of this file, with or without modification,
4929   are permitted provided the copyright notice and this notice are preserved.
4931 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda