*** empty log message ***
[emacs.git] / lispref / ChangeLog
blob2d73fe08a96805842118dc4568ba729fd1794b5e
1 2007-01-28  Richard Stallman  <rms@gnu.org>
3         * tips.texi (Coding Conventions): Clarify the tip about macros
4         that define a function or a variable.
6         * files.texi (File Attributes): UID and GID can be floats.
7         (Magic File Names): Explain why deferring all operations to
8         the standard handler does not work.
10 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
12         * backups.texi (Reverting): Use "buffer" instead of "file"
13         when talking about major and minor modes.
15 2007-01-21  Richard Stallman  <rms@gnu.org>
17         * help.texi (Documentation): Add xref to Documentation Tips.
19 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
21         * tips.texi (Coding Conventions): Fix typos.
23 2007-01-05  Richard Stallman  <rms@gnu.org>
25         * modes.texi (Defining Minor Modes): Fix previous change.
27 2007-01-03  Richard Stallman  <rms@gnu.org>
29         * customize.texi (Variable Definitions, Customization Types):
30         Don't use * in doc string for defcustom.
32 2007-01-02  Richard Stallman  <rms@gnu.org>
34         * variables.texi (Variable Aliases): Clarify that aliases vars
35         always have the same value.
37         * processes.texi (Bindat Spec): Fix Texinfo usage.
39         * modes.texi (Defining Minor Modes): Explain effect of command
40         defined with define-global-minor-mode on new buffers.
42 2006-12-30  Kim F. Storm  <storm@cua.dk>
44         * keymaps.texi (Tool Bar): Describe `grow-only' value of
45         `auto-resize-tool-bars'.
47 2006-12-30  Richard Stallman  <rms@gnu.org>
49         * keymaps.texi (Active Keymaps): Fix previous change.
51 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
53         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
55 2006-12-30  Kim F. Storm  <storm@cua.dk>
57         * processes.texi (Bindat Spec): Clarify using field names in
58         length specifications.
60 2006-12-29  Kim F. Storm  <storm@cua.dk>
62         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
63         Add count and index variables for eval forms in repeat blocks.
65 2006-12-24  Richard Stallman  <rms@gnu.org>
67         * customize.texi (Variable Definitions): Document
68         new name custom-add-frequent-value.
70 2006-12-19  Kim F. Storm  <storm@cua.dk>
72         * commands.texi (Misc Events): User signals now result in sigusr1
73         and sigusr2 events which are handled through special-event-map.
74         (Special Events): User signals and drag-n-drop are special.
76 2006-12-17  Richard Stallman  <rms@gnu.org>
78         * loading.texi (Named Features): Explain subfeatures better.
80         * customize.texi: Use "option" only for user options.
81         For the keyword values inside defcustom etc, say "keywords".
82         For :options value's elements, say "elements".
83         :group should not be omitted.
85         * syntax.texi (Parsing Expressions): Split up node.
86         (Motion via Parsing, Position Parse, Parser State)
87         (Low-Level Parsing, Control Parsing): New subnodes.
88         (Parser State): Document syntax-ppss-toplevel-pos.
90         * positions.texi (List Motion): Punctuation fix.
92         * files.texi (File Name Completion): Document PREDICATE arg
93         to file-name-completion.
95 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
97         * internals.texi (Building Emacs, Writing Emacs Primitives):
98         Add index entries.
100 2006-12-11  Richard Stallman  <rms@gnu.org>
102         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
103         affects face menu.  Explain how to make it non-nil without enabling
104         any fontification.
106 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
108         * modes.texi (Font Lock Basics): Document nil value of
109         font-lock-defaults.
111 2006-12-10  Glenn Morris  <rgm@gnu.org>
113         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
114         value for system-flag argument.  Abbrev tables may not be empty
115         when major modes are loaded.
117 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
119         * makefile.w32-in (maintainer-clean): Partially revert last
120         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
121         to protect elisp-covers.texi.
123 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
125         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
126         Don't remove elisp* info files; they are already deleted by the
127         `clean' and `distclean' targets, and they are in the $(infodir)
128         directory, not the current one.
130 2006-12-04  Kim F. Storm  <storm@cua.dk>
132         * commands.texi (Misc Events): Update signal events.
133         (Event Examples): Add signal example.
135 2006-11-29  Richard Stallman  <rms@gnu.org>
137         * frames.texi (Visibility of Frames): Explain visible windows
138         can be covered by others.  Add xref for raise-frame.
140 2006-11-28  Richard Stallman  <rms@gnu.org>
142         * searching.texi (Regexp Special): Update when ^ is special.
144 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
146         * customize.texi (Customization, Common Keywords)
147         (Group Definitions, Variable Definitions, Composite Types)
148         (Type Keywords, Customization Types): Add index entries for
149         various customization keywords.
151 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
155 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
157         * frames.texi (Window System Selections): Remove clipboard from
158         description of selection-coding-system.
160 2006-11-06  Richard Stallman  <rms@gnu.org>
162         * lists.texi (List Variables): Document COMPARE-FN.
164         * keymaps.texi: Avoid use of "binding" to mean a relation;
165         use it only to refer to the meaning associated with a key.
166         (Keymaps): Change menu node description.
168         * elisp.texi (Top): Change menu node description.
170         * display.texi (Managing Overlays): Document overlay-recenter.
172 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
174         * Makefile.in: Use relative paths to avoid advertising filesystem
175         contents during compilation.
177 2006-10-23  Kim F. Storm  <storm@cua.dk>
179         * commands.texi (Event Input Misc): Update unread-command-events.
181 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
183         * lists.texi (Sets And Lists): Fix typos.
185 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
187         * control.texi (Processing of Errors): Use @var for an argument,
188         not @code.
190 2006-10-16  Richard Stallman  <rms@gnu.org>
192         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
194         * keymaps.texi (Format of Keymaps): Show all the keymap element
195         patterns that result from menu items.
196         (Key Lookup): Minor cleanups.
198         * modes.texi (Precalculated Fontification): Don't say that
199         not setting font-lock-defaults avoids loading font-lock.
201         * help.texi (Documentation): Move xref to Emacs Manual here.
202         (Documentation Basics): From here.
203         Also doc emacs-lisp-docstring-fill-column.
205         * elisp.texi: Update version and ISBN.
207         * commands.texi (Interactive Call): Clarify KEYS arg to
208         call-interactively is a vector.
209         (Command Loop Info): Delete anchor in this-command-keys.
210         Add anchor in this-command-keys-vector.
211         (Recursive Editing): Document how recursive-edit
212         handles the current buffer.
214 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
216         * frames.texi (Frame Titles): %c and %l are ignored in
217         frame-title-format.
219 2006-10-11  Richard Stallman  <rms@gnu.org>
221         * keymaps.texi (Key Sequences): Clarify use of kbd.
223 2006-10-10  Kim F. Storm  <storm@cua.dk>
225         * lists.texi (Sets And Lists): Add memql.
227 2006-10-03  Richard Stallman  <rms@gnu.org>
229         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
230         Clarify :ascii: and :nonascii:.
232 2006-09-29  Juri Linkov  <juri@jurta.org>
234         * modes.texi (%-Constructs): Reorder coding systems in the
235         documentation of %z to the real order displayed in the modeline.
237 2006-09-25  Richard Stallman  <rms@gnu.org>
239         * os.texi (Timers): Describe timer-max-repeats.
241 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
243         * os.texi (Timers): Mention with-local-quit.
245 2006-09-24  Richard Stallman  <rms@gnu.org>
247         * searching.texi (Searching and Matching): Mention property search.
249         * commands.texi (Command Loop Info): Explain how read-event affects
250         this-command-keys.
252 2006-09-20  Richard Stallman  <rms@gnu.org>
254         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
256         * windows.texi (Window Start): Minor cleanups.
258 2006-09-20  Kim F. Storm  <storm@cua.dk>
260         * windows.texi (Window Start): pos-visible-in-window-p allows
261         specifying t for position to mean "end of window".
262         Add window-line-height.
264         * anti.texi (Antinews): Mention window-line-height.
266 2006-09-19  David Kastrup  <dak@gnu.org>
268         * keymaps.texi (Searching Keymaps): Small clarification.
270 2006-09-18  Richard Stallman  <rms@gnu.org>
272         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
273         cause keyboard menus.
274         (Menu Keymaps): Likewise.
275         (Defining Menus, Keyboard Menus): Clarify.
277         * text.texi (Fields): Clarify explanation of constrain-to-field.
279 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
281         * variables.texi (Tips for Defining): Fix a typo.
283 2006-09-15  Richard Stallman  <rms@gnu.org>
285         * keymaps.texi (Remapping Commands, Searching Keymaps)
286         (Active Keymaps): Clean up previous change.
288 2006-09-15  Jay Belanger  <belanger@truman.edu>
290         * gpl.texi: Replace "Library Public License" by "Lesser Public
291         License" throughout.
293 2006-09-15  David Kastrup  <dak@gnu.org>
295         * keymaps.texi (Active Keymaps): Adapt description to use
296         `get-char-property' instead `get-text-property'.  Explain how
297         mouse events change this.  Explain the new optional argument of
298         `key-binding' and its mouse-dependent lookup.
299         (Searching Keymaps): Adapt description similarly.
300         (Remapping Commands): Explain the new optional argument of
301         `command-remapping'.
303 2006-09-14  Richard Stallman  <rms@gnu.org>
305         * keymaps.texi (Searching Keymaps): Clarification.
306         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
308 2006-09-13  Richard Stallman  <rms@gnu.org>
310         * objects.texi (Character Type): Node split.
311         Add xref to Describing Characters.
312         (Basic Char Syntax, General Escape Syntax)
313         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
315 2006-09-11  Richard Stallman  <rms@gnu.org>
317         * display.texi (Display Table Format): Wording clarification.
318         (Glyphs): Clarifications.
320 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
322         * keymaps.texi (Active Keymaps): Mention that key-binding checks
323         local maps.
325 2006-09-10  Kim F. Storm  <storm@cua.dk>
327         * display.texi (Forcing Redisplay): Document return value of
328         function redisplay.
330 2006-09-09  Richard Stallman  <rms@gnu.org>
332         * windows.texi (Window Hooks): Explain limits of
333         window-scroll-functions.
335         * display.texi (Fringe Indicators): Update for last change in
336         indicate-buffer-boundaries.
338 2006-09-08  Richard Stallman  <rms@gnu.org>
340         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
342 2006-09-06  Kim F. Storm  <storm@cua.dk>
344         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
346         * windows.texi (Window Start): Update pos-visible-in-window-p.
348 2006-09-04  Richard Stallman  <rms@gnu.org>
350         * processes.texi (Accepting Output): Explain SECONDS=0 for
351         accept-process-output.
353         * os.texi (Idle Timers): Explain why timer functions should not
354         loop until (input-pending-p).
356 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
358         * makefile.w32-in (usermanualdir): New variable.
359         (elisp.dvi): Use it.
361 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
363         * buffers.texi (Buffer Modification): Fix last change.
365 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
367         * buffers.texi (Buffer Modification): Document
368         buffer-chars-modified-tick.
370 2006-08-31  Richard Stallman  <rms@gnu.org>
372         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
374 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
376         * modes.texi (Syntactic Font Lock):
377         Mention font-lock-syntactic-face-function
378         instead of specific faces.
380 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
382         * display.texi (Images): Add xrref to display-images-p.
384 2006-08-28  Kenichi Handa  <handa@m17n.org>
386         * nonascii.texi (Lisp and Coding Systems): Fix description of
387         detect-coding-region.
389 2006-08-27  Michael Olson  <mwolson@gnu.org>
391         * processes.texi (Transaction Queues): Remove stray quote
392         character.
394 2006-08-25  Richard Stallman  <rms@gnu.org>
396         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
397         Add xref.
399 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
401         * os.texi (Timers): Avoid waiting inside timers.
403 2006-08-21  Lute Kamstra  <lute@gnu.org>
405         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
407 2006-08-20  Richard Stallman  <rms@gnu.org>
409         * os.texi (Idle Timers): New node, split out from Timers.
410         Document current-idle-time.
411         * commands.texi (Reading One Event): Update xref.
412         * elisp.texi (Top): Update subnode menu.
414 2006-08-16  Richard Stallman  <rms@gnu.org>
416         * keymaps.texi (Extended Menu Items): Show format of cached
417         bindings in extended menu items.
419         * customize.texi (Variable Definitions): Explain when the
420         standard value expression is evaluated.
422 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
424         * commands.texi (Reading One Event): Explain idleness in
425         `read-event'.
427 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
429         * text.texi (Near Point): Say "cursor" not "terminal cursor".
430         (Commands for Insertion): Removed split-line since it's not
431         relevant for Lisp programming.
432         (Yank Commands): Rewrite introduction.
433         (Undo): Clarify.
434         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
435         (Filling): Remove redundant comment.  Clarify return value of
436         current-justification.
437         (Margins): Minor clarifications.
438         (Adaptive Fill): Update default value of adaptive-fill-regexp.
439         (Sorting): Update definition of sort-lines.
440         (Columns): Clarify behavior of sort-columns.
441         (Indent Tabs): Link to Tab Stops in Emacs manual.
442         (Special Properties): Clarify.
443         (Clickable Text): Mention Buttons package.
445 2006-08-12  Kevin Ryde  <user42@zip.com.au>
447         * os.texi (Time Parsing): Add %z to description of
448         format-time-string, as per docstring.  Add cross reference to
449         glibc manual for strftime.
451 2006-08-08  Richard Stallman  <rms@gnu.org>
453         * modes.texi: Clean up wording in previous change.
455 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
457         * modes.texi (Hooks): Clarify.
458         (Major Mode Basics): Mention define-derived-mode explicitly.
459         (Major Mode Conventions): Rebinding RET is OK for some modes.
460         Mention change-major-mode-hook and after-change-major-mode-hook.
461         (Example Major Modes): Moved to end of Modes section.
462         (Mode Line Basics): Clarify.
463         (Mode Line Data): Mention help-echo and local-map in strings.
464         Explain reason for treatment of non-risky variables.
465         (Properties in Mode): Clarify.
466         (Faces for Font Lock): Add font-lock-negation-char-face.
468 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
470         * strings.texi (Formatting Strings): Warn against arbitrary
471         strings as first arg to `format'.
473 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
475         * text.texi (Clickable Text): Mention `help-echo' text property.
476         Update intro, examples and associated explanations.
478 2006-07-31  Richard Stallman  <rms@gnu.org>
480         * commands.texi: Update xrefs.
481         (Event Mod): New node, cut out from old Translating Input.
483         * maps.texi: Update xrefs.
485         * keymaps.texi (Translation Keymaps): New node.
486         Update xrefs from Translating Input to Translation Keymaps.
488         * elisp.texi (Top): Update subnode menu.
490         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
492         * os.texi (System Interface): Fix menu descriptions of some nodes.
493         (Translating Input): Node deleted.
495 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
497         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
499         * lists.texi (Sets And Lists): Likewise.
501 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
503         * text.texi (Fields): Mention POS
504         requirement when narrowing is in effect.
506 2006-07-28  Richard Stallman  <rms@gnu.org>
508         * display.texi (Face Attributes): Simplify wording.
509         (Attribute Functions): Clarify meaning of new-frame default
510         attribute settings.
512         * customize.texi (Common Keywords): Document how to use
513         :package-version in a package not in Emacs.
515 2006-07-28  Kim F. Storm  <storm@cua.dk>
517         * commands.texi (Reading One Event): Fix last change.
519 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
521         * commands.texi (Reading One Event): Document SECONDS argument for
522         read-event, read-char, and read-char-exclusive.
524 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
526         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
527         to ensure correct identification.
529 2006-07-24  Richard Stallman  <rms@gnu.org>
531         * text.texi (Clickable Text): Clarify.
533         * sequences.texi (Vector Functions): Delete duplicate xref.
535         * objects.texi (Function Type): Clarify.
537         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
538         modes.
540         * lists.texi (List Variables): New node.
541         Material moved from other nodes.
543         * variables.texi (Setting Variables): add-to-list and
544         add-to-ordered-list moved to List Variables node.
546 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
548         * text.texi (Links and Mouse-1):
549         For mouse-on-link-p, expand on arg POS.
551 2006-07-21  Kim F. Storm  <storm@cua.dk>
553         * display.texi (Forcing Redisplay): Don't mention systems which
554         don't support sub-second timers for redisplay-preemption-period.
556         * os.texi (Terminal Output): Clarify text vs graphical terminal.
558 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
560         * frames.texi (Input Focus): Document that focus-follows-mouse has
561         no effect on MS-Windows.
563 2006-07-18  Richard Stallman  <rms@gnu.org>
565         * display.texi (Forcing Redisplay): Cleanups in previous change.
567         * processes.texi (Low-Level Network): Make menu more convenient.
569 2006-07-18  Kim F. Storm  <storm@cua.dk>
571         * display.texi (Forcing Redisplay): redisplay-preemption-period
572         only used on window systems.  Add xref to Terminal Output.
574         * os.texi (Terminal Output): baud-rate only controls preemption on
575         non-window systems.  Add xref to Forcing Redisplay.
577         * processes.texi (Low-Level Network): Rename node "Make Network"
578         to "Network Processes".
580 2006-07-18  Karl Berry  <karl@gnu.org>
582         * variables.texi, functions.texi, customize.texi, loading.texi:
583         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
585 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
587         * commands.texi (Waiting): Document batch-mode sit-for behavior.
589 2006-07-17  Richard Stallman  <rms@gnu.org>
591         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
592         Put period and comma inside quotes.
594         * loading.texi, markers.texi: Use real doublequote inside menus.
596         * windows.texi: Put point and comma inside quotes.
597         (Textual Scrolling): Use @samp for error message.
599         * variables.texi, tips.texi, syntax.texi, symbols.texi:
600         * strings.texi, streams.texi, processes.texi, os.texi:
601         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
602         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
603         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
604         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
605         Put point and comma inside quotes.
607         * control.texi (Processing of Errors): Add command-error-function.
609         * variables.texi (File Local Variables): Clarify that
610         file local variables make buffer-local bindings.
612         * modes.texi (Syntactic Font Lock): Give default for
613         font-lock-syntax-table.
615 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
617         * text.texi (Special Properties): Clean up previous change.
619 2006-07-16  Karl Berry  <karl@gnu.org>
621         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
622         * control.texi: Fix bad page breaks through chapter 10 (control).
624         * anti.texi (Antinews): Reorder face-attribute fns to avoid
625         underfull hbox.
627 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
629         * text.texi (Special Properties): Describe fontified text property
630         in relation to a character (not text).
632 2006-07-15  Kim F. Storm  <storm@cua.dk>
634         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
635         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
636         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
638         * anti.texi (Antinews): Mention redisplay function.
639         The kbd macro existed, but was not documented, before 22.x.
640         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
642 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
644         * display.texi (Displaying Messages): Add anchor.
646         * frames.texi (Dialog Boxes): Use it.
648 2006-07-12  Richard Stallman  <rms@gnu.org>
650         * objects.texi (Frame Type): Explain nature of frames better.
652         * frames.texi (Frames): Explain nature of frames better.
654 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
656         * tips.texi (Coding Conventions): Explain why use cl at compile time.
658 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
660         * frames.texi (Window System Selections): Mention scrap support for Mac.
661         Default value of x-select-enable-clipboard is t on Mac.
663         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
665 2006-07-11  Kim F. Storm  <storm@cua.dk>
667         * display.texi (Forcing Redisplay): Add `redisplay' function.
668         Don't mention (sit-for -1) -- use (redisplay t) instead.
670         * commands.texi (Waiting): (sit-for -1) is no longer special.
671         (sit-for 0) is equivalent to (redisplay).
672         Iconifying/deiconifying no longer makes sit-for return.
674 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
676         * display.texi (Buttons): Fix typo.
678         * index.texi, elisp.texi (New Symbols): Comment node out.
680 2006-07-09  Richard Stallman  <rms@gnu.org>
682         * display.texi (Truncation): Clean up previous change.
684 2006-07-08  Richard Stallman  <rms@gnu.org>
686         * commands.texi (Interactive Call): Use 3 as prefix in example
687         for execute-extended-command.
689         * display.texi (Attribute Functions): Move paragraph about
690         compatibility with Emacs < 21.
692 2006-07-09  Kim F. Storm  <storm@cua.dk>
694         * display.texi (Refresh Screen): Clarify force-window-update.
695         (Truncation): "Normally" indicated by fringe arrows.
697 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
699         * windows.texi (Textual Scrolling, Resizing Windows):
700         * variables.texi (Constant Variables):
701         * text.texi (Buffer Contents, Deletion, Changing Properties)
702         (Property Search, Special Properties, Sticky Properties)
703         (Links and Mouse-1, Fields, Change Hooks):
704         * syntax.texi (Syntax Table Functions, Parsing Expressions)
705         (Categories):
706         * symbols.texi (Other Plists):
707         * streams.texi (Output Variables):
708         * processes.texi (Input to Processes, Query Before Exit):
709         * positions.texi (Word Motion, Text Lines, List Motion):
710         * os.texi (Init File, System Environment, Sound Output)
711         (Session Management):
712         * nonascii.texi (Text Representations, Character Sets)
713         (Chars and Bytes, Locales):
714         * modes.texi (Defining Minor Modes, Header Lines):
715         * minibuf.texi (Minibuffer Contents):
716         * markers.texi (Information from Markers):
717         * lists.texi (List Elements, Building Lists, Association Lists):
718         * keymaps.texi (Tool Bar):
719         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
720         * functions.texi (What Is a Function, Mapping Functions):
721         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
722         (Color Names, Text Terminal Colors, Display Feature Testing):
723         * files.texi (Visiting Functions, File Name Components)
724         (Unique File Names, Contents of Directories):
725         * display.texi (Forcing Redisplay, Displaying Messages)
726         (Temporary Displays, Font Selection, Auto Faces)
727         (Font Lookup, Fringe Indicators, Display Margins)
728         (Image Descriptors, Showing Images, Image Cache, Button Types)
729         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
730         (Display Table Format, Glyphs):
731         * control.texi (Iteration):
732         * commands.texi (Command Loop Info, Adjusting Point):
733         * backups.texi (Making Backups, Auto-Saving):
734         Remove @tindex entries.
736 2006-07-07  Kim F. Storm  <storm@cua.dk>
738         * display.texi (Fringe Cursors): Fix typo.
739         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
740         (Overlay Arrow): Default is overlay-arrow fringe indicator.
742 2006-07-05  Richard Stallman  <rms@gnu.org>
744         * text.texi (Buffer Contents): Add example of text props
745         in result of buffer-substring.
746         (Text Properties): Explain better about use of specific property names.
747         (Property Search): Some cleanups; reorder some functions.
749         * keymaps.texi (Changing Key Bindings): Cleanup.
750         Add xref to Key Binding Conventions.
752         * display.texi (Attribute Functions): Add examples for
753         face-attribute-relative-p.
755         * tips.texi (Coding Conventions): Cleanup last change.
757 2006-07-05  Karl Berry  <karl@gnu.org>
759         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
760         Remove @setchapternewpage odd.
761         Result is 1013 pages, down from 1100.
763         * anti.texi, customize.texi, display.texi, internals.texi:
764         * minibuf.texi, modes.texi, tips.texi:
765         Fix overfull/underfull boxes.
767 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
769         * edebug.texi (Instrumenting):
770         Add Edebug-specific findex for eval-buffer.
771         * loading.texi (Loading):
772         Replace eval-current-buffer with eval-buffer.
774 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
776         * locals.texi (Standard Buffer-Local Variables): Update the list
777         of variables.
779 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
781         * files.texi (File Name Completion): Point user to the node
782         "Reading File Names".
784 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
786         * files.texi (Contents of Directories): Document case-insensitive
787         behavior on respective filesystems.
789         * objects.texi (Character Type): Document that Emacs signals an
790         error for unsupported Unicode characters specified as \uNNNN.
792 2006-06-19  Richard Stallman  <rms@gnu.org>
794         * processes.texi (Bindat Spec): Clarify previous change.
796 2006-06-16  Richard Stallman  <rms@gnu.org>
798         * tips.texi (Coding Conventions): Better explain conventions
799         for definition constructs.
801         * text.texi (Special Properties): String value of `read-only'
802         serves as the error message.
804         * objects.texi (Character Type): Clarify prev. change.
805         (Non-ASCII in Strings): Mention \u and \U.
807         * commands.texi (Using Interactive): Explain problem of
808         markers, etc., in command-history.
810 2006-06-14  Kim F. Storm  <storm@cua.dk>
812         * commands.texi (Waiting): Negative arg to sit-for forces
813         redisplay even if input is pending.
815         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
816         redisplay.  Remove incorrect example of binding redisplay-dont-pause
817         around (sit-for 0).
819 2006-06-13  Richard Stallman  <rms@gnu.org>
821         * display.texi (Forcing Redisplay): Clarify previous change.
823 2006-06-13  Romain Francoise  <romain@orebokech.com>
825         * display.texi (Forcing Redisplay): Fix typo.
827 2006-06-13  Kim F. Storm  <storm@cua.dk>
829         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
831 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
833         * tips.texi (Coding Conventions): Add `@end itemize'.
835 2006-06-10  Richard Stallman  <rms@gnu.org>
837         * tips.texi (Coding Conventions): Explain use of coding systems
838         to ensure one decoding for strings.
840 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
842         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
843         syntax.
845 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
847         * display.texi (Font Selection): Remove description of
848         clear-face-cache.
850         * compile.texi (Eval During Compile): Fix a typo.  Add index
851         entries for possible uses of eval-when-compile.
853 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
855         * display.texi (Abstract Display): Fix typo.
857 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
859         * minibuf.texi (Minibuffer History) <history-add-new-input>:
860         Reword variable's description.
862 2006-06-01  Richard Stallman  <rms@gnu.org>
864         * windows.texi (Splitting Windows): Clarify splitting nonselected
865         window.
867 2006-05-31  Juri Linkov  <juri@jurta.org>
869         * minibuf.texi (Minibuffer History): Add history-add-new-input.
871 2006-05-30  Richard Stallman  <rms@gnu.org>
873         * display.texi (Line Height): Fix errors in description of
874         default line height and line-height properyty.
876         * nonascii.texi (Default Coding Systems): Further clarification.
878 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
880         * internals.texi (Pure Storage): Mention that an overflow in pure
881         space causes a memory leak.
882         (Garbage Collection): If there was an overflow in pure space,
883         `garbage-collect' returns nil.
885 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
887         * nonascii.texi (Default Coding Systems): Fix it some more.
889 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
891         * nonascii.texi (Default Coding Systems): Fix last change.
893 2006-05-29  Kenichi Handa  <handa@m17n.org>
895         * nonascii.texi (find-operation-coding-system): Describe the new
896         argument format (FILENAME . BUFFER).
898 2006-05-28  Richard Stallman  <rms@gnu.org>
900         * tips.texi (Coding Conventions): Better explain reasons not to
901         advise other packages or use `eval-after-load'.
903 2006-05-29  Kim F. Storm  <storm@cua.dk>
905         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
906         `bindat-idx' and `bindat-raw' for clarity.
908 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
910         * processes.texi (Bindat Spec): Expand on `repeat' handler.
912         * display.texi (Display): Add "Abstract Display" to menu.
913         (Abstract Display, Abstract Display Functions)
914         (Abstract Display Example): New nodes.
915         * elisp.texi (Top): Add "Abstract Display" to menu.
917 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
919         * keymaps.texi (Key Sequences): Link to input events definition.
920         (Format of Keymaps): Delete material duplicated in Keymap Basics.
922         * files.texi (Changing Files): Document updated argument list for
923         copy-file.
925 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
927         * processes.texi (Bindat Functions): Explain term "total length".
928         Use it in bindat-length and bindat-pack descriptions.
930 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
932         * tips.texi (Coding Conventions): Advise against using
933         eval-after-load in packages.  Add an index entry.
935 2006-05-25  Juri Linkov  <juri@jurta.org>
937         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
939         * modes.texi (%-Constructs): Add %e, %z, %Z.
941 2006-05-25  Richard Stallman  <rms@gnu.org>
943         * elisp.texi (Top): Update subnode menu.
945         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
946         (Keymaps): Update menu.
948 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
950         * keymaps.texi (Key Sequences): Some clarifications.
952 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
954         * processes.texi (Bindat Functions): Say "unibyte string"
955         explicitly for bindat-unpack and bindat-pack descriptions.
956         (Bindat Examples): Don't call `string-make-unibyte' in example.
958 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
960         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
961         Explain string and vector representations of key sequences
963         * keymaps.texi (Changing Key Bindings):
964         * commands.texi (Interactive Codes, Interactive Codes):
965         * help.texi (Describing Characters): Refer to it.
967 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
969         * frames.texi (Pointer Shape): @end table -> @end defvar.
971 2006-05-22  Richard Stallman  <rms@gnu.org>
973         * elisp.texi (Top): Update subnode menus.
975         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
976         Contents rewritten; material from old Pointer Shape node moved here.
978         * display.texi (Pointer Shape): Node deleted.
979         (Image Descriptors): Minor cleanup.
981 2006-05-21  Richard Stallman  <rms@gnu.org>
983         * syntax.texi (Parsing Expressions): Update info on which STATE
984         elements are ignored.
986 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
988         * hooks.texi (Standard Hooks): Correct typo.
990         * gpl.texi (GPL): ifinfo -> ifnottex.
992 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
994         * searching.texi (Simple Match Data): Warn about match data being
995         set anew by every search.
997 2006-05-17  Richard Stallman  <rms@gnu.org>
999         * minibuf.texi (Minibuffer History): Clarify.
1001         * searching.texi (Regexp Special): Clarify nested regexp warning.
1003 2006-05-16  Kim F. Storm  <storm@cua.dk>
1005         * minibuf.texi (Minibuffer History): Update add-to-history.
1007 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
1009         * nonascii.texi (Explicit Encoding): Fix
1010         typo (encoding<->decoding).
1012 2006-05-14  Richard Stallman  <rms@gnu.org>
1014         * buffers.texi (Creating Buffers): Cleanup.
1016         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1018 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
1020         * buffers.texi (Current Buffer): Document that with-temp-buffer
1021         disables undo.
1023         * os.texi (Terminal-Specific): More accurate description of how
1024         Emacs searches for the terminal-specific libraries.
1026 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1028         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1029         emacs-xtra to @inforef's.
1031         * text.texi (Undo): Document that undo is turned off in buffers
1032         whose names begin with a space.
1034         * buffers.texi (Buffer Names): Add index entries for buffers whose
1035         names begin with a space.
1036         (Creating Buffers): Document that undo is turned off in buffers
1037         whose names begin with a space.
1039         * files.texi (Visiting Functions, Reading from Files)
1040         (Saving Buffers): Mention code and EOL conversions by file I/O
1041         primitives and subroutines.
1043         * nonascii.texi (Lisp and Coding Systems): Document
1044         coding-system-eol-type.  Add index entries for eol conversion.
1046         * display.texi (Defining Faces): Mention `mac', and add an xref to
1047         where window-system is described.
1049 2006-05-10  Richard Stallman  <rms@gnu.org>
1051         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1053 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1055         * variables.texi (File Local Variables): Recommend to quote lambda
1056         expressions in safe-local-variable property.
1058 2006-05-09  Richard Stallman  <rms@gnu.org>
1060         * variables.texi (File Local Variables): Document
1061         safe-local-eval-forms and safe-local-eval-function.
1063 2006-05-07  Kim F. Storm  <storm@cua.dk>
1065         * minibuf.texi (Minibuffer History): Remove keep-dups arg
1066         from add-to-history.
1068 2006-05-07  Romain Francoise  <romain@orebokech.com>
1070         * commands.texi (Event Input Misc):
1071         * compile.texi (Eval During Compile):
1072         * internals.texi (Buffer Internals):
1073         * minibuf.texi (Initial Input):
1074         * nonascii.texi (Scanning Charsets):
1075         * numbers.texi (Comparison of Numbers):
1076         * windows.texi (Textual Scrolling, Vertical Scrolling):
1077         Fix various typos.
1079 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1081         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1082         conditional xref's to either emacs or emacs-xtra, depending on
1083         @iftex/@ifnottex.
1085         * minibuf.texi (Minibuffer History): Document add-to-history.
1087 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1089         * internals.texi (Pure Storage): Mention the pure overflow message
1090         at startup.
1092 2006-05-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1094         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1095         (Searching Keymaps): Fix pseudo-Lisp description of keymap
1096         search.
1098 2006-05-01  Richard Stallman  <rms@gnu.org>
1100         * intro.texi (nil and t): Clarify.
1102         * variables.texi (File Local Variables): Suggest using booleanp.
1104 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
1106         * objects.texi (Type Predicates): Fix typos.
1108 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1110         * intro.texi (nil and t): Add booleanp.
1112         * objects.texi (Type Predicates): Add links for booleanp and
1113         string-or-null-p.
1115 2006-04-29  Richard Stallman  <rms@gnu.org>
1117         * modes.texi (Multiline Font Lock): Rename from
1118         Multi line Font Lock Elements.  Much clarification.
1119         (Font Lock Multiline, Region to Fontify): Much clarification.
1121 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1123         * variables.texi (File Local Variables): Remove the special case t for
1124         safe-local-variable.
1126 2006-04-26  Richard Stallman  <rms@gnu.org>
1128         * syntax.texi (Parsing Expressions): Minor cleanup.
1130 2006-04-18  Richard Stallman  <rms@gnu.org>
1132         * tips.texi (Coding Conventions): Explain when the package's
1133         prefix should appear later on (not at the start of the name).
1135         * searching.texi (String Search): Clarify effect of NOERROR.
1137         * modes.texi (Imenu): Clarify what special items do.
1139         * hooks.texi (Standard Hooks): Delete text about old hook names.
1141 2006-04-17  Romain Francoise  <romain@orebokech.com>
1143         * variables.texi (Local Variables): Update the default value of
1144         `max-specpdl-size'.
1146 2006-04-15  Michael Olson  <mwolson@gnu.org>
1148         * processes.texi (Transaction Queues): Mention the new optional
1149         `delay-question' argument for `tq-enqueue'.
1151 2006-04-13  Bill Wohler  <wohler@newt.com>
1153         * customize.texi (Common Keywords): Use dotted notation for
1154         :package-version value.  Specify its values.  Improve documentation
1155         for customize-package-emacs-version-alist.
1157 2006-04-12  Bill Wohler  <wohler@newt.com>
1159         * customize.texi (Common Keywords): Move description of
1160         customize-package-emacs-version-alist to @defvar.
1162 2006-04-10  Bill Wohler  <wohler@newt.com>
1164         * customize.texi (Common Keywords): Add :package-version.
1166 2006-04-10  Kim F. Storm  <storm@cua.dk>
1168         * text.texi (Buffer Contents): Add NOPROPS arg to
1169         filter-buffer-substring.
1171 2006-04-08  Kevin Ryde  <user42@zip.com.au>
1173         * os.texi (Command-Line Arguments): Update xref to emacs manual
1174         "Command Arguments" -> "Emacs Invocation", per change there.
1176 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
1178         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1179         be on one line to help makeinfo not render two spaces after the dot.
1181 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
1183         * strings.texi (Predicates for Strings): Add string-or-null-p.
1185 2006-03-28  Kim F. Storm  <storm@cua.dk>
1187         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1188         remarks about systems that don't support fractional seconds.
1190 2006-03-25  Karl Berry  <karl@gnu.org>
1192         * elisp.texi: Use @copyright{} instead of (C), and do not indent
1193         the year list.
1195 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
1197         * display.texi (Fringe Indicators): Fix typos.
1199 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
1201         * tips.texi (Documentation Tips): One can now also write `program'
1202         in front of a quoted symbol in a docstring to prevent making a
1203         hyperlink.
1205 2006-03-19  Alan Mackenzie  <acm@muc.de>
1207         * text.texi (Special Properties): Clarify `fontified' property.
1209 2006-03-16  Richard Stallman  <rms@gnu.org>
1211         * display.texi (Defining Images): Minor cleanup.
1213 2006-03-16  Bill Wohler  <wohler@newt.com>
1215         * display.texi (Defining Images): In image-load-path-for-library,
1216         prefer user's images.
1218 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1220         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1222 2006-03-15  Bill Wohler  <wohler@newt.com>
1224         * display.texi (Defining Images): Fix example in
1225         image-load-path-for-library by not recommending that one binds
1226         image-load-path.  Just defvar it to placate compiler and only use
1227         it if previously defined.
1229 2006-03-14  Bill Wohler  <wohler@newt.com>
1231         * display.texi (Defining Images): In image-load-path-for-library,
1232         always return list of directories.  Update example.
1234 2006-03-14  Alan Mackenzie  <acm@muc.de>
1236         * modes.texi: New node, "Region to Fontify" (for Font Lock).
1237         This describes font-lock-extend-region-function.
1238         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
1239         the new node "Region to Fontify".
1241 2006-03-13  Richard Stallman  <rms@gnu.org>
1243         * display.texi (Invisible Text): The impossible position is
1244         now before the invisible text, not after.
1245         (Defining Images): Clean up last change.
1247 2006-03-11  Bill Wohler  <wohler@newt.com>
1249         * display.texi (Defining Images): Add image-load-path-for-library.
1251 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1253         * text.texi (Adaptive Fill): Fix Texinfo usage.
1255         * strings.texi (Creating Strings): Fix Texinfo usage.
1257         * searching.texi (Regexp Special): Use @samp for regular
1258         expressions that are not in Lisp syntax.
1260 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
1262         * searching.texi (Regexp Special): Put remark between parentheses
1263         to avoid misreading.
1265 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
1267         * searching.texi (Syntax of Regexps): More accurately describe
1268         which characters are special in which situations.
1269         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1270         are not special.  Describe in detail when `[' and `]' are special.
1271         (Regexp Backslash): Plenty of regexps with unbalanced square
1272         brackets are valid, so reword that statement.
1274 2006-03-02  Kim F. Storm  <storm@cua.dk>
1276         * keymaps.texi (Tool Bar): Add tool-bar-border.
1278 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
1280         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
1282 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
1284         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1286         * files.texi (Locating Files): Suggest additional values for the
1287         SUFFIXES arg of `locate-file'.  Update pxref.
1289         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1290         (How Programs Do Loading): Discuss the effects of Auto Compression
1291         mode on `load'.
1292         (Load Suffixes): New node.
1293         (Library Search): Delete description of `load-suffixes'; it was
1294         moved to "Load Suffixes".
1295         (Autoload, Named Features): Mention `load-suffixes'.
1297 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1299         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1301         * windows.texi (Window Tree): Fix typo.
1303 2006-02-20  Kim F. Storm  <storm@cua.dk>
1305         * display.texi (Fringe Indicators): New section.
1306         Move indicate-empty-lines, indicate-buffer-boundaries, and
1307         default-indicate-buffer-boundaries here.
1308         Add fringe-indicator-alist and default-fringes-indicator-alist.
1309         Add list of logical fringe indicator symbols.
1310         Update list of standard bitmap names.
1311         (Fringe Cursors): New section.
1312         Move overflow-newline-into-fringe here.
1313         Add fringe-cursor-alist and default-fringes-cursor-alist.
1314         Add list of fringe cursor symbols.
1316 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1318         * commands.texi (Using Interactive): Fix reference to node
1319         "Minibuffers".
1321 2006-02-19  Richard M. Stallman  <rms@gnu.org>
1323         * minibuf.texi (High-Level Completion):
1324         Add xref to read-input-method-name.
1326         * files.texi (Relative File Names): Move file-relative-name here.
1327         (File Name Expansion): From here.  Minor clarifications.
1329         * commands.texi (Using Interactive): Add xrefs about reading input.
1330         Clarify remarks about that moving point and mark.
1331         Put string case before list case.
1333 2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1335         * display.texi (Other Display Specs, Image Descriptors):
1336         Revert erroneous changes.  The previous description of
1337         image-descriptors as `(image . PROPS)' was correct.
1339 2006-02-14  Richard M. Stallman  <rms@gnu.org>
1341         * variables.texi (File Local Variables): Clarifications.
1343 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
1345         * variables.texi (File Local Variables): Use @code for a cons
1346         cell, not @var.
1348 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1350         * variables.texi (File Local Variables): Document new file local
1351         variable behavior.
1353 2006-02-10  Kim F. Storm  <storm@cua.dk>
1355         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1357 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
1359         * modes.texi (%-Constructs): Remove obsolete info about
1360         `global-mode-string'.
1362 2006-02-07  Richard M. Stallman  <rms@gnu.org>
1364         * commands.texi (Prefix Command Arguments): Minor cleanup.
1366         * display.texi: "Graphical display", not window system.
1368         * functions.texi (What Is a Function): Fix xref.
1370         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1371         (Changing Key Bindings): Clarify when remapping is better than
1372         substitute-key-definition.
1374 2006-02-02  Richard M. Stallman  <rms@gnu.org>
1376         * minibuf.texi (Basic Completion): Completion alists are risky.
1378         * keymaps.texi (Active Keymaps): Clarifications.
1379         (Searching Keymaps): New node.
1380         (Keymaps): Update menu.
1382         * frames.texi (Layout Parameters): Minor clarification.
1383         (Drag and Drop): New node.
1384         (Frames): Update menu.
1386 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
1388         * display.texi (Other Display Specs, Image Descriptors):
1389         Image description is a list, not a cons cell.
1391 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
1393         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1394         list is not necessarily a list).
1396 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
1398         * frames.texi (Layout Parameters): border-width and
1399         internal-border-width belong to the frame, not the window.
1401 2006-01-19  Richard M. Stallman  <rms@gnu.org>
1403         * nonascii.texi (Translation of Characters): Search cmds use
1404         translation-table-for-input.  Automatically made local.
1406         * markers.texi (Overview of Markers): Count insertion type
1407         as one of a marker's attributes.
1409         * keymaps.texi (Controlling Active Maps): New node, split out of
1410         Active Keymaps.
1411         (Keymaps): Menu updated.
1412         (Active Keymaps): Give pseudocode to explain how the active
1413         maps are searched.  current-active-maps and key-binding moved here.
1414         (Functions for Key Lookup): current-active-maps and key-binding moved.
1415         Clarifications.
1416         (Searching the Keymaps): New subnode.
1418         * elisp.texi (Top): Menu clarification.
1420         * display.texi (Other Display Specs): Delete duplicate entry for
1421         just a string as display spec.  Move text about recursive display
1422         specs on such a string.
1424         * commands.texi (Key Sequence Input): Clarify.
1425         Move num-nonmacro-input-events out.
1426         (Reading One Event): num-nonmacro-input-events moved here.
1428 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
1430         * advice.texi (Simple Advice): Update example to fit argument
1431         change in previous-line.
1433 2006-01-05  Richard M. Stallman  <rms@gnu.org>
1435         * markers.texi (The Mark): Fix in `mark'.
1437 2006-01-04  Richard M. Stallman  <rms@gnu.org>
1439         * processes.texi (Misc Network, Make Network): Minor cleanups.
1441 2006-01-04  Kim F. Storm  <storm@cua.dk>
1443         * processes.texi (Make Network): Add IPv6 addresses and handling.
1444         (Network Feature Testing): Mention (:family ipv6).
1445         (Misc Network): Add IPv6 formats to format-network-address.
1447 2005-12-30  Richard M. Stallman  <rms@gnu.org>
1449         * text.texi (Changing Properties):
1450         Don't use return value of set-text-properties.
1452 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1454         * modes.texi (Mode Line Format): Correct typo in menu.
1456 2005-12-29  Richard M. Stallman  <rms@gnu.org>
1458         * modes.texi (Mode Line Top): New node.
1459         (Mode Line Data): Some text moved to new node.
1460         Explain the data structure more concretely.
1461         (Mode Line Basics): Clarifications.
1462         (Mode Line Variables): Clarify intro paragraph.
1463         (%-Constructs): Clarify intro paragraph.
1464         (Mode Line Format): Update menu.
1466 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
1468         * minibuf.texi (Basic Completion): Update lazy-completion-table
1469         examples for removal of ARGS argument.
1471 2005-12-23  Richard M. Stallman  <rms@gnu.org>
1473         * text.texi (Undo): Restore some explanation from the version
1474         that was deleted.
1476 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
1478         * text.texi (Undo): Remove duplicate descriptions of `apply
1479         funname' and `apply delta' elements of the undo list.
1481 2005-12-20  Richard M. Stallman  <rms@gnu.org>
1483         * help.texi (Help Functions): Update documentation of `apropos'.
1485 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
1487         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1488         because it is confusing.  If the :help-echo keyword is a function,
1489         it is not directly used as the :help-echo overlay property, as the
1490         xref seems to suggest (it does not take the appropriate args).
1492 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
1494         * customize.texi (Common Keywords): Fix Texinfo usage.
1495         (Group Definitions, Variable Definitions): Update for new
1496         conventions for using `*' in docstrings.
1498         * tips.texi (Documentation Tips): Update for new conventions for
1499         using `*' in docstrings.
1501 2005-12-16  Richard M. Stallman  <rms@gnu.org>
1503         * minibuf.texi (Minibuffer Contents): Minor cleanup.
1505 2005-12-16  Juri Linkov  <juri@jurta.org>
1507         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1509 2005-12-14  Romain Francoise  <romain@orebokech.com>
1511         * modes.texi (Customizing Keywords): Rename `append' to `how'.
1512         Fix typo.
1514 2005-12-11  Juri Linkov  <juri@jurta.org>
1516         * minibuf.texi (Completion Commands): Add mention of read-file-name
1517         for filename completion keymaps.
1518         (Reading File Names): Add mention of filename completion keymaps
1519         for read-file-name and xref to `Completion Commands'.
1521 2005-12-10  Richard M. Stallman  <rms@gnu.org>
1523         * customize.texi (Common Keywords): State caveats for use of :tag.
1525 2005-12-08  Richard M. Stallman  <rms@gnu.org>
1527         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1528         with xrefs and better explanation.
1529         (Completion Commands): Add the filename completion maps.
1531         * objects.texi (Character Type): Clarify that \s is not space
1532         if a dash follows.
1534 2005-12-05  Richard M. Stallman  <rms@gnu.org>
1536         * windows.texi (Resizing Windows): Delete preserve-before args.
1538 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1540         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1541         in full keymaps, since the quirk has been fixed.
1543 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
1545         * hooks.texi (Standard Hooks): Add index entries.  Mention
1546         `compilation-finish-functions'.
1548 2005-11-27  Richard M. Stallman  <rms@gnu.org>
1550         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1552 2005-11-21  Juri Linkov  <juri@jurta.org>
1554         * customize.texi (Common Keywords): Update links types
1555         custom-manual and url-link.  Add link types emacs-library-link,
1556         file-link, function-link, variable-link, custom-group-link.
1558 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
1560         * display.texi: Revert 2005-11-20 change.
1562 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
1564         * processes.texi (Bindat Functions):
1565         Say "third" to refer to zero-based index "2".
1567 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
1569         * loading.texi (Library Search): Update the default value of
1570         `load-suffixes'.
1572 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1574         * display.texi (Attribute Functions): Mention :ignore-defface.
1576 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1578         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
1579         (Minor Mode Conventions): Mention the use of a hook.
1581 2005-11-06  Richard M. Stallman  <rms@gnu.org>
1583         * files.texi (Magic File Names): find-file-name-handler checks the
1584         `operations' property of the handler.
1586 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1588         * variables.texi (Frame-Local Variables): Small clarification.
1590 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1592         * os.texi (Init File): Document ~/.emacs.d/init.el.
1594 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1596         * internals.texi (Garbage Collection): Document memory-full.
1598 2005-10-28  Bill Wohler  <wohler@newt.com>
1600         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1601         for URLs.
1603 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1605         * minibuf.texi (Completion Commands): Clean up prev change.
1607 2005-10-26  Kevin Ryde  <user42@zip.com.au>
1609         * compile.texi (Eval During Compile): Explain recommended uses
1610         of eval-when-compile and eval-and-compile.
1612 2005-10-27  Masatake YAMATO  <jet@gyve.org>
1614         * minibuf.texi (Completion Commands):
1615         Write about new optional argument for `display-completion-list'.
1617 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1619         * display.texi (Overlay Arrow): Clarify about local bindings of
1620         overlay-arrow-position.
1622 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
1624         * internals.texi (Building Emacs): Fix last change.
1626 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1628         * internals.texi (Building Emacs): Document eval-at-startup.
1630 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1632         * loading.texi (Where Defined): load-history contains abs file names.
1633         symbol-file returns abs file names.
1635 2005-10-19  Kim F. Storm  <storm@cua.dk>
1637         * display.texi (Showing Images): Add max-image-size integer value.
1639 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
1641         * display.texi (Showing Images): Document max-image-size.
1643 2005-10-17  Richard M. Stallman  <rms@gnu.org>
1645         * commands.texi (Quitting): Minor clarification.
1647         * processes.texi (Sentinels): Clarify about output and quitting.
1648         (Filter Functions): Mention with-local-quit.
1650 2005-10-17  Juri Linkov  <juri@jurta.org>
1652         * buffers.texi (Current Buffer):
1653         * commands.texi (Event Input Misc):
1654         * compile.texi (Eval During Compile, Compiler Errors):
1655         * customize.texi (Group Definitions):
1656         * display.texi (Progress, Defining Faces):
1657         * files.texi (Writing to Files):
1658         * modes.texi (Mode Hooks, Defining Minor Modes):
1659         * streams.texi (Output Functions):
1660         * syntax.texi (Syntax Table Functions):
1661         * text.texi (Change Hooks):
1662         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1664         * commands.texi (Quitting): Replace arg `forms' with `body' in
1665         `with-local-quit'.
1667         * positions.texi (Excursions): Replace arg `forms' with `body' in
1668         `save-excursion'.
1670 2005-10-08  Kim F. Storm  <storm@cua.dk>
1672         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1673         Rename manual section accordingly.
1675 2005-10-04  Kim F. Storm  <storm@cua.dk>
1677         * windows.texi (Window Split Tree): New section describing
1678         new function window-split-tree function.
1680 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
1682         * display.texi (Fringe Size/Pos): Simplify and add detail.
1684 2005-09-30  Romain Francoise  <romain@orebokech.com>
1686         * minibuf.texi (High-Level Completion): Explain that the prompt
1687         given to `read-buffer' should end with a colon and a space.
1688         Update usage examples.
1690 2005-09-29  Juri Linkov  <juri@jurta.org>
1692         * display.texi (Displaying Messages): Rename argument name
1693         `string' to `format-string' in functions `message', `message-box',
1694         `message-or-box'.
1696 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
1698         * errors.texi (Standard Errors): Correct xrefs.
1700 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
1702         * display.texi (Defining Images): Update documentation for
1703         `image-load-path'.
1705 2005-09-17  Richard M. Stallman  <rms@gnu.org>
1707         * display.texi (Defining Images): Clean up previous change.
1709 2005-09-16  Romain Francoise  <romain@orebokech.com>
1711         * elisp.texi: Specify GFDL version 1.2.
1713         * doclicense.texi (GNU Free Documentation License): Update to
1714         version 1.2.
1716 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
1718         * display.texi (Defining Images): Document `image-load-path'.
1720 2005-09-15  Richard M. Stallman  <rms@gnu.org>
1722         * objects.texi (Printed Representation): Minor cleanup.
1723         (Box Diagrams): Minor fix.
1724         (Cons Cell Type): Move (...) index item here.
1725         (Box Diagrams): From here.
1726         (Array Type): Minor fix.
1727         (Type Predicates): Delete index "predicates".
1728         (Hash Table Type): Clarify xref.
1729         (Dotted Pair Notation): Minor fix.
1731 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
1733         * files.texi (Saving Buffers): Fix typo.
1735 2005-09-08  Richard M. Stallman  <rms@gnu.org>
1737         * tips.texi (Programming Tips): Correct the "default" prompt spec.
1739 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
1741         * locals.texi (Standard Buffer-Local Variables): Don't include
1742         mode variables for minor modes.
1743         Fix xrefs for buffer-display-count, buffer-display-table,
1744         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1745         enable-multibyte-characters, fill-column, header-line-format,
1746         left-fringe-width, left-margin, and right-fringe-width.
1748         * hooks.texi (Standard Hooks): All hooks should conform to the
1749         standard naming convention now.
1750         Fix xref for `echo-area-clear-hook'.
1752         * display.texi (Usual Display): Note that indicate-empty-lines and
1753         tab-width are buffer-local.
1755         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1757         * modes.texi (Mode Help): Note that major-mode is buffer-local.
1759         * nonascii.texi (Encoding and I/O): Note that
1760         buffer-file-coding-system is buffer-local.
1762         * positions.texi (List Motion): Note that defun-prompt-regexp is
1763         buffer-local.
1765         * text.texi (Auto Filling): Note that auto-fill-function is
1766         buffer-local.
1767         (Undo): Note that buffer-undo-list is buffer-local.
1769         * windows.texi (Buffers and Windows): Document
1770         buffer-display-count.
1772 2005-09-06  Richard M. Stallman  <rms@gnu.org>
1774         * tips.texi (Coding Conventions): Sometimes it is ok to put the
1775         package prefix elsewhere than at the start of the name.
1777 2005-09-03  Richard M. Stallman  <rms@gnu.org>
1779         * tips.texi (Programming Tips): Add conventions for minibuffer
1780         questions and prompts.
1782 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
1784         * intro.texi (nil and t): Minor cleanup.
1785         Delete spurious mention of keyword symbols.
1786         (Evaluation Notation): Add index entry.
1787         (A Sample Function Description): Minor cleanup.
1788         (A Sample Variable Description): Not all vars can be set.
1790 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
1792         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1794         (Insertion): Document precise type of `insert-char' arg COUNT.
1796 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1798         * modes.texi (Other Font Lock Variables): Sync the default of
1799         font-lock-lines-before.
1801 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
1803         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1805 2005-08-29  Richard M. Stallman  <rms@gnu.org>
1807         * elisp.texi (Top): Update subnode menu.
1809         * searching.texi (Searching and Matching): Move node.
1810         Rearrange contents and add overall explanation.
1811         (Searching and Case): Move node.
1812         (Searching and Matching): Update menu.
1814 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
1816         * os.texi (Startup Summary): Fix the description of the initial
1817         startup message display.
1819 2005-08-25  Richard M. Stallman  <rms@gnu.org>
1821         * searching.texi (Search and Replace): Add replace-regexp-in-string.
1823 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
1825         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1826         `next-overlay-change' example.
1828 2005-08-22  Juri Linkov  <juri@jurta.org>
1830         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1831         Fix invert-face.  Fix args of face-background.
1833         * display.texi (Standard Faces): Delete node.
1834         (Faces): Add xref to `(emacs)Standard Faces'.
1835         (Displaying Faces): Fix xref to `Standard Faces'.
1837         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1839 2005-08-20  Alan Mackenzie  <acm@muc.de>
1841         * buffers.texi (The Buffer List): Clarify the manipulation of the
1842         buffer list.
1844 2005-08-14  Richard M. Stallman  <rms@gnu.org>
1846         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1847         a regexp.
1849 2005-08-11  Richard M. Stallman  <rms@gnu.org>
1851         * elisp.texi (Top): Update subnode lists.
1853         * display.texi (Inverse Video): Node deleted.
1855         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1856         New nodes split out of Coding Conventions.
1858         * searching.texi (Regular Expressions): Document re-builder.
1860         * os.texi (Time Parsing): New node split out of Time Conversion.
1862         * processes.texi (Misc Network, Network Feature Testing)
1863         (Network Options, Make Network): New nodes split out of
1864         Low-Level Network.
1866 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1868         * frames.texi (Geometry): New node, split from Size and Position.
1869         (Frame Parameters): Refer to Geometry.
1871         * buffers.texi (The Buffer List): Fix xrefs.
1873         * windows.texi (Splitting Windows): Fix xref.
1875         * frames.texi (Layout Parameters): Add xref.
1877         * display.texi (Line Height, Scroll Bars): Fix xrefs.
1879         * keymaps.texi (Menu Bar): Fix xref.
1881         * locals.texi (Standard Buffer-Local Variables): Fix xref.
1883         * modes.texi (%-Constructs): Fix xref.
1885         * frames.texi (Window Frame Parameters): Node split up.
1886         (Basic Parameters, Position Parameters, Size Parameters)
1887         (Layout Parameters, Buffer Parameters, Management Parameters)
1888         (Cursor Parameters, Color Parameters): New subnodes.
1890 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
1892         * positions.texi (Screen Lines): Update xref for previous change
1893         in minibuf.texi.
1895         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1896         change in minibuf.texi.
1898 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1900         * tips.texi (Coding Conventions): Minor cleanup.
1902         * modes.texi (Defining Minor Modes): Explain when init-value
1903         can be non-nil.
1905         * elisp.texi (Top): Update submenu for Minibuffer.
1907         * minibuf.texi (Minibuffer Misc): Node split up.
1908         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1909         (Recursive Mini): New nodes split out from Minibuffer Misc.
1910         (Minibuffer Misc): Document max-mini-window-height.
1912         * hash.texi (Defining Hash): Delete stray paren in example.
1914         * display.texi (Echo Area Customization): Don't define
1915         max-mini-window-height here; xref instead.
1917         * commands.texi (Event Input Misc): Update while-no-input.
1919         * advice.texi (Advising Functions): Explain when to use advice
1920         and when to use a hook.
1922 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
1924         * makefile.w32-in (info): Don't run install-info.
1925         ($(infodir)/dir): New target, produced by running install-info.
1927 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
1929         * modes.texi (Defining Minor Modes): The keyword for the initial
1930         value is :init-value, not :initial-value.
1932 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
1934         * loading.texi (Autoload): Make the `doctor' example be consistent
1935         with what's in current loaddefs.el.  Describe the "fn" magic in
1936         the usage portion of the doc string.
1938 2005-07-22  Richard M. Stallman  <rms@gnu.org>
1940         * internals.texi (Garbage Collection): Clarify previous change.
1942 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1944         * internals.texi (Garbage Collection): Add gc-cons-percentage.
1946 2005-07-18  Juri Linkov  <juri@jurta.org>
1948         * commands.texi (Accessing Events):
1949         * frames.texi (Text Terminal Colors, Resources):
1950         * markers.texi (The Mark):
1951         * modes.texi (Defining Minor Modes):
1952         Delete duplicate duplicate words.
1954 2005-07-16  Richard M. Stallman  <rms@gnu.org>
1956         * display.texi (Managing Overlays): Clarify make-overlay
1957         args for insertion types.
1959 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
1961         * customize.texi (Variable Definitions):
1962         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
1963         `standard-value' is a list too.
1964         (Defining New Types): Use @key{RET} instead of @key{ret}.
1966 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
1968         * os.texi (Translating Input): Fix typo.
1970 2005-07-08  Richard M. Stallman  <rms@gnu.org>
1972         * README: Update edition number and size estimate.
1974         * elisp.texi (VERSION): Set to 2.9.
1976 2005-07-07  Richard M. Stallman  <rms@gnu.org>
1978         * book-spine.texinfo: Update Emacs version.
1980         * display.texi (Inverse Video): Delete mode-line-inverse-video.
1982 2005-07-06  Richard M. Stallman  <rms@gnu.org>
1984         * searching.texi (Regexp Search): Clarify what re-search-forward
1985         does when the search fails.
1987 2005-07-05  Lute Kamstra  <lute@gnu.org>
1989         * Update FSF's address in GPL notices.
1991         * doclicense.texi (GNU Free Documentation License):
1992         * gpl.texi (GPL):
1993         * tips.texi (Coding Conventions, Library Headers):
1994         * vol1.texi:
1995         * vol2.texi: Update FSF's address.
1997 2005-07-04  Richard M. Stallman  <rms@gnu.org>
1999         * hooks.texi (Standard Hooks): Add occur-hook.
2001 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2003         * display.texi (The Echo Area): Correct menu.
2005 2005-07-03  Richard M. Stallman  <rms@gnu.org>
2007         * elisp.texi (Top): Update subnode menu for Display.
2009         * display.texi (Displaying Messages): New node, with most
2010         of what was in The Echo Area.
2011         (Progress): Moved under The Echo Area.
2012         (Logging Messages): New node with new text.
2013         (Echo Area Customization): New node, the rest of what was
2014         in The Echo Area.  Document message-truncate-lines with @defvar.
2015         (Display): Update menu.
2017         * windows.texi (Textual Scrolling): Doc 3 values for
2018         scroll-preserve-screen-position.
2020         * text.texi (Special Properties): Change hook functions
2021         should bind inhibit-modification-hooks around altering buffer text.
2023         * keymaps.texi (Key Binding Commands): Call binding BINDING
2024         rather than DEFINITION.
2026 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
2028         * variables.texi (Defining Variables): `user-variable-p' returns t
2029         for aliases of user options, nil for alias loops.
2031 2005-06-28  Richard M. Stallman  <rms@gnu.org>
2033         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2034         make-keymap.
2036 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
2038         * variables.texi (Setting Variables): Correct and clarify
2039         description of `add-to-ordered-list'.
2041 2005-06-26  Richard M. Stallman  <rms@gnu.org>
2043         * display.texi (Faces): Minor cleanup.
2045 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
2047         * display.texi (Faces): `facep' returns t for strings that are
2048         face names.
2050 2005-06-25  Richard M. Stallman  <rms@gnu.org>
2052         * objects.texi (Equality Predicates): Clarify meaning of equal.
2054         * windows.texi (Selecting Windows): save-selected-window
2055         and with-selected-window save and restore the current buffer.
2057 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2059         * numbers.texi (Float Basics): Explain how to test for NaN,
2060         and printing the sign of NaNs.
2062 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
2064         * makefile.w32-in (MAKEINFO): Use --force.
2066 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2068         * display.texi (Face Functions): Correct Texinfo usage.
2070 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2072         * lists.texi (Rings): `ring-elements' now returns the elements of
2073         RING in order.
2075 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
2077         * markers.texi (The Mark): Texinfo usage fix.
2079 2005-06-23  Kim F. Storm  <storm@cua.dk>
2081         * searching.texi (Entire Match Data): Remove evaporate option for
2082         match-data.  Do not mention evaporate option for set-match-data.
2084 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
2086         * display.texi (Face Functions): Mention face aliases.
2088 2005-06-21  Richard M. Stallman  <rms@gnu.org>
2090         * anti.texi (Antinews): Texinfo usage fix.
2092 2005-06-21  Karl Berry  <karl@gnu.org>
2094         * elisp.texi: Use @copying.
2096         * elisp.texi: Put @summarycontents and @contents before the Top
2097         node, instead of the end of the file, so that the contents appear
2098         in the right place in the dvi/pdf output.
2100 2005-06-21  Juri Linkov  <juri@jurta.org>
2102         * display.texi (Defining Faces): Add `customized-face'.
2104 2005-06-20  Kim F. Storm  <storm@cua.dk>
2106         * variables.texi (Setting Variables): Any type of element can be
2107         given order in add-to-ordered-list.  Compare elements with eq.
2109         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2111 2005-06-20  Karl Berry  <karl@gnu.org>
2113         * syntax.texi (Syntax Flags): Make last column very slightly wider
2114         to avoid "generic comment" breaking on two lines and causing an
2115         underfull box.
2117 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
2119         * lists.texi (Rings): Various minor clarifications and corrections.
2121 2005-06-18  Richard M. Stallman  <rms@gnu.org>
2123         * functions.texi (Obsolete Functions): Simplify.
2125         * variables.texi (Variable Aliases): Simplify.
2127         * anti.texi, backups.texi, compile.texi, customization.texi:
2128         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2129         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2130         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2131         * variables.texi: Fix formatting ugliness.
2133         * elisp.texi: Add links to Rings and Byte Packing.
2134         Update version and copyright years.
2136         * minibuf.texi: Fix formatting ugliness.
2137         (Completion Commands): Move keymap vars to the end
2138         and vars completing-read binds to the top.
2140 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
2142         * processes.texi: Fix typos.
2143         (Bindat Spec): Correct Texinfo error.
2144         (Byte Packing): Fix ungrammatical sentence.
2146 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
2148         * lists.texi (Rings): New node.
2149         (Lists): Add it to menu.
2151         * processes.texi (Byte Packing): New node.
2152         (Processes): Add it to menu.
2154 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2156         * syntax.texi (Parsing Expressions): Fix texinfo usage.
2158         * help.texi (Documentation Basics): Explain the xref to
2159         Documentation Tips.
2161         * debugging.texi (Debugger Commands): Minor fix.
2163 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
2165         * edebug.texi (Instrumenting): Eliminate duplicate link.
2166         (Specification List): Replace references to "below", referring to
2167         a later node, with one @ref to that node.
2169         * os.texi (Timers): Timers should save and restore the match data
2170         if they change it.
2172         * debugging.texi (Debugger Commands): Mention that the Lisp
2173         debugger can not step through primitive functions.
2175 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2177         * functions.texi (Obsolete Functions): Update argument names of
2178         `make-obsolete' and `define-obsolete-function-alias'.
2180         * variables.texi (Variable Aliases): Update argument names of
2181         `defvaralias', `make-obsolete-variable' and
2182         `define-obsolete-variable-alias'.
2184 2005-06-15  Kim F. Storm  <storm@cua.dk>
2186         * searching.texi (Entire Match Data): Rephrase warnings about
2187         evaporate arg to match-data and set-match-data.
2189 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
2191         * elisp.texi (Top): Update detailed menu.
2193         * edebug.texi (Edebug): Update menu.
2194         (Instrumenting): Update xrefs.
2195         (Edebug Execution Modes): Correct xref.
2196         (Jumping): Clarify description of `h' command.
2197         Eliminate redundant @ref.
2198         (Breaks): New node.
2199         (Breakpoints): Is now a subsubsection.
2200         (Global Break Condition): Mention `C-x X X'.
2201         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
2202         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2203         (Edebug Display Update): Correct pxref.
2204         (Edebug and Macros): New node.
2205         (Instrumenting Macro Calls): Is now a subsubsection.
2206         Neither arg of `def-edebug-spec' is evaluated.
2207         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2208         (Specification Examples): Fix typo.
2210 2005-06-14  Lute Kamstra  <lute@gnu.org>
2212         * debugging.texi (Function Debugging): Primitives can break on
2213         entry too.
2215 2005-06-14  Kim F. Storm  <storm@cua.dk>
2217         * variables.texi (Setting Variables): Add add-to-ordered-list.
2219 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2221         * syntax.texi (Parsing Expressions): Document aux functions and vars of
2222         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2224 2005-06-13  Lute Kamstra  <lute@gnu.org>
2226         * text.texi (Special Properties): Fix cross reference.
2228 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2230         * debugging.texi (Function Debugging): Delete mention of empty
2231         string argument to `cancel-debug-on-entry'.  Delete inaccurate
2232         description of the return value of that command.
2234 2005-06-11  Alan Mackenzie  <acm@muc.de>
2236         * text.texi (Adaptive Fill): Amplify the description of
2237         fill-context-prefix.
2239 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2241         * syntax.texi (Parsing Expressions): Fix Texinfo error.
2243 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         * syntax.texi (Parsing Expressions): Document syntax-ppss.
2247 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2249         * debugging.texi (Error Debugging): Minor rewording.
2250         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2251         is optional.
2253 2005-06-10  Lute Kamstra  <lute@gnu.org>
2255         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
2256         (Top): Give it a title.  Correct version number.  Give the
2257         detailed node listing a more prominent header.
2258         * intro.texi: Don't set VERSION here a second time.
2259         Mention Emacs's version too.
2260         * anti.texi (Antinews): Use EMACSVER to refer to the current
2261         version of Emacs.
2263 2005-06-09  Kim F. Storm  <storm@cua.dk>
2265         * searching.texi (Entire Match Data): Explain new `reseat' argument to
2266         match-data and set-match-data.
2268 2005-06-08  Richard M. Stallman  <rms@gnu.org>
2270         * searching.texi (Entire Match Data): Clarify when match-data
2271         returns markers and when integers.
2273         * display.texi (Defining Faces): Explain that face name should not
2274         end in `-face'.
2276         * modes.texi (Mode Line Data): Minor cleanup.
2277         (Customizing Keywords): Node split out of Search-based Fontification.
2278         Add example of using font-lock-add-keywords from a hook.
2279         Clarify when MODE should be non-nil, and when nil.
2281 2005-06-06  Richard M. Stallman  <rms@gnu.org>
2283         * modes.texi (Mode Line Data): Explain what happens when the car
2284         of a list is a void symbol.
2285         (Search-based Fontification): Explain MODE arg to
2286         font-lock-add-keywords and warn about calls from major modes.
2288 2005-06-08  Juri Linkov  <juri@jurta.org>
2290         * display.texi (Standard Faces): Add `shadow' face.
2292 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
2294         * modes.texi (Major Mode Conventions): A derived mode only needs
2295         to put the call to the parent mode inside `delay-mode-hooks'.
2297 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2299         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2300         new, and what that implies.  Clarify.
2302         * files.texi (Locating Files): Clean up the text.
2304         * frames.texi (Window Frame Parameters): Document user-size.
2305         Shorten entry for top by referring to left.
2307 2005-05-26  Richard M. Stallman  <rms@gnu.org>
2309         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2310         is new, and what the implications are.  Other clarifications.
2312 2005-05-24  Richard M. Stallman  <rms@gnu.org>
2314         * frames.texi (Dialog Boxes): Minor fixes.
2316 2005-05-25  Masatake YAMATO  <jet@gyve.org>
2318         * display.texi (Standard Faces): Write about `mode-line-highlight'.
2320 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2322         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2323         is optional.
2325 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
2327         * frames.texi (Dialog Boxes): Descibe new optional argument.
2329 2005-05-23  Lute Kamstra  <lute@gnu.org>
2331         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2332         syntax-begin-function over font-lock-beginning-of-syntax-function.
2334 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
2336         * minibuf.texi (Reading File Names): Update description of
2337         `read-directory-name'.
2339         * modes.texi (Derived Modes): Clarify :group keyword.
2341 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
2343         * files.texi (Locating Files): New subsection.
2344         Describe locate-file and executable-find.
2346 2005-05-21  Kevin Ryde  <user42@zip.com.au>
2348         * frames.texi (Initial Parameters): Update cross reference to
2349         "Emacs Invocation".
2351 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
2353         * keymaps.texi (Active Keymaps): Add anchor.
2355         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2356         (Major Mode Conventions): Refer to `Auto Major Mode' in more
2357         appropriate place.
2358         (Derived Modes): Small clarifications.
2359         (Minor Mode Conventions, Keymaps and Minor Modes):
2360         Replace references to nodes with references to anchors.
2361         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2362         Clarify description of lists whose first element is an integer.
2363         (Mode Line Variables): Add anchor.
2364         (%-Constructs): Clarify description of integer after %.
2365         (Emulating Mode Line): Describe nil value for FACE.
2367 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
2369         * modes.texi (Derived Modes): Correct references to non-existing
2370         variable standard-syntax-table.
2372 2005-05-17  Lute Kamstra  <lute@gnu.org>
2374         * modes.texi (Defining Minor Modes): Mention the mode hook.
2376 2005-05-15  Kim F. Storm  <storm@cua.dk>
2378         * processes.texi (Network): Remove open-network-stream-nowait.
2379         (Network Servers): Remove open-network-stream-server.
2381 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
2383         * elisp.texi (Top): Update detailed menu.
2385         * variables.texi: Reorder nodes.
2386         (Variables): Update menu.
2387         (File Local Variables): Do not refer to the `-*-' line as
2388         a "local variables list".  Add pxref.
2390 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
2392         * elisp.texi (Top): Update detailed menu for node changes.
2394         * modes.texi (Modes): Update Menu.
2395         (Hooks): Move to beginning of chapter.
2396         Most minor modes run mode hooks too.
2397         `add-hook' can handle void hooks or hooks whose value is a single
2398         function.
2399         (Major Modes): Update Menu.
2400         (Major Mode Basics): New node, split off from `Major Modes'.
2401         (Major Mode Conventions): Correct xref.  Explain how to handle
2402         auto-mode-alist if the major mode command has an autoload cookie.
2403         (Auto Major Mode): Major update.  Add magic-mode-alist.
2404         (Derived Modes): Major update.
2405         (Mode Line Format): Update Menu.
2406         (Mode Line Basics): New node, split off from `Mode Line Format'.
2408         * loading.texi (Autoload): Mention `autoload cookie' as synonym
2409         for `magic autoload comment'.  Add index entries and anchor.
2411 2005-05-14  Richard M. Stallman  <rms@gnu.org>
2413         * tips.texi (Coding Conventions): Explain how important it is
2414         that just loading certain files not change Emacs behavior.
2416         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2418 2005-05-12  Lute Kamstra  <lute@gnu.org>
2420         * modes.texi (Generic Modes): Update.
2421         (Major Modes): Refer to node "Generic Modes".
2423         * elisp.texi (Top): Update to the current structure of the manual.
2424         * processes.texi (Processes): Add menu description.
2425         * customize.texi (Customization): Add menu descriptions.
2427 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
2429         * processes.texi (Signals to Processes)
2430         (Low-Level Network): Fix typos.
2432 2005-05-11  Lute Kamstra  <lute@gnu.org>
2434         * elisp.texi (Top): Add some nodes from the chapter "Major and
2435         Minor Modes" to the detailed node listing.
2437 2005-05-10  Richard M. Stallman  <rms@gnu.org>
2439         * keymaps.texi (Extended Menu Items): Menu item filter functions
2440         can be called at any time.
2442 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
2444         * variables.texi (File Local Variables): `(hack-local-variables t)'
2445         now also checks whether a mode is specified in the local variables
2446         list.
2448 2005-05-05  Kevin Ryde  <user42@zip.com.au>
2450         * display.texi (The Echo Area): Correct format function cross
2451         reference.
2453 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
2455         * variables.texi (Variable Aliases): Change description of
2456         `define-obsolete-variable-alias'.
2458         * functions.texi (Functions): Add "Obsolete Functions" to menu.
2459         (Defining Functions): Add xref.
2460         (Obsolete Functions): New node.
2461         (Function Safety): Standardize capitalization of section title.
2463         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2464         (Dialog Boxes): Complete description of `x-popup-dialog'.
2466 2005-05-04  Richard M. Stallman  <rms@gnu.org>
2468         * commands.texi (Interactive Codes): Fix Texinfo usage.
2469         Document U more clearly.
2471 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2473         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2474         function and not a macro.
2476         * frames.texi (Pop-Up Menus): Correct and clarify description of
2477         `x-popup-menu'.
2478         (Dialog Boxes): Clarify description of `x-popup-dialog'.
2480 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2482         * edebug.texi (Checking Whether to Stop): Fix previous change.
2484 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2486         * display.texi: Fix typos and Texinfo usage.
2488         * edebug.texi (Checking Whether to Stop): executing-macro ->
2489         executing-kbd-macro.
2491 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2493         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2495 2005-04-30  Richard M. Stallman  <rms@gnu.org>
2497         * files.texi (Magic File Names): Document `operations' property.
2499 2005-04-29  Lute Kamstra  <lute@gnu.org>
2501         * modes.texi (Generic Modes): New node.
2502         (Major Modes): Add it to the menu.
2503         (Derived Modes): Add "derived mode" to concept index.
2505 2005-04-28  Lute Kamstra  <lute@gnu.org>
2507         * modes.texi (Defining Minor Modes): Fix previous change.
2508         (Font Lock Mode): Simplify.
2509         (Font Lock Basics): Say that font-lock-defaults is buffer-local
2510         when set and that some parts are optional.  Add cross references.
2511         (Search-based Fontification): Say how to specify font-lock-keywords.
2512         Add cross references.  Add font-lock-multiline to index.
2513         Move font-lock-keywords-case-fold-search here from node "Other Font
2514         Lock Variables".  Document font-lock-add-keywords and
2515         font-lock-remove-keywords.
2516         (Other Font Lock Variables): Move font-lock-keywords-only,
2517         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2518         and font-lock-syntactic-face-function to node "Syntactic Font
2519         Lock".  Move font-lock-keywords-case-fold-search to node
2520         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
2521         and font-lock-{,un}fontify-{buffer,region}-function.
2522         (Precalculated Fontification): Remove reference to deleted variable
2523         font-lock-core-only.
2524         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2525         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
2526         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2527         and font-lock-syntactic-face-function here from node "Other Font
2528         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
2529         Syntax Properties".  Add cross references.
2530         (Setting Syntax Properties): New node.
2531         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
2532         * syntax.texi (Syntax Properties): Add cross reference.
2533         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2535 2005-04-26  Richard M. Stallman  <rms@gnu.org>
2537         * display.texi (Defining Faces):
2538         Document `default' elements of defface spec.
2540         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2542         * variables.texi (Variable Aliases): Clarify text.
2544 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
2546         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2548 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
2550         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2552 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
2554         * syntax.texi (Syntax Table Internals): Elaborate documentation of
2555         syntax-after and syntax-class.
2557         * files.texi (Changing Files): Fix last change's cross-reference.
2558         (Unique File Names): Don't mention "numbers" in the documentation
2559         of make-temp-file and make-temp-name.
2561 2005-04-23  Richard M. Stallman  <rms@gnu.org>
2563         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2565 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2567         * windows.texi (Cyclic Window Ordering): Clarify window-list.
2569 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2571         * variables.texi (Variable Aliases): Describe make-obsolete-variable
2572         and define-obsolete-variable-alias.
2574 2005-04-22  Kim F. Storm  <storm@cua.dk>
2576         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2577         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2579 2005-04-21  Lute Kamstra  <lute@gnu.org>
2581         * lists.texi (Association Lists): Document rassq-delete-all.
2583 2005-04-19  Richard M. Stallman  <rms@gnu.org>
2585         * modes.texi (Search-based Fontification): Explain that
2586         facespec is an expression to be evaluated.
2588 2005-04-19  Kevin Ryde  <user42@zip.com.au>
2590         * streams.texi (Output Functions): Fix xref.
2591         * strings.texi (String Conversion): Fix xref.
2593 2005-04-19  Kim F. Storm  <storm@cua.dk>
2595         * symbols.texi (Symbol Plists): Add safe-get.
2596         Mention that `get' may signal an error.
2598 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
2600         * customize.texi (Variable Definitions): Replace tooltip-mode
2601         example with save-place.
2603 2005-04-17  Richard M. Stallman  <rms@gnu.org>
2605         * buffers.texi (Indirect Buffers): Clarify.
2607         * positions.texi (Positions): Clarify converting marker to integer.
2609         * strings.texi (String Basics): Mention string-match; clarify.
2611 2005-04-08  Lute Kamstra  <lute@gnu.org>
2613         * modes.texi (Search-based Fontification): Fix cross references.
2614         Use consistent terminology.  Document anchored highlighting.
2616 2005-04-05  Lute Kamstra  <lute@gnu.org>
2618         * modes.texi (Defining Minor Modes): Document :group keyword
2619         argument and its default value.
2621 2005-04-03  Lute Kamstra  <lute@gnu.org>
2623         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
2624         references and/or descriptions.  Delete major mode hooks; mention
2625         them as a category instead.  Rename or delete obsolete hooks.
2627 2005-04-02  Richard M. Stallman  <rms@gnu.org>
2629         * nonascii.texi (Coding System Basics): Another wording cleanup.
2631 2005-04-01  Richard M. Stallman  <rms@gnu.org>
2633         * nonascii.texi (Coding System Basics): Clarify previous change.
2635 2005-04-01  Kenichi Handa  <handa@m17n.org>
2637         * nonascii.texi (Coding System Basics): Describe about rondtrip
2638         identity of coding systems.
2640 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
2642         * text.texi (Buffer Contents): Add filter-buffer-substring and
2643         buffer-substring-filters.
2645 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
2647         * anti.texi (Antinews): Mention `G' interactive code.
2649         * tips.texi (Compilation Tips): Mention benchmark.el.
2651 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2653         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2654         is now bound to M-o M-o.
2656         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2658 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
2660         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2661         in the Emacs Manual).
2662         * Makefile.in (srcs): Remove calendar.texi.
2663         * makefile.w32-in (srcs): Remove calendar.texi.
2664         * display.texi (Display): Change name of next node.
2665         * os.texi (System In): Change name of previous node.
2666         * elisp.texi (Top): Remove Calendar references.
2667         * vol1.texi (Top): Remove Calendar references.
2668         * vol2.texi (Top): Remove Calendar references.
2670 2005-03-25  Richard M. Stallman  <rms@gnu.org>
2672         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
2673         Cleanup previous change.
2675 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
2677         * display.texi (Face Attributes): Faces earlier in an :inherit
2678         list take precedence.
2679         (Scroll Bars): Fix description of vertical-scroll-bars.
2680         Document frame-current-scroll-bars and window-current-scroll-bars.
2682         * markers.texi (The Mark): Document temporary Transient Mark mode.
2684         * minibuf.texi (Reading File Names):
2685         Document read-file-name-completion-ignore-case.
2687         * positions.texi (Screen Lines): Document nil for width argument
2688         to compute-motion.
2690 2005-03-23  Kim F. Storm  <storm@cua.dk>
2692         * display.texi (Standard Faces): Other faces used in the fringe
2693         implicitly inherits from the fringe face.
2694         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2695         properties implicitly inherits from fringe face.
2696         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2698 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
2700         * display.texi (Invisible Text): State default value of
2701         line-move-ignore-invisible.
2702         (Managing Overlays): Document remove-overlays.
2703         (Standard Faces): Document escape-glyph face.
2705         * minibuf.texi (Reading File Names): Document read-file-name-function.
2707         * modes.texi (Other Font Lock Variables):
2708         Document font-lock-lines-before.
2710         * positions.texi (Skipping Characters): skip-chars-forward allows
2711         character classes.
2713 2005-03-18  Lute Kamstra  <lute@gnu.org>
2715         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2717 2005-03-17  Richard M. Stallman  <rms@gnu.org>
2719         * text.texi (Undo): Document extensible undo entries.
2721         * searching.texi (String Search, Regexp Search, Regexp Search):
2722         Cleanups.
2724         * nonascii.texi (Character Codes): Minor fix.
2726         * display.texi (Display Property): Explain the significance
2727         of having text properties that are eq.
2728         (Other Display Specs): Explain string as display spec.
2730         * commands.texi (Interactive Codes): Document G option.
2732 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
2734         * text.texi (Filling): Add sentence-end-without-period and
2735         sentence-end-without-space.
2736         (Changing Properties): Minor fix.
2738         * anti.texi: Total rewrite.
2740 2005-03-15  Lute Kamstra  <lute@gnu.org>
2742         * edebug.texi (Instrumenting Macro Calls): Fix typos.
2744 2005-03-08  Kim F. Storm  <storm@cua.dk>
2746         * display.texi (Specified Space): Property :width is support on
2747         non-graphic terminals, :height is not.
2749 2005-03-07  Richard M. Stallman  <rms@gnu.org>
2751         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2752         Now subnodes of Fringes.
2753         (Overlay Arrow): Document overlay-arrow-variable-list.
2754         (Fringe Size/Pos): New node, broken out of Fringes.
2755         (Display): Explain clearing vs redisplay better.
2756         (Truncation): Clarify use of bitmaps.
2757         (The Echo Area): Clarify the uses of the echo area.
2758         Add max-mini-window-height.
2759         (Progress): Clarify.
2760         (Invisible Text): Explain that main loop moves point out.
2761         (Selective Display): Say "hidden", not "invisible".
2762         (Managing Overlays): Move up.  Describe relation to Undo here.
2763         (Overlay Properties): Clarify intro.
2764         (Finding Overlays): Explain return values when nothing found.
2765         (Width): truncate-string-to-width has added arg.
2766         (Displaying Faces): Clarify and update mode line face handling.
2767         (Face Functions): Minor cleanup.
2768         (Conditional Display): Merge into Other Display Specs.
2769         (Pixel Specification, Other Display Specs): Minor cleanups.
2770         (Images, Image Descriptors): Minor cleanups.
2771         (GIF Images): Patents have expired.
2772         (Showing Images): Explain default text for insert-image.
2773         (Manipulating Button Types): Merge into Manipulating Buttons.
2774         (Making Buttons): Explain return values.
2775         (Button Buffer Commands): Add xref.
2776         (Inverse Video): Update mode-line-inverse-video.
2777         (Display Table Format): Clarify.
2778         (Active Display Table): Give defaults for window-display-table.
2780         * calendar.texi (Calendar Customizing): calendar-holiday-marker
2781         and calendar-today-marker are strings, not chars.
2782         (Holiday Customizing): Minor fix.
2784         * internals.texi (Writing Emacs Primitives): Update `or' example.
2785         Update limit on # args of subr.
2787         * edebug.texi (Using Edebug): Arrow is in fringe.
2788         (Instrumenting): Arg to eval-defun works without loading edebug.
2789         (Edebug Execution Modes): Add xref.
2791         * customize.texi (Common Keywords): Clarify :require.
2792         Mention :version here.
2793         (Variable Definitions, Group Definitions): Not here.
2794         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2796 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
2797         * nonascii.texi (Text Representations): Clarify position-bytes.
2798         (Character Sets): Add list-charset-chars.
2799         (Scanning Charsets): Add charset-after.
2800         (Encoding and I/O): Minor fix.
2802 2005-03-06  Richard M. Stallman  <rms@gnu.org>
2804         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2805         (Resizing Windows): Likewise.
2807         * text.texi (Change Hooks): Get rid of "Emacs 21".
2809         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2811         * streams.texi (Output Variables): Get rid of "Emacs 21".
2813         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2815         * os.texi (Translating Input): Replace flow-control example
2816         with a less obsolete example that uses `keyboard-translate'.
2818         * objects.texi (Hash Table Type, Circular Objects):
2819         Get rid of "Emacs 21".
2821         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2822         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2824         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2826         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2828         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2829         (Menu Bar): Fix when menu-bar-update-hook is called.
2831         * hash.texi (Hash Tables): Get rid of "Emacs 21".
2833         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2834         and make it read better.
2836         * files.texi (Writing to Files): Get rid of "Emacs 21".
2837         (Unique File Names): Likewise.
2839         * elisp.texi: Update Emacs version to 22.
2841         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2842         (Overlay Properties, Face Attributes): Likewise.
2843         (Managing Overlays): Fix punctuation.
2844         (Attribute Functions): Clarify set-face-font; get rid of
2845         info about old Emacs versions.
2846         (Auto Faces, Font Lookup, Display Property, Images):
2847         Get rid of "Emacs 21".
2849         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2851 2005-03-05  Richard M. Stallman  <rms@gnu.org>
2853         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2855 2005-03-04  Lute Kamstra  <lute@gnu.org>
2857         * debugging.texi (Error Debugging): Document stack-trace-on-error.
2859 2005-03-03  Lute Kamstra  <lute@gnu.org>
2861         * edebug.texi (Instrumenting Macro Calls): Fix typo.
2863 2005-03-01  Lute Kamstra  <lute@gnu.org>
2865         * debugging.texi (Debugger Commands): Update `j'.
2867 2005-02-28  Lute Kamstra  <lute@gnu.org>
2869         * debugging.texi (Debugging): Fix typo.
2870         (Error Debugging): Document eval-expression-debug-on-error.
2871         (Function Debugging): Update example.
2872         (Using Debugger): Mention starred stack frames.
2873         (Debugger Commands): Document `j' and `l'.
2874         (Invoking the Debugger): `d' and `j' exit recursive edit too.
2875         Update the messages that the debugger displays.
2876         (Internals of Debugger): Add cross reference.  Update example.
2877         (Excess Open): Minor improvement.
2878         (Excess Close): Minor improvement.
2880 2005-02-26  Richard M. Stallman  <rms@gnu.org>
2882         * tips.texi (Coding Conventions): Clarify.
2883         Put all the major mode key reservations together.
2884         Mention the Mouse-1 => Mouse-2 conventions.
2886         * syntax.texi (Syntax Class Table): Clarify.
2887         (Syntax Table Functions): syntax-after moved from here.
2888         (Syntax Table Internals): syntax-after moved to here.
2889         (Parsing Expressions): Update info on number of values
2890         and what's meaningful in the STATE argument.
2891         (Categories): Fix typo.
2893         * sequences.texi (Arrays): Cleanup.
2894         (Char-Tables): Clarify.
2896         * processes.texi (Deleting Processes): Cleanups, add xref.
2897         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
2898         (Process Information): set-process-coding-system, some args optional.
2899         (Input to Processes): Explain various types for PROCESS args.
2900         Rename them from PROCESS-NAME to PROCESS.
2901         (Signals to Processes): Likewise.
2902         (Decoding Output): Cleanup.
2903         (Query Before Exit): Clarify.
2905         * os.texi (Startup Summary): Correct the options; add missing ones.
2906         (Terminal Output, Batch Mode): Clarify.
2907         (Flow Control): Node deleted.
2909         * markers.texi (The Mark): Clarify.
2911         * macros.texi (Expansion): Cleanup.
2912         (Indenting Macros): indent-spec allows ints, not floats.
2914         * keymaps.texi (Keymaps): Clarify.
2915         (Format of Keymaps): Update lisp-mode-map example.
2916         (Active Keymaps, Key Lookup): Clarify.
2917         (Changing Key Bindings): Add xref to `kbd'.
2918         (Key Binding Commands, Simple Menu Items): Clarify.
2919         (Mouse Menus, Menu Bar): Clarify.
2920         (Menu Example): Replace print example with menu-bar-replace-menu.
2922         * help.texi (Documentation Basics): Add function-documentation prop.
2924         * elisp.texi (Top): Don't refer to Flow Control node.
2926         * commands.texi (Command Overview): Improve xrefs.
2927         (Adjusting Point): Adjusting point applies to intangible and invis.
2928         (Key Sequence Input): Doc extra read-key-sequence args.
2929         Likewise for read-key-sequence-vector.
2931         * backups.texi (Rename or Copy): Minor fix.
2932         (Numbered Backups): For version-control, say the default.
2933         (Auto-Saving): make-auto-save-file-name example is simplified.
2935         * advice.texi (Advising Functions): Don't imply one part of Emacs
2936         should advise another part.  Markup changes.
2937         (Defining Advice): Move transitional para.
2938         (Activation of Advice): Cleanup.
2939         Explain if COMPILE is nil or negative.
2941         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2943 2005-02-24  Lute Kamstra  <lute@gnu.org>
2945         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2946         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2948 2005-02-23  Lute Kamstra  <lute@gnu.org>
2950         * modes.texi (Defining Minor Modes): define-minor-mode can be used
2951         to define global minor modes as well.
2953         * display.texi (Managing Overlays): overlay-buffer returns nil for
2954         deleted overlays.
2956 2005-02-22  Kim F. Storm  <storm@cua.dk>
2958         * minibuf.texi (Basic Completion): Allow symbols in addition to
2959         strings in try-completion and all-completions.
2961 2005-02-14  Lute Kamstra  <lute@gnu.org>
2963         * elisp.texi (Top): Remove reference to deleted node.
2965         * lists.texi (Lists): Remove reference to deleted node.
2966         (Cons Cells): Fix typo.
2968         * loading.texi (Where Defined): Fix typo.
2970 2005-02-14  Richard M. Stallman  <rms@gnu.org>
2972         * variables.texi (Creating Buffer-Local): change-major-mode-hook
2973         is useful for discarding some minor modes.
2975         * symbols.texi (Symbol Components): Reorder examples.
2977         * streams.texi (Input Functions): State standard-input default.
2978         (Output Variables): State standard-output default.
2980         * objects.texi (Printed Representation): Clarify read syntax vs print.
2981         (Floating Point Type): Explain meaning better.
2982         (Symbol Type): Explain uniqueness better.
2983         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
2984         List examples sooner.
2985         (Box Diagrams): New subnode broken out.
2986         Some examples moved from old Lists as Boxes node.
2987         (Dotted Pair Notation): Clarify intro.
2988         (Array Type): Clarify.
2989         (Type Predicates): Add hash-table-p.
2991         * numbers.texi (Integer Basics): Clarify radix explanation.
2992         (Predicates on Numbers): Minor clarification.
2993         (Comparison of Numbers): Minor clarification.  Clarify eql.
2994         Typos in min, max.
2995         (Math Functions): Clarify overflow in expt.
2997         * minibuf.texi (Text from Minibuffer): Minor clarification.
2998         Mention arrow keys.
3000         * loading.texi (Autoload): defun's doc string overrides autoload's
3001         doc string.
3002         (Repeated Loading): Modernize "add to list" examples.
3003         (Where Defined): Finish updating table of load-history elts.
3005         * lists.texi (List-related Predicates): Minor wording improvement.
3006         (Lists as Boxes): Node deleted.
3007         (Building Lists): Explain trivial cases of number-sequence.
3009         * hash.texi (Hash Tables): Add desc to menu items.
3010         (Creating Hash): Expain "full" means "make larger",
3011         (Hash Access): Any object can be a key.
3012         State value of maphash.
3014         * functions.texi (What Is a Function): Wording cleanup.
3015         (Function Documentation): Minor cleanup.
3016         Explain purpose of calling convention at end of doc string.
3017         (Function Names): Wording cleanup.
3018         (Calling Functions): Wording cleanup.
3019         Explain better how funcall calls the function.
3020         (Function Cells): Delete example of saving and redefining function.
3022         * control.texi (Combining Conditions): Wording cleanup.
3023         (Iteration): dolist and dotimes bind VAR locally.
3024         (Cleanups): Xref to Atomic Changes.
3026         * compile.texi (Byte Compilation): Delete 19.29 info.
3027         (Compilation Functions): Macros' difficulties don't affect defsubst.
3028         (Docs and Compilation): Delete 19.29 info.
3030 2005-02-10  Richard M. Stallman  <rms@gnu.org>
3032         * objects.texi (Symbol Type): Minor correction.
3034 2005-02-06  Lute Kamstra  <lute@gnu.org>
3036         * modes.texi (Example Major Modes): Fix typos.
3038 2005-02-06  Richard M. Stallman  <rms@gnu.org>
3040         * text.texi (Margins): fill-nobreak-predicate can be one function.
3042         * strings.texi (Modifying Strings): clear-string can make unibyte.
3043         (Formatting Strings): format gives error if values missing.
3045         * positions.texi (Character Motion): Mention default arg
3046         for forward-char.  backward-char refers to forward-char.
3047         (Word Motion): Mention default arg for forward-word.
3048         (Buffer End Motion): Mention default arg for beginning-of-buffer.
3049         Simplify end-of-buffer.
3050         (Text Lines): Mention default arg for forward-line.
3051         (List Motion): Mention default arg for beginning/end-of-defun.
3052         (Skipping Characters): Minor fixes in explaining character-set.
3054         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3055         Mode inheritance applies only when default-major-mode is nil.
3056         Clarifications.
3057         (Example Major Modes): Update Text mode and Lisp mode examples.
3058         (Minor Mode Conventions): Mention define-minor-mode at top.
3059         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3060         (Mode Line Format): Update mode line face display info.
3061         (Properties in Mode): Mention effect of risky vars.
3062         (Imenu): Define imenu-add-to-menubar.
3063         (Font Lock Mode): Add descriptions to menu lines.
3064         (Faces for Font Lock): Add font-lock-doc-face.
3066 2005-02-05  Lute Kamstra  <lute@gnu.org>
3068         * text.texi (Maintaining Undo): Remove obsolete function.
3070 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
3072         * frames.texi (Color Names): Add pointer to the X docs about RGB
3073         color specifications.  Improve indexing
3074         (Text Terminal Colors): Replace the description of RGB values by
3075         an xref to "Color Names".
3077 2005-02-03  Richard M. Stallman  <rms@gnu.org>
3079         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3080         Clarify.
3081         (Selecting Windows): Clarify save-selected-window.
3082         (Cyclic Window Ordering): Clarify walk-windows.
3083         (Window Point): Clarify.
3084         (Window Start): Add comment to example.
3085         (Resizing Windows): Add `interactive' specs in examples.
3086         Document fit-window-to-buffer.
3088         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3089         (Undo, Maintaining Undo): Clarify last change.
3090         (Sorting): In sort-numeric-fields, explain about octal and hex.
3091         Mention sort-numeric-base.
3092         (Format Properties): Add xref for hard newlines.
3094         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3095         (Pop-Up Menus): Fix typo.
3096         (Color Names): Explain all types of color names.
3097         Explain color-values on B&W terminal.
3098         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
3100         * files.texi (File Locks): Not supported on MS systems.
3101         (Testing Accessibility): Clarify.
3103         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3104         (Coverage Testing): Fix typo.
3106         * commands.texi (Misc Events): Remove stray space.
3108         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3109         (Modification Time): Clarify when visited-file-modtime returns 0.
3110         (The Buffer List): Clarify bury-buffer.
3111         (Killing Buffers): Clarify.
3112         (Indirect Buffers): Add clone-indirect-buffer.
3114 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
3116         * edebug.texi (Printing in Edebug): Fix default value of
3117         edebug-print-circle.
3118         (Coverage Testing): Fix displayed frequency count data.
3120 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
3122         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3124 2005-02-02  Kim F. Storm  <storm@cua.dk>
3126         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3128 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
3130         * commands.texi (Misc Events): Describe the help-echo event.
3132         * text.texi (Special Properties) <help-echo>: Use `pos'
3133         consistently in description of the help-echo property.
3134         Use @code{nil} instead of @var{nil}.
3136         * display.texi (Overlay Properties): Fix the index entry for
3137         help-echo overlay property.
3139         * customize.texi (Type Keywords): Uncomment the xref to the
3140         help-echo property documentation.
3142 2005-01-23  Kim F. Storm  <storm@cua.dk>
3144         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3145         return value.  Third element FULLY replaced by PARTIAL which
3146         specifies number of invisible pixels if row is only partially visible.
3147         (Textual Scrolling): Mention auto-window-vscroll.
3148         (Vertical Scrolling): New defvar auto-window-vscroll.
3150 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3152         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3153         command remapping.
3155 2005-01-15  Richard M. Stallman  <rms@gnu.org>
3157         * display.texi (Defining Images): Mention DATA-P arg of create-image.
3159 2005-01-14  Kim F. Storm  <storm@cua.dk>
3161         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3163         * text.texi (Links and Mouse-1): Fix string and vector item.
3165 2005-01-13  Richard M. Stallman  <rms@gnu.org>
3167         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3168         descriptions of overriding-local-map and overriding-terminal-local-map.
3170         * text.texi (Links and Mouse-1): Clarify text.
3172 2005-01-13  Kim F. Storm  <storm@cua.dk>
3174         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3176 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
3178         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3180 2005-01-12  Kim F. Storm  <storm@cua.dk>
3182         * text.texi (Links and Mouse-1): Rename section from Enabling
3183         Mouse-1 to Following Links.  Change xrefs.
3184         Add examples for define-button-type and define-widget.
3186         * display.texi (Button Properties, Button Buffer Commands):
3187         Clarify mouse-1 and follow-link functionality.
3189 2005-01-12  Richard M. Stallman  <rms@gnu.org>
3191         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3193         * display.texi (Beeping): Fix Texinfo usage.
3195         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3197 2005-01-11  Kim F. Storm  <storm@cua.dk>
3199         * display.texi (Button Properties, Button Buffer Commands):
3200         Mention mouse-1 binding.  Add follow-link keyword.
3202         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3203         (Enabling Mouse-1 to Follow Links): New subsection.
3205 2005-01-06  Richard M. Stallman  <rms@gnu.org>
3207         * text.texi (Special Properties): Minor change.
3209         * os.texi (Timers): Clarify previous change.
3211         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3213 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
3215         * display.texi (Face Attributes): Correct xref to renamed node.
3217 2005-01-01  Richard M. Stallman  <rms@gnu.org>
3219         * display.texi (Face Attributes): Describe hex color specs.
3221 2004-12-31  Richard M. Stallman  <rms@gnu.org>
3223         * os.texi (Timers): Update previous change.
3225 2004-12-30  Kim F. Storm  <storm@cua.dk>
3227         * display.texi (Line Height): Total line-height is now specified
3228         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
3229         in cons cells.  (nil . RATIO) is relative to actual line height.
3230         Use line-height `t' instead of `0' to get minimum height.
3232 2004-12-29  Richard M. Stallman  <rms@gnu.org>
3234         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3236 2004-12-28  Richard M. Stallman  <rms@gnu.org>
3238         * commands.texi (Quitting): Clarify value of with-local-quit.
3240         * elisp.texi (Top): Fix previous change.
3242         * loading.texi (Loading): Fix previous change.
3244 2004-12-27  Richard M. Stallman  <rms@gnu.org>
3246         * Makefile.in (MAKEINFO): Specify --force.
3248         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3250         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3252         * display.texi (Line Height): Further clarify.
3254         * elisp.texi (Top): Update Loading submenu.
3256         * loading.texi (Where Defined): New node.
3257         (Unloading): load-history moved to Where Defined.
3259 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3261         * commands.texi (Event Input Misc): Add while-no-input.
3263 2004-12-11  Richard M. Stallman  <rms@gnu.org>
3265         * display.texi (Line Height): Rewrite text for clarity.
3267 2004-12-11  Kim F. Storm  <storm@cua.dk>
3269         * display.texi (Display): Add node "Line Height" to menu.
3270         (Line Height): New node.  Move full description of line-spacing
3271         and line-height text properties here from text.texi.
3272         (Scroll Bars): Add vertical-scroll-bar variable.
3274         * frames.texi (Window Frame Parameters): Remove line-height defvar.
3276         * locals.texi (Standard Buffer-Local Variables): Fix xref for
3277         line-spacing and vertical-scroll-bar.
3279         * text.texi (Special Properties): Just mention line-spacing and
3280         line-height here, add xref to new "Line Height" node.
3282 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
3284         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3286         * locals.texi (Standard Buffer-Local Variables):
3287         Add @xref for `line-spacing'.
3289 2004-12-05  Richard M. Stallman  <rms@gnu.org>
3291         * Makefile.in (maintainer-clean): Remove the info files
3292         in $(infodir) where they are created.
3294 2004-12-03  Richard M. Stallman  <rms@gnu.org>
3296         * windows.texi (Selecting Windows): get-lru-window and
3297         get-largest-window don't consider dedicated windows.
3299         * text.texi (Undo): Document undo-in-progress.
3301 2004-11-26  Richard M. Stallman  <rms@gnu.org>
3303         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3304         Remove a few vars that are not always buffer-local.
3306 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
3308         * locals.texi (Standard Buffer-Local Variables): Comment out
3309         xref's to non-existent node `Yet to be written'.
3311 2004-11-24  Richard M. Stallman  <rms@gnu.org>
3313         * processes.texi (Synchronous Processes): Grammar fix.
3315         * numbers.texi (Comparison of Numbers): Add eql.
3317         * locals.texi (Standard Buffer-Local Variables): Add many vars.
3319         * intro.texi (Printing Notation): Fix previous change.
3321         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3322         and default-indicate-buffer-boundaries from here.
3323         (Usual Display): To here.
3324         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3325         (Usual Display): Move tab-width up.
3327         * customize.texi (Variable Definitions): Replace
3328         show-paren-mode example with tooltip-mode.
3329         (Simple Types, Composite Types, Defining New Types):
3330         Minor cleanups.
3332 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
3334         * processes.texi (Synchronous Processes, Output from Processes):
3335         Markup fix.
3337 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3339         * positions.texi (Skipping Characters): skip-chars-forward
3340         now handles char classes.
3342         * intro.texi (Printing Notation): Avoid confusion of `print'
3343         when explaining @print.
3345         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3347         * display.texi (Display Table Format): Minor fix.
3349         * streams.texi (Output Functions): Fix print example.
3351         * Makefile.in (elisp): New target.
3352         (dist): Depend on $(infodir)/elisp, not elisp.
3353         Copy the info files from $(infodir).
3355         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3356         read-from-minibuffer.
3358         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3360 2004-11-19  Richard M. Stallman  <rms@gnu.org>
3362         * searching.texi (Regexp Search): Add search-whitespace-regexp.
3364 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
3366         * tips.texi (Coding Conventions): Fix typo.
3368 2004-11-16  Richard M. Stallman  <rms@gnu.org>
3370         * tips.texi (Coding Conventions): Separate defvar and require
3371         methods to avoid warnings.  Use require only when there are many
3372         functions and variables from that package.
3374         * minibuf.texi (Minibuffer Completion): When ignoring case,
3375         predicate must not be case-sensitive.
3377         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3378         (Test Coverage): Don't talk about "splotches".  Clarified.
3380 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
3382         * frames.texi (Window Frame Parameters): Fix typo.
3384 2004-11-15  Kim F. Storm  <storm@cua.dk>
3386         * symbols.texi (Other Plists): Note that plist-get may signal error.
3387         Add safe-plist-get.
3389 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
3391         * modes.texi (Font Lock Basics): Fix typo.
3393 2004-11-08  Richard M. Stallman  <rms@gnu.org>
3395         * syntax.texi (Syntax Table Functions): Add syntax-after.
3397 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
3399         * os.texi (Processor Run Time): New section documenting
3400         get-internal-run-time.
3402 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
3404         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3405         it nukes elisp-cover.texi.
3406         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3407         elisp-0 etc.
3409 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3411         * commands.texi (Keyboard Macros): Document `append' return value
3412         of `defining-kbd-macro'.
3414 2004-11-01  Richard M. Stallman  <rms@gnu.org>
3416         * commands.texi (Interactive Call): Add called-interactively-p.
3418 2004-10-29  Simon Josefsson  <jas@extundo.com>
3420         * minibuf.texi (Reading a Password): Revert.
3422 2004-10-28  Richard M. Stallman  <rms@gnu.org>
3424         * frames.texi (Display Feature Testing): Explain about "vendor".
3426 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3428         * commands.texi (Interactive Codes): `N' uses numeric prefix,
3429         not raw.  Clarify `n'.
3430         (Interactive Call): Rewrite interactive-p, focusing on when
3431         and how to use it.
3432         (Misc Events): Clarify previous change.
3434         * advice.texi (Simple Advice): Clarify what job the example does.
3435         (Around-Advice): Clarify ad-do-it.
3436         (Activation of Advice): An option of ad-default-compilation-action
3437         is `never', not `nil'.
3439 2004-10-26  Kim F. Storm  <storm@cua.dk>
3441         * commands.texi (Interactive Codes): Add U code letter.
3443 2004-10-25  Simon Josefsson  <jas@extundo.com>
3445         * minibuf.texi (Reading a Password): Add.
3447 2004-10-24  Jason Rumney  <jasonr@gnu.org>
3449         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
3450         and wheel-down.
3452 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
3454         * processes.texi (Synchronous Processes): Document process-file.
3456 2004-10-22  Kenichi Handa  <handa@m17n.org>
3458         * text.texi (translate-region): Document that it accepts also a
3459         char-table.
3461 2004-10-22  David Ponce  <david@dponce.com>
3463         * windows.texi (Resizing Windows): Document the `preserve-before'
3464         argument of the functions `enlarge-window' and `shrink-window'.
3466 2004-10-19  Jason Rumney  <jasonr@gnu.org>
3468         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3470 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
3472         * text.texi (Filling): Add anchor for definition of
3473         `sentence-end-double-space'.
3475         * searching.texi (Regexp Example): Update description of how
3476         Emacs currently recognizes the end of a sentence.
3477         (Standard Regexps): Update definition of the variable
3478         `sentence-end'.  Add definition of the function `sentence-end'.
3480 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
3482         * display.texi (Progress): New node.
3484 2004-10-05  Kim F. Storm  <storm@cua.dk>
3486         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3488 2004-09-29  Kim F. Storm  <storm@cua.dk>
3490         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3491         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
3492         fringe bitmap symbols, as they now have their own namespace.
3493         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3494         vs. pixels.  Signal error if no free bitmap slots.
3495         (Pixel Specification): Change IMAGE to @var{image}.
3497 2004-09-28  Richard M. Stallman  <rms@gnu.org>
3499         * text.texi (Special Properties): Clarify line-spacing and line-height.
3501         * searching.texi (Regexp Search): Add looking-back.
3503 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
3505         * display.texi: Correct typos.
3506         (Image Descriptors): Correct xref's.
3508 2004-09-25  Richard M. Stallman  <rms@gnu.org>
3510         * text.texi (Special Properties): Cleanups in `cursor'.
3511         Rewrites in `line-height' and `line-spacing'; exchange them.
3513         * display.texi (Fringes): Rewrite previous change.
3514         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
3515         (Display Fringe Bitmaps): Node deleted, text moved.
3516         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
3517         (Scroll Bars): Clarify set-window-scroll-bars.
3518         (Pointer Shape): Rewrite.
3519         (Specified Space): Clarify :align-to, etc.
3520         (Pixel Specification): Use @var.  Clarify new text.
3521         (Other Display Specs): Clarify `slice'.
3522         (Image Descriptors): Cleanups.
3523         (Showing Images): Cleanups.
3525 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
3527         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3529         * modes.texi: Various minor changes in addition to:
3530         (Major Mode Conventions): Final call to `run-mode-hooks' should
3531         not be inside the `delay-mode-hooks' form.
3532         (Mode Hooks): New node.
3533         (Hooks): Delete obsolete example.
3534         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3535         node "Mode Hooks".
3537 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
3539         * display.texi: Correct various typos.
3540         (Display): Rename node "Pointer Shapes" to "Pointer
3541         Shape".  (There is already a node called "Pointer Shapes" in
3542         frames.texi.)
3543         (Images): Remove non-existent node "Image Slices" from menu.
3545 2004-09-23  Kim F. Storm  <storm@cua.dk>
3547         * text.texi (Special Properties): Add `cursor', `pointer',
3548         `line-height', and `line-spacing' properties.
3550         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3551         Shapes' to menu.
3552         (Standard Faces): Doc fix for fringe face.
3553         (Fringes): Add `overflow-newline-into-fringe' and
3554         'indicate-buffer-boundaries'.
3555         (Fringe Bitmaps, Pointer Shapes): New nodes.
3556         (Display Property): Add 'Pixel Specification' and 'Display Fringe
3557         Bitmaps' to menu.
3558         (Specified Space): Describe pixel width and height.
3559         (Pixel Specification): New node.
3560         (Other Display Specs): Add `slice' property.
3561         (Display Fringe Bitmaps): New node.
3562         (Images): Add 'Image Slices' to menu.
3563         (Image Descriptors): Add `:pointer' and `:map' properties.
3564         (Showing Images): Add slice arg to `insert-image'.  Add
3565         'insert-sliced-image'.
3567 2004-09-20  Richard M. Stallman  <rms@gnu.org>
3569         * commands.texi (Key Sequence Input):
3570         Clarify downcasing in read-key-sequence.
3572 2004-09-08  Juri Linkov  <juri@jurta.org>
3574         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3576 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
3578         * locals.texi (Standard Buffer-Local Variables): Add
3579         `buffer-auto-save-file-format'.
3580         * internals.texi (Buffer Internals): Describe new
3581         auto_save_file_format field of the buffer structure.
3582         * files.texi (Format Conversion): `auto-save-file-format' has been
3583         renamed `buffer-auto-save-file-format'.
3585 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
3587         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3588         an integer or a marker.
3589         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3591 2004-08-22  Richard M. Stallman  <rms@gnu.org>
3593         * modes.texi (Major Mode Conventions): Discuss rebinding of
3594         standard key bindings.
3596 2004-08-18  Kim F. Storm  <storm@cua.dk>
3598         * processes.texi (Accepting Output): Add `just-this-one' arg to
3599         `accept-process-output'.
3600         (Output from Processes): New var `process-adaptive-read-buffering'.
3602 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
3604         * keymaps.texi: Various changes in addition to:
3605         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3606         Give more varied examples for `kbd'.
3607         (Creating Keymaps): Char tables have slots for all characters
3608         without modifiers.
3609         (Active Keymaps): `overriding-local-map' and
3610         `overriding-terminal-local-map' also override text property and
3611         overlay keymaps.
3612         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3613         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3614         to denote a prefix of no events.
3615         `map-keymap' includes parent's bindings _recursively_.
3616         Clarify and correct description of `where-is-internal'.
3617         Mention BUFFER-OR-NAME arg to `describe-bindings'.
3618         (Menu Example): For menus intended for use with the keyboard, the
3619         menu items should be bound to characters or real function keys.
3621 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
3623         * objects.texi (Character Type): Reposition `@anchor' to prevent
3624         double space inside sentence in Info.
3626         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3627         renamed to `disabled-command-function'.
3628         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
3629         (Command Loop Info): Replace reference to it.
3630         (Disabling Commands): `disabled-command-hook' has been renamed to
3631         `disabled-command-function'.
3633 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
3635         * os.texi (Translating Input): Only non-prefix bindings in
3636         `key-translation-map' override actual key bindings.  Warn about
3637         possible indirect effect of actual key bindings on non-prefix
3638         bindings in `key-translation-map'.
3640 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
3642         * minibuf.texi (High-Level Completion): Add anchor for definition
3643         of `read-variable'.
3645         * commands.texi: Various changes in addition to:
3646         (Using Interactive): Clarify description of `interactive-form'.
3647         (Interactive Call): Mention default for KEYS argument to
3648         `call-interactively'.
3649         (Command Loop Info): Clarify description of `this-command-keys'.
3650         Mention KEEP-RECORD argument to `clear-this-command-keys'.
3651         Value of `last-event-frame' can be `macro'.
3652         (Repeat Events): `double-click-fuzz' is also used to distinguish
3653         clicks and drags.
3654         (Classifying Events): Clarify descriptions of `event-modifiers'
3655         `event-basic-type' and `event-convert-list'.
3656         (Accessing Events): `posn-timestamp' takes POSITION argument.
3657         (Quoted Character Input): Clarify description of
3658         `read-quoted-char' and fix example.
3659         (Quitting): Add `with-local-quit'.
3660         (Disabling Commands): Correct and clarify descriptions of
3661         `enable-command' and `disable-command'.
3662         Mention what happens if `disabled-command-hook' is nil.
3663         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3664         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3666 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
3668         * frames.texi: Various changes in addition to:
3669         (Creating Frames): Expand and clarify description of `make-frame'.
3670         (Window Frame Parameters): Either none or both of the `icon-left'
3671         and `icon-top' parameters must be specified.  Put descriptions of
3672         `menu-bar-lines' and `toolbar-lines' closer together and change
3673         them accordingly.
3674         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3675         except while processing `frame-title-format' or `icon-title-format'.
3676         (Deleting Frames): Correct description of `delete-frame'.
3677         Non-nil return values of `frame-live-p' are like those of `framep'.
3678         (Frames and Windows): Mention return value of
3679         `set-frame-selected-window'.
3680         (Visibility of Frames): Mention `force' argument to
3681         `make-frame-invisible'.  `frame-visible-p' returns t for all
3682         frames on text-only terminals.
3683         (Frame Configurations): Restoring a frame configuration does not
3684         restore deleted frames.
3685         (Window System Selections): `x-set-selection' returns DATA.
3686         (Resources): Add example.
3687         (Display Feature Testing): Clarify descriptions of
3688         `display-pixel-height', `display-pixel-width', `x-server-version'
3689         and `x-server-vendor'.
3691         * windows.texi (Choosing Window): Add anchor.
3692         * minibuf.texi (Minibuffer Misc): Add anchor.
3694 2004-07-23  John Paul Wallington  <jpw@gnu.org>
3696         * macros.texi (Defining Macros): Declaration keyword for setting
3697         Edebug spec is `debug' not `edebug'.
3699 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
3701         * windows.texi: Various small changes in addition to:
3702         (Window Point): Mention return value of `set-window-point'.
3703         (Window Start): `pos-visible-in-window-p' disregards horizontal
3704         scrolling.  Explain return value if PARTIALLY is non-nil.
3705         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3706         and `set-window-vscroll'.
3707         (Size of Window): The argument WINDOW to `window-inside-edges',
3708         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3709         (Resizing Windows): Explain return value of
3710         `shrink-window-if-larger-than-buffer'.
3711         `window-size-fixed' automatically becomes buffer local when set.
3712         (Window Configurations): Explain return value of
3713         `set-window-configuration'.
3715         * minibuf.texi (Minibuffer Misc): Add anchor for
3716         `minibuffer-scroll-window'.
3718         * positions.texi (Text Lines): Add anchor for `count-lines'.
3720 2004-07-17  Richard M. Stallman  <rms@gnu.org>
3722         * display.texi (Overlay Properties): Adding `evaporate' prop
3723         deletes empty overlay immediately.
3725         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3726         fix example.
3728 2004-07-16  Jim Blandy  <jimb@redhat.com>
3730         * searching.texi (Regexp Backslash): Document new \_< and \_>
3731         operators.
3733 2004-07-16  Juanma Barranquero  <lektu@terra.es>
3735         * display.texi (Images): Fix Texinfo usage.
3737 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
3739         * buffers.texi (Modification Time): `visited-file-modtime' now
3740         returns a list of two integers, instead of a cons.
3742 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
3744         * windows.texi: Various changes in addition to:
3745         (Splitting Windows): Add `split-window-keep-point'.
3747 2004-07-09  Richard M. Stallman  <rms@gnu.org>
3749         * frames.texi (Input Focus): Minor fix.
3751 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
3753         * frames.texi (Input Focus): Clarify descriptions of
3754         `select-frame-set-input-focus' and `select-frame'.
3756 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
3758         * os.texi: Various small changes in addition to:
3759         (Killing Emacs): Expand and clarify description of
3760         `kill-emacs-query-functions' and `kill-emacs-hook'.
3761         (System Environment): Expand and clarify description of `getenv'
3762         and `setenv'.
3763         (Timers): Clarify description of `run-at-time'.
3764         (Translating Input): Correct description of
3765         `extra-keyboard-modifiers'.
3766         (Flow Control): Correct description of `enable-flow-control'.
3768 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
3770         * os.texi: Update copyright.
3771         (Session Management): Grammar fix.
3772         Clarify which Emacs does the restarting.
3773         Use @samp for *scratch* buffer.
3775 2004-07-04  Alan Mackenzie  <acm@muc.de>
3777         * frames.texi (Input Focus): Add documentation for
3778         `select-frame-set-input-focus'.  Replace refs to non-existent
3779         `switch-frame' with `select-frame'.  Minor corrections and tidying
3780         up of text-only terminal stuff.
3782 2004-07-02  Richard M. Stallman  <rms@gnu.org>
3784         * files.texi (Saving Buffers): Cleanup write-contents-function.
3785         (Magic File Names): Cleanup file-remote-p.
3787 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
3789         * files.texi (Magic File Names): `file-remote-p' returns an
3790         identifier of the remote system, not just t.
3792 2004-07-02  David Kastrup  <dak@gnu.org>
3794         * searching.texi (Entire Match Data): Add explanation about new
3795         match-data behavior when @var{integers} is non-nil.
3797 2004-06-24  Richard M. Stallman  <rms@gnu.org>
3799         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3801         * customize.texi (Variable Definitions): Note about doc strings
3802         and :set.
3804         * keymaps.texi (Keymap Terminology): Document `kbd'.
3805         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3807         * display.texi (Invisible Text): Setting buffer-invisibility-spec
3808         makes it buffer-local.
3810         * files.texi (Saving Buffers): Correct previous change.
3812         * commands.texi (Accessing Events):
3813         Clarify posn-col-row and posn-actual-col-row.
3815 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
3817         * commands.texi (Accessing Events): New functions
3818         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
3820 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3822         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3823         * frames.texi, buffers.texi, backups.texi, variables.texi:
3824         * loading.texi, eval.texi, functions.texi, control.texi:
3825         * symbols.texi, minibuf.texi: Reposition @anchor's.
3827         * help.texi: Various small changes in addition to the following.
3828         (Describing Characters): Describe PREFIX argument to
3829         `key-description'.  Correct and clarify definition of
3830         `text-char-description'.  Describe NEED-VECTOR argument to
3831         `read-kbd-macro'.
3832         (Help Functions): Clarify definition of `apropos'.
3834 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
3836         * files.texi (Saving Buffers): Correct description of
3837         `write-contents-functions'.
3839 2004-06-21  Juanma Barranquero  <lektu@terra.es>
3841         * display.texi (Images): Remove redundant @vindex directives.
3842         Rewrite `image-library-alist' doc in active voice.
3844 2004-06-14  Juanma Barranquero  <lektu@terra.es>
3846         * display.texi (Images): Document new delayed library loading,
3847         variable `image-library-alist' and (existing but undocumented)
3848         function `image-type-available-p'.
3850 2004-06-05  Richard M. Stallman  <rms@gnu.org>
3852         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3853         refer the user to the Initial Input node.
3854         (Text from Minibuffer): Likewise.
3855         (Initial Input): New node.  Document this feature
3856         and say it is mostly deprecated.
3858 2004-05-30  Richard M. Stallman  <rms@gnu.org>
3860         * loading.texi (Named Features): Clarify return value
3861         and meaning of NOERROR.
3863         * variables.texi (File Local Variables): Minor cleanup.
3865 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
3867         * files.texi (Magic File Names): Add `file-remote-p' as operation
3868         of file name handlers.
3870 2004-05-29  Richard M. Stallman  <rms@gnu.org>
3872         * modes.texi (Minor Mode Conventions): (-) has no special meaning
3873         as arg to a minor mode command.
3875 2004-05-22  Richard M. Stallman  <rms@gnu.org>
3877         * syntax.texi (Syntax Class Table): Word syntax not just for English.
3879         * streams.texi (Output Variables): Doc float-output-format.
3881         * searching.texi (Regexp Special): Nested repetition can be infloop.
3883         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3884         real stack overflow.
3886         * compile.texi: Minor cleanups.
3888 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
3890         * lists.texi (Cons Cells): Explain dotted lists, true lists,
3891         circular lists.
3892         (List Elements): Explain handling of circular and dotted lists.
3894 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
3896         * modes.texi (Search-based Fontification): Fix typo.
3898 2004-05-10  Juanma Barranquero  <lektu@terra.es>
3900         * modes.texi (Mode Line Variables): Fix description of
3901         global-mode-string, which is now after which-func-mode, not the
3902         buffer name.
3904 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
3906         * modes.texi (Desktop Save Mode): Add.
3907         (Modes): Add menu entry Desktop Save Mode.
3909         * hooks.texi: Add desktop-after-read-hook,
3910         desktop-no-desktop-file-hook and desktop-save-hook.
3912         * locals.texi: Add desktop-save-buffer.
3914 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
3916         * display.texi: emacs -> Emacs.
3918 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
3920         * files.texi (Changing Files): Document set-file-times.
3922 2004-04-23  Juanma Barranquero  <lektu@terra.es>
3924         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3926 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
3928         * tips.texi (Coding Conventions): defopt -> defcustom.
3930 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
3932         * sequences.texi: Various clarifications.
3934 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
3936         * buffers.texi (Read Only Buffers): Mention optional ARG to
3937         `toggle-read-only'.
3939 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
3941         * windows.texi (Selecting Windows): Note that get-lru-window
3942         returns a full-width window if possible.
3944 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
3946         * buffers.texi: Various changes in addition to:
3947         (Buffer File Name): Add `find-buffer-visiting'.
3948         (Buffer Modification): Mention optional ARG to `not-modified'.
3949         (Indirect Buffers): Mention optional CLONE argument to
3950         `make-indirect-buffer'.
3952         * files.texi: Various changes in addition to:
3953         (Visiting Functions): `find-file-hook' is now a normal hook.
3954         (File Name Expansion): Explain difference between the way that
3955         `expand-file-name' and `file-truename' treat `..'.
3956         (Contents of Directories): Mention optional ID-FORMAT argument to
3957         `directory-files-and-attributes'.
3958         (Format Conversion): Mention new optional CONFIRM argument to
3959         `format-write-file'.
3961 2004-04-12  Miles Bader  <miles@gnu.org>
3963         * macros.texi (Expansion): Add description of `macroexpand-all'.
3965 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
3967         * variables.texi (Variable Aliases): Mention
3968         cyclic-variable-indirection.
3970         * errors.texi (Standard Errors): Ditto.
3972 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3974         * backups.texi: Various small changes in addition to:
3975         (Making Backups): Mention return value of `backup-buffer'.
3976         (Auto-Saving): Mention optional FORCE argument to
3977         `delete-auto-save-file-if-necessary'.
3978         (Reverting): Mention optional PRESERVE-MODES argument to
3979         `revert-buffer'.  Correct description of `revert-buffer-function'.
3981 2004-03-22  Juri Linkov  <juri@jurta.org>
3983         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3984         with `Vector Functions'.
3986         * text.texi (Sorting): Add missing quote.
3988 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
3990         * intro.texi (Lisp History): Replace xref to `cl' manual with
3991         inforef.
3993 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3995         * intro.texi (Version Info): Add arg to emacs-version.
3996         (Lisp History): Change xref to CL manual.
3998 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
4000         * minibuf.texi (Completion Commands): Add xref to Emacs manual
4001         for Partial Completion mode.
4003 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
4005         * customize.texi: Fix typo.  Remove eol whitespace.
4007 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4009         * processes.texi: Fix typos.
4011         * lists.texi (Building Lists): Minor clarification.
4013         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4014         in make-hash-table.
4016 2004-02-29  Juanma Barranquero  <lektu@terra.es>
4018         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4019         rm, and ignore exit code.
4021 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4023         * display.texi (Defining Faces): Add description for min-colors.
4024         Update example.
4026 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4028         * abbrevs.texi: Various corrections and clarifications in addition
4029         to the following:
4030         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4032 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4034         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4036 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
4038         * text.texi: Various small changes in addition to the following:
4039         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4040         to delete-horizontal-space.
4041         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
4042         description of yank-handler text property at various places.
4044         * frames.texi (Window System Selections): Add anchor.
4046         * syntax.texi (Syntax Table Functions): Clarify and correct
4047         descriptions of make-syntax-table and copy-syntax-table.
4048         (Motion and Syntax): Clarify SYNTAXES argument to
4049         skip-syntax-forward.
4050         (Parsing Expressions): Mention that the return value of
4051         parse-partial-sexp is currently a list of ten rather than nine
4052         elements.
4053         (Categories): Various corrections and clarifications.
4055 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4057         * markers.texi (Marker Insertion Types): Minor change.
4059         * locals.texi (Standard Buffer-Local Variables):
4060         * commands.texi (Interactive Codes, Using Interactive):
4061         * functions.texi (Related Topics): Fix xrefs.
4063 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4065         * lists.texi (Sets And Lists): Update description of delete-dups.
4067 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4069         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4071 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4073         * frames.texi (Parameter Access): frame-parameters arg is optional.
4074         modify-frame-parameters handles nil for FRAME.
4075         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4076         are all-or-nothing for certain toolkits.
4077         Mention parameter wait-for-wm.
4078         (Frames and Windows): In frame-first-window and frame-selected-window
4079         the arg is optional.
4080         (Input Focus): In redirect-frame-focus the second arg is optional.
4081         (Window System Selections): Mention selection type CLIPBOARD.
4082         Mention data-type UTF8_STRING.
4083         Mention numbering of cut buffers.
4084         (Resources): Describe x-resource-name.
4086 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4088         * windows.texi (Buffers and Windows): Delete false table
4089         about all-frames.
4091         * syntax.texi (Parsing Expressions): Delete old caveat
4092         about parse-sexp-ignore-comments.
4094         * streams.texi (Output Variables): Add print-quoted.
4096         * lists.texi (Building Lists): Minor cleanup.
4098         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4100         * display.texi (Overlays): Explain overlays use markers.
4101         (Managing Overlays): Explain front-advance and rear-advance
4102         in more detail.
4104         * loading.texi (Unloading): Document unload-feature-special-hooks.
4105         Get rid of fns-NNN.el file.
4107 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4109         * help.texi (Describing Characters): Fix text-char-description
4110         example output.
4112         * edebug.texi (Using Edebug): Fix example.
4114         * debugging.texi (Internals of Debugger): Fix return value.
4116         * files.texi (Changing Files): Fix argname.
4118         * calendar.texi: Fix parens, and default values.
4120         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4121         * nonascii.texi, objects.texi, os.texi: Minor fixes.
4122         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4124         * positions.texi (Text Lines): Don't add -1 in current-line.
4126 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4128         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4130 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4132         * processes.texi (Low-Level Network): Fix a typo.
4134 2004-02-12  Kim F. Storm  <storm@cua.dk>
4136         * display.texi (Fringes): Use consistent wording.
4137         Note that window-fringe's window arg is optional.
4138         (Scroll Bars): Use consistent wording.
4140 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4142         * tips.texi (Comment Tips): Document the new conventions for
4143         commenting out code.
4145 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4147         * positions.texi (Text Lines): Added missing end defun.
4149 2004-02-07  Kim F. Storm  <storm@cua.dk>
4151         * positions.texi (Text Lines): Add line-number-at-pos.
4153 2004-02-06  John Paul Wallington  <jpw@gnu.org>
4155         * display.texi (Button Properties, Button Buffer Commands):
4156         mouse-2 invokes button, not down-mouse-1.
4158 2004-02-04  Jason Rumney  <jasonr@gnu.org>
4160         * makefile.w32-in: Sync with Makefile.in changes.
4162 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
4164         * minibuf.texi (Text from Minibuffer): Various corrections and
4165         clarifications.
4166         (Object from Minibuffer): Correct Lisp description of
4167         read-minibuffer.
4168         (Minibuffer History): Clarify description of cons values for
4169         HISTORY arguments.
4170         (Basic Completion): Various corrections and clarifications.  Add
4171         completion-regexp-list.
4172         (Minibuffer Completion): Correct and clarify description of
4173         completing-read.
4174         (Completion Commands): Mention Partial Completion mode.  Various
4175         other minor changes.
4176         (High-Level Completion): Various corrections and clarifications.
4177         (Reading File Names): Ditto.
4178         (Minibuffer Misc): Ditto.
4180 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
4182         * strings.texi (Text Comparison): assoc-string also matches
4183         elements of alists that are strings instead of conses.
4184         (Formatting Strings): Standardize Texinfo usage.  Update index
4185         entries.
4187 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
4189         * lists.texi (Sets And Lists): Add delete-dups.
4191 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4193         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4194         special form.
4195         * macros.texi (Defining Macros): Update description of `declare',
4196         which now is a macro.
4197         (Wrong Time): Fix typos.
4199 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
4201         * compile.texi (Compilation Functions): Expand descriptions of
4202         `compile-defun', `byte-compile-file', `byte-recompile-directory'
4203         and `batch-byte-compile'.  In particular, mention and describe
4204         all optional arguments.
4205         (Disassembly): Correct and clarify the description of `disassemble'.
4207 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
4209         * searching.texi: Various small changes in addition to the
4210         following.
4211         (Regexp Example): Adapt to new value of `sentence-end'.
4212         (Regexp Functions): The PAREN argument to `regexp-opt' can be
4213         `words'.
4214         (Search and Replace): Add usage note for `perform-replace'.
4215         (Entire Match Data): Mention INTEGERS and REUSE arguments to
4216         `match-data'.
4217         (Standard Regexps): Update for new values of `paragraph-start'
4218         and `sentence-end'.
4220 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4222         * files.texi (Saving Buffers): Clarify descriptions of
4223         `write-contents-functions' and `before-save-hook'.
4224         Make the defvar's for `before-save-hook' and `after-save-hook'
4225         into defopt's.
4227 2004-01-07  Kim F. Storm  <storm@cua.dk>
4229         * commands.texi (Click Events): Describe new image and
4230         width/height elements of click events.
4231         (Accessing Events): Add posn-string, posn-image, and
4232         posn-object-width-height.  Change posn-object to return either
4233         image or string object.
4235 2004-01-01  Simon Josefsson  <jas@extundo.com>
4237         * hooks.texi (Standard Hooks): Add before-save-hook.
4238         * files.texi (Saving Buffers): Likewise.
4240 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4242         * frames.texi (Frames and Windows): Delete frame-root-window.
4244 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4246         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4248         * functions.texi: Various small changes in addition to the
4249         following.
4250         (What Is a Function): `functionp' returns nil for macros.  Clarify
4251         behavior of this and following functions for symbol arguments.
4252         (Function Documentation): Add `\' in front of (fn @var{arglist})
4253         and explain why.
4254         (Defining Functions): Mention DOCSTRING argument to `defalias'.
4255         Add anchor.
4256         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
4258 2004-01-01  Miles Bader  <miles@gnu.org>
4260         * display.texi (Buttons): New section.
4262 2003-12-31  Andreas Schwab  <schwab@suse.de>
4264         * numbers.texi (Math Functions): sqrt reports a domain-error
4265         error.
4266         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4268 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4270         * tips.texi (Documentation Tips): Update item on hyperlinks in
4271         documentation strings.
4273         * errors.texi (Standard Errors): Various small corrections and
4274         additions.
4276         * control.texi: Various small changes in addition to the
4277         following.
4278         (Signaling Errors): Provide some more details on how `signal'
4279         constructs the error message.  Add anchor to the definition of
4280         `signal'.
4281         (Error Symbols): Describe special treatment of `quit'.
4282         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4283         to emphasize that it has to be a single form.
4285         * buffers.texi: Add anchor.
4287 2003-12-29  Richard M. Stallman  <rms@gnu.org>
4289         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4290         (Window Configurations): Add window-configuration-frame.
4292         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4294         * text.texi (Examining Properties): Add get-char-property-and-overlay.
4295         Change arg name in get-char-property.
4296         (Special Properties): Update handling of keymap property.
4298         * strings.texi (Modifying Strings): Add clear-string.
4299         (Text Comparison): Add assoc-string and remove
4300         assoc-ignore-case, assoc-ignore-representation.
4302         * os.texi (Time of Day): Add set-time-zone-rule.
4304         * numbers.texi (Math Functions): asin, acos, log, log10
4305         report domain-error errors.
4307         * nonascii.texi (Converting Representations):
4308         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4309         (Encoding and I/O): Add file-name-coding-system.
4311         * modes.texi (Search-based Fontification): Explain that
4312         face specs are symbols with face names as values.
4314         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4316         * lists.texi (Building Lists): remq moved elsewhere.
4317         (Sets And Lists): remq moved here.
4318         (Association Lists): Refer to assoc-string.
4320         * internals.texi (Garbage Collection): Add memory-use-counts.
4322         * frames.texi (Frames and Windows): Add set-frame-selected-window
4323         and frame-root-window.
4325         * files.texi (Contents of Directories):
4326         Add directory-files-and-attributes.
4328         * display.texi (Refresh Screen): Add force-window-update.
4329         (Invisible Text): Explain about moving point out of invis text.
4330         (Overlay Properties): Add overlay-properties.
4331         (Managing Overlays): Add overlayp.
4332         (GIF Images): Invalid image number displays a hollow box.
4334         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4335         (Killing Buffers): Add buffer-live-p.
4337 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4339         * display.texi (Fringes): Fix typo "set-buffer-window".
4341 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
4343         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4344         * nonascii.texi, processes.texi, tips.texi, variables.texi:
4345         Add or change various xrefs and anchors.
4347         * commands.texi: Replace all occurrences of @acronym{CAR} with
4348         @sc{car}, for consistency with the rest of the Elisp manual.
4349         `car' and `cdr' are historically acronyms, but are no longer
4350         widely thought of as such.
4352         * internals.texi (Pure Storage): Mention that `purecopy' does not
4353         copy text properties.
4354         (Object Internals): Now 29 bits are used (in most implementations)
4355         to address Lisp objects.
4357         * variables.texi (Variables with Restricted Values): New node.
4359         * objects.texi (Lisp Data Types): Mention that certain variables
4360         can only take on a restricted set of values and add an xref to
4361         the new node "Variables with Restricted Values".
4363         * eval.texi (Function Indirection): Describe the errors that
4364         `indirect-function' can signal.
4365         (Eval): Clarify the descriptions of `eval-region' and `values'.
4366         Describe `eval-buffer' instead of `eval-current-buffer' and
4367         mention `eval-current-buffer' as an alias for `current-buffer'.
4368         Correct the description and mention all optional arguments.
4370         * nonascii.texi: Various small changes in addition to the
4371         following.
4372         (Converting Representations): Clarify behavior of
4373         `string-make-multibyte' and `string-to-multibyte' for unibyte all
4374         ASCII arguments.
4375         (Character Sets): Document the variable `charset-list' and adapt
4376         the definition of the function `charset-list' accordingly.
4377         (Translation of Characters): Clarify use of generic characters in
4378         `make-translation-table'.  Clarify and correct the description of
4379         the use of translation tables in encoding and decoding.
4380         (User-Chosen Coding Systems): Correct and clarify the description
4381         of `select-safe-coding-system'.
4382         (Default Coding Systems): Clarify description of
4383         `file-coding-system-alist'.
4385 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
4387         * strings.texi (Text Comparison): Correctly describe when two
4388         strings are `equal'.  Combine and clarify descriptions of
4389         `assoc-ignore-case' and `assoc-ignore-representation'.
4391         * objects.texi (Non-ASCII in Strings): Clarify description of
4392         when a string is unibyte or multibyte.
4393         (Bool-Vector Type): Update examples.
4394         (Equality Predicates): Correctly describe when two strings are
4395         `equal'.
4397 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
4399         * lists.texi (Building Lists): `append' no longer accepts integer
4400         arguments.  Update the description of `number-sequence' to reflect
4401         recent changes.
4402         (Sets And Lists): Describe `member-ignore-case' after `member'.
4404 2003-11-27  Kim F. Storm  <storm@cua.dk>
4406         * commands.texi (Click Events): Click object may be an images.
4407         Describe (dx . dy) element of click positions.
4408         (Accessing Events): Remove duplicate posn-timestamp.
4409         New functions posn-object and posn-object-x-y.
4411 2003-11-23  Kim F. Storm  <storm@cua.dk>
4413         * commands.texi (Click Events): Describe enhancements to event
4414         position lists, including new text-pos and (col . row) items.
4415         Mention left-fringe and right-fringe area events.
4416         (Accessing Events): New functions posn-area and
4417         posn-actual-col-row.  Mention posn-timestamp.  Mention that
4418         posn-point in non-text area still returns buffer position.
4419         Clarify posn-col-row.
4421 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
4423         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4424         * anti.texi (File Attributes): Describe removed parameter
4425         ID-FORMAT.
4427 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
4429         * positions.texi (Positions): Mention that, if a marker is used as
4430         a position, its buffer is ignored.
4432         * markers.texi (Overview of Markers): Mention it here too.
4434 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
4436         * numbers.texi (Numeric Conversions): Not just `floor', but also
4437         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4439 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
4441         * markers.texi (Creating Markers): Specify insertion type of
4442         created markers.  Add xref to `Marker Insertion Types'.
4443         Second argument to `copy-marker' is optional.
4444         (Marker Insertion Types): Mention that most markers are created
4445         with insertion type nil.
4446         (The Mark): Correctly describe when `mark' signals an error.
4447         (The Region): Correctly describe when `region-beginning' and
4448         `region-end' signal an error.
4450 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
4452         * hash.texi (Creating Hash): Clarify description of `eql'.
4453         `makehash' is obsolete.
4454         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4456         * positions.texi (Point): Change description of `buffer-end', so
4457         that it is also correct for floating point arguments.
4458         (List Motion): Correct argument lists of `beginning-of-defun' and
4459         `end-of-defun'.
4460         (Excursions): Add xref to `Marker Insertion Types'.
4461         (Narrowing): Argument to `narrow-to-page' is optional.
4463 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
4465         * streams.texi (Output Streams): Clarify behavior of point for
4466         marker output streams.
4468 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
4470         * variables.texi (Defining Variables): Second argument to
4471         `defconst' is not optional.
4472         (Setting Variables): Mention optional argument APPEND to
4473         `add-to-list'.
4474         (Creating Buffer-Local): Expand description of
4475         `make-variable-buffer-local'.
4476         (Frame-Local Variables): Expand description of
4477         `make-variable-frame-local'.
4478         (Variable Aliases): Correct description of optional argument
4479         DOCSTRING to `defvaralias'.  Mention return value of
4480         `defvaralias'.
4481         (File Local Variables): Add xref to `File variables' in Emacs
4482         Manual.  Correct description of `hack-local-variables'.  Mention
4483         `safe-local-variable' property.  Mention optional second argument
4484         to `risky-local-variable-p'.
4486 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
4488         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4490 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4492         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4493         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4494         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4495         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4496         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
4497         lispref/processes.texi, lispref/searching.texi,
4498         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4499         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4500         @acronym{FOO}.
4502 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
4504         * strings.texi (Creating Strings): Argument START to `substring'
4505         can not be `nil'.  Expand description of
4506         `substring-no-properties'.  Correct description of `split-string',
4507         especially with respect to empty matches.  Prevent very bad line
4508         break in definition of `split-string-default-separators'.
4509         (Text Comparison): `string=' and `string<' also accept symbols as
4510         arguments.
4511         (String Conversion): More completely describe argument BASE in
4512         `string-to-number'.
4513         (Formatting Strings): `%s' and `%S' in `format' do require
4514         corresponding object.  Clarify behavior of numeric prefix after
4515         `%' in `format'.
4516         (Case Conversion): The argument to `upcase-initials' can be a
4517         character.
4519 2003-10-27  Kenichi Handa  <handa@m17n.org>
4521         * display.texi (Fontsets): Fix texinfo usage.
4523 2003-10-25  Kenichi Handa  <handa@m17n.org>
4525         * display.texi (Fontsets): Add description of the function
4526         set-fontset-font.
4528 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
4530         * display.texi (Temporary Displays): Add xref to `Documentation
4531         Tips'.
4533         * functions.texi (Function Safety): Use inforef instead of pxref
4534         for SES.
4536 2003-10-23  Andreas Schwab  <schwab@suse.de>
4538         * Makefile.in (TEX, texinputdir): Don't define.
4539         (TEXI2DVI): Define.
4540         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4541         add $(srcdir)/index.texi.
4542         ($(infodir)/elisp): Remove index.texi dependency.
4543         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
4544         (index.texi): Remove target.
4545         (dist): Don't link $(srcdir)/permute-index.
4546         (clean): Don't remove index.texi.
4548         * permute-index, index.perm: Remove.
4549         * index.texi: Rename from index.unperm.
4551 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
4553         * tips.texi (Documentation Tips): Document new behavior for face
4554         and variable hyperlinks in Help mode.
4556 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
4558         * objects.texi (Integer Type): Update for extra bit of integer range.
4559         (Character Type): Ditto.
4561 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
4563         * numbers.texi (Integer Basics): Add index entries for reading
4564         numbers in hex, octal, and binary.
4566 2003-10-16  Lute Kamstra  <lute@gnu.org>
4568         * modes.texi (Mode Line Format): Mention force-mode-line-update's
4569         argument.
4571 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
4573         * windows.texi (Choosing Window): Fix typo.
4574         * edebug.texi (Edebug Execution Modes): Fix typo.
4576 2003-10-13  Richard M. Stallman  <rms@gnu.org>
4578         * windows.texi (Basic Windows): A window has fringe settings,
4579         display margins and scroll-bar settings.
4580         (Splitting Windows): Doc split-window return value.
4581         Clean up one-window-p.
4582         (Selecting Windows): Fix typo.
4583         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4584         (Buffers and Windows): In set-window-buffer, explain effect
4585         on fringe settings and scroll bar settings.
4586         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4587         (Choosing Window): Use defopt for pop-up-frame-function.
4588         For special-display-buffer-names, explain same-window and same-frame.
4589         Clarify window-dedicated-p return value.
4590         (Textual Scrolling): scroll-up and scroll-down can get an error.
4591         (Horizontal Scrolling): Clarify auto-hscroll-mode.
4592         Clarify set-window-hscroll.
4593         (Size of Window): Don't mention tool bar in window-height.
4594         (Coordinates and Windows): Explain what coordinates-in-window-p
4595         returns for fringes and display margins.
4596         (Window Configurations): Explain saving fringes, etc.
4598         * tips.texi (Library Headers): Clean up Documentation.
4600         * syntax.texi (Parsing Expressions): Clean up forward-comment
4601         and parse-sexp-lookup-properties.
4603         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4605         * os.texi (System Environment): Clean up text for load-average errors.
4607         * modes.texi (Hooks): Don't explain local hook details at front.
4608         Clarify run-hooks and run-hook-with-args a little.
4609         Clean up add-hook and remove-hook.
4611         * edebug.texi (Edebug Execution Modes): Clarify t.
4612         Document edebug-sit-for-seconds.
4613         (Coverage Testing): Document C-x X = and =.
4614         (Instrumenting Macro Calls): Fix typo.
4615         (Specification List): Don't index the specification keywords.
4617 2003-10-10  Kim F. Storm  <storm@cua.dk>
4619         * processes.texi (Network): Introduce make-network-process.
4621 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4623         * tips.texi (Library Headers): Fix typo.
4625 2003-10-07  Juri Linkov  <juri@jurta.org>
4627         * modes.texi (Imenu): Mention imenu-create-index-function's
4628         default value.  Explain submenus better.
4630 2003-10-07  Lute Kamstra  <lute@gnu.org>
4632         * modes.texi (Faces for Font Lock): Fix typo.
4633         (Hooks): Explain how buffer-local hook variables can refer to
4634         global hook variables.
4635         Various minor clarifications.
4637 2003-10-06  Lute Kamstra  <lute@gnu.org>
4639         * tips.texi (Coding Conventions): Mention naming conventions for
4640         hooks.
4642 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
4644         * loading.texi (Library Search): Correct default value of
4645         load-suffixes.
4646         (Named Features): Fix typo.
4648 2003-10-05  Richard M. Stallman  <rms@gnu.org>
4650         * loading.texi (Named Features): In `provide',
4651         say how to test for subfeatures.
4652         (Unloading): In unload-feature, use new var name
4653         unload-feature-special-hooks.
4655 2003-10-03  Lute Kamstra  <lute@gnu.org>
4657         * modes.texi (Major Mode Conventions): Mention third way to set up
4658         Imenu.
4659         (Imenu): A number of small fixes.
4660         Delete documentation of internal variable imenu--index-alist.
4661         Document the return value format of imenu-create-index-function
4662         functions.
4664 2003-09-30  Richard M. Stallman  <rms@gnu.org>
4666         * processes.texi (Network): Say what stopped datagram connections do.
4668         * lists.texi (Association Lists): Clarify `assq-delete-all'.
4670         * display.texi (Overlay Properties): Clarify `evaporate' property.
4672 2003-09-29  Lute Kamstra  <lute@gnu.org>
4674         * modes.texi (Mode Line Data): Explain when symbols in mode-line
4675         constructs should be marked as risky.
4676         Change cons cell into proper list.
4677         (Mode Line Variables): Change cons cell into proper list.
4679 2003-09-26  Lute Kamstra  <lute@gnu.org>
4681         * modes.texi (Mode Line Data): Document the :propertize construct.
4682         (Mode Line Variables): Reorder the descriptions of the variables
4683         to match their order in the default mode-line-format.
4684         Describe the new variables mode-line-position and mode-line-modes.
4685         Update the default values of mode-line-frame-identification,
4686         minor-mode-alist, and default-mode-line-format.
4687         (Properties in Mode): Mention the :propertize construct.
4689 2003-09-26  Richard M. Stallman  <rms@gnu.org>
4691         * buffers.texi, commands.texi, debugging.texi, eval.texi:
4692         * loading.texi, minibuf.texi, text.texi, variables.texi:
4693         Avoid @strong{Note:}.
4695 2003-09-26  Richard M. Stallman  <rms@gnu.org>
4697         * keymaps.texi (Remapping Commands): Fix typo.
4699 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
4701         * processes.texi (Low-Level Network): Fix typo.
4703 2003-09-23  Kim F. Storm  <storm@cua.dk>
4705         * processes.texi (Network, Network Servers): Fix typos.
4706         (Low-Level Network): Add timeout value for :server keyword.
4707         Add new option keywords to make-network-process.
4708         Add set-network-process-options.
4709         Explain how to test availability of network options.
4711 2003-09-19  Richard M. Stallman  <rms@gnu.org>
4713         * text.texi (Motion by Indent): Arg to
4714         backward-to-indentation and forward-to-indentation is optional.
4716         * strings.texi (Creating Strings): Add substring-no-properties.
4718         * processes.texi
4719         (Process Information): Add list-processes arg QUERY-ONLY.
4720         Delete process-contact from here.
4721         Add new status values for process-status.
4722         Add process-get, process-put, process-plist, set-process-plist.
4723         (Synchronous Processes): Add call-process-shell-command.
4724         (Signals to Processes): signal-process allows process objects.
4725         (Network): Complete rewrite.
4726         (Network Servers, Datagrams, Low-Level Network): New nodes.
4728         * positions.texi (Word Motion): forward-word, backward-word
4729         arg is optional.  Reword.
4731         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4733         * variables.texi (Creating Buffer-Local):
4734         Delete duplicate definition of buffer-local-value.
4735         (File Local Variables): Explain about discarding text props.
4737 2003-09-11  Richard M. Stallman  <rms@gnu.org>
4739         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4740         changes variables that record input events.
4741         (Minibuffer Misc): Add minibuffer-selected-window.
4743         * lists.texi (Building Lists): Add copy-tree.
4745         * display.texi (Fontsets): Add char-displayable-p.
4746         (Scroll Bars): New node.
4748 2003-09-08  Lute Kamstra  <lute@gnu.org>
4750         * modes.texi (%-Constructs): Document new `%i' and `%I'
4751         constructs.
4753 2003-09-03  Peter Runestig  <peter@runestig.com>
4755         * makefile.w32-in: New file.
4757 2003-08-29  Richard M. Stallman  <rms@gnu.org>
4759         * display.texi (Overlay Properties): Clarify how priorities
4760         affect use of the properties.
4762 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
4764         * customize.texi (Type Keywords): Correct the description of
4765         `:help-echo' in the case where `motion-doc' is a function.
4767 2003-08-14  John Paul Wallington  <jpw@gnu.org>
4769         * modes.texi (Emulating Mode Line): Subsection, not section.
4771 2003-08-13  Richard M. Stallman  <rms@gnu.org>
4773         * elisp.texi (Top): Update subnode lists in menu.
4775         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4776         (Kill Functions): kill-region has new arg yank-handler.
4777         (Yanking): New node.
4778         (Yank Commands): Add yank-undo-function.
4779         (Low-Level Kill Ring):
4780         kill-new and kill-append have new arg yank-handler.
4781         (Changing Properties): Add remove-list-of-text-properties.
4782         (Atomic Changes): New node.
4784         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4786         * streams.texi (Output Variables): Add eval-expression-print-length
4787         and eval-expression-print-level.
4789         * os.texi (Time Conversion): For encode-time, explain limits on year.
4791         * objects.texi (Character Type): Define anchor "modifier bits".
4793         * modes.texi (Emulating Mode Line): New node.
4794         (Search-based Fontification): Font Lock uses font-lock-face property.
4795         (Other Font Lock Variables): Likewise.
4797         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4798         not vectors.
4799         (Active Keymaps): Add emulation-mode-map-alists.
4800         (Functions for Key Lookup): key-binding has new arg no-remap.
4801         (Remapping Commands): New node.
4802         (Scanning Keymaps): where-is-internal has new arg no-remap.
4803         (Tool Bar): Add tool-bar-local-item-from-menu.
4804         Clarify when to use tool-bar-add-item-from-menu.
4806         * commands.texi (Interactive Call): commandp has new arg.
4807         (Command Loop Info): Add this-original-command.
4809 2003-08-06  John Paul Wallington  <jpw@gnu.org>
4811         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4813         * display.texi (Warning Basics): Fix typo.
4814         (Fringes): Add closing curly bracket and fix typo.
4816         * elisp.texi (Top): Fix typo.
4818 2003-08-05  Richard M. Stallman  <rms@gnu.org>
4820         * elisp.texi: Update lists of subnodes.
4822         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4824         * variables.texi (Local Variables): Use lc for example variable names.
4826         * tips.texi (Library Headers): Explain where to put -*-.
4828         * strings.texi (Creating Strings): Fix xref for vconcat.
4830         * sequences.texi (Vector Functions):
4831         vconcat no longer allows integer args.
4833         * minibuf.texi (Reading File Names): read-file-name has new
4834         arg PREDICATE.  New function read-directory-name.
4836         * macros.texi (Defining Macros): Give definition of `declare'
4837         (Indenting Macros): New node.
4839         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4840         (Window Frame Parameters): Make separate table of parameters
4841         that are coupled with specific face attributes.
4842         (Deleting Frames): delete-frame-hooks renamed to
4843         delete-frame-functions.
4845         * files.texi (Magic File Names): Add file-remote-p.
4846         Clarify file-local-copy.
4848         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4849         here; instead xref Defining Macros.
4851         * display.texi (Warnings): New node, and subnodes.
4852         (Fringes): New node.
4854         * debugging.texi (Test Coverage): New node.
4856         * compile.texi (Compiler Errors): Explain with-no-warnings
4857         and other ways to suppress warnings.
4859         * commands.texi (Interactive Call): Minor clarification.
4861         * buffers.texi (Buffer File Name): set-visited-file-name
4862         renames the buffer too.
4864         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4866 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
4868         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4870 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
4872         * internals.texi (Garbage Collection): Fix previous change.
4874 2003-07-22  Richard M. Stallman  <rms@gnu.org>
4876         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4878         * display.texi (Width): Use \s syntax in example.
4879         (Font Selection): Add face-font-rescale-alist.
4881         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4882         Remove spurious indent in example.
4884         * lists.texi (Building Lists): Add number-sequence.
4886         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4888         * functions.texi (Function Documentation): Explain how to
4889         show calling convention explicitly in the doc string.
4891         * windows.texi (Selecting Windows): save-selected-window saves
4892         selected window of each frame.
4893         (Window Configurations): Minor change.
4895         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4897         * streams.texi (Output Variables): Add print-continuous-numbering
4898         and print-number-table.
4900         * processes.texi (Decoding Output): New node.
4902         * os.texi (Time Conversion): decode-time arg is optional.
4904         * objects.texi (Character Type): Don't use space as example for \.
4905         Make list of char names and \-sequences correspond.
4906         Explain that \s is not used in strings.  `\ ' needs space after.
4908         * nonascii.texi (Converting Representations): Add string-to-multibyte.
4909         (Translation of Characters): Add translation-table-for-input.
4910         (Default Coding Systems): Add auto-coding-functions.
4911         (Explicit Encoding): Add decode-coding-inserted-region.
4912         (Locales): Add locale-info.
4914         * minibuf.texi (Basic Completion): Describe test-completion.
4915         Collections can be lists of strings.
4916         Clean up lazy-completion-table.
4917         (Programmed Completion): Mention test-completion.
4918         Clarify why lambda expressions are not accepted.
4919         (Minibuffer Misc): Describe minibufferp.
4921 2003-07-14  Richard M. Stallman  <rms@gnu.org>
4923         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4925         * windows.texi (Selecting Windows): New arg to select-window.
4926         (Selecting Windows): Add with-selected-window.
4927         (Size of Window): Add window-inside-edges, etc.
4929         * internals.texi (Garbage Collection): Add post-gc-hook.
4931         * processes.texi (Subprocess Creation): Add exec-suffixes.
4933         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4934         (Scanning Keymaps): Add map-keymaps.
4935         (Defining Menus): Add keymap-prompt.
4937         * numbers.texi (Integer Basics): Add most-positive-fixnum,
4938         most-negative-fixnum.
4940         * compile.texi (Byte Compilation): Explain no-byte-compile
4941         (Compiler Errors): New node.
4943         * os.texi (User Identification): user-uid, user-real-uid
4944         can return float.
4946         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4947         and about derived modes.
4948         (Minor Modes): Add minor-mode-list.
4949         (Defining Minor Modes): Keyword args for define-minor-mode.
4950         (Search-based Fontification): Explain managing other properties.
4951         (Other Font Lock Variables): Add font-lock-extra-managed-props.
4952         (Faces for Font Lock): Add font-locl-preprocessor-face.
4953         (Hooks): Add run-mode-hooks and delay-mode-hooks.
4955         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
4956         (Variable Aliases): Clarify defvaralias.
4958         * loading.texi (Library Search): Add load-suffixes.
4960         * minibuf.texi (Basic Completion): Add lazy-completion-table.
4961         (Programmed Completion): Add dynamic-completion-table.
4963         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4964         (Magic File Names): Specify precedence order of handlers.
4966         * commands.texi (Command Overview): Emacs server runs pre-command-hook
4967         and post-command-hook.
4968         (Waiting): New calling convention for sit-for.
4970         * text.texi (Special Properties): local-map and keymap properties
4971         apply based on their stickiness.
4973 2003-07-07  Richard M. Stallman  <rms@gnu.org>
4975         * modes.texi (Minor Mode Conventions): Specify only some kinds
4976         of list values as args to minor modes.
4978         * files.texi (File Name Expansion): Warn about iterative use
4979         of substitute-in-file-name.
4981         * advice.texi (Activation of Advice): Clean up previous change.
4983 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
4985         * advice.texi (Activation of Advice): Note that ad-start-advice is
4986         turned on by default.
4988 2003-06-30  Richard M. Stallman  <rms@gnu.org>
4990         * text.texi (Buffer Contents): Document current-word.
4991         (Change Hooks): Not called for *Messages*.
4993         * functions.texi (Defining Functions): Explain about redefining
4994         primitives.
4995         (Function Safety): Renamed.  Minor changes.
4996         Comment out the detailed criteria for what is safe.
4998 2003-06-22  Andreas Schwab  <schwab@suse.de>
5000         * objects.texi (Symbol Type): Fix description of examples.
5002 2003-06-16  Andreas Schwab  <schwab@suse.de>
5004         * hash.texi (Creating Hash): Fix description of :weakness.
5006 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
5008         * files.texi (Changing Files): copy-file copies file modes, too.
5010 2003-05-28  Richard M. Stallman  <rms@gnu.org>
5012         * strings.texi (Creating Strings): Clarify split-string.
5014 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
5016         * strings.texi (Creating Strings): Update split-string specification
5017         and examples.
5019 2003-05-19  Richard M. Stallman  <rms@gnu.org>
5021         * elisp.texi: Correct invariant section names.
5023 2003-04-20  Richard M. Stallman  <rms@gnu.org>
5025         * os.texi (Timers): Explain about timers and quitting.
5027 2003-04-19  Richard M. Stallman  <rms@gnu.org>
5029         * internals.texi (Writing Emacs Primitives): Strings are
5030         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
5031         Explain GCPRO convention for varargs function args.
5033 2003-04-16  Richard M. Stallman  <rms@gnu.org>
5035         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5037 2003-04-08  Richard M. Stallman  <rms@gnu.org>
5039         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5041 2003-02-13  Kim F. Storm  <storm@cua.dk>
5043         * objects.texi (Character Type): New \s escape for space.
5045 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
5047         * os.texi (System Environment): Added cygwin system-type.
5049 2003-01-25  Richard M. Stallman  <rms@gnu.org>
5051         * keymaps.texi: Document that a symbol can act as a keymap.
5053 2003-01-13  Richard M. Stallman  <rms@gnu.org>
5055         * text.texi (Changing Properties): Say string indices are origin-0.
5057         * positions.texi (Screen Lines) <compute-motion>:
5058         Correct order of elts in return value.
5060         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5061         how to define a default binding.
5063 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
5065         * loading.texi (Unloading): Fix recent change for load-history.
5067         * customize.texi (Simple Types): Clarify description of custom
5068         type 'number.  Describe new custom type 'float.
5070 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
5072         * variables.texi (File Local Variables): Fix typo.
5074 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5076         From Michael Albinus <Michael.Albinus@alcatel.de>.
5078         * README: Target for Info file is `make info'.
5080         * files.texi (File Name Components): Fixed typos in
5081         `file-name-sans-extension'.
5082         (Magic File Names): Complete list of operations for magic file
5083         name handlers.
5085 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
5087         * variables.texi (File Local Variables): New function
5088         risky-local-variable-p.
5090 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
5092         * functions.texi (Function safety): New node about unsafep.
5094 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5096         * customize.texi (Splicing into Lists): Fixed example.
5097         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5099 2002-06-17  Juanma Barranquero  <lektu@terra.es>
5101         * frames.texi (Display Feature Testing): Fix typo.
5103 2002-06-12  Andreas Schwab  <schwab@suse.de>
5105         * frames.texi (Initial Parameters, Resources): Fix references to
5106         the Emacs manual.
5108 2002-05-13  Kim F. Storm  <storm@cua.dk>
5110         * variables.texi (Intro to Buffer-Local): Updated warning and
5111         example relating to changing buffer inside let.
5113 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5115         * os.texi (Session Management): New node about X Session management.
5117 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
5119         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
5120         to which the manual corresponds, and the copyright years.
5122         * Makefile.in (VERSION): Set to 2.9.
5124 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
5126         * elisp.texi: Change the category in @dircategory to "Emacs", to
5127         make it consistent with info/dir.
5129 2001-11-25  Miles Bader  <miles@gnu.org>
5131         * text.texi (Fields): Describe new `limit' arg in
5132         field-beginning/field-end.
5134 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
5136         * permute-index: Don't depend on csh-specific features.  Replace
5137         the interpreter name with /bin/sh.
5139         * two-volume-cross-refs.txt: New file.
5140         * two.el: New file.
5141         * spellfile: New file.
5143 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
5145         * permute-index: New file.
5147         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5148         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5149         8+3 restricted namespace.
5151         * Makefile.in (infodir): Define relative to $(srcdir).
5152         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5153         include directories list via -I switch to makeinfo.
5154         (index.texi): Use cp if both hard and symbolic links fail.
5156 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
5158         * Makefile.in (distclean): Add.
5160         The following changes make ELisp manual part of the Emacs
5161         distribution:
5163         * Makefile.in: Add Copyright notice.
5164         (prefix): Remove.
5165         (infodir): Change value to "../info".
5166         (VPATH): New variable.
5167         (MAKE): Don't define.
5168         (texmacrodir): Don't define.
5169         (texinputdir): Append the existing value of TEXINPUTS.
5170         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
5171         command to be compatible with man/Makefile.in, and to put the
5172         output into ../info.
5173         (info): Add target.
5174         (installall): Target removed.
5176 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5178         * tips.texi (Coding Conventions): Fix typo.
5180 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
5182         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5184 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
5186         * files.texi (File Name Components): Update the description of
5187         file-name-sans-extension and file-name-extension, as they now
5188         ignore leading dots.
5190 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
5192         * (Version 21.1 released.)
5194 2001-10-19  Miles Bader  <miles@gnu.org>
5196         * positions.texi (Text Lines): Describe behavior of
5197         `beginning-of-line'/`end-of-line' in the presence of field properties.
5199 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
5201         * Makefile.in (VERSION): Set to 2.8.
5202         (manual): Use `manual-21'.
5204         * elisp.texi (VERSION): Add and use it where the version
5205         number was used.  Set it to 2.8.
5207         * intro.texi: Likewise.
5209 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5211         * files.texi (File Name Completion): Document the significance of
5212         a trailing slash in elements of completion-ignored-extensions.
5214 2001-10-06  Miles Bader  <miles@gnu.org>
5216         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5218 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5220         * variables.texi (Variable Aliases): New node.
5222 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5224         * Branch for 21.1.
5226 2001-10-02  Miles Bader  <miles@gnu.org>
5228         * minibuf.texi (Minibuffer Misc): Add entries for
5229         `minibuffer-contents', `minibuffer-contents-no-properties', and
5230         `delete-minibuffer-contents'.
5231         Correct description for `minibuffer-prompt-end'.
5233         * text.texi (Property Search): Correct descriptions of
5234         `next-char-property-change' and `previous-char-property-change'.
5235         Add entries for `next-single-char-property-change' and
5236         `previous-single-char-property-change'.
5237         Make operand names a bit more consistent.
5239 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
5241         * frames.texi (Finding All Frames): Document that next-frame and
5242         previous-frame are local to current terminal.
5244 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
5246         * keymaps.texi (Creating Keymaps): Fix the description of the
5247         result of make-keymap.
5249 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
5251         * display.texi (Font Lookup, Attribute Functions)
5252         (Image Descriptors): Add cross-references to the definition of
5253         selected frame.
5255         * buffers.texi (The Buffer List): Add cross-references to the
5256         definition of selected frame.
5258         * frames.texi (Input Focus): Clarify which frame is _the_ selected
5259         frame at any given time.
5260         (Multiple Displays, Size and Position): Add a cross-reference to
5261         the definition of the selected frame.
5263 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
5265         * strings.texi (String Conversion) <string-to-number>: Document
5266         that a float is returned for integers that are too large.
5268         * frames.texi (Mouse Position): Document mouse-position-function.
5269         (Display Feature Testing): Document display-images-p.
5270         (Window Frame Parameters): Document the cursor-type variable.
5272         * numbers.texi (Integer Basics): Document CL style read syntax for
5273         integers in bases other than 10.
5275         * positions.texi (List Motion): Document
5276         open-paren-in-column-0-is-defun-start.
5278         * lists.texi (Sets And Lists): Document member-ignore-case.
5280         * internals.texi (Garbage Collection): Document the used and free
5281         strings report.
5282         (Memory Usage): Document strings-consed.
5284         * os.texi (Time of Day): Document float-time.
5285         (Recording Input): Document that clear-this-command-keys clears
5286         the vector to be returned by recent-keys.
5288         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5289         argument keymap can be a list.
5291         * nonascii.texi (User-Chosen Coding Systems)
5292         <select-safe-coding-system>: Document the new argument
5293         accept-default-p and the variable
5294         select-safe-coding-system-accept-default-p.  Tell what happens if
5295         buffer-file-coding-system is undecided.
5296         (Default Coding Systems): Document auto-coding-regexp-alist.
5298         * display.texi (The Echo Area) <message>: Document
5299         message-truncate-lines.
5300         (Glyphs): Document that the glyph table is unused on windowed
5301         displays.
5303         * help.texi (Describing Characters) <single-key-description>:
5304         Document the new argument no-angles.
5305         (Accessing Documentation) <documentation-property>: Document that
5306         a non-string property is evaluated.
5307         <documentation>: Document that the function-documentation property
5308         is looked for.
5310         * windows.texi (Selecting Windows): Document some-window.
5312         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5314         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5315         apropos-mode-hook.
5317         * commands.texi (Using Interactive): Document interactive-form.
5318         (Keyboard Macros): Document kbd-macro-termination-hook.
5319         (Command Loop Info): Document that clear-this-command-keys clears
5320         the vector to be returned by recent-keys.
5322 2001-09-04  Werner LEMBERG  <wl@gnu.org>
5324         * Makefile.in (srcdir, texinputdir): New variables.
5325         (srcs, index.texi, install): Use $(srcdir).
5326         (.PHONY): Remove elisp.dvi.
5327         (elisp): Use -I switch for makeinfo.
5328         (elisp.dvi): Use $(srcdir) and $(texinputdir).
5329         (installall, dist): Use $(srcdir).
5330         Fix path to texinfo.tex.
5331         (maintainer-clean): Add elisp.dvi and elisp.oaux.
5333 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
5335         * display.texi (Conditional Display): Adjust to API change.
5337         * configure: New file.
5339 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
5341         * commands.texi (Repeat Events): Add description of
5342         double-click-fuzz.
5344 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
5346         * syntax.texi (Syntax Class Table): Add the missing designator for
5347         comment and string fences.
5348         (Syntax Properties): Add a xref to syntax table internals.
5349         (Syntax Table Internals): Document string-to-syntax.
5351 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
5353         * Makefile.in (install): Use install-info command line options
5354         like in Emacs' Makefile.in.
5356 2000-12-09  Miles Bader  <miles@gnu.org>
5358         * windows.texi (Window Start): Update documentation for
5359         `pos-visible-in-window-p'.
5361 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
5363         * lists.texi (Building Lists): Add footnote to explain how to add
5364         to the end of a list.
5366 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
5368         * files.texi (Visiting Functions): Typos.
5370 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
5372         * files.texi (Visiting Functions): Return value of
5373         find-file-noselect may be a list of buffers if wildcards are used.
5375 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
5377         * display.texi (Defining Faces): Document `graphic' display type
5378         in face specs.
5380 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5382         * hooks.texi (Standard Hooks): Replace obsolete
5383         `after-make-frame-hook' with `after-make-frame-functions'.
5385         * frames.texi (Creating Frames): Ditto.
5387         * variables.texi (Future Local Variables): Ditto.
5389 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
5391         * display.texi (Other Image Types): Add description of :foreground
5392         and :background properties of mono PBM images.
5394 2000-08-17  Werner LEMBERG  <wl@gnu.org>
5396         * .cvsignore: New file.
5398 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
5400         * tindex.pl: New script.
5402 1999-12-03  Dave Love  <fx@gnu.org>
5404         * Makefile.in (MAKEINFO): New parameter.
5406 1999-09-17  Richard Stallman  <rms@gnu.org>
5408         * Makefile.in (srcs): Add hash.texi.
5409         (VERSION): Update to 20.6.
5411 1999-09-13  Richard Stallman  <rms@gnu.org>
5413         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5415 1998-08-29  Karl Heuer  <kwzh@gnu.org>
5417         * configure.in: New file.
5418         * Makefile.in: Renamed from Makefile.
5419         (prefix, infodir): Use value obtained from configure.
5420         (emacslibdir): Obsolete variable deleted.
5421         (dist): Distribute configure.in, configure, Makefile.in.
5423 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
5425         * Makefile (INSTALL_INFO): New variable.
5426         (install): Run install-info.
5428 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
5430         * Makefile (elisp.dvi): Add missing backslash.
5432 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
5434         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5435         Run texindex without `./'.  Always run texindex on elisp.tp.
5436         (elisp.tps): Target deleted.
5438 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
5440         * Makefile (srcs): Add nonascii.texi and customize.texi.
5441         (dist): Start by deleting `temp'.
5443 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
5445         * Makefile (makeinfo, texindex): Targets deleted.
5446         (makeinfo.o, texindex.o): Targets deleted.
5447         (clean, dist): Don't do anything with them or with getopt*.
5449 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
5451         * Makefile (SHELL): Defined.
5453 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
5455         * Makefile (elisp.tps): New target.
5456         (elisp.dvi): Depend on elisp.tps.
5458 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
5460         * README: Update phone number.
5462         * Makefile (elisp): Make this be the default target.
5463         Depend on makeinfo.c instead of makeinfo.
5464         (install): Don't depend on elisp.dvi, since we don't install that.
5465         Use mkinstalldirs.
5466         (dist): Add mkinstalldirs.
5468 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5470         * Makefile (VERSION): Update version number.
5471         (maintainer-clean): Renamed from realclean.
5473 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
5475         * Makefile (realclean): New target.
5476         (elisp): Remove any old elisp-* files first.
5478 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
5480         * Makefile (VERSION): New variable.
5481         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5482         Compressed file suffix should be `.gz', not `.z'.
5484 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5486         * Makefile (elisp): Depend on makeinfo.
5488 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
5490         * Makefile (srcs): Add anti.texi.
5492 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5494         * Makefile (infodir, prefix): New vars.
5495         (install): Use infodir.
5496         (emacsinfodir): Deleted.
5498 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5500         * Makefile (srcs): Add calendar.texi.
5502         * Makefile (dist): Copy texindex.c and makeinfo.c.
5503         Limit elisp-* files to those with one or two digits.
5505 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5507         * Makefile (dist): Changed to use Gzip instead of compress.
5509 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5511         * loading.texi (Unloading): define-function changed back to
5512         defalias.  It may not stay this way, but at least it's
5513         consistent with the known-good version of the code patch.
5515 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
5517         * modes.texi (Hooks): Document new optional arg of add-hook.
5519 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5521         * variables.texi: Document nil initial value of buffer-local variables.
5523         * tips.texi: Add new section on standard library headers.
5525 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5527         * Makefile (srcs): Add frame.texi to the list of sources.
5529 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5531         * Makefile (dist): Don't bother excluding autosave files; they'll
5532         never make it into the temp directory anyway, and the hash marks
5533         in the name are problematic for make and the Bourne shell.
5534         (srcs):
5536 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5538         * Makefile (dist): Don't include backup files or autosave files in
5539         the distribution tar file.
5541 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5543         * Makefile (srcs): Added index.perm.
5544         (elisp.dvi): Remove erroneous shell comment.
5545         Expect output of permute-index in permuted.fns.
5546         Save old elisp.aux in elisp.oaux.
5547         (clean): Added index.texi to be deleted.
5549 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5551         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5553 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
5555         * files.texi: Noted that completion-ignored-extensions is ignored
5556         when making *Completions*.
5558 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5560         * Makefile  make dist now depends on elisp.dvi, since it tries
5561         to include it in the dist file.
5563 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
5565         * functions.texinfo (Mapping Functions): Add missing quote
5567 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5569         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5570         (defunargs): Turn off \hyphenchar of \sl font temporarily.
5572 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5574         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5575         and @error{} are the terms now being used.  The files in the
5576         directory have been changed to reflect this.
5578         * All instances of @indentedresultt{} have been changed to
5579         `     @result{}', using 5 spaces at the begining of the line.
5581 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5583         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5584         experimental @indentedresult{}, @indentedexpandsto{} are part of
5585         the texinfo.tex in this directory.  These TeX macros are not
5586         stable yet.
5588 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5590         * texinfo.tex: Temporarily added
5591                 \let\result=\dblarrow
5592                 \def\error{{\it ERROR} \longdblarrow}
5593         We need to do this better soon.
5595 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5597         * Applied Karl Berry's patches to *.texinfo files, but not to
5598         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
5599         new title page format is also not applied, since it requires
5600         texinfo.tex changes.)
5602         * Cleaned up `Makefile' and defined the `emacslibdir' directory
5603         for the Project GNU development environment.
5605 ;; Local Variables:
5606 ;; coding: iso-2022-7bit
5607 ;; add-log-time-zone-rule: t
5608 ;; End:
5610     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5611       2005, 2006, 2007 Free Software Foundation, Inc.
5612   Copying and distribution of this file, with or without modification,
5613   are permitted provided the copyright notice and this notice are preserved.
5615 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda