Update copyright for years from Emacs 21 to present (mainly adding
[emacs.git] / lispref / ChangeLog
blobe188e5cb4e0e754cc46dddc42f31abc24b071960
1 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
3         * tips.texi (Coding Conventions): Fix typos.
5 2007-01-05  Richard Stallman  <rms@gnu.org>
7         * modes.texi (Defining Minor Modes): Fix previous change.
9 2007-01-03  Richard Stallman  <rms@gnu.org>
11         * customize.texi (Variable Definitions, Customization Types):
12         Don't use * in doc string for defcustom.
14 2007-01-02  Richard Stallman  <rms@gnu.org>
16         * variables.texi (Variable Aliases): Clarify that aliases vars
17         always have the same value.
19         * processes.texi (Bindat Spec): Fix Texinfo usage.
21         * modes.texi (Defining Minor Modes): Explain effect of command
22         defined with define-global-minor-mode on new buffers.
24 2006-12-30  Kim F. Storm  <storm@cua.dk>
26         * keymaps.texi (Tool Bar): Describe `grow-only' value of
27         `auto-resize-tool-bars'.
29 2006-12-30  Richard Stallman  <rms@gnu.org>
31         * keymaps.texi (Active Keymaps): Fix previous change.
33 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
35         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
37 2006-12-30  Kim F. Storm  <storm@cua.dk>
39         * processes.texi (Bindat Spec): Clarify using field names in
40         length specifications.
42 2006-12-29  Kim F. Storm  <storm@cua.dk>
44         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
45         Add count and index variables for eval forms in repeat blocks.
47 2006-12-24  Richard Stallman  <rms@gnu.org>
49         * customize.texi (Variable Definitions): Document
50         new name custom-add-frequent-value.
52 2006-12-19  Kim F. Storm  <storm@cua.dk>
54         * commands.texi (Misc Events): User signals now result in sigusr1
55         and sigusr2 events which are handled through special-event-map.
56         (Special Events): User signals and drag-n-drop are special.
58 2006-12-17  Richard Stallman  <rms@gnu.org>
60         * loading.texi (Named Features): Explain subfeatures better.
62         * customize.texi: Use "option" only for user options.
63         For the keyword values inside defcustom etc, say "keywords".
64         For :options value's elements, say "elements".
65         :group should not be omitted.
67         * syntax.texi (Parsing Expressions): Split up node.
68         (Motion via Parsing, Position Parse, Parser State)
69         (Low-Level Parsing, Control Parsing): New subnodes.
70         (Parser State): Document syntax-ppss-toplevel-pos.
72         * positions.texi (List Motion): Punctuation fix.
74         * files.texi (File Name Completion): Document PREDICATE arg
75         to file-name-completion.
77 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
79         * internals.texi (Building Emacs, Writing Emacs Primitives):
80         Add index entries.
82 2006-12-11  Richard Stallman  <rms@gnu.org>
84         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
85         affects face menu.  Explain how to make it non-nil without enabling
86         any fontification.
88 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
90         * modes.texi (Font Lock Basics): Document nil value of
91         font-lock-defaults.
93 2006-12-10  Glenn Morris  <rgm@gnu.org>
95         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
96         value for system-flag argument.  Abbrev tables may not be empty
97         when major modes are loaded.
99 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
101         * makefile.w32-in (maintainer-clean): Partially revert last
102         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
103         to protect elisp-covers.texi.
105 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
107         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
108         Don't remove elisp* info files; they are already deleted by the
109         `clean' and `distclean' targets, and they are in the $(infodir)
110         directory, not the current one.
112 2006-12-04  Kim F. Storm  <storm@cua.dk>
114         * commands.texi (Misc Events): Update signal events.
115         (Event Examples): Add signal example.
117 2006-11-29  Richard Stallman  <rms@gnu.org>
119         * frames.texi (Visibility of Frames): Explain visible windows
120         can be covered by others.  Add xref for raise-frame.
122 2006-11-28  Richard Stallman  <rms@gnu.org>
124         * searching.texi (Regexp Special): Update when ^ is special.
126 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
128         * customize.texi (Customization, Common Keywords)
129         (Group Definitions, Variable Definitions, Composite Types)
130         (Type Keywords, Customization Types): Add index entries for
131         various customization keywords.
133 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
135         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
137 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
139         * frames.texi (Window System Selections): Remove clipboard from
140         description of selection-coding-system.
142 2006-11-06  Richard Stallman  <rms@gnu.org>
144         * lists.texi (List Variables): Document COMPARE-FN.
146         * keymaps.texi: Avoid use of "binding" to mean a relation;
147         use it only to refer to the meaning associated with a key.
148         (Keymaps): Change menu node description.
150         * elisp.texi (Top): Change menu node description.
152         * display.texi (Managing Overlays): Document overlay-recenter.
154 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
156         * Makefile.in: Use relative paths to avoid advertising filesystem
157         contents during compilation.
159 2006-10-23  Kim F. Storm  <storm@cua.dk>
161         * commands.texi (Event Input Misc): Update unread-command-events.
163 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
165         * lists.texi (Sets And Lists): Fix typos.
167 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
169         * control.texi (Processing of Errors): Use @var for an argument,
170         not @code.
172 2006-10-16  Richard Stallman  <rms@gnu.org>
174         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
176         * keymaps.texi (Format of Keymaps): Show all the keymap element
177         patterns that result from menu items.
178         (Key Lookup): Minor cleanups.
180         * modes.texi (Precalculated Fontification): Don't say that
181         not setting font-lock-defaults avoids loading font-lock.
183         * help.texi (Documentation): Move xref to Emacs Manual here.
184         (Documentation Basics): From here.
185         Also doc emacs-lisp-docstring-fill-column.
187         * elisp.texi: Update version and ISBN.
189         * commands.texi (Interactive Call): Clarify KEYS arg to
190         call-interactively is a vector.
191         (Command Loop Info): Delete anchor in this-command-keys.
192         Add anchor in this-command-keys-vector.
193         (Recursive Editing): Document how recursive-edit
194         handles the current buffer.
196 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
198         * frames.texi (Frame Titles): %c and %l are ignored in
199         frame-title-format.
201 2006-10-11  Richard Stallman  <rms@gnu.org>
203         * keymaps.texi (Key Sequences): Clarify use of kbd.
205 2006-10-10  Kim F. Storm  <storm@cua.dk>
207         * lists.texi (Sets And Lists): Add memql.
209 2006-10-03  Richard Stallman  <rms@gnu.org>
211         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
212         Clarify :ascii: and :nonascii:.
214 2006-09-29  Juri Linkov  <juri@jurta.org>
216         * modes.texi (%-Constructs): Reorder coding systems in the
217         documentation of %z to the real order displayed in the modeline.
219 2006-09-25  Richard Stallman  <rms@gnu.org>
221         * os.texi (Timers): Describe timer-max-repeats.
223 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
225         * os.texi (Timers): Mention with-local-quit.
227 2006-09-24  Richard Stallman  <rms@gnu.org>
229         * searching.texi (Searching and Matching): Mention property search.
231         * commands.texi (Command Loop Info): Explain how read-event affects
232         this-command-keys.
234 2006-09-20  Richard Stallman  <rms@gnu.org>
236         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
238         * windows.texi (Window Start): Minor cleanups.
240 2006-09-20  Kim F. Storm  <storm@cua.dk>
242         * windows.texi (Window Start): pos-visible-in-window-p allows
243         specifying t for position to mean "end of window".
244         Add window-line-height.
246         * anti.texi (Antinews): Mention window-line-height.
248 2006-09-19  David Kastrup  <dak@gnu.org>
250         * keymaps.texi (Searching Keymaps): Small clarification.
252 2006-09-18  Richard Stallman  <rms@gnu.org>
254         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
255         cause keyboard menus.
256         (Menu Keymaps): Likewise.
257         (Defining Menus, Keyboard Menus): Clarify.
259         * text.texi (Fields): Clarify explanation of constrain-to-field.
261 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
263         * variables.texi (Tips for Defining): Fix a typo.
265 2006-09-15  Richard Stallman  <rms@gnu.org>
267         * keymaps.texi (Remapping Commands, Searching Keymaps)
268         (Active Keymaps): Clean up previous change.
270 2006-09-15  Jay Belanger  <belanger@truman.edu>
272         * gpl.texi: Replace "Library Public License" by "Lesser Public
273         License" throughout.
275 2006-09-15  David Kastrup  <dak@gnu.org>
277         * keymaps.texi (Active Keymaps): Adapt description to use
278         `get-char-property' instead `get-text-property'.  Explain how
279         mouse events change this.  Explain the new optional argument of
280         `key-binding' and its mouse-dependent lookup.
281         (Searching Keymaps): Adapt description similarly.
282         (Remapping Commands): Explain the new optional argument of
283         `command-remapping'.
285 2006-09-14  Richard Stallman  <rms@gnu.org>
287         * keymaps.texi (Searching Keymaps): Clarification.
288         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
290 2006-09-13  Richard Stallman  <rms@gnu.org>
292         * objects.texi (Character Type): Node split.
293         Add xref to Describing Characters.
294         (Basic Char Syntax, General Escape Syntax)
295         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
297 2006-09-11  Richard Stallman  <rms@gnu.org>
299         * display.texi (Display Table Format): Wording clarification.
300         (Glyphs): Clarifications.
302 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
304         * keymaps.texi (Active Keymaps): Mention that key-binding checks
305         local maps.
307 2006-09-10  Kim F. Storm  <storm@cua.dk>
309         * display.texi (Forcing Redisplay): Document return value of
310         function redisplay.
312 2006-09-09  Richard Stallman  <rms@gnu.org>
314         * windows.texi (Window Hooks): Explain limits of
315         window-scroll-functions.
317         * display.texi (Fringe Indicators): Update for last change in
318         indicate-buffer-boundaries.
320 2006-09-08  Richard Stallman  <rms@gnu.org>
322         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
324 2006-09-06  Kim F. Storm  <storm@cua.dk>
326         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
328         * windows.texi (Window Start): Update pos-visible-in-window-p.
330 2006-09-04  Richard Stallman  <rms@gnu.org>
332         * processes.texi (Accepting Output): Explain SECONDS=0 for
333         accept-process-output.
335         * os.texi (Idle Timers): Explain why timer functions should not
336         loop until (input-pending-p).
338 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
340         * makefile.w32-in (usermanualdir): New variable.
341         (elisp.dvi): Use it.
343 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
345         * buffers.texi (Buffer Modification): Fix last change.
347 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
349         * buffers.texi (Buffer Modification): Document
350         buffer-chars-modified-tick.
352 2006-08-31  Richard Stallman  <rms@gnu.org>
354         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
356 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
358         * modes.texi (Syntactic Font Lock):
359         Mention font-lock-syntactic-face-function
360         instead of specific faces.
362 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
364         * display.texi (Images): Add xrref to display-images-p.
366 2006-08-28  Kenichi Handa  <handa@m17n.org>
368         * nonascii.texi (Lisp and Coding Systems): Fix description of
369         detect-coding-region.
371 2006-08-27  Michael Olson  <mwolson@gnu.org>
373         * processes.texi (Transaction Queues): Remove stray quote
374         character.
376 2006-08-25  Richard Stallman  <rms@gnu.org>
378         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
379         Add xref.
381 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
383         * os.texi (Timers): Avoid waiting inside timers.
385 2006-08-21  Lute Kamstra  <lute@gnu.org>
387         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
389 2006-08-20  Richard Stallman  <rms@gnu.org>
391         * os.texi (Idle Timers): New node, split out from Timers.
392         Document current-idle-time.
393         * commands.texi (Reading One Event): Update xref.
394         * elisp.texi (Top): Update subnode menu.
396 2006-08-16  Richard Stallman  <rms@gnu.org>
398         * keymaps.texi (Extended Menu Items): Show format of cached
399         bindings in extended menu items.
401         * customize.texi (Variable Definitions): Explain when the
402         standard value expression is evaluated.
404 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
406         * commands.texi (Reading One Event): Explain idleness in
407         `read-event'.
409 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
411         * text.texi (Near Point): Say "cursor" not "terminal cursor".
412         (Commands for Insertion): Removed split-line since it's not
413         relevant for Lisp programming.
414         (Yank Commands): Rewrite introduction.
415         (Undo): Clarify.
416         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
417         (Filling): Remove redundant comment.  Clarify return value of
418         current-justification.
419         (Margins): Minor clarifications.
420         (Adaptive Fill): Update default value of adaptive-fill-regexp.
421         (Sorting): Update definition of sort-lines.
422         (Columns): Clarify behavior of sort-columns.
423         (Indent Tabs): Link to Tab Stops in Emacs manual.
424         (Special Properties): Clarify.
425         (Clickable Text): Mention Buttons package.
427 2006-08-12  Kevin Ryde  <user42@zip.com.au>
429         * os.texi (Time Parsing): Add %z to description of
430         format-time-string, as per docstring.  Add cross reference to
431         glibc manual for strftime.
433 2006-08-08  Richard Stallman  <rms@gnu.org>
435         * modes.texi: Clean up wording in previous change.
437 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
439         * modes.texi (Hooks): Clarify.
440         (Major Mode Basics): Mention define-derived-mode explicitly.
441         (Major Mode Conventions): Rebinding RET is OK for some modes.
442         Mention change-major-mode-hook and after-change-major-mode-hook.
443         (Example Major Modes): Moved to end of Modes section.
444         (Mode Line Basics): Clarify.
445         (Mode Line Data): Mention help-echo and local-map in strings.
446         Explain reason for treatment of non-risky variables.
447         (Properties in Mode): Clarify.
448         (Faces for Font Lock): Add font-lock-negation-char-face.
450 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
452         * strings.texi (Formatting Strings): Warn against arbitrary
453         strings as first arg to `format'.
455 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
457         * text.texi (Clickable Text): Mention `help-echo' text property.
458         Update intro, examples and associated explanations.
460 2006-07-31  Richard Stallman  <rms@gnu.org>
462         * commands.texi: Update xrefs.
463         (Event Mod): New node, cut out from old Translating Input.
465         * maps.texi: Update xrefs.
467         * keymaps.texi (Translation Keymaps): New node.
468         Update xrefs from Translating Input to Translation Keymaps.
470         * elisp.texi (Top): Update subnode menu.
472         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
474         * os.texi (System Interface): Fix menu descriptions of some nodes.
475         (Translating Input): Node deleted.
477 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
479         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
481         * lists.texi (Sets And Lists): Likewise.
483 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
485         * text.texi (Fields): Mention POS
486         requirement when narrowing is in effect.
488 2006-07-28  Richard Stallman  <rms@gnu.org>
490         * display.texi (Face Attributes): Simplify wording.
491         (Attribute Functions): Clarify meaning of new-frame default
492         attribute settings.
494         * customize.texi (Common Keywords): Document how to use
495         :package-version in a package not in Emacs.
497 2006-07-28  Kim F. Storm  <storm@cua.dk>
499         * commands.texi (Reading One Event): Fix last change.
501 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
503         * commands.texi (Reading One Event): Document SECONDS argument for
504         read-event, read-char, and read-char-exclusive.
506 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
508         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
509         to ensure correct identification.
511 2006-07-24  Richard Stallman  <rms@gnu.org>
513         * text.texi (Clickable Text): Clarify.
515         * sequences.texi (Vector Functions): Delete duplicate xref.
517         * objects.texi (Function Type): Clarify.
519         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
520         modes.
522         * lists.texi (List Variables): New node.
523         Material moved from other nodes.
525         * variables.texi (Setting Variables): add-to-list and
526         add-to-ordered-list moved to List Variables node.
528 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
530         * text.texi (Links and Mouse-1):
531         For mouse-on-link-p, expand on arg POS.
533 2006-07-21  Kim F. Storm  <storm@cua.dk>
535         * display.texi (Forcing Redisplay): Don't mention systems which
536         don't support sub-second timers for redisplay-preemption-period.
538         * os.texi (Terminal Output): Clarify text vs graphical terminal.
540 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
542         * frames.texi (Input Focus): Document that focus-follows-mouse has
543         no effect on MS-Windows.
545 2006-07-18  Richard Stallman  <rms@gnu.org>
547         * display.texi (Forcing Redisplay): Cleanups in previous change.
549         * processes.texi (Low-Level Network): Make menu more convenient.
551 2006-07-18  Kim F. Storm  <storm@cua.dk>
553         * display.texi (Forcing Redisplay): redisplay-preemption-period
554         only used on window systems.  Add xref to Terminal Output.
556         * os.texi (Terminal Output): baud-rate only controls preemption on
557         non-window systems.  Add xref to Forcing Redisplay.
559         * processes.texi (Low-Level Network): Rename node "Make Network"
560         to "Network Processes".
562 2006-07-18  Karl Berry  <karl@gnu.org>
564         * variables.texi, functions.texi, customize.texi, loading.texi:
565         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
567 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
569         * commands.texi (Waiting): Document batch-mode sit-for behavior.
571 2006-07-17  Richard Stallman  <rms@gnu.org>
573         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
574         Put period and comma inside quotes.
576         * loading.texi, markers.texi: Use real doublequote inside menus.
578         * windows.texi: Put point and comma inside quotes.
579         (Textual Scrolling): Use @samp for error message.
581         * variables.texi, tips.texi, syntax.texi, symbols.texi:
582         * strings.texi, streams.texi, processes.texi, os.texi:
583         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
584         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
585         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
586         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
587         Put point and comma inside quotes.
589         * control.texi (Processing of Errors): Add command-error-function.
591         * variables.texi (File Local Variables): Clarify that
592         file local variables make buffer-local bindings.
594         * modes.texi (Syntactic Font Lock): Give default for
595         font-lock-syntax-table.
597 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
599         * text.texi (Special Properties): Clean up previous change.
601 2006-07-16  Karl Berry  <karl@gnu.org>
603         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
604         * control.texi: Fix bad page breaks through chapter 10 (control).
606         * anti.texi (Antinews): Reorder face-attribute fns to avoid
607         underfull hbox.
609 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
611         * text.texi (Special Properties): Describe fontified text property
612         in relation to a character (not text).
614 2006-07-15  Kim F. Storm  <storm@cua.dk>
616         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
617         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
618         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
620         * anti.texi (Antinews): Mention redisplay function.
621         The kbd macro existed, but was not documented, before 22.x.
622         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
624 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
626         * display.texi (Displaying Messages): Add anchor.
628         * frames.texi (Dialog Boxes): Use it.
630 2006-07-12  Richard Stallman  <rms@gnu.org>
632         * objects.texi (Frame Type): Explain nature of frames better.
634         * frames.texi (Frames): Explain nature of frames better.
636 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
638         * tips.texi (Coding Conventions): Explain why use cl at compile time.
640 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
642         * frames.texi (Window System Selections): Mention scrap support for Mac.
643         Default value of x-select-enable-clipboard is t on Mac.
645         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
647 2006-07-11  Kim F. Storm  <storm@cua.dk>
649         * display.texi (Forcing Redisplay): Add `redisplay' function.
650         Don't mention (sit-for -1) -- use (redisplay t) instead.
652         * commands.texi (Waiting): (sit-for -1) is no longer special.
653         (sit-for 0) is equivalent to (redisplay).
654         Iconifying/deiconifying no longer makes sit-for return.
656 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
658         * display.texi (Buttons): Fix typo.
660         * index.texi, elisp.texi (New Symbols): Comment node out.
662 2006-07-09  Richard Stallman  <rms@gnu.org>
664         * display.texi (Truncation): Clean up previous change.
666 2006-07-08  Richard Stallman  <rms@gnu.org>
668         * commands.texi (Interactive Call): Use 3 as prefix in example
669         for execute-extended-command.
671         * display.texi (Attribute Functions): Move paragraph about
672         compatibility with Emacs < 21.
674 2006-07-09  Kim F. Storm  <storm@cua.dk>
676         * display.texi (Refresh Screen): Clarify force-window-update.
677         (Truncation): "Normally" indicated by fringe arrows.
679 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
681         * windows.texi (Textual Scrolling, Resizing Windows):
682         * variables.texi (Constant Variables):
683         * text.texi (Buffer Contents, Deletion, Changing Properties)
684         (Property Search, Special Properties, Sticky Properties)
685         (Links and Mouse-1, Fields, Change Hooks):
686         * syntax.texi (Syntax Table Functions, Parsing Expressions)
687         (Categories):
688         * symbols.texi (Other Plists):
689         * streams.texi (Output Variables):
690         * processes.texi (Input to Processes, Query Before Exit):
691         * positions.texi (Word Motion, Text Lines, List Motion):
692         * os.texi (Init File, System Environment, Sound Output)
693         (Session Management):
694         * nonascii.texi (Text Representations, Character Sets)
695         (Chars and Bytes, Locales):
696         * modes.texi (Defining Minor Modes, Header Lines):
697         * minibuf.texi (Minibuffer Contents):
698         * markers.texi (Information from Markers):
699         * lists.texi (List Elements, Building Lists, Association Lists):
700         * keymaps.texi (Tool Bar):
701         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
702         * functions.texi (What Is a Function, Mapping Functions):
703         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
704         (Color Names, Text Terminal Colors, Display Feature Testing):
705         * files.texi (Visiting Functions, File Name Components)
706         (Unique File Names, Contents of Directories):
707         * display.texi (Forcing Redisplay, Displaying Messages)
708         (Temporary Displays, Font Selection, Auto Faces)
709         (Font Lookup, Fringe Indicators, Display Margins)
710         (Image Descriptors, Showing Images, Image Cache, Button Types)
711         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
712         (Display Table Format, Glyphs):
713         * control.texi (Iteration):
714         * commands.texi (Command Loop Info, Adjusting Point):
715         * backups.texi (Making Backups, Auto-Saving):
716         Remove @tindex entries.
718 2006-07-07  Kim F. Storm  <storm@cua.dk>
720         * display.texi (Fringe Cursors): Fix typo.
721         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
722         (Overlay Arrow): Default is overlay-arrow fringe indicator.
724 2006-07-05  Richard Stallman  <rms@gnu.org>
726         * text.texi (Buffer Contents): Add example of text props
727         in result of buffer-substring.
728         (Text Properties): Explain better about use of specific property names.
729         (Property Search): Some cleanups; reorder some functions.
731         * keymaps.texi (Changing Key Bindings): Cleanup.
732         Add xref to Key Binding Conventions.
734         * display.texi (Attribute Functions): Add examples for
735         face-attribute-relative-p.
737         * tips.texi (Coding Conventions): Cleanup last change.
739 2006-07-05  Karl Berry  <karl@gnu.org>
741         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
742         Remove @setchapternewpage odd.
743         Result is 1013 pages, down from 1100.
745         * anti.texi, customize.texi, display.texi, internals.texi:
746         * minibuf.texi, modes.texi, tips.texi:
747         Fix overfull/underfull boxes.
749 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
751         * edebug.texi (Instrumenting):
752         Add Edebug-specific findex for eval-buffer.
753         * loading.texi (Loading):
754         Replace eval-current-buffer with eval-buffer.
756 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
758         * locals.texi (Standard Buffer-Local Variables): Update the list
759         of variables.
761 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
763         * files.texi (File Name Completion): Point user to the node
764         "Reading File Names".
766 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
768         * files.texi (Contents of Directories): Document case-insensitive
769         behavior on respective filesystems.
771         * objects.texi (Character Type): Document that Emacs signals an
772         error for unsupported Unicode characters specified as \uNNNN.
774 2006-06-19  Richard Stallman  <rms@gnu.org>
776         * processes.texi (Bindat Spec): Clarify previous change.
778 2006-06-16  Richard Stallman  <rms@gnu.org>
780         * tips.texi (Coding Conventions): Better explain conventions
781         for definition constructs.
783         * text.texi (Special Properties): String value of `read-only'
784         serves as the error message.
786         * objects.texi (Character Type): Clarify prev. change.
787         (Non-ASCII in Strings): Mention \u and \U.
789         * commands.texi (Using Interactive): Explain problem of
790         markers, etc., in command-history.
792 2006-06-14  Kim F. Storm  <storm@cua.dk>
794         * commands.texi (Waiting): Negative arg to sit-for forces
795         redisplay even if input is pending.
797         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
798         redisplay.  Remove incorrect example of binding redisplay-dont-pause
799         around (sit-for 0).
801 2006-06-13  Richard Stallman  <rms@gnu.org>
803         * display.texi (Forcing Redisplay): Clarify previous change.
805 2006-06-13  Romain Francoise  <romain@orebokech.com>
807         * display.texi (Forcing Redisplay): Fix typo.
809 2006-06-13  Kim F. Storm  <storm@cua.dk>
811         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
813 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
815         * tips.texi (Coding Conventions): Add `@end itemize'.
817 2006-06-10  Richard Stallman  <rms@gnu.org>
819         * tips.texi (Coding Conventions): Explain use of coding systems
820         to ensure one decoding for strings.
822 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
824         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
825         syntax.
827 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
829         * display.texi (Font Selection): Remove description of
830         clear-face-cache.
832         * compile.texi (Eval During Compile): Fix a typo.  Add index
833         entries for possible uses of eval-when-compile.
835 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
837         * display.texi (Abstract Display): Fix typo.
839 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
841         * minibuf.texi (Minibuffer History) <history-add-new-input>:
842         Reword variable's description.
844 2006-06-01  Richard Stallman  <rms@gnu.org>
846         * windows.texi (Splitting Windows): Clarify splitting nonselected
847         window.
849 2006-05-31  Juri Linkov  <juri@jurta.org>
851         * minibuf.texi (Minibuffer History): Add history-add-new-input.
853 2006-05-30  Richard Stallman  <rms@gnu.org>
855         * display.texi (Line Height): Fix errors in description of
856         default line height and line-height properyty.
858         * nonascii.texi (Default Coding Systems): Further clarification.
860 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
862         * internals.texi (Pure Storage): Mention that an overflow in pure
863         space causes a memory leak.
864         (Garbage Collection): If there was an overflow in pure space,
865         `garbage-collect' returns nil.
867 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
869         * nonascii.texi (Default Coding Systems): Fix it some more.
871 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
873         * nonascii.texi (Default Coding Systems): Fix last change.
875 2006-05-29  Kenichi Handa  <handa@m17n.org>
877         * nonascii.texi (find-operation-coding-system): Describe the new
878         argument format (FILENAME . BUFFER).
880 2006-05-28  Richard Stallman  <rms@gnu.org>
882         * tips.texi (Coding Conventions): Better explain reasons not to
883         advise other packages or use `eval-after-load'.
885 2006-05-29  Kim F. Storm  <storm@cua.dk>
887         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
888         `bindat-idx' and `bindat-raw' for clarity.
890 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
892         * processes.texi (Bindat Spec): Expand on `repeat' handler.
894         * display.texi (Display): Add "Abstract Display" to menu.
895         (Abstract Display, Abstract Display Functions)
896         (Abstract Display Example): New nodes.
897         * elisp.texi (Top): Add "Abstract Display" to menu.
899 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
901         * keymaps.texi (Key Sequences): Link to input events definition.
902         (Format of Keymaps): Delete material duplicated in Keymap Basics.
904         * files.texi (Changing Files): Document updated argument list for
905         copy-file.
907 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
909         * processes.texi (Bindat Functions): Explain term "total length".
910         Use it in bindat-length and bindat-pack descriptions.
912 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
914         * tips.texi (Coding Conventions): Advise against using
915         eval-after-load in packages.  Add an index entry.
917 2006-05-25  Juri Linkov  <juri@jurta.org>
919         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
921         * modes.texi (%-Constructs): Add %e, %z, %Z.
923 2006-05-25  Richard Stallman  <rms@gnu.org>
925         * elisp.texi (Top): Update subnode menu.
927         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
928         (Keymaps): Update menu.
930 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
932         * keymaps.texi (Key Sequences): Some clarifications.
934 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
936         * processes.texi (Bindat Functions): Say "unibyte string"
937         explicitly for bindat-unpack and bindat-pack descriptions.
938         (Bindat Examples): Don't call `string-make-unibyte' in example.
940 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
942         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
943         Explain string and vector representations of key sequences
945         * keymaps.texi (Changing Key Bindings):
946         * commands.texi (Interactive Codes, Interactive Codes):
947         * help.texi (Describing Characters): Refer to it.
949 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
951         * frames.texi (Pointer Shape): @end table -> @end defvar.
953 2006-05-22  Richard Stallman  <rms@gnu.org>
955         * elisp.texi (Top): Update subnode menus.
957         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
958         Contents rewritten; material from old Pointer Shape node moved here.
960         * display.texi (Pointer Shape): Node deleted.
961         (Image Descriptors): Minor cleanup.
963 2006-05-21  Richard Stallman  <rms@gnu.org>
965         * syntax.texi (Parsing Expressions): Update info on which STATE
966         elements are ignored.
968 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
970         * hooks.texi (Standard Hooks): Correct typo.
972         * gpl.texi (GPL): ifinfo -> ifnottex.
974 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
976         * searching.texi (Simple Match Data): Warn about match data being
977         set anew by every search.
979 2006-05-17  Richard Stallman  <rms@gnu.org>
981         * minibuf.texi (Minibuffer History): Clarify.
983         * searching.texi (Regexp Special): Clarify nested regexp warning.
985 2006-05-16  Kim F. Storm  <storm@cua.dk>
987         * minibuf.texi (Minibuffer History): Update add-to-history.
989 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
991         * nonascii.texi (Explicit Encoding): Fix
992         typo (encoding<->decoding).
994 2006-05-14  Richard Stallman  <rms@gnu.org>
996         * buffers.texi (Creating Buffers): Cleanup.
998         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1000 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
1002         * buffers.texi (Current Buffer): Document that with-temp-buffer
1003         disables undo.
1005         * os.texi (Terminal-Specific): More accurate description of how
1006         Emacs searches for the terminal-specific libraries.
1008 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1010         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1011         emacs-xtra to @inforef's.
1013         * text.texi (Undo): Document that undo is turned off in buffers
1014         whose names begin with a space.
1016         * buffers.texi (Buffer Names): Add index entries for buffers whose
1017         names begin with a space.
1018         (Creating Buffers): Document that undo is turned off in buffers
1019         whose names begin with a space.
1021         * files.texi (Visiting Functions, Reading from Files)
1022         (Saving Buffers): Mention code and EOL conversions by file I/O
1023         primitives and subroutines.
1025         * nonascii.texi (Lisp and Coding Systems): Document
1026         coding-system-eol-type.  Add index entries for eol conversion.
1028         * display.texi (Defining Faces): Mention `mac', and add an xref to
1029         where window-system is described.
1031 2006-05-10  Richard Stallman  <rms@gnu.org>
1033         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1035 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1037         * variables.texi (File Local Variables): Recommend to quote lambda
1038         expressions in safe-local-variable property.
1040 2006-05-09  Richard Stallman  <rms@gnu.org>
1042         * variables.texi (File Local Variables): Document
1043         safe-local-eval-forms and safe-local-eval-function.
1045 2006-05-07  Kim F. Storm  <storm@cua.dk>
1047         * minibuf.texi (Minibuffer History): Remove keep-dups arg
1048         from add-to-history.
1050 2006-05-07  Romain Francoise  <romain@orebokech.com>
1052         * commands.texi (Event Input Misc):
1053         * compile.texi (Eval During Compile):
1054         * internals.texi (Buffer Internals):
1055         * minibuf.texi (Initial Input):
1056         * nonascii.texi (Scanning Charsets):
1057         * numbers.texi (Comparison of Numbers):
1058         * windows.texi (Textual Scrolling, Vertical Scrolling):
1059         Fix various typos.
1061 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1063         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1064         conditional xref's to either emacs or emacs-xtra, depending on
1065         @iftex/@ifnottex.
1067         * minibuf.texi (Minibuffer History): Document add-to-history.
1069 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1071         * internals.texi (Pure Storage): Mention the pure overflow message
1072         at startup.
1074 2006-05-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1076         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1077         (Searching Keymaps): Fix pseudo-Lisp description of keymap
1078         search.
1080 2006-05-01  Richard Stallman  <rms@gnu.org>
1082         * intro.texi (nil and t): Clarify.
1084         * variables.texi (File Local Variables): Suggest using booleanp.
1086 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
1088         * objects.texi (Type Predicates): Fix typos.
1090 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1092         * intro.texi (nil and t): Add booleanp.
1094         * objects.texi (Type Predicates): Add links for booleanp and
1095         string-or-null-p.
1097 2006-04-29  Richard Stallman  <rms@gnu.org>
1099         * modes.texi (Multiline Font Lock): Rename from
1100         Multi line Font Lock Elements.  Much clarification.
1101         (Font Lock Multiline, Region to Fontify): Much clarification.
1103 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1105         * variables.texi (File Local Variables): Remove the special case t for
1106         safe-local-variable.
1108 2006-04-26  Richard Stallman  <rms@gnu.org>
1110         * syntax.texi (Parsing Expressions): Minor cleanup.
1112 2006-04-18  Richard Stallman  <rms@gnu.org>
1114         * tips.texi (Coding Conventions): Explain when the package's
1115         prefix should appear later on (not at the start of the name).
1117         * searching.texi (String Search): Clarify effect of NOERROR.
1119         * modes.texi (Imenu): Clarify what special items do.
1121         * hooks.texi (Standard Hooks): Delete text about old hook names.
1123 2006-04-17  Romain Francoise  <romain@orebokech.com>
1125         * variables.texi (Local Variables): Update the default value of
1126         `max-specpdl-size'.
1128 2006-04-15  Michael Olson  <mwolson@gnu.org>
1130         * processes.texi (Transaction Queues): Mention the new optional
1131         `delay-question' argument for `tq-enqueue'.
1133 2006-04-13  Bill Wohler  <wohler@newt.com>
1135         * customize.texi (Common Keywords): Use dotted notation for
1136         :package-version value.  Specify its values.  Improve documentation
1137         for customize-package-emacs-version-alist.
1139 2006-04-12  Bill Wohler  <wohler@newt.com>
1141         * customize.texi (Common Keywords): Move description of
1142         customize-package-emacs-version-alist to @defvar.
1144 2006-04-10  Bill Wohler  <wohler@newt.com>
1146         * customize.texi (Common Keywords): Add :package-version.
1148 2006-04-10  Kim F. Storm  <storm@cua.dk>
1150         * text.texi (Buffer Contents): Add NOPROPS arg to
1151         filter-buffer-substring.
1153 2006-04-08  Kevin Ryde  <user42@zip.com.au>
1155         * os.texi (Command-Line Arguments): Update xref to emacs manual
1156         "Command Arguments" -> "Emacs Invocation", per change there.
1158 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
1160         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1161         be on one line to help makeinfo not render two spaces after the dot.
1163 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
1165         * strings.texi (Predicates for Strings): Add string-or-null-p.
1167 2006-03-28  Kim F. Storm  <storm@cua.dk>
1169         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1170         remarks about systems that don't support fractional seconds.
1172 2006-03-25  Karl Berry  <karl@gnu.org>
1174         * elisp.texi: Use @copyright{} instead of (C), and do not indent
1175         the year list.
1177 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
1179         * display.texi (Fringe Indicators): Fix typos.
1181 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
1183         * tips.texi (Documentation Tips): One can now also write `program'
1184         in front of a quoted symbol in a docstring to prevent making a
1185         hyperlink.
1187 2006-03-19  Alan Mackenzie  <acm@muc.de>
1189         * text.texi (Special Properties): Clarify `fontified' property.
1191 2006-03-16  Richard Stallman  <rms@gnu.org>
1193         * display.texi (Defining Images): Minor cleanup.
1195 2006-03-16  Bill Wohler  <wohler@newt.com>
1197         * display.texi (Defining Images): In image-load-path-for-library,
1198         prefer user's images.
1200 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1202         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1204 2006-03-15  Bill Wohler  <wohler@newt.com>
1206         * display.texi (Defining Images): Fix example in
1207         image-load-path-for-library by not recommending that one binds
1208         image-load-path.  Just defvar it to placate compiler and only use
1209         it if previously defined.
1211 2006-03-14  Bill Wohler  <wohler@newt.com>
1213         * display.texi (Defining Images): In image-load-path-for-library,
1214         always return list of directories.  Update example.
1216 2006-03-14  Alan Mackenzie  <acm@muc.de>
1218         * modes.texi: New node, "Region to Fontify" (for Font Lock).
1219         This describes font-lock-extend-region-function.
1220         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
1221         the new node "Region to Fontify".
1223 2006-03-13  Richard Stallman  <rms@gnu.org>
1225         * display.texi (Invisible Text): The impossible position is
1226         now before the invisible text, not after.
1227         (Defining Images): Clean up last change.
1229 2006-03-11  Bill Wohler  <wohler@newt.com>
1231         * display.texi (Defining Images): Add image-load-path-for-library.
1233 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1235         * text.texi (Adaptive Fill): Fix Texinfo usage.
1237         * strings.texi (Creating Strings): Fix Texinfo usage.
1239         * searching.texi (Regexp Special): Use @samp for regular
1240         expressions that are not in Lisp syntax.
1242 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
1244         * searching.texi (Regexp Special): Put remark between parentheses
1245         to avoid misreading.
1247 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
1249         * searching.texi (Syntax of Regexps): More accurately describe
1250         which characters are special in which situations.
1251         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1252         are not special.  Describe in detail when `[' and `]' are special.
1253         (Regexp Backslash): Plenty of regexps with unbalanced square
1254         brackets are valid, so reword that statement.
1256 2006-03-02  Kim F. Storm  <storm@cua.dk>
1258         * keymaps.texi (Tool Bar): Add tool-bar-border.
1260 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
1262         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
1264 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
1266         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1268         * files.texi (Locating Files): Suggest additional values for the
1269         SUFFIXES arg of `locate-file'.  Update pxref.
1271         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1272         (How Programs Do Loading): Discuss the effects of Auto Compression
1273         mode on `load'.
1274         (Load Suffixes): New node.
1275         (Library Search): Delete description of `load-suffixes'; it was
1276         moved to "Load Suffixes".
1277         (Autoload, Named Features): Mention `load-suffixes'.
1279 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1281         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1283         * windows.texi (Window Tree): Fix typo.
1285 2006-02-20  Kim F. Storm  <storm@cua.dk>
1287         * display.texi (Fringe Indicators): New section.
1288         Move indicate-empty-lines, indicate-buffer-boundaries, and
1289         default-indicate-buffer-boundaries here.
1290         Add fringe-indicator-alist and default-fringes-indicator-alist.
1291         Add list of logical fringe indicator symbols.
1292         Update list of standard bitmap names.
1293         (Fringe Cursors): New section.
1294         Move overflow-newline-into-fringe here.
1295         Add fringe-cursor-alist and default-fringes-cursor-alist.
1296         Add list of fringe cursor symbols.
1298 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1300         * commands.texi (Using Interactive): Fix reference to node
1301         "Minibuffers".
1303 2006-02-19  Richard M. Stallman  <rms@gnu.org>
1305         * minibuf.texi (High-Level Completion):
1306         Add xref to read-input-method-name.
1308         * files.texi (Relative File Names): Move file-relative-name here.
1309         (File Name Expansion): From here.  Minor clarifications.
1311         * commands.texi (Using Interactive): Add xrefs about reading input.
1312         Clarify remarks about that moving point and mark.
1313         Put string case before list case.
1315 2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1317         * display.texi (Other Display Specs, Image Descriptors):
1318         Revert erroneous changes.  The previous description of
1319         image-descriptors as `(image . PROPS)' was correct.
1321 2006-02-14  Richard M. Stallman  <rms@gnu.org>
1323         * variables.texi (File Local Variables): Clarifications.
1325 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
1327         * variables.texi (File Local Variables): Use @code for a cons
1328         cell, not @var.
1330 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1332         * variables.texi (File Local Variables): Document new file local
1333         variable behavior.
1335 2006-02-10  Kim F. Storm  <storm@cua.dk>
1337         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1339 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
1341         * modes.texi (%-Constructs): Remove obsolete info about
1342         `global-mode-string'.
1344 2006-02-07  Richard M. Stallman  <rms@gnu.org>
1346         * commands.texi (Prefix Command Arguments): Minor cleanup.
1348         * display.texi: "Graphical display", not window system.
1350         * functions.texi (What Is a Function): Fix xref.
1352         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1353         (Changing Key Bindings): Clarify when remapping is better than
1354         substitute-key-definition.
1356 2006-02-02  Richard M. Stallman  <rms@gnu.org>
1358         * minibuf.texi (Basic Completion): Completion alists are risky.
1360         * keymaps.texi (Active Keymaps): Clarifications.
1361         (Searching Keymaps): New node.
1362         (Keymaps): Update menu.
1364         * frames.texi (Layout Parameters): Minor clarification.
1365         (Drag and Drop): New node.
1366         (Frames): Update menu.
1368 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
1370         * display.texi (Other Display Specs, Image Descriptors):
1371         Image description is a list, not a cons cell.
1373 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
1375         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1376         list is not necessarily a list).
1378 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
1380         * frames.texi (Layout Parameters): border-width and
1381         internal-border-width belong to the frame, not the window.
1383 2006-01-19  Richard M. Stallman  <rms@gnu.org>
1385         * nonascii.texi (Translation of Characters): Search cmds use
1386         translation-table-for-input.  Automatically made local.
1388         * markers.texi (Overview of Markers): Count insertion type
1389         as one of a marker's attributes.
1391         * keymaps.texi (Controlling Active Maps): New node, split out of
1392         Active Keymaps.
1393         (Keymaps): Menu updated.
1394         (Active Keymaps): Give pseudocode to explain how the active
1395         maps are searched.  current-active-maps and key-binding moved here.
1396         (Functions for Key Lookup): current-active-maps and key-binding moved.
1397         Clarifications.
1398         (Searching the Keymaps): New subnode.
1400         * elisp.texi (Top): Menu clarification.
1402         * display.texi (Other Display Specs): Delete duplicate entry for
1403         just a string as display spec.  Move text about recursive display
1404         specs on such a string.
1406         * commands.texi (Key Sequence Input): Clarify.
1407         Move num-nonmacro-input-events out.
1408         (Reading One Event): num-nonmacro-input-events moved here.
1410 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
1412         * advice.texi (Simple Advice): Update example to fit argument
1413         change in previous-line.
1415 2006-01-05  Richard M. Stallman  <rms@gnu.org>
1417         * markers.texi (The Mark): Fix in `mark'.
1419 2006-01-04  Richard M. Stallman  <rms@gnu.org>
1421         * processes.texi (Misc Network, Make Network): Minor cleanups.
1423 2006-01-04  Kim F. Storm  <storm@cua.dk>
1425         * processes.texi (Make Network): Add IPv6 addresses and handling.
1426         (Network Feature Testing): Mention (:family ipv6).
1427         (Misc Network): Add IPv6 formats to format-network-address.
1429 2005-12-30  Richard M. Stallman  <rms@gnu.org>
1431         * text.texi (Changing Properties):
1432         Don't use return value of set-text-properties.
1434 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1436         * modes.texi (Mode Line Format): Correct typo in menu.
1438 2005-12-29  Richard M. Stallman  <rms@gnu.org>
1440         * modes.texi (Mode Line Top): New node.
1441         (Mode Line Data): Some text moved to new node.
1442         Explain the data structure more concretely.
1443         (Mode Line Basics): Clarifications.
1444         (Mode Line Variables): Clarify intro paragraph.
1445         (%-Constructs): Clarify intro paragraph.
1446         (Mode Line Format): Update menu.
1448 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
1450         * minibuf.texi (Basic Completion): Update lazy-completion-table
1451         examples for removal of ARGS argument.
1453 2005-12-23  Richard M. Stallman  <rms@gnu.org>
1455         * text.texi (Undo): Restore some explanation from the version
1456         that was deleted.
1458 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
1460         * text.texi (Undo): Remove duplicate descriptions of `apply
1461         funname' and `apply delta' elements of the undo list.
1463 2005-12-20  Richard M. Stallman  <rms@gnu.org>
1465         * help.texi (Help Functions): Update documentation of `apropos'.
1467 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
1469         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1470         because it is confusing.  If the :help-echo keyword is a function,
1471         it is not directly used as the :help-echo overlay property, as the
1472         xref seems to suggest (it does not take the appropriate args).
1474 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
1476         * customize.texi (Common Keywords): Fix Texinfo usage.
1477         (Group Definitions, Variable Definitions): Update for new
1478         conventions for using `*' in docstrings.
1480         * tips.texi (Documentation Tips): Update for new conventions for
1481         using `*' in docstrings.
1483 2005-12-16  Richard M. Stallman  <rms@gnu.org>
1485         * minibuf.texi (Minibuffer Contents): Minor cleanup.
1487 2005-12-16  Juri Linkov  <juri@jurta.org>
1489         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1491 2005-12-14  Romain Francoise  <romain@orebokech.com>
1493         * modes.texi (Customizing Keywords): Rename `append' to `how'.
1494         Fix typo.
1496 2005-12-11  Juri Linkov  <juri@jurta.org>
1498         * minibuf.texi (Completion Commands): Add mention of read-file-name
1499         for filename completion keymaps.
1500         (Reading File Names): Add mention of filename completion keymaps
1501         for read-file-name and xref to `Completion Commands'.
1503 2005-12-10  Richard M. Stallman  <rms@gnu.org>
1505         * customize.texi (Common Keywords): State caveats for use of :tag.
1507 2005-12-08  Richard M. Stallman  <rms@gnu.org>
1509         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1510         with xrefs and better explanation.
1511         (Completion Commands): Add the filename completion maps.
1513         * objects.texi (Character Type): Clarify that \s is not space
1514         if a dash follows.
1516 2005-12-05  Richard M. Stallman  <rms@gnu.org>
1518         * windows.texi (Resizing Windows): Delete preserve-before args.
1520 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1522         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1523         in full keymaps, since the quirk has been fixed.
1525 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
1527         * hooks.texi (Standard Hooks): Add index entries.  Mention
1528         `compilation-finish-functions'.
1530 2005-11-27  Richard M. Stallman  <rms@gnu.org>
1532         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1534 2005-11-21  Juri Linkov  <juri@jurta.org>
1536         * customize.texi (Common Keywords): Update links types
1537         custom-manual and url-link.  Add link types emacs-library-link,
1538         file-link, function-link, variable-link, custom-group-link.
1540 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
1542         * display.texi: Revert 2005-11-20 change.
1544 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
1546         * processes.texi (Bindat Functions):
1547         Say "third" to refer to zero-based index "2".
1549 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
1551         * loading.texi (Library Search): Update the default value of
1552         `load-suffixes'.
1554 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1556         * display.texi (Attribute Functions): Mention :ignore-defface.
1558 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1560         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
1561         (Minor Mode Conventions): Mention the use of a hook.
1563 2005-11-06  Richard M. Stallman  <rms@gnu.org>
1565         * files.texi (Magic File Names): find-file-name-handler checks the
1566         `operations' property of the handler.
1568 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1570         * variables.texi (Frame-Local Variables): Small clarification.
1572 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1574         * os.texi (Init File): Document ~/.emacs.d/init.el.
1576 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1578         * internals.texi (Garbage Collection): Document memory-full.
1580 2005-10-28  Bill Wohler  <wohler@newt.com>
1582         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1583         for URLs.
1585 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1587         * minibuf.texi (Completion Commands): Clean up prev change.
1589 2005-10-26  Kevin Ryde  <user42@zip.com.au>
1591         * compile.texi (Eval During Compile): Explain recommended uses
1592         of eval-when-compile and eval-and-compile.
1594 2005-10-27  Masatake YAMATO  <jet@gyve.org>
1596         * minibuf.texi (Completion Commands):
1597         Write about new optional argument for `display-completion-list'.
1599 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1601         * display.texi (Overlay Arrow): Clarify about local bindings of
1602         overlay-arrow-position.
1604 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
1606         * internals.texi (Building Emacs): Fix last change.
1608 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1610         * internals.texi (Building Emacs): Document eval-at-startup.
1612 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1614         * loading.texi (Where Defined): load-history contains abs file names.
1615         symbol-file returns abs file names.
1617 2005-10-19  Kim F. Storm  <storm@cua.dk>
1619         * display.texi (Showing Images): Add max-image-size integer value.
1621 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
1623         * display.texi (Showing Images): Document max-image-size.
1625 2005-10-17  Richard M. Stallman  <rms@gnu.org>
1627         * commands.texi (Quitting): Minor clarification.
1629         * processes.texi (Sentinels): Clarify about output and quitting.
1630         (Filter Functions): Mention with-local-quit.
1632 2005-10-17  Juri Linkov  <juri@jurta.org>
1634         * buffers.texi (Current Buffer):
1635         * commands.texi (Event Input Misc):
1636         * compile.texi (Eval During Compile, Compiler Errors):
1637         * customize.texi (Group Definitions):
1638         * display.texi (Progress, Defining Faces):
1639         * files.texi (Writing to Files):
1640         * modes.texi (Mode Hooks, Defining Minor Modes):
1641         * streams.texi (Output Functions):
1642         * syntax.texi (Syntax Table Functions):
1643         * text.texi (Change Hooks):
1644         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1646         * commands.texi (Quitting): Replace arg `forms' with `body' in
1647         `with-local-quit'.
1649         * positions.texi (Excursions): Replace arg `forms' with `body' in
1650         `save-excursion'.
1652 2005-10-08  Kim F. Storm  <storm@cua.dk>
1654         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1655         Rename manual section accordingly.
1657 2005-10-04  Kim F. Storm  <storm@cua.dk>
1659         * windows.texi (Window Split Tree): New section describing
1660         new function window-split-tree function.
1662 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
1664         * display.texi (Fringe Size/Pos): Simplify and add detail.
1666 2005-09-30  Romain Francoise  <romain@orebokech.com>
1668         * minibuf.texi (High-Level Completion): Explain that the prompt
1669         given to `read-buffer' should end with a colon and a space.
1670         Update usage examples.
1672 2005-09-29  Juri Linkov  <juri@jurta.org>
1674         * display.texi (Displaying Messages): Rename argument name
1675         `string' to `format-string' in functions `message', `message-box',
1676         `message-or-box'.
1678 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
1680         * errors.texi (Standard Errors): Correct xrefs.
1682 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
1684         * display.texi (Defining Images): Update documentation for
1685         `image-load-path'.
1687 2005-09-17  Richard M. Stallman  <rms@gnu.org>
1689         * display.texi (Defining Images): Clean up previous change.
1691 2005-09-16  Romain Francoise  <romain@orebokech.com>
1693         * elisp.texi: Specify GFDL version 1.2.
1695         * doclicense.texi (GNU Free Documentation License): Update to
1696         version 1.2.
1698 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
1700         * display.texi (Defining Images): Document `image-load-path'.
1702 2005-09-15  Richard M. Stallman  <rms@gnu.org>
1704         * objects.texi (Printed Representation): Minor cleanup.
1705         (Box Diagrams): Minor fix.
1706         (Cons Cell Type): Move (...) index item here.
1707         (Box Diagrams): From here.
1708         (Array Type): Minor fix.
1709         (Type Predicates): Delete index "predicates".
1710         (Hash Table Type): Clarify xref.
1711         (Dotted Pair Notation): Minor fix.
1713 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
1715         * files.texi (Saving Buffers): Fix typo.
1717 2005-09-08  Richard M. Stallman  <rms@gnu.org>
1719         * tips.texi (Programming Tips): Correct the "default" prompt spec.
1721 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
1723         * locals.texi (Standard Buffer-Local Variables): Don't include
1724         mode variables for minor modes.
1725         Fix xrefs for buffer-display-count, buffer-display-table,
1726         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1727         enable-multibyte-characters, fill-column, header-line-format,
1728         left-fringe-width, left-margin, and right-fringe-width.
1730         * hooks.texi (Standard Hooks): All hooks should conform to the
1731         standard naming convention now.
1732         Fix xref for `echo-area-clear-hook'.
1734         * display.texi (Usual Display): Note that indicate-empty-lines and
1735         tab-width are buffer-local.
1737         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1739         * modes.texi (Mode Help): Note that major-mode is buffer-local.
1741         * nonascii.texi (Encoding and I/O): Note that
1742         buffer-file-coding-system is buffer-local.
1744         * positions.texi (List Motion): Note that defun-prompt-regexp is
1745         buffer-local.
1747         * text.texi (Auto Filling): Note that auto-fill-function is
1748         buffer-local.
1749         (Undo): Note that buffer-undo-list is buffer-local.
1751         * windows.texi (Buffers and Windows): Document
1752         buffer-display-count.
1754 2005-09-06  Richard M. Stallman  <rms@gnu.org>
1756         * tips.texi (Coding Conventions): Sometimes it is ok to put the
1757         package prefix elsewhere than at the start of the name.
1759 2005-09-03  Richard M. Stallman  <rms@gnu.org>
1761         * tips.texi (Programming Tips): Add conventions for minibuffer
1762         questions and prompts.
1764 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
1766         * intro.texi (nil and t): Minor cleanup.
1767         Delete spurious mention of keyword symbols.
1768         (Evaluation Notation): Add index entry.
1769         (A Sample Function Description): Minor cleanup.
1770         (A Sample Variable Description): Not all vars can be set.
1772 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
1774         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1776         (Insertion): Document precise type of `insert-char' arg COUNT.
1778 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1780         * modes.texi (Other Font Lock Variables): Sync the default of
1781         font-lock-lines-before.
1783 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
1785         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1787 2005-08-29  Richard M. Stallman  <rms@gnu.org>
1789         * elisp.texi (Top): Update subnode menu.
1791         * searching.texi (Searching and Matching): Move node.
1792         Rearrange contents and add overall explanation.
1793         (Searching and Case): Move node.
1794         (Searching and Matching): Update menu.
1796 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
1798         * os.texi (Startup Summary): Fix the description of the initial
1799         startup message display.
1801 2005-08-25  Richard M. Stallman  <rms@gnu.org>
1803         * searching.texi (Search and Replace): Add replace-regexp-in-string.
1805 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
1807         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1808         `next-overlay-change' example.
1810 2005-08-22  Juri Linkov  <juri@jurta.org>
1812         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1813         Fix invert-face.  Fix args of face-background.
1815         * display.texi (Standard Faces): Delete node.
1816         (Faces): Add xref to `(emacs)Standard Faces'.
1817         (Displaying Faces): Fix xref to `Standard Faces'.
1819         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1821 2005-08-20  Alan Mackenzie  <acm@muc.de>
1823         * buffers.texi (The Buffer List): Clarify the manipulation of the
1824         buffer list.
1826 2005-08-14  Richard M. Stallman  <rms@gnu.org>
1828         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1829         a regexp.
1831 2005-08-11  Richard M. Stallman  <rms@gnu.org>
1833         * elisp.texi (Top): Update subnode lists.
1835         * display.texi (Inverse Video): Node deleted.
1837         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1838         New nodes split out of Coding Conventions.
1840         * searching.texi (Regular Expressions): Document re-builder.
1842         * os.texi (Time Parsing): New node split out of Time Conversion.
1844         * processes.texi (Misc Network, Network Feature Testing)
1845         (Network Options, Make Network): New nodes split out of
1846         Low-Level Network.
1848 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1850         * frames.texi (Geometry): New node, split from Size and Position.
1851         (Frame Parameters): Refer to Geometry.
1853         * buffers.texi (The Buffer List): Fix xrefs.
1855         * windows.texi (Splitting Windows): Fix xref.
1857         * frames.texi (Layout Parameters): Add xref.
1859         * display.texi (Line Height, Scroll Bars): Fix xrefs.
1861         * keymaps.texi (Menu Bar): Fix xref.
1863         * locals.texi (Standard Buffer-Local Variables): Fix xref.
1865         * modes.texi (%-Constructs): Fix xref.
1867         * frames.texi (Window Frame Parameters): Node split up.
1868         (Basic Parameters, Position Parameters, Size Parameters)
1869         (Layout Parameters, Buffer Parameters, Management Parameters)
1870         (Cursor Parameters, Color Parameters): New subnodes.
1872 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
1874         * positions.texi (Screen Lines): Update xref for previous change
1875         in minibuf.texi.
1877         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1878         change in minibuf.texi.
1880 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1882         * tips.texi (Coding Conventions): Minor cleanup.
1884         * modes.texi (Defining Minor Modes): Explain when init-value
1885         can be non-nil.
1887         * elisp.texi (Top): Update submenu for Minibuffer.
1889         * minibuf.texi (Minibuffer Misc): Node split up.
1890         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1891         (Recursive Mini): New nodes split out from Minibuffer Misc.
1892         (Minibuffer Misc): Document max-mini-window-height.
1894         * hash.texi (Defining Hash): Delete stray paren in example.
1896         * display.texi (Echo Area Customization): Don't define
1897         max-mini-window-height here; xref instead.
1899         * commands.texi (Event Input Misc): Update while-no-input.
1901         * advice.texi (Advising Functions): Explain when to use advice
1902         and when to use a hook.
1904 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
1906         * makefile.w32-in (info): Don't run install-info.
1907         ($(infodir)/dir): New target, produced by running install-info.
1909 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
1911         * modes.texi (Defining Minor Modes): The keyword for the initial
1912         value is :init-value, not :initial-value.
1914 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
1916         * loading.texi (Autoload): Make the `doctor' example be consistent
1917         with what's in current loaddefs.el.  Describe the "fn" magic in
1918         the usage portion of the doc string.
1920 2005-07-22  Richard M. Stallman  <rms@gnu.org>
1922         * internals.texi (Garbage Collection): Clarify previous change.
1924 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1926         * internals.texi (Garbage Collection): Add gc-cons-percentage.
1928 2005-07-18  Juri Linkov  <juri@jurta.org>
1930         * commands.texi (Accessing Events):
1931         * frames.texi (Text Terminal Colors, Resources):
1932         * markers.texi (The Mark):
1933         * modes.texi (Defining Minor Modes):
1934         Delete duplicate duplicate words.
1936 2005-07-16  Richard M. Stallman  <rms@gnu.org>
1938         * display.texi (Managing Overlays): Clarify make-overlay
1939         args for insertion types.
1941 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
1943         * customize.texi (Variable Definitions):
1944         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
1945         `standard-value' is a list too.
1946         (Defining New Types): Use @key{RET} instead of @key{ret}.
1948 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
1950         * os.texi (Translating Input): Fix typo.
1952 2005-07-08  Richard M. Stallman  <rms@gnu.org>
1954         * README: Update edition number and size estimate.
1956         * elisp.texi (VERSION): Set to 2.9.
1958 2005-07-07  Richard M. Stallman  <rms@gnu.org>
1960         * book-spine.texinfo: Update Emacs version.
1962         * display.texi (Inverse Video): Delete mode-line-inverse-video.
1964 2005-07-06  Richard M. Stallman  <rms@gnu.org>
1966         * searching.texi (Regexp Search): Clarify what re-search-forward
1967         does when the search fails.
1969 2005-07-05  Lute Kamstra  <lute@gnu.org>
1971         * Update FSF's address in GPL notices.
1973         * doclicense.texi (GNU Free Documentation License):
1974         * gpl.texi (GPL):
1975         * tips.texi (Coding Conventions, Library Headers):
1976         * vol1.texi:
1977         * vol2.texi: Update FSF's address.
1979 2005-07-04  Richard M. Stallman  <rms@gnu.org>
1981         * hooks.texi (Standard Hooks): Add occur-hook.
1983 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1985         * display.texi (The Echo Area): Correct menu.
1987 2005-07-03  Richard M. Stallman  <rms@gnu.org>
1989         * elisp.texi (Top): Update subnode menu for Display.
1991         * display.texi (Displaying Messages): New node, with most
1992         of what was in The Echo Area.
1993         (Progress): Moved under The Echo Area.
1994         (Logging Messages): New node with new text.
1995         (Echo Area Customization): New node, the rest of what was
1996         in The Echo Area.  Document message-truncate-lines with @defvar.
1997         (Display): Update menu.
1999         * windows.texi (Textual Scrolling): Doc 3 values for
2000         scroll-preserve-screen-position.
2002         * text.texi (Special Properties): Change hook functions
2003         should bind inhibit-modification-hooks around altering buffer text.
2005         * keymaps.texi (Key Binding Commands): Call binding BINDING
2006         rather than DEFINITION.
2008 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
2010         * variables.texi (Defining Variables): `user-variable-p' returns t
2011         for aliases of user options, nil for alias loops.
2013 2005-06-28  Richard M. Stallman  <rms@gnu.org>
2015         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2016         make-keymap.
2018 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
2020         * variables.texi (Setting Variables): Correct and clarify
2021         description of `add-to-ordered-list'.
2023 2005-06-26  Richard M. Stallman  <rms@gnu.org>
2025         * display.texi (Faces): Minor cleanup.
2027 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
2029         * display.texi (Faces): `facep' returns t for strings that are
2030         face names.
2032 2005-06-25  Richard M. Stallman  <rms@gnu.org>
2034         * objects.texi (Equality Predicates): Clarify meaning of equal.
2036         * windows.texi (Selecting Windows): save-selected-window
2037         and with-selected-window save and restore the current buffer.
2039 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2041         * numbers.texi (Float Basics): Explain how to test for NaN,
2042         and printing the sign of NaNs.
2044 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
2046         * makefile.w32-in (MAKEINFO): Use --force.
2048 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2050         * display.texi (Face Functions): Correct Texinfo usage.
2052 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2054         * lists.texi (Rings): `ring-elements' now returns the elements of
2055         RING in order.
2057 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
2059         * markers.texi (The Mark): Texinfo usage fix.
2061 2005-06-23  Kim F. Storm  <storm@cua.dk>
2063         * searching.texi (Entire Match Data): Remove evaporate option for
2064         match-data.  Do not mention evaporate option for set-match-data.
2066 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
2068         * display.texi (Face Functions): Mention face aliases.
2070 2005-06-21  Richard M. Stallman  <rms@gnu.org>
2072         * anti.texi (Antinews): Texinfo usage fix.
2074 2005-06-21  Karl Berry  <karl@gnu.org>
2076         * elisp.texi: Use @copying.
2078         * elisp.texi: Put @summarycontents and @contents before the Top
2079         node, instead of the end of the file, so that the contents appear
2080         in the right place in the dvi/pdf output.
2082 2005-06-21  Juri Linkov  <juri@jurta.org>
2084         * display.texi (Defining Faces): Add `customized-face'.
2086 2005-06-20  Kim F. Storm  <storm@cua.dk>
2088         * variables.texi (Setting Variables): Any type of element can be
2089         given order in add-to-ordered-list.  Compare elements with eq.
2091         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2093 2005-06-20  Karl Berry  <karl@gnu.org>
2095         * syntax.texi (Syntax Flags): Make last column very slightly wider
2096         to avoid "generic comment" breaking on two lines and causing an
2097         underfull box.
2099 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
2101         * lists.texi (Rings): Various minor clarifications and corrections.
2103 2005-06-18  Richard M. Stallman  <rms@gnu.org>
2105         * functions.texi (Obsolete Functions): Simplify.
2107         * variables.texi (Variable Aliases): Simplify.
2109         * anti.texi, backups.texi, compile.texi, customization.texi:
2110         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2111         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2112         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2113         * variables.texi: Fix formatting ugliness.
2115         * elisp.texi: Add links to Rings and Byte Packing.
2116         Update version and copyright years.
2118         * minibuf.texi: Fix formatting ugliness.
2119         (Completion Commands): Move keymap vars to the end
2120         and vars completing-read binds to the top.
2122 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
2124         * processes.texi: Fix typos.
2125         (Bindat Spec): Correct Texinfo error.
2126         (Byte Packing): Fix ungrammatical sentence.
2128 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
2130         * lists.texi (Rings): New node.
2131         (Lists): Add it to menu.
2133         * processes.texi (Byte Packing): New node.
2134         (Processes): Add it to menu.
2136 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2138         * syntax.texi (Parsing Expressions): Fix texinfo usage.
2140         * help.texi (Documentation Basics): Explain the xref to
2141         Documentation Tips.
2143         * debugging.texi (Debugger Commands): Minor fix.
2145 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
2147         * edebug.texi (Instrumenting): Eliminate duplicate link.
2148         (Specification List): Replace references to "below", referring to
2149         a later node, with one @ref to that node.
2151         * os.texi (Timers): Timers should save and restore the match data
2152         if they change it.
2154         * debugging.texi (Debugger Commands): Mention that the Lisp
2155         debugger can not step through primitive functions.
2157 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2159         * functions.texi (Obsolete Functions): Update argument names of
2160         `make-obsolete' and `define-obsolete-function-alias'.
2162         * variables.texi (Variable Aliases): Update argument names of
2163         `defvaralias', `make-obsolete-variable' and
2164         `define-obsolete-variable-alias'.
2166 2005-06-15  Kim F. Storm  <storm@cua.dk>
2168         * searching.texi (Entire Match Data): Rephrase warnings about
2169         evaporate arg to match-data and set-match-data.
2171 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
2173         * elisp.texi (Top): Update detailed menu.
2175         * edebug.texi (Edebug): Update menu.
2176         (Instrumenting): Update xrefs.
2177         (Edebug Execution Modes): Correct xref.
2178         (Jumping): Clarify description of `h' command.
2179         Eliminate redundant @ref.
2180         (Breaks): New node.
2181         (Breakpoints): Is now a subsubsection.
2182         (Global Break Condition): Mention `C-x X X'.
2183         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
2184         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2185         (Edebug Display Update): Correct pxref.
2186         (Edebug and Macros): New node.
2187         (Instrumenting Macro Calls): Is now a subsubsection.
2188         Neither arg of `def-edebug-spec' is evaluated.
2189         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2190         (Specification Examples): Fix typo.
2192 2005-06-14  Lute Kamstra  <lute@gnu.org>
2194         * debugging.texi (Function Debugging): Primitives can break on
2195         entry too.
2197 2005-06-14  Kim F. Storm  <storm@cua.dk>
2199         * variables.texi (Setting Variables): Add add-to-ordered-list.
2201 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2203         * syntax.texi (Parsing Expressions): Document aux functions and vars of
2204         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2206 2005-06-13  Lute Kamstra  <lute@gnu.org>
2208         * text.texi (Special Properties): Fix cross reference.
2210 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2212         * debugging.texi (Function Debugging): Delete mention of empty
2213         string argument to `cancel-debug-on-entry'.  Delete inaccurate
2214         description of the return value of that command.
2216 2005-06-11  Alan Mackenzie  <acm@muc.de>
2218         * text.texi (Adaptive Fill): Amplify the description of
2219         fill-context-prefix.
2221 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2223         * syntax.texi (Parsing Expressions): Fix Texinfo error.
2225 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2227         * syntax.texi (Parsing Expressions): Document syntax-ppss.
2229 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2231         * debugging.texi (Error Debugging): Minor rewording.
2232         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2233         is optional.
2235 2005-06-10  Lute Kamstra  <lute@gnu.org>
2237         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
2238         (Top): Give it a title.  Correct version number.  Give the
2239         detailed node listing a more prominent header.
2240         * intro.texi: Don't set VERSION here a second time.
2241         Mention Emacs's version too.
2242         * anti.texi (Antinews): Use EMACSVER to refer to the current
2243         version of Emacs.
2245 2005-06-09  Kim F. Storm  <storm@cua.dk>
2247         * searching.texi (Entire Match Data): Explain new `reseat' argument to
2248         match-data and set-match-data.
2250 2005-06-08  Richard M. Stallman  <rms@gnu.org>
2252         * searching.texi (Entire Match Data): Clarify when match-data
2253         returns markers and when integers.
2255         * display.texi (Defining Faces): Explain that face name should not
2256         end in `-face'.
2258         * modes.texi (Mode Line Data): Minor cleanup.
2259         (Customizing Keywords): Node split out of Search-based Fontification.
2260         Add example of using font-lock-add-keywords from a hook.
2261         Clarify when MODE should be non-nil, and when nil.
2263 2005-06-06  Richard M. Stallman  <rms@gnu.org>
2265         * modes.texi (Mode Line Data): Explain what happens when the car
2266         of a list is a void symbol.
2267         (Search-based Fontification): Explain MODE arg to
2268         font-lock-add-keywords and warn about calls from major modes.
2270 2005-06-08  Juri Linkov  <juri@jurta.org>
2272         * display.texi (Standard Faces): Add `shadow' face.
2274 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
2276         * modes.texi (Major Mode Conventions): A derived mode only needs
2277         to put the call to the parent mode inside `delay-mode-hooks'.
2279 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2281         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2282         new, and what that implies.  Clarify.
2284         * files.texi (Locating Files): Clean up the text.
2286         * frames.texi (Window Frame Parameters): Document user-size.
2287         Shorten entry for top by referring to left.
2289 2005-05-26  Richard M. Stallman  <rms@gnu.org>
2291         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2292         is new, and what the implications are.  Other clarifications.
2294 2005-05-24  Richard M. Stallman  <rms@gnu.org>
2296         * frames.texi (Dialog Boxes): Minor fixes.
2298 2005-05-25  Masatake YAMATO  <jet@gyve.org>
2300         * display.texi (Standard Faces): Write about `mode-line-highlight'.
2302 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2304         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2305         is optional.
2307 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
2309         * frames.texi (Dialog Boxes): Descibe new optional argument.
2311 2005-05-23  Lute Kamstra  <lute@gnu.org>
2313         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2314         syntax-begin-function over font-lock-beginning-of-syntax-function.
2316 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
2318         * minibuf.texi (Reading File Names): Update description of
2319         `read-directory-name'.
2321         * modes.texi (Derived Modes): Clarify :group keyword.
2323 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
2325         * files.texi (Locating Files): New subsection.
2326         Describe locate-file and executable-find.
2328 2005-05-21  Kevin Ryde  <user42@zip.com.au>
2330         * frames.texi (Initial Parameters): Update cross reference to
2331         "Emacs Invocation".
2333 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
2335         * keymaps.texi (Active Keymaps): Add anchor.
2337         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2338         (Major Mode Conventions): Refer to `Auto Major Mode' in more
2339         appropriate place.
2340         (Derived Modes): Small clarifications.
2341         (Minor Mode Conventions, Keymaps and Minor Modes):
2342         Replace references to nodes with references to anchors.
2343         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2344         Clarify description of lists whose first element is an integer.
2345         (Mode Line Variables): Add anchor.
2346         (%-Constructs): Clarify description of integer after %.
2347         (Emulating Mode Line): Describe nil value for FACE.
2349 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
2351         * modes.texi (Derived Modes): Correct references to non-existing
2352         variable standard-syntax-table.
2354 2005-05-17  Lute Kamstra  <lute@gnu.org>
2356         * modes.texi (Defining Minor Modes): Mention the mode hook.
2358 2005-05-15  Kim F. Storm  <storm@cua.dk>
2360         * processes.texi (Network): Remove open-network-stream-nowait.
2361         (Network Servers): Remove open-network-stream-server.
2363 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
2365         * elisp.texi (Top): Update detailed menu.
2367         * variables.texi: Reorder nodes.
2368         (Variables): Update menu.
2369         (File Local Variables): Do not refer to the `-*-' line as
2370         a "local variables list".  Add pxref.
2372 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
2374         * elisp.texi (Top): Update detailed menu for node changes.
2376         * modes.texi (Modes): Update Menu.
2377         (Hooks): Move to beginning of chapter.
2378         Most minor modes run mode hooks too.
2379         `add-hook' can handle void hooks or hooks whose value is a single
2380         function.
2381         (Major Modes): Update Menu.
2382         (Major Mode Basics): New node, split off from `Major Modes'.
2383         (Major Mode Conventions): Correct xref.  Explain how to handle
2384         auto-mode-alist if the major mode command has an autoload cookie.
2385         (Auto Major Mode): Major update.  Add magic-mode-alist.
2386         (Derived Modes): Major update.
2387         (Mode Line Format): Update Menu.
2388         (Mode Line Basics): New node, split off from `Mode Line Format'.
2390         * loading.texi (Autoload): Mention `autoload cookie' as synonym
2391         for `magic autoload comment'.  Add index entries and anchor.
2393 2005-05-14  Richard M. Stallman  <rms@gnu.org>
2395         * tips.texi (Coding Conventions): Explain how important it is
2396         that just loading certain files not change Emacs behavior.
2398         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2400 2005-05-12  Lute Kamstra  <lute@gnu.org>
2402         * modes.texi (Generic Modes): Update.
2403         (Major Modes): Refer to node "Generic Modes".
2405         * elisp.texi (Top): Update to the current structure of the manual.
2406         * processes.texi (Processes): Add menu description.
2407         * customize.texi (Customization): Add menu descriptions.
2409 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
2411         * processes.texi (Signals to Processes)
2412         (Low-Level Network): Fix typos.
2414 2005-05-11  Lute Kamstra  <lute@gnu.org>
2416         * elisp.texi (Top): Add some nodes from the chapter "Major and
2417         Minor Modes" to the detailed node listing.
2419 2005-05-10  Richard M. Stallman  <rms@gnu.org>
2421         * keymaps.texi (Extended Menu Items): Menu item filter functions
2422         can be called at any time.
2424 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
2426         * variables.texi (File Local Variables): `(hack-local-variables t)'
2427         now also checks whether a mode is specified in the local variables
2428         list.
2430 2005-05-05  Kevin Ryde  <user42@zip.com.au>
2432         * display.texi (The Echo Area): Correct format function cross
2433         reference.
2435 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
2437         * variables.texi (Variable Aliases): Change description of
2438         `define-obsolete-variable-alias'.
2440         * functions.texi (Functions): Add "Obsolete Functions" to menu.
2441         (Defining Functions): Add xref.
2442         (Obsolete Functions): New node.
2443         (Function Safety): Standardize capitalization of section title.
2445         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2446         (Dialog Boxes): Complete description of `x-popup-dialog'.
2448 2005-05-04  Richard M. Stallman  <rms@gnu.org>
2450         * commands.texi (Interactive Codes): Fix Texinfo usage.
2451         Document U more clearly.
2453 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2455         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2456         function and not a macro.
2458         * frames.texi (Pop-Up Menus): Correct and clarify description of
2459         `x-popup-menu'.
2460         (Dialog Boxes): Clarify description of `x-popup-dialog'.
2462 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2464         * edebug.texi (Checking Whether to Stop): Fix previous change.
2466 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2468         * display.texi: Fix typos and Texinfo usage.
2470         * edebug.texi (Checking Whether to Stop): executing-macro ->
2471         executing-kbd-macro.
2473 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2475         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2477 2005-04-30  Richard M. Stallman  <rms@gnu.org>
2479         * files.texi (Magic File Names): Document `operations' property.
2481 2005-04-29  Lute Kamstra  <lute@gnu.org>
2483         * modes.texi (Generic Modes): New node.
2484         (Major Modes): Add it to the menu.
2485         (Derived Modes): Add "derived mode" to concept index.
2487 2005-04-28  Lute Kamstra  <lute@gnu.org>
2489         * modes.texi (Defining Minor Modes): Fix previous change.
2490         (Font Lock Mode): Simplify.
2491         (Font Lock Basics): Say that font-lock-defaults is buffer-local
2492         when set and that some parts are optional.  Add cross references.
2493         (Search-based Fontification): Say how to specify font-lock-keywords.
2494         Add cross references.  Add font-lock-multiline to index.
2495         Move font-lock-keywords-case-fold-search here from node "Other Font
2496         Lock Variables".  Document font-lock-add-keywords and
2497         font-lock-remove-keywords.
2498         (Other Font Lock Variables): Move font-lock-keywords-only,
2499         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2500         and font-lock-syntactic-face-function to node "Syntactic Font
2501         Lock".  Move font-lock-keywords-case-fold-search to node
2502         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
2503         and font-lock-{,un}fontify-{buffer,region}-function.
2504         (Precalculated Fontification): Remove reference to deleted variable
2505         font-lock-core-only.
2506         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2507         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
2508         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2509         and font-lock-syntactic-face-function here from node "Other Font
2510         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
2511         Syntax Properties".  Add cross references.
2512         (Setting Syntax Properties): New node.
2513         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
2514         * syntax.texi (Syntax Properties): Add cross reference.
2515         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2517 2005-04-26  Richard M. Stallman  <rms@gnu.org>
2519         * display.texi (Defining Faces):
2520         Document `default' elements of defface spec.
2522         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2524         * variables.texi (Variable Aliases): Clarify text.
2526 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
2528         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2530 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
2532         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2534 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
2536         * syntax.texi (Syntax Table Internals): Elaborate documentation of
2537         syntax-after and syntax-class.
2539         * files.texi (Changing Files): Fix last change's cross-reference.
2540         (Unique File Names): Don't mention "numbers" in the documentation
2541         of make-temp-file and make-temp-name.
2543 2005-04-23  Richard M. Stallman  <rms@gnu.org>
2545         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2547 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2549         * windows.texi (Cyclic Window Ordering): Clarify window-list.
2551 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2553         * variables.texi (Variable Aliases): Describe make-obsolete-variable
2554         and define-obsolete-variable-alias.
2556 2005-04-22  Kim F. Storm  <storm@cua.dk>
2558         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2559         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2561 2005-04-21  Lute Kamstra  <lute@gnu.org>
2563         * lists.texi (Association Lists): Document rassq-delete-all.
2565 2005-04-19  Richard M. Stallman  <rms@gnu.org>
2567         * modes.texi (Search-based Fontification): Explain that
2568         facespec is an expression to be evaluated.
2570 2005-04-19  Kevin Ryde  <user42@zip.com.au>
2572         * streams.texi (Output Functions): Fix xref.
2573         * strings.texi (String Conversion): Fix xref.
2575 2005-04-19  Kim F. Storm  <storm@cua.dk>
2577         * symbols.texi (Symbol Plists): Add safe-get.
2578         Mention that `get' may signal an error.
2580 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
2582         * customize.texi (Variable Definitions): Replace tooltip-mode
2583         example with save-place.
2585 2005-04-17  Richard M. Stallman  <rms@gnu.org>
2587         * buffers.texi (Indirect Buffers): Clarify.
2589         * positions.texi (Positions): Clarify converting marker to integer.
2591         * strings.texi (String Basics): Mention string-match; clarify.
2593 2005-04-08  Lute Kamstra  <lute@gnu.org>
2595         * modes.texi (Search-based Fontification): Fix cross references.
2596         Use consistent terminology.  Document anchored highlighting.
2598 2005-04-05  Lute Kamstra  <lute@gnu.org>
2600         * modes.texi (Defining Minor Modes): Document :group keyword
2601         argument and its default value.
2603 2005-04-03  Lute Kamstra  <lute@gnu.org>
2605         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
2606         references and/or descriptions.  Delete major mode hooks; mention
2607         them as a category instead.  Rename or delete obsolete hooks.
2609 2005-04-02  Richard M. Stallman  <rms@gnu.org>
2611         * nonascii.texi (Coding System Basics): Another wording cleanup.
2613 2005-04-01  Richard M. Stallman  <rms@gnu.org>
2615         * nonascii.texi (Coding System Basics): Clarify previous change.
2617 2005-04-01  Kenichi Handa  <handa@m17n.org>
2619         * nonascii.texi (Coding System Basics): Describe about rondtrip
2620         identity of coding systems.
2622 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
2624         * text.texi (Buffer Contents): Add filter-buffer-substring and
2625         buffer-substring-filters.
2627 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
2629         * anti.texi (Antinews): Mention `G' interactive code.
2631         * tips.texi (Compilation Tips): Mention benchmark.el.
2633 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2635         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2636         is now bound to M-o M-o.
2638         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2640 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
2642         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2643         in the Emacs Manual).
2644         * Makefile.in (srcs): Remove calendar.texi.
2645         * makefile.w32-in (srcs): Remove calendar.texi.
2646         * display.texi (Display): Change name of next node.
2647         * os.texi (System In): Change name of previous node.
2648         * elisp.texi (Top): Remove Calendar references.
2649         * vol1.texi (Top): Remove Calendar references.
2650         * vol2.texi (Top): Remove Calendar references.
2652 2005-03-25  Richard M. Stallman  <rms@gnu.org>
2654         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
2655         Cleanup previous change.
2657 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
2659         * display.texi (Face Attributes): Faces earlier in an :inherit
2660         list take precedence.
2661         (Scroll Bars): Fix description of vertical-scroll-bars.
2662         Document frame-current-scroll-bars and window-current-scroll-bars.
2664         * markers.texi (The Mark): Document temporary Transient Mark mode.
2666         * minibuf.texi (Reading File Names):
2667         Document read-file-name-completion-ignore-case.
2669         * positions.texi (Screen Lines): Document nil for width argument
2670         to compute-motion.
2672 2005-03-23  Kim F. Storm  <storm@cua.dk>
2674         * display.texi (Standard Faces): Other faces used in the fringe
2675         implicitly inherits from the fringe face.
2676         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2677         properties implicitly inherits from fringe face.
2678         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2680 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
2682         * display.texi (Invisible Text): State default value of
2683         line-move-ignore-invisible.
2684         (Managing Overlays): Document remove-overlays.
2685         (Standard Faces): Document escape-glyph face.
2687         * minibuf.texi (Reading File Names): Document read-file-name-function.
2689         * modes.texi (Other Font Lock Variables):
2690         Document font-lock-lines-before.
2692         * positions.texi (Skipping Characters): skip-chars-forward allows
2693         character classes.
2695 2005-03-18  Lute Kamstra  <lute@gnu.org>
2697         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2699 2005-03-17  Richard M. Stallman  <rms@gnu.org>
2701         * text.texi (Undo): Document extensible undo entries.
2703         * searching.texi (String Search, Regexp Search, Regexp Search):
2704         Cleanups.
2706         * nonascii.texi (Character Codes): Minor fix.
2708         * display.texi (Display Property): Explain the significance
2709         of having text properties that are eq.
2710         (Other Display Specs): Explain string as display spec.
2712         * commands.texi (Interactive Codes): Document G option.
2714 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
2716         * text.texi (Filling): Add sentence-end-without-period and
2717         sentence-end-without-space.
2718         (Changing Properties): Minor fix.
2720         * anti.texi: Total rewrite.
2722 2005-03-15  Lute Kamstra  <lute@gnu.org>
2724         * edebug.texi (Instrumenting Macro Calls): Fix typos.
2726 2005-03-08  Kim F. Storm  <storm@cua.dk>
2728         * display.texi (Specified Space): Property :width is support on
2729         non-graphic terminals, :height is not.
2731 2005-03-07  Richard M. Stallman  <rms@gnu.org>
2733         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2734         Now subnodes of Fringes.
2735         (Overlay Arrow): Document overlay-arrow-variable-list.
2736         (Fringe Size/Pos): New node, broken out of Fringes.
2737         (Display): Explain clearing vs redisplay better.
2738         (Truncation): Clarify use of bitmaps.
2739         (The Echo Area): Clarify the uses of the echo area.
2740         Add max-mini-window-height.
2741         (Progress): Clarify.
2742         (Invisible Text): Explain that main loop moves point out.
2743         (Selective Display): Say "hidden", not "invisible".
2744         (Managing Overlays): Move up.  Describe relation to Undo here.
2745         (Overlay Properties): Clarify intro.
2746         (Finding Overlays): Explain return values when nothing found.
2747         (Width): truncate-string-to-width has added arg.
2748         (Displaying Faces): Clarify and update mode line face handling.
2749         (Face Functions): Minor cleanup.
2750         (Conditional Display): Merge into Other Display Specs.
2751         (Pixel Specification, Other Display Specs): Minor cleanups.
2752         (Images, Image Descriptors): Minor cleanups.
2753         (GIF Images): Patents have expired.
2754         (Showing Images): Explain default text for insert-image.
2755         (Manipulating Button Types): Merge into Manipulating Buttons.
2756         (Making Buttons): Explain return values.
2757         (Button Buffer Commands): Add xref.
2758         (Inverse Video): Update mode-line-inverse-video.
2759         (Display Table Format): Clarify.
2760         (Active Display Table): Give defaults for window-display-table.
2762         * calendar.texi (Calendar Customizing): calendar-holiday-marker
2763         and calendar-today-marker are strings, not chars.
2764         (Holiday Customizing): Minor fix.
2766         * internals.texi (Writing Emacs Primitives): Update `or' example.
2767         Update limit on # args of subr.
2769         * edebug.texi (Using Edebug): Arrow is in fringe.
2770         (Instrumenting): Arg to eval-defun works without loading edebug.
2771         (Edebug Execution Modes): Add xref.
2773         * customize.texi (Common Keywords): Clarify :require.
2774         Mention :version here.
2775         (Variable Definitions, Group Definitions): Not here.
2776         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2778 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
2779         * nonascii.texi (Text Representations): Clarify position-bytes.
2780         (Character Sets): Add list-charset-chars.
2781         (Scanning Charsets): Add charset-after.
2782         (Encoding and I/O): Minor fix.
2784 2005-03-06  Richard M. Stallman  <rms@gnu.org>
2786         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2787         (Resizing Windows): Likewise.
2789         * text.texi (Change Hooks): Get rid of "Emacs 21".
2791         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2793         * streams.texi (Output Variables): Get rid of "Emacs 21".
2795         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2797         * os.texi (Translating Input): Replace flow-control example
2798         with a less obsolete example that uses `keyboard-translate'.
2800         * objects.texi (Hash Table Type, Circular Objects):
2801         Get rid of "Emacs 21".
2803         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2804         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2806         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2808         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2810         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2811         (Menu Bar): Fix when menu-bar-update-hook is called.
2813         * hash.texi (Hash Tables): Get rid of "Emacs 21".
2815         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2816         and make it read better.
2818         * files.texi (Writing to Files): Get rid of "Emacs 21".
2819         (Unique File Names): Likewise.
2821         * elisp.texi: Update Emacs version to 22.
2823         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2824         (Overlay Properties, Face Attributes): Likewise.
2825         (Managing Overlays): Fix punctuation.
2826         (Attribute Functions): Clarify set-face-font; get rid of
2827         info about old Emacs versions.
2828         (Auto Faces, Font Lookup, Display Property, Images):
2829         Get rid of "Emacs 21".
2831         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2833 2005-03-05  Richard M. Stallman  <rms@gnu.org>
2835         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2837 2005-03-04  Lute Kamstra  <lute@gnu.org>
2839         * debugging.texi (Error Debugging): Document stack-trace-on-error.
2841 2005-03-03  Lute Kamstra  <lute@gnu.org>
2843         * edebug.texi (Instrumenting Macro Calls): Fix typo.
2845 2005-03-01  Lute Kamstra  <lute@gnu.org>
2847         * debugging.texi (Debugger Commands): Update `j'.
2849 2005-02-28  Lute Kamstra  <lute@gnu.org>
2851         * debugging.texi (Debugging): Fix typo.
2852         (Error Debugging): Document eval-expression-debug-on-error.
2853         (Function Debugging): Update example.
2854         (Using Debugger): Mention starred stack frames.
2855         (Debugger Commands): Document `j' and `l'.
2856         (Invoking the Debugger): `d' and `j' exit recursive edit too.
2857         Update the messages that the debugger displays.
2858         (Internals of Debugger): Add cross reference.  Update example.
2859         (Excess Open): Minor improvement.
2860         (Excess Close): Minor improvement.
2862 2005-02-26  Richard M. Stallman  <rms@gnu.org>
2864         * tips.texi (Coding Conventions): Clarify.
2865         Put all the major mode key reservations together.
2866         Mention the Mouse-1 => Mouse-2 conventions.
2868         * syntax.texi (Syntax Class Table): Clarify.
2869         (Syntax Table Functions): syntax-after moved from here.
2870         (Syntax Table Internals): syntax-after moved to here.
2871         (Parsing Expressions): Update info on number of values
2872         and what's meaningful in the STATE argument.
2873         (Categories): Fix typo.
2875         * sequences.texi (Arrays): Cleanup.
2876         (Char-Tables): Clarify.
2878         * processes.texi (Deleting Processes): Cleanups, add xref.
2879         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
2880         (Process Information): set-process-coding-system, some args optional.
2881         (Input to Processes): Explain various types for PROCESS args.
2882         Rename them from PROCESS-NAME to PROCESS.
2883         (Signals to Processes): Likewise.
2884         (Decoding Output): Cleanup.
2885         (Query Before Exit): Clarify.
2887         * os.texi (Startup Summary): Correct the options; add missing ones.
2888         (Terminal Output, Batch Mode): Clarify.
2889         (Flow Control): Node deleted.
2891         * markers.texi (The Mark): Clarify.
2893         * macros.texi (Expansion): Cleanup.
2894         (Indenting Macros): indent-spec allows ints, not floats.
2896         * keymaps.texi (Keymaps): Clarify.
2897         (Format of Keymaps): Update lisp-mode-map example.
2898         (Active Keymaps, Key Lookup): Clarify.
2899         (Changing Key Bindings): Add xref to `kbd'.
2900         (Key Binding Commands, Simple Menu Items): Clarify.
2901         (Mouse Menus, Menu Bar): Clarify.
2902         (Menu Example): Replace print example with menu-bar-replace-menu.
2904         * help.texi (Documentation Basics): Add function-documentation prop.
2906         * elisp.texi (Top): Don't refer to Flow Control node.
2908         * commands.texi (Command Overview): Improve xrefs.
2909         (Adjusting Point): Adjusting point applies to intangible and invis.
2910         (Key Sequence Input): Doc extra read-key-sequence args.
2911         Likewise for read-key-sequence-vector.
2913         * backups.texi (Rename or Copy): Minor fix.
2914         (Numbered Backups): For version-control, say the default.
2915         (Auto-Saving): make-auto-save-file-name example is simplified.
2917         * advice.texi (Advising Functions): Don't imply one part of Emacs
2918         should advise another part.  Markup changes.
2919         (Defining Advice): Move transitional para.
2920         (Activation of Advice): Cleanup.
2921         Explain if COMPILE is nil or negative.
2923         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2925 2005-02-24  Lute Kamstra  <lute@gnu.org>
2927         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2928         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2930 2005-02-23  Lute Kamstra  <lute@gnu.org>
2932         * modes.texi (Defining Minor Modes): define-minor-mode can be used
2933         to define global minor modes as well.
2935         * display.texi (Managing Overlays): overlay-buffer returns nil for
2936         deleted overlays.
2938 2005-02-22  Kim F. Storm  <storm@cua.dk>
2940         * minibuf.texi (Basic Completion): Allow symbols in addition to
2941         strings in try-completion and all-completions.
2943 2005-02-14  Lute Kamstra  <lute@gnu.org>
2945         * elisp.texi (Top): Remove reference to deleted node.
2947         * lists.texi (Lists): Remove reference to deleted node.
2948         (Cons Cells): Fix typo.
2950         * loading.texi (Where Defined): Fix typo.
2952 2005-02-14  Richard M. Stallman  <rms@gnu.org>
2954         * variables.texi (Creating Buffer-Local): change-major-mode-hook
2955         is useful for discarding some minor modes.
2957         * symbols.texi (Symbol Components): Reorder examples.
2959         * streams.texi (Input Functions): State standard-input default.
2960         (Output Variables): State standard-output default.
2962         * objects.texi (Printed Representation): Clarify read syntax vs print.
2963         (Floating Point Type): Explain meaning better.
2964         (Symbol Type): Explain uniqueness better.
2965         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
2966         List examples sooner.
2967         (Box Diagrams): New subnode broken out.
2968         Some examples moved from old Lists as Boxes node.
2969         (Dotted Pair Notation): Clarify intro.
2970         (Array Type): Clarify.
2971         (Type Predicates): Add hash-table-p.
2973         * numbers.texi (Integer Basics): Clarify radix explanation.
2974         (Predicates on Numbers): Minor clarification.
2975         (Comparison of Numbers): Minor clarification.  Clarify eql.
2976         Typos in min, max.
2977         (Math Functions): Clarify overflow in expt.
2979         * minibuf.texi (Text from Minibuffer): Minor clarification.
2980         Mention arrow keys.
2982         * loading.texi (Autoload): defun's doc string overrides autoload's
2983         doc string.
2984         (Repeated Loading): Modernize "add to list" examples.
2985         (Where Defined): Finish updating table of load-history elts.
2987         * lists.texi (List-related Predicates): Minor wording improvement.
2988         (Lists as Boxes): Node deleted.
2989         (Building Lists): Explain trivial cases of number-sequence.
2991         * hash.texi (Hash Tables): Add desc to menu items.
2992         (Creating Hash): Expain "full" means "make larger",
2993         (Hash Access): Any object can be a key.
2994         State value of maphash.
2996         * functions.texi (What Is a Function): Wording cleanup.
2997         (Function Documentation): Minor cleanup.
2998         Explain purpose of calling convention at end of doc string.
2999         (Function Names): Wording cleanup.
3000         (Calling Functions): Wording cleanup.
3001         Explain better how funcall calls the function.
3002         (Function Cells): Delete example of saving and redefining function.
3004         * control.texi (Combining Conditions): Wording cleanup.
3005         (Iteration): dolist and dotimes bind VAR locally.
3006         (Cleanups): Xref to Atomic Changes.
3008         * compile.texi (Byte Compilation): Delete 19.29 info.
3009         (Compilation Functions): Macros' difficulties don't affect defsubst.
3010         (Docs and Compilation): Delete 19.29 info.
3012 2005-02-10  Richard M. Stallman  <rms@gnu.org>
3014         * objects.texi (Symbol Type): Minor correction.
3016 2005-02-06  Lute Kamstra  <lute@gnu.org>
3018         * modes.texi (Example Major Modes): Fix typos.
3020 2005-02-06  Richard M. Stallman  <rms@gnu.org>
3022         * text.texi (Margins): fill-nobreak-predicate can be one function.
3024         * strings.texi (Modifying Strings): clear-string can make unibyte.
3025         (Formatting Strings): format gives error if values missing.
3027         * positions.texi (Character Motion): Mention default arg
3028         for forward-char.  backward-char refers to forward-char.
3029         (Word Motion): Mention default arg for forward-word.
3030         (Buffer End Motion): Mention default arg for beginning-of-buffer.
3031         Simplify end-of-buffer.
3032         (Text Lines): Mention default arg for forward-line.
3033         (List Motion): Mention default arg for beginning/end-of-defun.
3034         (Skipping Characters): Minor fixes in explaining character-set.
3036         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3037         Mode inheritance applies only when default-major-mode is nil.
3038         Clarifications.
3039         (Example Major Modes): Update Text mode and Lisp mode examples.
3040         (Minor Mode Conventions): Mention define-minor-mode at top.
3041         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3042         (Mode Line Format): Update mode line face display info.
3043         (Properties in Mode): Mention effect of risky vars.
3044         (Imenu): Define imenu-add-to-menubar.
3045         (Font Lock Mode): Add descriptions to menu lines.
3046         (Faces for Font Lock): Add font-lock-doc-face.
3048 2005-02-05  Lute Kamstra  <lute@gnu.org>
3050         * text.texi (Maintaining Undo): Remove obsolete function.
3052 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
3054         * frames.texi (Color Names): Add pointer to the X docs about RGB
3055         color specifications.  Improve indexing
3056         (Text Terminal Colors): Replace the description of RGB values by
3057         an xref to "Color Names".
3059 2005-02-03  Richard M. Stallman  <rms@gnu.org>
3061         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3062         Clarify.
3063         (Selecting Windows): Clarify save-selected-window.
3064         (Cyclic Window Ordering): Clarify walk-windows.
3065         (Window Point): Clarify.
3066         (Window Start): Add comment to example.
3067         (Resizing Windows): Add `interactive' specs in examples.
3068         Document fit-window-to-buffer.
3070         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3071         (Undo, Maintaining Undo): Clarify last change.
3072         (Sorting): In sort-numeric-fields, explain about octal and hex.
3073         Mention sort-numeric-base.
3074         (Format Properties): Add xref for hard newlines.
3076         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3077         (Pop-Up Menus): Fix typo.
3078         (Color Names): Explain all types of color names.
3079         Explain color-values on B&W terminal.
3080         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
3082         * files.texi (File Locks): Not supported on MS systems.
3083         (Testing Accessibility): Clarify.
3085         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3086         (Coverage Testing): Fix typo.
3088         * commands.texi (Misc Events): Remove stray space.
3090         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3091         (Modification Time): Clarify when visited-file-modtime returns 0.
3092         (The Buffer List): Clarify bury-buffer.
3093         (Killing Buffers): Clarify.
3094         (Indirect Buffers): Add clone-indirect-buffer.
3096 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
3098         * edebug.texi (Printing in Edebug): Fix default value of
3099         edebug-print-circle.
3100         (Coverage Testing): Fix displayed frequency count data.
3102 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
3104         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3106 2005-02-02  Kim F. Storm  <storm@cua.dk>
3108         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3110 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
3112         * commands.texi (Misc Events): Describe the help-echo event.
3114         * text.texi (Special Properties) <help-echo>: Use `pos'
3115         consistently in description of the help-echo property.
3116         Use @code{nil} instead of @var{nil}.
3118         * display.texi (Overlay Properties): Fix the index entry for
3119         help-echo overlay property.
3121         * customize.texi (Type Keywords): Uncomment the xref to the
3122         help-echo property documentation.
3124 2005-01-23  Kim F. Storm  <storm@cua.dk>
3126         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3127         return value.  Third element FULLY replaced by PARTIAL which
3128         specifies number of invisible pixels if row is only partially visible.
3129         (Textual Scrolling): Mention auto-window-vscroll.
3130         (Vertical Scrolling): New defvar auto-window-vscroll.
3132 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3134         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3135         command remapping.
3137 2005-01-15  Richard M. Stallman  <rms@gnu.org>
3139         * display.texi (Defining Images): Mention DATA-P arg of create-image.
3141 2005-01-14  Kim F. Storm  <storm@cua.dk>
3143         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3145         * text.texi (Links and Mouse-1): Fix string and vector item.
3147 2005-01-13  Richard M. Stallman  <rms@gnu.org>
3149         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3150         descriptions of overriding-local-map and overriding-terminal-local-map.
3152         * text.texi (Links and Mouse-1): Clarify text.
3154 2005-01-13  Kim F. Storm  <storm@cua.dk>
3156         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3158 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
3160         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3162 2005-01-12  Kim F. Storm  <storm@cua.dk>
3164         * text.texi (Links and Mouse-1): Rename section from Enabling
3165         Mouse-1 to Following Links.  Change xrefs.
3166         Add examples for define-button-type and define-widget.
3168         * display.texi (Button Properties, Button Buffer Commands):
3169         Clarify mouse-1 and follow-link functionality.
3171 2005-01-12  Richard M. Stallman  <rms@gnu.org>
3173         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3175         * display.texi (Beeping): Fix Texinfo usage.
3177         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3179 2005-01-11  Kim F. Storm  <storm@cua.dk>
3181         * display.texi (Button Properties, Button Buffer Commands):
3182         Mention mouse-1 binding.  Add follow-link keyword.
3184         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3185         (Enabling Mouse-1 to Follow Links): New subsection.
3187 2005-01-06  Richard M. Stallman  <rms@gnu.org>
3189         * text.texi (Special Properties): Minor change.
3191         * os.texi (Timers): Clarify previous change.
3193         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3195 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
3197         * display.texi (Face Attributes): Correct xref to renamed node.
3199 2005-01-01  Richard M. Stallman  <rms@gnu.org>
3201         * display.texi (Face Attributes): Describe hex color specs.
3203 2004-12-31  Richard M. Stallman  <rms@gnu.org>
3205         * os.texi (Timers): Update previous change.
3207 2004-12-30  Kim F. Storm  <storm@cua.dk>
3209         * display.texi (Line Height): Total line-height is now specified
3210         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
3211         in cons cells.  (nil . RATIO) is relative to actual line height.
3212         Use line-height `t' instead of `0' to get minimum height.
3214 2004-12-29  Richard M. Stallman  <rms@gnu.org>
3216         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3218 2004-12-28  Richard M. Stallman  <rms@gnu.org>
3220         * commands.texi (Quitting): Clarify value of with-local-quit.
3222         * elisp.texi (Top): Fix previous change.
3224         * loading.texi (Loading): Fix previous change.
3226 2004-12-27  Richard M. Stallman  <rms@gnu.org>
3228         * Makefile.in (MAKEINFO): Specify --force.
3230         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3232         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3234         * display.texi (Line Height): Further clarify.
3236         * elisp.texi (Top): Update Loading submenu.
3238         * loading.texi (Where Defined): New node.
3239         (Unloading): load-history moved to Where Defined.
3241 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3243         * commands.texi (Event Input Misc): Add while-no-input.
3245 2004-12-11  Richard M. Stallman  <rms@gnu.org>
3247         * display.texi (Line Height): Rewrite text for clarity.
3249 2004-12-11  Kim F. Storm  <storm@cua.dk>
3251         * display.texi (Display): Add node "Line Height" to menu.
3252         (Line Height): New node.  Move full description of line-spacing
3253         and line-height text properties here from text.texi.
3254         (Scroll Bars): Add vertical-scroll-bar variable.
3256         * frames.texi (Window Frame Parameters): Remove line-height defvar.
3258         * locals.texi (Standard Buffer-Local Variables): Fix xref for
3259         line-spacing and vertical-scroll-bar.
3261         * text.texi (Special Properties): Just mention line-spacing and
3262         line-height here, add xref to new "Line Height" node.
3264 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
3266         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3268         * locals.texi (Standard Buffer-Local Variables):
3269         Add @xref for `line-spacing'.
3271 2004-12-05  Richard M. Stallman  <rms@gnu.org>
3273         * Makefile.in (maintainer-clean): Remove the info files
3274         in $(infodir) where they are created.
3276 2004-12-03  Richard M. Stallman  <rms@gnu.org>
3278         * windows.texi (Selecting Windows): get-lru-window and
3279         get-largest-window don't consider dedicated windows.
3281         * text.texi (Undo): Document undo-in-progress.
3283 2004-11-26  Richard M. Stallman  <rms@gnu.org>
3285         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3286         Remove a few vars that are not always buffer-local.
3288 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
3290         * locals.texi (Standard Buffer-Local Variables): Comment out
3291         xref's to non-existent node `Yet to be written'.
3293 2004-11-24  Richard M. Stallman  <rms@gnu.org>
3295         * processes.texi (Synchronous Processes): Grammar fix.
3297         * numbers.texi (Comparison of Numbers): Add eql.
3299         * locals.texi (Standard Buffer-Local Variables): Add many vars.
3301         * intro.texi (Printing Notation): Fix previous change.
3303         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3304         and default-indicate-buffer-boundaries from here.
3305         (Usual Display): To here.
3306         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3307         (Usual Display): Move tab-width up.
3309         * customize.texi (Variable Definitions): Replace
3310         show-paren-mode example with tooltip-mode.
3311         (Simple Types, Composite Types, Defining New Types):
3312         Minor cleanups.
3314 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
3316         * processes.texi (Synchronous Processes, Output from Processes):
3317         Markup fix.
3319 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3321         * positions.texi (Skipping Characters): skip-chars-forward
3322         now handles char classes.
3324         * intro.texi (Printing Notation): Avoid confusion of `print'
3325         when explaining @print.
3327         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3329         * display.texi (Display Table Format): Minor fix.
3331         * streams.texi (Output Functions): Fix print example.
3333         * Makefile.in (elisp): New target.
3334         (dist): Depend on $(infodir)/elisp, not elisp.
3335         Copy the info files from $(infodir).
3337         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3338         read-from-minibuffer.
3340         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3342 2004-11-19  Richard M. Stallman  <rms@gnu.org>
3344         * searching.texi (Regexp Search): Add search-whitespace-regexp.
3346 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
3348         * tips.texi (Coding Conventions): Fix typo.
3350 2004-11-16  Richard M. Stallman  <rms@gnu.org>
3352         * tips.texi (Coding Conventions): Separate defvar and require
3353         methods to avoid warnings.  Use require only when there are many
3354         functions and variables from that package.
3356         * minibuf.texi (Minibuffer Completion): When ignoring case,
3357         predicate must not be case-sensitive.
3359         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3360         (Test Coverage): Don't talk about "splotches".  Clarified.
3362 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
3364         * frames.texi (Window Frame Parameters): Fix typo.
3366 2004-11-15  Kim F. Storm  <storm@cua.dk>
3368         * symbols.texi (Other Plists): Note that plist-get may signal error.
3369         Add safe-plist-get.
3371 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
3373         * modes.texi (Font Lock Basics): Fix typo.
3375 2004-11-08  Richard M. Stallman  <rms@gnu.org>
3377         * syntax.texi (Syntax Table Functions): Add syntax-after.
3379 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
3381         * os.texi (Processor Run Time): New section documenting
3382         get-internal-run-time.
3384 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
3386         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3387         it nukes elisp-cover.texi.
3388         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3389         elisp-0 etc.
3391 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3393         * commands.texi (Keyboard Macros): Document `append' return value
3394         of `defining-kbd-macro'.
3396 2004-11-01  Richard M. Stallman  <rms@gnu.org>
3398         * commands.texi (Interactive Call): Add called-interactively-p.
3400 2004-10-29  Simon Josefsson  <jas@extundo.com>
3402         * minibuf.texi (Reading a Password): Revert.
3404 2004-10-28  Richard M. Stallman  <rms@gnu.org>
3406         * frames.texi (Display Feature Testing): Explain about "vendor".
3408 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3410         * commands.texi (Interactive Codes): `N' uses numeric prefix,
3411         not raw.  Clarify `n'.
3412         (Interactive Call): Rewrite interactive-p, focusing on when
3413         and how to use it.
3414         (Misc Events): Clarify previous change.
3416         * advice.texi (Simple Advice): Clarify what job the example does.
3417         (Around-Advice): Clarify ad-do-it.
3418         (Activation of Advice): An option of ad-default-compilation-action
3419         is `never', not `nil'.
3421 2004-10-26  Kim F. Storm  <storm@cua.dk>
3423         * commands.texi (Interactive Codes): Add U code letter.
3425 2004-10-25  Simon Josefsson  <jas@extundo.com>
3427         * minibuf.texi (Reading a Password): Add.
3429 2004-10-24  Jason Rumney  <jasonr@gnu.org>
3431         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
3432         and wheel-down.
3434 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
3436         * processes.texi (Synchronous Processes): Document process-file.
3438 2004-10-22  Kenichi Handa  <handa@m17n.org>
3440         * text.texi (translate-region): Document that it accepts also a
3441         char-table.
3443 2004-10-22  David Ponce  <david@dponce.com>
3445         * windows.texi (Resizing Windows): Document the `preserve-before'
3446         argument of the functions `enlarge-window' and `shrink-window'.
3448 2004-10-19  Jason Rumney  <jasonr@gnu.org>
3450         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3452 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
3454         * text.texi (Filling): Add anchor for definition of
3455         `sentence-end-double-space'.
3457         * searching.texi (Regexp Example): Update description of how
3458         Emacs currently recognizes the end of a sentence.
3459         (Standard Regexps): Update definition of the variable
3460         `sentence-end'.  Add definition of the function `sentence-end'.
3462 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
3464         * display.texi (Progress): New node.
3466 2004-10-05  Kim F. Storm  <storm@cua.dk>
3468         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3470 2004-09-29  Kim F. Storm  <storm@cua.dk>
3472         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3473         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
3474         fringe bitmap symbols, as they now have their own namespace.
3475         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3476         vs. pixels.  Signal error if no free bitmap slots.
3477         (Pixel Specification): Change IMAGE to @var{image}.
3479 2004-09-28  Richard M. Stallman  <rms@gnu.org>
3481         * text.texi (Special Properties): Clarify line-spacing and line-height.
3483         * searching.texi (Regexp Search): Add looking-back.
3485 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
3487         * display.texi: Correct typos.
3488         (Image Descriptors): Correct xref's.
3490 2004-09-25  Richard M. Stallman  <rms@gnu.org>
3492         * text.texi (Special Properties): Cleanups in `cursor'.
3493         Rewrites in `line-height' and `line-spacing'; exchange them.
3495         * display.texi (Fringes): Rewrite previous change.
3496         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
3497         (Display Fringe Bitmaps): Node deleted, text moved.
3498         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
3499         (Scroll Bars): Clarify set-window-scroll-bars.
3500         (Pointer Shape): Rewrite.
3501         (Specified Space): Clarify :align-to, etc.
3502         (Pixel Specification): Use @var.  Clarify new text.
3503         (Other Display Specs): Clarify `slice'.
3504         (Image Descriptors): Cleanups.
3505         (Showing Images): Cleanups.
3507 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
3509         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3511         * modes.texi: Various minor changes in addition to:
3512         (Major Mode Conventions): Final call to `run-mode-hooks' should
3513         not be inside the `delay-mode-hooks' form.
3514         (Mode Hooks): New node.
3515         (Hooks): Delete obsolete example.
3516         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3517         node "Mode Hooks".
3519 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
3521         * display.texi: Correct various typos.
3522         (Display): Rename node "Pointer Shapes" to "Pointer
3523         Shape".  (There is already a node called "Pointer Shapes" in
3524         frames.texi.)
3525         (Images): Remove non-existent node "Image Slices" from menu.
3527 2004-09-23  Kim F. Storm  <storm@cua.dk>
3529         * text.texi (Special Properties): Add `cursor', `pointer',
3530         `line-height', and `line-spacing' properties.
3532         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3533         Shapes' to menu.
3534         (Standard Faces): Doc fix for fringe face.
3535         (Fringes): Add `overflow-newline-into-fringe' and
3536         'indicate-buffer-boundaries'.
3537         (Fringe Bitmaps, Pointer Shapes): New nodes.
3538         (Display Property): Add 'Pixel Specification' and 'Display Fringe
3539         Bitmaps' to menu.
3540         (Specified Space): Describe pixel width and height.
3541         (Pixel Specification): New node.
3542         (Other Display Specs): Add `slice' property.
3543         (Display Fringe Bitmaps): New node.
3544         (Images): Add 'Image Slices' to menu.
3545         (Image Descriptors): Add `:pointer' and `:map' properties.
3546         (Showing Images): Add slice arg to `insert-image'.  Add
3547         'insert-sliced-image'.
3549 2004-09-20  Richard M. Stallman  <rms@gnu.org>
3551         * commands.texi (Key Sequence Input):
3552         Clarify downcasing in read-key-sequence.
3554 2004-09-08  Juri Linkov  <juri@jurta.org>
3556         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3558 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
3560         * locals.texi (Standard Buffer-Local Variables): Add
3561         `buffer-auto-save-file-format'.
3562         * internals.texi (Buffer Internals): Describe new
3563         auto_save_file_format field of the buffer structure.
3564         * files.texi (Format Conversion): `auto-save-file-format' has been
3565         renamed `buffer-auto-save-file-format'.
3567 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
3569         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3570         an integer or a marker.
3571         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3573 2004-08-22  Richard M. Stallman  <rms@gnu.org>
3575         * modes.texi (Major Mode Conventions): Discuss rebinding of
3576         standard key bindings.
3578 2004-08-18  Kim F. Storm  <storm@cua.dk>
3580         * processes.texi (Accepting Output): Add `just-this-one' arg to
3581         `accept-process-output'.
3582         (Output from Processes): New var `process-adaptive-read-buffering'.
3584 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
3586         * keymaps.texi: Various changes in addition to:
3587         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3588         Give more varied examples for `kbd'.
3589         (Creating Keymaps): Char tables have slots for all characters
3590         without modifiers.
3591         (Active Keymaps): `overriding-local-map' and
3592         `overriding-terminal-local-map' also override text property and
3593         overlay keymaps.
3594         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3595         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3596         to denote a prefix of no events.
3597         `map-keymap' includes parent's bindings _recursively_.
3598         Clarify and correct description of `where-is-internal'.
3599         Mention BUFFER-OR-NAME arg to `describe-bindings'.
3600         (Menu Example): For menus intended for use with the keyboard, the
3601         menu items should be bound to characters or real function keys.
3603 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
3605         * objects.texi (Character Type): Reposition `@anchor' to prevent
3606         double space inside sentence in Info.
3608         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3609         renamed to `disabled-command-function'.
3610         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
3611         (Command Loop Info): Replace reference to it.
3612         (Disabling Commands): `disabled-command-hook' has been renamed to
3613         `disabled-command-function'.
3615 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
3617         * os.texi (Translating Input): Only non-prefix bindings in
3618         `key-translation-map' override actual key bindings.  Warn about
3619         possible indirect effect of actual key bindings on non-prefix
3620         bindings in `key-translation-map'.
3622 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
3624         * minibuf.texi (High-Level Completion): Add anchor for definition
3625         of `read-variable'.
3627         * commands.texi: Various changes in addition to:
3628         (Using Interactive): Clarify description of `interactive-form'.
3629         (Interactive Call): Mention default for KEYS argument to
3630         `call-interactively'.
3631         (Command Loop Info): Clarify description of `this-command-keys'.
3632         Mention KEEP-RECORD argument to `clear-this-command-keys'.
3633         Value of `last-event-frame' can be `macro'.
3634         (Repeat Events): `double-click-fuzz' is also used to distinguish
3635         clicks and drags.
3636         (Classifying Events): Clarify descriptions of `event-modifiers'
3637         `event-basic-type' and `event-convert-list'.
3638         (Accessing Events): `posn-timestamp' takes POSITION argument.
3639         (Quoted Character Input): Clarify description of
3640         `read-quoted-char' and fix example.
3641         (Quitting): Add `with-local-quit'.
3642         (Disabling Commands): Correct and clarify descriptions of
3643         `enable-command' and `disable-command'.
3644         Mention what happens if `disabled-command-hook' is nil.
3645         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3646         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3648 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
3650         * frames.texi: Various changes in addition to:
3651         (Creating Frames): Expand and clarify description of `make-frame'.
3652         (Window Frame Parameters): Either none or both of the `icon-left'
3653         and `icon-top' parameters must be specified.  Put descriptions of
3654         `menu-bar-lines' and `toolbar-lines' closer together and change
3655         them accordingly.
3656         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3657         except while processing `frame-title-format' or `icon-title-format'.
3658         (Deleting Frames): Correct description of `delete-frame'.
3659         Non-nil return values of `frame-live-p' are like those of `framep'.
3660         (Frames and Windows): Mention return value of
3661         `set-frame-selected-window'.
3662         (Visibility of Frames): Mention `force' argument to
3663         `make-frame-invisible'.  `frame-visible-p' returns t for all
3664         frames on text-only terminals.
3665         (Frame Configurations): Restoring a frame configuration does not
3666         restore deleted frames.
3667         (Window System Selections): `x-set-selection' returns DATA.
3668         (Resources): Add example.
3669         (Display Feature Testing): Clarify descriptions of
3670         `display-pixel-height', `display-pixel-width', `x-server-version'
3671         and `x-server-vendor'.
3673         * windows.texi (Choosing Window): Add anchor.
3674         * minibuf.texi (Minibuffer Misc): Add anchor.
3676 2004-07-23  John Paul Wallington  <jpw@gnu.org>
3678         * macros.texi (Defining Macros): Declaration keyword for setting
3679         Edebug spec is `debug' not `edebug'.
3681 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
3683         * windows.texi: Various small changes in addition to:
3684         (Window Point): Mention return value of `set-window-point'.
3685         (Window Start): `pos-visible-in-window-p' disregards horizontal
3686         scrolling.  Explain return value if PARTIALLY is non-nil.
3687         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3688         and `set-window-vscroll'.
3689         (Size of Window): The argument WINDOW to `window-inside-edges',
3690         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3691         (Resizing Windows): Explain return value of
3692         `shrink-window-if-larger-than-buffer'.
3693         `window-size-fixed' automatically becomes buffer local when set.
3694         (Window Configurations): Explain return value of
3695         `set-window-configuration'.
3697         * minibuf.texi (Minibuffer Misc): Add anchor for
3698         `minibuffer-scroll-window'.
3700         * positions.texi (Text Lines): Add anchor for `count-lines'.
3702 2004-07-17  Richard M. Stallman  <rms@gnu.org>
3704         * display.texi (Overlay Properties): Adding `evaporate' prop
3705         deletes empty overlay immediately.
3707         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3708         fix example.
3710 2004-07-16  Jim Blandy  <jimb@redhat.com>
3712         * searching.texi (Regexp Backslash): Document new \_< and \_>
3713         operators.
3715 2004-07-16  Juanma Barranquero  <lektu@terra.es>
3717         * display.texi (Images): Fix Texinfo usage.
3719 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
3721         * buffers.texi (Modification Time): `visited-file-modtime' now
3722         returns a list of two integers, instead of a cons.
3724 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
3726         * windows.texi: Various changes in addition to:
3727         (Splitting Windows): Add `split-window-keep-point'.
3729 2004-07-09  Richard M. Stallman  <rms@gnu.org>
3731         * frames.texi (Input Focus): Minor fix.
3733 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
3735         * frames.texi (Input Focus): Clarify descriptions of
3736         `select-frame-set-input-focus' and `select-frame'.
3738 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
3740         * os.texi: Various small changes in addition to:
3741         (Killing Emacs): Expand and clarify description of
3742         `kill-emacs-query-functions' and `kill-emacs-hook'.
3743         (System Environment): Expand and clarify description of `getenv'
3744         and `setenv'.
3745         (Timers): Clarify description of `run-at-time'.
3746         (Translating Input): Correct description of
3747         `extra-keyboard-modifiers'.
3748         (Flow Control): Correct description of `enable-flow-control'.
3750 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
3752         * os.texi: Update copyright.
3753         (Session Management): Grammar fix.
3754         Clarify which Emacs does the restarting.
3755         Use @samp for *scratch* buffer.
3757 2004-07-04  Alan Mackenzie  <acm@muc.de>
3759         * frames.texi (Input Focus): Add documentation for
3760         `select-frame-set-input-focus'.  Replace refs to non-existent
3761         `switch-frame' with `select-frame'.  Minor corrections and tidying
3762         up of text-only terminal stuff.
3764 2004-07-02  Richard M. Stallman  <rms@gnu.org>
3766         * files.texi (Saving Buffers): Cleanup write-contents-function.
3767         (Magic File Names): Cleanup file-remote-p.
3769 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
3771         * files.texi (Magic File Names): `file-remote-p' returns an
3772         identifier of the remote system, not just t.
3774 2004-07-02  David Kastrup  <dak@gnu.org>
3776         * searching.texi (Entire Match Data): Add explanation about new
3777         match-data behavior when @var{integers} is non-nil.
3779 2004-06-24  Richard M. Stallman  <rms@gnu.org>
3781         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3783         * customize.texi (Variable Definitions): Note about doc strings
3784         and :set.
3786         * keymaps.texi (Keymap Terminology): Document `kbd'.
3787         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3789         * display.texi (Invisible Text): Setting buffer-invisibility-spec
3790         makes it buffer-local.
3792         * files.texi (Saving Buffers): Correct previous change.
3794         * commands.texi (Accessing Events):
3795         Clarify posn-col-row and posn-actual-col-row.
3797 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
3799         * commands.texi (Accessing Events): New functions
3800         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
3802 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3804         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3805         * frames.texi, buffers.texi, backups.texi, variables.texi:
3806         * loading.texi, eval.texi, functions.texi, control.texi:
3807         * symbols.texi, minibuf.texi: Reposition @anchor's.
3809         * help.texi: Various small changes in addition to the following.
3810         (Describing Characters): Describe PREFIX argument to
3811         `key-description'.  Correct and clarify definition of
3812         `text-char-description'.  Describe NEED-VECTOR argument to
3813         `read-kbd-macro'.
3814         (Help Functions): Clarify definition of `apropos'.
3816 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
3818         * files.texi (Saving Buffers): Correct description of
3819         `write-contents-functions'.
3821 2004-06-21  Juanma Barranquero  <lektu@terra.es>
3823         * display.texi (Images): Remove redundant @vindex directives.
3824         Rewrite `image-library-alist' doc in active voice.
3826 2004-06-14  Juanma Barranquero  <lektu@terra.es>
3828         * display.texi (Images): Document new delayed library loading,
3829         variable `image-library-alist' and (existing but undocumented)
3830         function `image-type-available-p'.
3832 2004-06-05  Richard M. Stallman  <rms@gnu.org>
3834         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3835         refer the user to the Initial Input node.
3836         (Text from Minibuffer): Likewise.
3837         (Initial Input): New node.  Document this feature
3838         and say it is mostly deprecated.
3840 2004-05-30  Richard M. Stallman  <rms@gnu.org>
3842         * loading.texi (Named Features): Clarify return value
3843         and meaning of NOERROR.
3845         * variables.texi (File Local Variables): Minor cleanup.
3847 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
3849         * files.texi (Magic File Names): Add `file-remote-p' as operation
3850         of file name handlers.
3852 2004-05-29  Richard M. Stallman  <rms@gnu.org>
3854         * modes.texi (Minor Mode Conventions): (-) has no special meaning
3855         as arg to a minor mode command.
3857 2004-05-22  Richard M. Stallman  <rms@gnu.org>
3859         * syntax.texi (Syntax Class Table): Word syntax not just for English.
3861         * streams.texi (Output Variables): Doc float-output-format.
3863         * searching.texi (Regexp Special): Nested repetition can be infloop.
3865         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3866         real stack overflow.
3868         * compile.texi: Minor cleanups.
3870 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
3872         * lists.texi (Cons Cells): Explain dotted lists, true lists,
3873         circular lists.
3874         (List Elements): Explain handling of circular and dotted lists.
3876 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
3878         * modes.texi (Search-based Fontification): Fix typo.
3880 2004-05-10  Juanma Barranquero  <lektu@terra.es>
3882         * modes.texi (Mode Line Variables): Fix description of
3883         global-mode-string, which is now after which-func-mode, not the
3884         buffer name.
3886 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
3888         * modes.texi (Desktop Save Mode): Add.
3889         (Modes): Add menu entry Desktop Save Mode.
3891         * hooks.texi: Add desktop-after-read-hook,
3892         desktop-no-desktop-file-hook and desktop-save-hook.
3894         * locals.texi: Add desktop-save-buffer.
3896 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
3898         * display.texi: emacs -> Emacs.
3900 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
3902         * files.texi (Changing Files): Document set-file-times.
3904 2004-04-23  Juanma Barranquero  <lektu@terra.es>
3906         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3908 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
3910         * tips.texi (Coding Conventions): defopt -> defcustom.
3912 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
3914         * sequences.texi: Various clarifications.
3916 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
3918         * buffers.texi (Read Only Buffers): Mention optional ARG to
3919         `toggle-read-only'.
3921 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
3923         * windows.texi (Selecting Windows): Note that get-lru-window
3924         returns a full-width window if possible.
3926 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
3928         * buffers.texi: Various changes in addition to:
3929         (Buffer File Name): Add `find-buffer-visiting'.
3930         (Buffer Modification): Mention optional ARG to `not-modified'.
3931         (Indirect Buffers): Mention optional CLONE argument to
3932         `make-indirect-buffer'.
3934         * files.texi: Various changes in addition to:
3935         (Visiting Functions): `find-file-hook' is now a normal hook.
3936         (File Name Expansion): Explain difference between the way that
3937         `expand-file-name' and `file-truename' treat `..'.
3938         (Contents of Directories): Mention optional ID-FORMAT argument to
3939         `directory-files-and-attributes'.
3940         (Format Conversion): Mention new optional CONFIRM argument to
3941         `format-write-file'.
3943 2004-04-12  Miles Bader  <miles@gnu.org>
3945         * macros.texi (Expansion): Add description of `macroexpand-all'.
3947 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
3949         * variables.texi (Variable Aliases): Mention
3950         cyclic-variable-indirection.
3952         * errors.texi (Standard Errors): Ditto.
3954 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3956         * backups.texi: Various small changes in addition to:
3957         (Making Backups): Mention return value of `backup-buffer'.
3958         (Auto-Saving): Mention optional FORCE argument to
3959         `delete-auto-save-file-if-necessary'.
3960         (Reverting): Mention optional PRESERVE-MODES argument to
3961         `revert-buffer'.  Correct description of `revert-buffer-function'.
3963 2004-03-22  Juri Linkov  <juri@jurta.org>
3965         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3966         with `Vector Functions'.
3968         * text.texi (Sorting): Add missing quote.
3970 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
3972         * intro.texi (Lisp History): Replace xref to `cl' manual with
3973         inforef.
3975 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3977         * intro.texi (Version Info): Add arg to emacs-version.
3978         (Lisp History): Change xref to CL manual.
3980 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
3982         * minibuf.texi (Completion Commands): Add xref to Emacs manual
3983         for Partial Completion mode.
3985 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
3987         * customize.texi: Fix typo.  Remove eol whitespace.
3989 2004-03-04  Richard M. Stallman  <rms@gnu.org>
3991         * processes.texi: Fix typos.
3993         * lists.texi (Building Lists): Minor clarification.
3995         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3996         in make-hash-table.
3998 2004-02-29  Juanma Barranquero  <lektu@terra.es>
4000         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4001         rm, and ignore exit code.
4003 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4005         * display.texi (Defining Faces): Add description for min-colors.
4006         Update example.
4008 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4010         * abbrevs.texi: Various corrections and clarifications in addition
4011         to the following:
4012         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4014 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4016         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4018 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
4020         * text.texi: Various small changes in addition to the following:
4021         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4022         to delete-horizontal-space.
4023         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
4024         description of yank-handler text property at various places.
4026         * frames.texi (Window System Selections): Add anchor.
4028         * syntax.texi (Syntax Table Functions): Clarify and correct
4029         descriptions of make-syntax-table and copy-syntax-table.
4030         (Motion and Syntax): Clarify SYNTAXES argument to
4031         skip-syntax-forward.
4032         (Parsing Expressions): Mention that the return value of
4033         parse-partial-sexp is currently a list of ten rather than nine
4034         elements.
4035         (Categories): Various corrections and clarifications.
4037 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4039         * markers.texi (Marker Insertion Types): Minor change.
4041         * locals.texi (Standard Buffer-Local Variables):
4042         * commands.texi (Interactive Codes, Using Interactive):
4043         * functions.texi (Related Topics): Fix xrefs.
4045 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4047         * lists.texi (Sets And Lists): Update description of delete-dups.
4049 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4051         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4053 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4055         * frames.texi (Parameter Access): frame-parameters arg is optional.
4056         modify-frame-parameters handles nil for FRAME.
4057         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4058         are all-or-nothing for certain toolkits.
4059         Mention parameter wait-for-wm.
4060         (Frames and Windows): In frame-first-window and frame-selected-window
4061         the arg is optional.
4062         (Input Focus): In redirect-frame-focus the second arg is optional.
4063         (Window System Selections): Mention selection type CLIPBOARD.
4064         Mention data-type UTF8_STRING.
4065         Mention numbering of cut buffers.
4066         (Resources): Describe x-resource-name.
4068 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4070         * windows.texi (Buffers and Windows): Delete false table
4071         about all-frames.
4073         * syntax.texi (Parsing Expressions): Delete old caveat
4074         about parse-sexp-ignore-comments.
4076         * streams.texi (Output Variables): Add print-quoted.
4078         * lists.texi (Building Lists): Minor cleanup.
4080         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4082         * display.texi (Overlays): Explain overlays use markers.
4083         (Managing Overlays): Explain front-advance and rear-advance
4084         in more detail.
4086         * loading.texi (Unloading): Document unload-feature-special-hooks.
4087         Get rid of fns-NNN.el file.
4089 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4091         * help.texi (Describing Characters): Fix text-char-description
4092         example output.
4094         * edebug.texi (Using Edebug): Fix example.
4096         * debugging.texi (Internals of Debugger): Fix return value.
4098         * files.texi (Changing Files): Fix argname.
4100         * calendar.texi: Fix parens, and default values.
4102         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4103         * nonascii.texi, objects.texi, os.texi: Minor fixes.
4104         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4106         * positions.texi (Text Lines): Don't add -1 in current-line.
4108 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4110         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4112 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4114         * processes.texi (Low-Level Network): Fix a typo.
4116 2004-02-12  Kim F. Storm  <storm@cua.dk>
4118         * display.texi (Fringes): Use consistent wording.
4119         Note that window-fringe's window arg is optional.
4120         (Scroll Bars): Use consistent wording.
4122 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4124         * tips.texi (Comment Tips): Document the new conventions for
4125         commenting out code.
4127 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4129         * positions.texi (Text Lines): Added missing end defun.
4131 2004-02-07  Kim F. Storm  <storm@cua.dk>
4133         * positions.texi (Text Lines): Add line-number-at-pos.
4135 2004-02-06  John Paul Wallington  <jpw@gnu.org>
4137         * display.texi (Button Properties, Button Buffer Commands):
4138         mouse-2 invokes button, not down-mouse-1.
4140 2004-02-04  Jason Rumney  <jasonr@gnu.org>
4142         * makefile.w32-in: Sync with Makefile.in changes.
4144 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
4146         * minibuf.texi (Text from Minibuffer): Various corrections and
4147         clarifications.
4148         (Object from Minibuffer): Correct Lisp description of
4149         read-minibuffer.
4150         (Minibuffer History): Clarify description of cons values for
4151         HISTORY arguments.
4152         (Basic Completion): Various corrections and clarifications.  Add
4153         completion-regexp-list.
4154         (Minibuffer Completion): Correct and clarify description of
4155         completing-read.
4156         (Completion Commands): Mention Partial Completion mode.  Various
4157         other minor changes.
4158         (High-Level Completion): Various corrections and clarifications.
4159         (Reading File Names): Ditto.
4160         (Minibuffer Misc): Ditto.
4162 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
4164         * strings.texi (Text Comparison): assoc-string also matches
4165         elements of alists that are strings instead of conses.
4166         (Formatting Strings): Standardize Texinfo usage.  Update index
4167         entries.
4169 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
4171         * lists.texi (Sets And Lists): Add delete-dups.
4173 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4175         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4176         special form.
4177         * macros.texi (Defining Macros): Update description of `declare',
4178         which now is a macro.
4179         (Wrong Time): Fix typos.
4181 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
4183         * compile.texi (Compilation Functions): Expand descriptions of
4184         `compile-defun', `byte-compile-file', `byte-recompile-directory'
4185         and `batch-byte-compile'.  In particular, mention and describe
4186         all optional arguments.
4187         (Disassembly): Correct and clarify the description of `disassemble'.
4189 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
4191         * searching.texi: Various small changes in addition to the
4192         following.
4193         (Regexp Example): Adapt to new value of `sentence-end'.
4194         (Regexp Functions): The PAREN argument to `regexp-opt' can be
4195         `words'.
4196         (Search and Replace): Add usage note for `perform-replace'.
4197         (Entire Match Data): Mention INTEGERS and REUSE arguments to
4198         `match-data'.
4199         (Standard Regexps): Update for new values of `paragraph-start'
4200         and `sentence-end'.
4202 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4204         * files.texi (Saving Buffers): Clarify descriptions of
4205         `write-contents-functions' and `before-save-hook'.
4206         Make the defvar's for `before-save-hook' and `after-save-hook'
4207         into defopt's.
4209 2004-01-07  Kim F. Storm  <storm@cua.dk>
4211         * commands.texi (Click Events): Describe new image and
4212         width/height elements of click events.
4213         (Accessing Events): Add posn-string, posn-image, and
4214         posn-object-width-height.  Change posn-object to return either
4215         image or string object.
4217 2004-01-01  Simon Josefsson  <jas@extundo.com>
4219         * hooks.texi (Standard Hooks): Add before-save-hook.
4220         * files.texi (Saving Buffers): Likewise.
4222 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4224         * frames.texi (Frames and Windows): Delete frame-root-window.
4226 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4228         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4230         * functions.texi: Various small changes in addition to the
4231         following.
4232         (What Is a Function): `functionp' returns nil for macros.  Clarify
4233         behavior of this and following functions for symbol arguments.
4234         (Function Documentation): Add `\' in front of (fn @var{arglist})
4235         and explain why.
4236         (Defining Functions): Mention DOCSTRING argument to `defalias'.
4237         Add anchor.
4238         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
4240 2004-01-01  Miles Bader  <miles@gnu.org>
4242         * display.texi (Buttons): New section.
4244 2003-12-31  Andreas Schwab  <schwab@suse.de>
4246         * numbers.texi (Math Functions): sqrt reports a domain-error
4247         error.
4248         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4250 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4252         * tips.texi (Documentation Tips): Update item on hyperlinks in
4253         documentation strings.
4255         * errors.texi (Standard Errors): Various small corrections and
4256         additions.
4258         * control.texi: Various small changes in addition to the
4259         following.
4260         (Signaling Errors): Provide some more details on how `signal'
4261         constructs the error message.  Add anchor to the definition of
4262         `signal'.
4263         (Error Symbols): Describe special treatment of `quit'.
4264         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4265         to emphasize that it has to be a single form.
4267         * buffers.texi: Add anchor.
4269 2003-12-29  Richard M. Stallman  <rms@gnu.org>
4271         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4272         (Window Configurations): Add window-configuration-frame.
4274         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4276         * text.texi (Examining Properties): Add get-char-property-and-overlay.
4277         Change arg name in get-char-property.
4278         (Special Properties): Update handling of keymap property.
4280         * strings.texi (Modifying Strings): Add clear-string.
4281         (Text Comparison): Add assoc-string and remove
4282         assoc-ignore-case, assoc-ignore-representation.
4284         * os.texi (Time of Day): Add set-time-zone-rule.
4286         * numbers.texi (Math Functions): asin, acos, log, log10
4287         report domain-error errors.
4289         * nonascii.texi (Converting Representations):
4290         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4291         (Encoding and I/O): Add file-name-coding-system.
4293         * modes.texi (Search-based Fontification): Explain that
4294         face specs are symbols with face names as values.
4296         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4298         * lists.texi (Building Lists): remq moved elsewhere.
4299         (Sets And Lists): remq moved here.
4300         (Association Lists): Refer to assoc-string.
4302         * internals.texi (Garbage Collection): Add memory-use-counts.
4304         * frames.texi (Frames and Windows): Add set-frame-selected-window
4305         and frame-root-window.
4307         * files.texi (Contents of Directories):
4308         Add directory-files-and-attributes.
4310         * display.texi (Refresh Screen): Add force-window-update.
4311         (Invisible Text): Explain about moving point out of invis text.
4312         (Overlay Properties): Add overlay-properties.
4313         (Managing Overlays): Add overlayp.
4314         (GIF Images): Invalid image number displays a hollow box.
4316         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4317         (Killing Buffers): Add buffer-live-p.
4319 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4321         * display.texi (Fringes): Fix typo "set-buffer-window".
4323 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
4325         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4326         * nonascii.texi, processes.texi, tips.texi, variables.texi:
4327         Add or change various xrefs and anchors.
4329         * commands.texi: Replace all occurrences of @acronym{CAR} with
4330         @sc{car}, for consistency with the rest of the Elisp manual.
4331         `car' and `cdr' are historically acronyms, but are no longer
4332         widely thought of as such.
4334         * internals.texi (Pure Storage): Mention that `purecopy' does not
4335         copy text properties.
4336         (Object Internals): Now 29 bits are used (in most implementations)
4337         to address Lisp objects.
4339         * variables.texi (Variables with Restricted Values): New node.
4341         * objects.texi (Lisp Data Types): Mention that certain variables
4342         can only take on a restricted set of values and add an xref to
4343         the new node "Variables with Restricted Values".
4345         * eval.texi (Function Indirection): Describe the errors that
4346         `indirect-function' can signal.
4347         (Eval): Clarify the descriptions of `eval-region' and `values'.
4348         Describe `eval-buffer' instead of `eval-current-buffer' and
4349         mention `eval-current-buffer' as an alias for `current-buffer'.
4350         Correct the description and mention all optional arguments.
4352         * nonascii.texi: Various small changes in addition to the
4353         following.
4354         (Converting Representations): Clarify behavior of
4355         `string-make-multibyte' and `string-to-multibyte' for unibyte all
4356         ASCII arguments.
4357         (Character Sets): Document the variable `charset-list' and adapt
4358         the definition of the function `charset-list' accordingly.
4359         (Translation of Characters): Clarify use of generic characters in
4360         `make-translation-table'.  Clarify and correct the description of
4361         the use of translation tables in encoding and decoding.
4362         (User-Chosen Coding Systems): Correct and clarify the description
4363         of `select-safe-coding-system'.
4364         (Default Coding Systems): Clarify description of
4365         `file-coding-system-alist'.
4367 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
4369         * strings.texi (Text Comparison): Correctly describe when two
4370         strings are `equal'.  Combine and clarify descriptions of
4371         `assoc-ignore-case' and `assoc-ignore-representation'.
4373         * objects.texi (Non-ASCII in Strings): Clarify description of
4374         when a string is unibyte or multibyte.
4375         (Bool-Vector Type): Update examples.
4376         (Equality Predicates): Correctly describe when two strings are
4377         `equal'.
4379 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
4381         * lists.texi (Building Lists): `append' no longer accepts integer
4382         arguments.  Update the description of `number-sequence' to reflect
4383         recent changes.
4384         (Sets And Lists): Describe `member-ignore-case' after `member'.
4386 2003-11-27  Kim F. Storm  <storm@cua.dk>
4388         * commands.texi (Click Events): Click object may be an images.
4389         Describe (dx . dy) element of click positions.
4390         (Accessing Events): Remove duplicate posn-timestamp.
4391         New functions posn-object and posn-object-x-y.
4393 2003-11-23  Kim F. Storm  <storm@cua.dk>
4395         * commands.texi (Click Events): Describe enhancements to event
4396         position lists, including new text-pos and (col . row) items.
4397         Mention left-fringe and right-fringe area events.
4398         (Accessing Events): New functions posn-area and
4399         posn-actual-col-row.  Mention posn-timestamp.  Mention that
4400         posn-point in non-text area still returns buffer position.
4401         Clarify posn-col-row.
4403 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
4405         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4406         * anti.texi (File Attributes): Describe removed parameter
4407         ID-FORMAT.
4409 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
4411         * positions.texi (Positions): Mention that, if a marker is used as
4412         a position, its buffer is ignored.
4414         * markers.texi (Overview of Markers): Mention it here too.
4416 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
4418         * numbers.texi (Numeric Conversions): Not just `floor', but also
4419         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4421 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
4423         * markers.texi (Creating Markers): Specify insertion type of
4424         created markers.  Add xref to `Marker Insertion Types'.
4425         Second argument to `copy-marker' is optional.
4426         (Marker Insertion Types): Mention that most markers are created
4427         with insertion type nil.
4428         (The Mark): Correctly describe when `mark' signals an error.
4429         (The Region): Correctly describe when `region-beginning' and
4430         `region-end' signal an error.
4432 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
4434         * hash.texi (Creating Hash): Clarify description of `eql'.
4435         `makehash' is obsolete.
4436         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4438         * positions.texi (Point): Change description of `buffer-end', so
4439         that it is also correct for floating point arguments.
4440         (List Motion): Correct argument lists of `beginning-of-defun' and
4441         `end-of-defun'.
4442         (Excursions): Add xref to `Marker Insertion Types'.
4443         (Narrowing): Argument to `narrow-to-page' is optional.
4445 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
4447         * streams.texi (Output Streams): Clarify behavior of point for
4448         marker output streams.
4450 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
4452         * variables.texi (Defining Variables): Second argument to
4453         `defconst' is not optional.
4454         (Setting Variables): Mention optional argument APPEND to
4455         `add-to-list'.
4456         (Creating Buffer-Local): Expand description of
4457         `make-variable-buffer-local'.
4458         (Frame-Local Variables): Expand description of
4459         `make-variable-frame-local'.
4460         (Variable Aliases): Correct description of optional argument
4461         DOCSTRING to `defvaralias'.  Mention return value of
4462         `defvaralias'.
4463         (File Local Variables): Add xref to `File variables' in Emacs
4464         Manual.  Correct description of `hack-local-variables'.  Mention
4465         `safe-local-variable' property.  Mention optional second argument
4466         to `risky-local-variable-p'.
4468 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
4470         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4472 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4474         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4475         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4476         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4477         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4478         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
4479         lispref/processes.texi, lispref/searching.texi,
4480         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4481         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4482         @acronym{FOO}.
4484 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
4486         * strings.texi (Creating Strings): Argument START to `substring'
4487         can not be `nil'.  Expand description of
4488         `substring-no-properties'.  Correct description of `split-string',
4489         especially with respect to empty matches.  Prevent very bad line
4490         break in definition of `split-string-default-separators'.
4491         (Text Comparison): `string=' and `string<' also accept symbols as
4492         arguments.
4493         (String Conversion): More completely describe argument BASE in
4494         `string-to-number'.
4495         (Formatting Strings): `%s' and `%S' in `format' do require
4496         corresponding object.  Clarify behavior of numeric prefix after
4497         `%' in `format'.
4498         (Case Conversion): The argument to `upcase-initials' can be a
4499         character.
4501 2003-10-27  Kenichi Handa  <handa@m17n.org>
4503         * display.texi (Fontsets): Fix texinfo usage.
4505 2003-10-25  Kenichi Handa  <handa@m17n.org>
4507         * display.texi (Fontsets): Add description of the function
4508         set-fontset-font.
4510 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
4512         * display.texi (Temporary Displays): Add xref to `Documentation
4513         Tips'.
4515         * functions.texi (Function Safety): Use inforef instead of pxref
4516         for SES.
4518 2003-10-23  Andreas Schwab  <schwab@suse.de>
4520         * Makefile.in (TEX, texinputdir): Don't define.
4521         (TEXI2DVI): Define.
4522         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4523         add $(srcdir)/index.texi.
4524         ($(infodir)/elisp): Remove index.texi dependency.
4525         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
4526         (index.texi): Remove target.
4527         (dist): Don't link $(srcdir)/permute-index.
4528         (clean): Don't remove index.texi.
4530         * permute-index, index.perm: Remove.
4531         * index.texi: Rename from index.unperm.
4533 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
4535         * tips.texi (Documentation Tips): Document new behavior for face
4536         and variable hyperlinks in Help mode.
4538 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
4540         * objects.texi (Integer Type): Update for extra bit of integer range.
4541         (Character Type): Ditto.
4543 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
4545         * numbers.texi (Integer Basics): Add index entries for reading
4546         numbers in hex, octal, and binary.
4548 2003-10-16  Lute Kamstra  <lute@gnu.org>
4550         * modes.texi (Mode Line Format): Mention force-mode-line-update's
4551         argument.
4553 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
4555         * windows.texi (Choosing Window): Fix typo.
4556         * edebug.texi (Edebug Execution Modes): Fix typo.
4558 2003-10-13  Richard M. Stallman  <rms@gnu.org>
4560         * windows.texi (Basic Windows): A window has fringe settings,
4561         display margins and scroll-bar settings.
4562         (Splitting Windows): Doc split-window return value.
4563         Clean up one-window-p.
4564         (Selecting Windows): Fix typo.
4565         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4566         (Buffers and Windows): In set-window-buffer, explain effect
4567         on fringe settings and scroll bar settings.
4568         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4569         (Choosing Window): Use defopt for pop-up-frame-function.
4570         For special-display-buffer-names, explain same-window and same-frame.
4571         Clarify window-dedicated-p return value.
4572         (Textual Scrolling): scroll-up and scroll-down can get an error.
4573         (Horizontal Scrolling): Clarify auto-hscroll-mode.
4574         Clarify set-window-hscroll.
4575         (Size of Window): Don't mention tool bar in window-height.
4576         (Coordinates and Windows): Explain what coordinates-in-window-p
4577         returns for fringes and display margins.
4578         (Window Configurations): Explain saving fringes, etc.
4580         * tips.texi (Library Headers): Clean up Documentation.
4582         * syntax.texi (Parsing Expressions): Clean up forward-comment
4583         and parse-sexp-lookup-properties.
4585         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4587         * os.texi (System Environment): Clean up text for load-average errors.
4589         * modes.texi (Hooks): Don't explain local hook details at front.
4590         Clarify run-hooks and run-hook-with-args a little.
4591         Clean up add-hook and remove-hook.
4593         * edebug.texi (Edebug Execution Modes): Clarify t.
4594         Document edebug-sit-for-seconds.
4595         (Coverage Testing): Document C-x X = and =.
4596         (Instrumenting Macro Calls): Fix typo.
4597         (Specification List): Don't index the specification keywords.
4599 2003-10-10  Kim F. Storm  <storm@cua.dk>
4601         * processes.texi (Network): Introduce make-network-process.
4603 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4605         * tips.texi (Library Headers): Fix typo.
4607 2003-10-07  Juri Linkov  <juri@jurta.org>
4609         * modes.texi (Imenu): Mention imenu-create-index-function's
4610         default value.  Explain submenus better.
4612 2003-10-07  Lute Kamstra  <lute@gnu.org>
4614         * modes.texi (Faces for Font Lock): Fix typo.
4615         (Hooks): Explain how buffer-local hook variables can refer to
4616         global hook variables.
4617         Various minor clarifications.
4619 2003-10-06  Lute Kamstra  <lute@gnu.org>
4621         * tips.texi (Coding Conventions): Mention naming conventions for
4622         hooks.
4624 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
4626         * loading.texi (Library Search): Correct default value of
4627         load-suffixes.
4628         (Named Features): Fix typo.
4630 2003-10-05  Richard M. Stallman  <rms@gnu.org>
4632         * loading.texi (Named Features): In `provide',
4633         say how to test for subfeatures.
4634         (Unloading): In unload-feature, use new var name
4635         unload-feature-special-hooks.
4637 2003-10-03  Lute Kamstra  <lute@gnu.org>
4639         * modes.texi (Major Mode Conventions): Mention third way to set up
4640         Imenu.
4641         (Imenu): A number of small fixes.
4642         Delete documentation of internal variable imenu--index-alist.
4643         Document the return value format of imenu-create-index-function
4644         functions.
4646 2003-09-30  Richard M. Stallman  <rms@gnu.org>
4648         * processes.texi (Network): Say what stopped datagram connections do.
4650         * lists.texi (Association Lists): Clarify `assq-delete-all'.
4652         * display.texi (Overlay Properties): Clarify `evaporate' property.
4654 2003-09-29  Lute Kamstra  <lute@gnu.org>
4656         * modes.texi (Mode Line Data): Explain when symbols in mode-line
4657         constructs should be marked as risky.
4658         Change cons cell into proper list.
4659         (Mode Line Variables): Change cons cell into proper list.
4661 2003-09-26  Lute Kamstra  <lute@gnu.org>
4663         * modes.texi (Mode Line Data): Document the :propertize construct.
4664         (Mode Line Variables): Reorder the descriptions of the variables
4665         to match their order in the default mode-line-format.
4666         Describe the new variables mode-line-position and mode-line-modes.
4667         Update the default values of mode-line-frame-identification,
4668         minor-mode-alist, and default-mode-line-format.
4669         (Properties in Mode): Mention the :propertize construct.
4671 2003-09-26  Richard M. Stallman  <rms@gnu.org>
4673         * buffers.texi, commands.texi, debugging.texi, eval.texi:
4674         * loading.texi, minibuf.texi, text.texi, variables.texi:
4675         Avoid @strong{Note:}.
4677 2003-09-26  Richard M. Stallman  <rms@gnu.org>
4679         * keymaps.texi (Remapping Commands): Fix typo.
4681 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
4683         * processes.texi (Low-Level Network): Fix typo.
4685 2003-09-23  Kim F. Storm  <storm@cua.dk>
4687         * processes.texi (Network, Network Servers): Fix typos.
4688         (Low-Level Network): Add timeout value for :server keyword.
4689         Add new option keywords to make-network-process.
4690         Add set-network-process-options.
4691         Explain how to test availability of network options.
4693 2003-09-19  Richard M. Stallman  <rms@gnu.org>
4695         * text.texi (Motion by Indent): Arg to
4696         backward-to-indentation and forward-to-indentation is optional.
4698         * strings.texi (Creating Strings): Add substring-no-properties.
4700         * processes.texi
4701         (Process Information): Add list-processes arg QUERY-ONLY.
4702         Delete process-contact from here.
4703         Add new status values for process-status.
4704         Add process-get, process-put, process-plist, set-process-plist.
4705         (Synchronous Processes): Add call-process-shell-command.
4706         (Signals to Processes): signal-process allows process objects.
4707         (Network): Complete rewrite.
4708         (Network Servers, Datagrams, Low-Level Network): New nodes.
4710         * positions.texi (Word Motion): forward-word, backward-word
4711         arg is optional.  Reword.
4713         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4715         * variables.texi (Creating Buffer-Local):
4716         Delete duplicate definition of buffer-local-value.
4717         (File Local Variables): Explain about discarding text props.
4719 2003-09-11  Richard M. Stallman  <rms@gnu.org>
4721         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4722         changes variables that record input events.
4723         (Minibuffer Misc): Add minibuffer-selected-window.
4725         * lists.texi (Building Lists): Add copy-tree.
4727         * display.texi (Fontsets): Add char-displayable-p.
4728         (Scroll Bars): New node.
4730 2003-09-08  Lute Kamstra  <lute@gnu.org>
4732         * modes.texi (%-Constructs): Document new `%i' and `%I'
4733         constructs.
4735 2003-09-03  Peter Runestig  <peter@runestig.com>
4737         * makefile.w32-in: New file.
4739 2003-08-29  Richard M. Stallman  <rms@gnu.org>
4741         * display.texi (Overlay Properties): Clarify how priorities
4742         affect use of the properties.
4744 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
4746         * customize.texi (Type Keywords): Correct the description of
4747         `:help-echo' in the case where `motion-doc' is a function.
4749 2003-08-14  John Paul Wallington  <jpw@gnu.org>
4751         * modes.texi (Emulating Mode Line): Subsection, not section.
4753 2003-08-13  Richard M. Stallman  <rms@gnu.org>
4755         * elisp.texi (Top): Update subnode lists in menu.
4757         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4758         (Kill Functions): kill-region has new arg yank-handler.
4759         (Yanking): New node.
4760         (Yank Commands): Add yank-undo-function.
4761         (Low-Level Kill Ring):
4762         kill-new and kill-append have new arg yank-handler.
4763         (Changing Properties): Add remove-list-of-text-properties.
4764         (Atomic Changes): New node.
4766         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4768         * streams.texi (Output Variables): Add eval-expression-print-length
4769         and eval-expression-print-level.
4771         * os.texi (Time Conversion): For encode-time, explain limits on year.
4773         * objects.texi (Character Type): Define anchor "modifier bits".
4775         * modes.texi (Emulating Mode Line): New node.
4776         (Search-based Fontification): Font Lock uses font-lock-face property.
4777         (Other Font Lock Variables): Likewise.
4779         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4780         not vectors.
4781         (Active Keymaps): Add emulation-mode-map-alists.
4782         (Functions for Key Lookup): key-binding has new arg no-remap.
4783         (Remapping Commands): New node.
4784         (Scanning Keymaps): where-is-internal has new arg no-remap.
4785         (Tool Bar): Add tool-bar-local-item-from-menu.
4786         Clarify when to use tool-bar-add-item-from-menu.
4788         * commands.texi (Interactive Call): commandp has new arg.
4789         (Command Loop Info): Add this-original-command.
4791 2003-08-06  John Paul Wallington  <jpw@gnu.org>
4793         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4795         * display.texi (Warning Basics): Fix typo.
4796         (Fringes): Add closing curly bracket and fix typo.
4798         * elisp.texi (Top): Fix typo.
4800 2003-08-05  Richard M. Stallman  <rms@gnu.org>
4802         * elisp.texi: Update lists of subnodes.
4804         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4806         * variables.texi (Local Variables): Use lc for example variable names.
4808         * tips.texi (Library Headers): Explain where to put -*-.
4810         * strings.texi (Creating Strings): Fix xref for vconcat.
4812         * sequences.texi (Vector Functions):
4813         vconcat no longer allows integer args.
4815         * minibuf.texi (Reading File Names): read-file-name has new
4816         arg PREDICATE.  New function read-directory-name.
4818         * macros.texi (Defining Macros): Give definition of `declare'
4819         (Indenting Macros): New node.
4821         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4822         (Window Frame Parameters): Make separate table of parameters
4823         that are coupled with specific face attributes.
4824         (Deleting Frames): delete-frame-hooks renamed to
4825         delete-frame-functions.
4827         * files.texi (Magic File Names): Add file-remote-p.
4828         Clarify file-local-copy.
4830         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4831         here; instead xref Defining Macros.
4833         * display.texi (Warnings): New node, and subnodes.
4834         (Fringes): New node.
4836         * debugging.texi (Test Coverage): New node.
4838         * compile.texi (Compiler Errors): Explain with-no-warnings
4839         and other ways to suppress warnings.
4841         * commands.texi (Interactive Call): Minor clarification.
4843         * buffers.texi (Buffer File Name): set-visited-file-name
4844         renames the buffer too.
4846         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4848 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
4850         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4852 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
4854         * internals.texi (Garbage Collection): Fix previous change.
4856 2003-07-22  Richard M. Stallman  <rms@gnu.org>
4858         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4860         * display.texi (Width): Use \s syntax in example.
4861         (Font Selection): Add face-font-rescale-alist.
4863         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4864         Remove spurious indent in example.
4866         * lists.texi (Building Lists): Add number-sequence.
4868         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4870         * functions.texi (Function Documentation): Explain how to
4871         show calling convention explicitly in the doc string.
4873         * windows.texi (Selecting Windows): save-selected-window saves
4874         selected window of each frame.
4875         (Window Configurations): Minor change.
4877         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4879         * streams.texi (Output Variables): Add print-continuous-numbering
4880         and print-number-table.
4882         * processes.texi (Decoding Output): New node.
4884         * os.texi (Time Conversion): decode-time arg is optional.
4886         * objects.texi (Character Type): Don't use space as example for \.
4887         Make list of char names and \-sequences correspond.
4888         Explain that \s is not used in strings.  `\ ' needs space after.
4890         * nonascii.texi (Converting Representations): Add string-to-multibyte.
4891         (Translation of Characters): Add translation-table-for-input.
4892         (Default Coding Systems): Add auto-coding-functions.
4893         (Explicit Encoding): Add decode-coding-inserted-region.
4894         (Locales): Add locale-info.
4896         * minibuf.texi (Basic Completion): Describe test-completion.
4897         Collections can be lists of strings.
4898         Clean up lazy-completion-table.
4899         (Programmed Completion): Mention test-completion.
4900         Clarify why lambda expressions are not accepted.
4901         (Minibuffer Misc): Describe minibufferp.
4903 2003-07-14  Richard M. Stallman  <rms@gnu.org>
4905         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4907         * windows.texi (Selecting Windows): New arg to select-window.
4908         (Selecting Windows): Add with-selected-window.
4909         (Size of Window): Add window-inside-edges, etc.
4911         * internals.texi (Garbage Collection): Add post-gc-hook.
4913         * processes.texi (Subprocess Creation): Add exec-suffixes.
4915         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4916         (Scanning Keymaps): Add map-keymaps.
4917         (Defining Menus): Add keymap-prompt.
4919         * numbers.texi (Integer Basics): Add most-positive-fixnum,
4920         most-negative-fixnum.
4922         * compile.texi (Byte Compilation): Explain no-byte-compile
4923         (Compiler Errors): New node.
4925         * os.texi (User Identification): user-uid, user-real-uid
4926         can return float.
4928         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4929         and about derived modes.
4930         (Minor Modes): Add minor-mode-list.
4931         (Defining Minor Modes): Keyword args for define-minor-mode.
4932         (Search-based Fontification): Explain managing other properties.
4933         (Other Font Lock Variables): Add font-lock-extra-managed-props.
4934         (Faces for Font Lock): Add font-locl-preprocessor-face.
4935         (Hooks): Add run-mode-hooks and delay-mode-hooks.
4937         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
4938         (Variable Aliases): Clarify defvaralias.
4940         * loading.texi (Library Search): Add load-suffixes.
4942         * minibuf.texi (Basic Completion): Add lazy-completion-table.
4943         (Programmed Completion): Add dynamic-completion-table.
4945         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4946         (Magic File Names): Specify precedence order of handlers.
4948         * commands.texi (Command Overview): Emacs server runs pre-command-hook
4949         and post-command-hook.
4950         (Waiting): New calling convention for sit-for.
4952         * text.texi (Special Properties): local-map and keymap properties
4953         apply based on their stickiness.
4955 2003-07-07  Richard M. Stallman  <rms@gnu.org>
4957         * modes.texi (Minor Mode Conventions): Specify only some kinds
4958         of list values as args to minor modes.
4960         * files.texi (File Name Expansion): Warn about iterative use
4961         of substitute-in-file-name.
4963         * advice.texi (Activation of Advice): Clean up previous change.
4965 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
4967         * advice.texi (Activation of Advice): Note that ad-start-advice is
4968         turned on by default.
4970 2003-06-30  Richard M. Stallman  <rms@gnu.org>
4972         * text.texi (Buffer Contents): Document current-word.
4973         (Change Hooks): Not called for *Messages*.
4975         * functions.texi (Defining Functions): Explain about redefining
4976         primitives.
4977         (Function Safety): Renamed.  Minor changes.
4978         Comment out the detailed criteria for what is safe.
4980 2003-06-22  Andreas Schwab  <schwab@suse.de>
4982         * objects.texi (Symbol Type): Fix description of examples.
4984 2003-06-16  Andreas Schwab  <schwab@suse.de>
4986         * hash.texi (Creating Hash): Fix description of :weakness.
4988 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
4990         * files.texi (Changing Files): copy-file copies file modes, too.
4992 2003-05-28  Richard M. Stallman  <rms@gnu.org>
4994         * strings.texi (Creating Strings): Clarify split-string.
4996 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
4998         * strings.texi (Creating Strings): Update split-string specification
4999         and examples.
5001 2003-05-19  Richard M. Stallman  <rms@gnu.org>
5003         * elisp.texi: Correct invariant section names.
5005 2003-04-20  Richard M. Stallman  <rms@gnu.org>
5007         * os.texi (Timers): Explain about timers and quitting.
5009 2003-04-19  Richard M. Stallman  <rms@gnu.org>
5011         * internals.texi (Writing Emacs Primitives): Strings are
5012         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
5013         Explain GCPRO convention for varargs function args.
5015 2003-04-16  Richard M. Stallman  <rms@gnu.org>
5017         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5019 2003-04-08  Richard M. Stallman  <rms@gnu.org>
5021         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5023 2003-02-13  Kim F. Storm  <storm@cua.dk>
5025         * objects.texi (Character Type): New \s escape for space.
5027 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
5029         * os.texi (System Environment): Added cygwin system-type.
5031 2003-01-25  Richard M. Stallman  <rms@gnu.org>
5033         * keymaps.texi: Document that a symbol can act as a keymap.
5035 2003-01-13  Richard M. Stallman  <rms@gnu.org>
5037         * text.texi (Changing Properties): Say string indices are origin-0.
5039         * positions.texi (Screen Lines) <compute-motion>:
5040         Correct order of elts in return value.
5042         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5043         how to define a default binding.
5045 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
5047         * loading.texi (Unloading): Fix recent change for load-history.
5049         * customize.texi (Simple Types): Clarify description of custom
5050         type 'number.  Describe new custom type 'float.
5052 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
5054         * variables.texi (File Local Variables): Fix typo.
5056 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5058         From Michael Albinus <Michael.Albinus@alcatel.de>.
5060         * README: Target for Info file is `make info'.
5062         * files.texi (File Name Components): Fixed typos in
5063         `file-name-sans-extension'.
5064         (Magic File Names): Complete list of operations for magic file
5065         name handlers.
5067 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
5069         * variables.texi (File Local Variables): New function
5070         risky-local-variable-p.
5072 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
5074         * functions.texi (Function safety): New node about unsafep.
5076 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5078         * customize.texi (Splicing into Lists): Fixed example.
5079         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5081 2002-06-17  Juanma Barranquero  <lektu@terra.es>
5083         * frames.texi (Display Feature Testing): Fix typo.
5085 2002-06-12  Andreas Schwab  <schwab@suse.de>
5087         * frames.texi (Initial Parameters, Resources): Fix references to
5088         the Emacs manual.
5090 2002-05-13  Kim F. Storm  <storm@cua.dk>
5092         * variables.texi (Intro to Buffer-Local): Updated warning and
5093         example relating to changing buffer inside let.
5095 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5097         * os.texi (Session Management): New node about X Session management.
5099 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
5101         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
5102         to which the manual corresponds, and the copyright years.
5104         * Makefile.in (VERSION): Set to 2.9.
5106 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
5108         * elisp.texi: Change the category in @dircategory to "Emacs", to
5109         make it consistent with info/dir.
5111 2001-11-25  Miles Bader  <miles@gnu.org>
5113         * text.texi (Fields): Describe new `limit' arg in
5114         field-beginning/field-end.
5116 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
5118         * permute-index: Don't depend on csh-specific features.  Replace
5119         the interpreter name with /bin/sh.
5121         * two-volume-cross-refs.txt: New file.
5122         * two.el: New file.
5123         * spellfile: New file.
5125 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
5127         * permute-index: New file.
5129         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5130         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5131         8+3 restricted namespace.
5133         * Makefile.in (infodir): Define relative to $(srcdir).
5134         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5135         include directories list via -I switch to makeinfo.
5136         (index.texi): Use cp if both hard and symbolic links fail.
5138 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
5140         * Makefile.in (distclean): Add.
5142         The following changes make ELisp manual part of the Emacs
5143         distribution:
5145         * Makefile.in: Add Copyright notice.
5146         (prefix): Remove.
5147         (infodir): Change value to "../info".
5148         (VPATH): New variable.
5149         (MAKE): Don't define.
5150         (texmacrodir): Don't define.
5151         (texinputdir): Append the existing value of TEXINPUTS.
5152         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
5153         command to be compatible with man/Makefile.in, and to put the
5154         output into ../info.
5155         (info): Add target.
5156         (installall): Target removed.
5158 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5160         * tips.texi (Coding Conventions): Fix typo.
5162 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
5164         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5166 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
5168         * files.texi (File Name Components): Update the description of
5169         file-name-sans-extension and file-name-extension, as they now
5170         ignore leading dots.
5172 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
5174         * (Version 21.1 released.)
5176 2001-10-19  Miles Bader  <miles@gnu.org>
5178         * positions.texi (Text Lines): Describe behavior of
5179         `beginning-of-line'/`end-of-line' in the presence of field properties.
5181 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
5183         * Makefile.in (VERSION): Set to 2.8.
5184         (manual): Use `manual-21'.
5186         * elisp.texi (VERSION): Add and use it where the version
5187         number was used.  Set it to 2.8.
5189         * intro.texi: Likewise.
5191 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5193         * files.texi (File Name Completion): Document the significance of
5194         a trailing slash in elements of completion-ignored-extensions.
5196 2001-10-06  Miles Bader  <miles@gnu.org>
5198         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5200 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5202         * variables.texi (Variable Aliases): New node.
5204 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5206         * Branch for 21.1.
5208 2001-10-02  Miles Bader  <miles@gnu.org>
5210         * minibuf.texi (Minibuffer Misc): Add entries for
5211         `minibuffer-contents', `minibuffer-contents-no-properties', and
5212         `delete-minibuffer-contents'.
5213         Correct description for `minibuffer-prompt-end'.
5215         * text.texi (Property Search): Correct descriptions of
5216         `next-char-property-change' and `previous-char-property-change'.
5217         Add entries for `next-single-char-property-change' and
5218         `previous-single-char-property-change'.
5219         Make operand names a bit more consistent.
5221 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
5223         * frames.texi (Finding All Frames): Document that next-frame and
5224         previous-frame are local to current terminal.
5226 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
5228         * keymaps.texi (Creating Keymaps): Fix the description of the
5229         result of make-keymap.
5231 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
5233         * display.texi (Font Lookup, Attribute Functions)
5234         (Image Descriptors): Add cross-references to the definition of
5235         selected frame.
5237         * buffers.texi (The Buffer List): Add cross-references to the
5238         definition of selected frame.
5240         * frames.texi (Input Focus): Clarify which frame is _the_ selected
5241         frame at any given time.
5242         (Multiple Displays, Size and Position): Add a cross-reference to
5243         the definition of the selected frame.
5245 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
5247         * strings.texi (String Conversion) <string-to-number>: Document
5248         that a float is returned for integers that are too large.
5250         * frames.texi (Mouse Position): Document mouse-position-function.
5251         (Display Feature Testing): Document display-images-p.
5252         (Window Frame Parameters): Document the cursor-type variable.
5254         * numbers.texi (Integer Basics): Document CL style read syntax for
5255         integers in bases other than 10.
5257         * positions.texi (List Motion): Document
5258         open-paren-in-column-0-is-defun-start.
5260         * lists.texi (Sets And Lists): Document member-ignore-case.
5262         * internals.texi (Garbage Collection): Document the used and free
5263         strings report.
5264         (Memory Usage): Document strings-consed.
5266         * os.texi (Time of Day): Document float-time.
5267         (Recording Input): Document that clear-this-command-keys clears
5268         the vector to be returned by recent-keys.
5270         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5271         argument keymap can be a list.
5273         * nonascii.texi (User-Chosen Coding Systems)
5274         <select-safe-coding-system>: Document the new argument
5275         accept-default-p and the variable
5276         select-safe-coding-system-accept-default-p.  Tell what happens if
5277         buffer-file-coding-system is undecided.
5278         (Default Coding Systems): Document auto-coding-regexp-alist.
5280         * display.texi (The Echo Area) <message>: Document
5281         message-truncate-lines.
5282         (Glyphs): Document that the glyph table is unused on windowed
5283         displays.
5285         * help.texi (Describing Characters) <single-key-description>:
5286         Document the new argument no-angles.
5287         (Accessing Documentation) <documentation-property>: Document that
5288         a non-string property is evaluated.
5289         <documentation>: Document that the function-documentation property
5290         is looked for.
5292         * windows.texi (Selecting Windows): Document some-window.
5294         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5296         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5297         apropos-mode-hook.
5299         * commands.texi (Using Interactive): Document interactive-form.
5300         (Keyboard Macros): Document kbd-macro-termination-hook.
5301         (Command Loop Info): Document that clear-this-command-keys clears
5302         the vector to be returned by recent-keys.
5304 2001-09-04  Werner LEMBERG  <wl@gnu.org>
5306         * Makefile.in (srcdir, texinputdir): New variables.
5307         (srcs, index.texi, install): Use $(srcdir).
5308         (.PHONY): Remove elisp.dvi.
5309         (elisp): Use -I switch for makeinfo.
5310         (elisp.dvi): Use $(srcdir) and $(texinputdir).
5311         (installall, dist): Use $(srcdir).
5312         Fix path to texinfo.tex.
5313         (maintainer-clean): Add elisp.dvi and elisp.oaux.
5315 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
5317         * display.texi (Conditional Display): Adjust to API change.
5319         * configure: New file.
5321 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
5323         * commands.texi (Repeat Events): Add description of
5324         double-click-fuzz.
5326 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
5328         * syntax.texi (Syntax Class Table): Add the missing designator for
5329         comment and string fences.
5330         (Syntax Properties): Add a xref to syntax table internals.
5331         (Syntax Table Internals): Document string-to-syntax.
5333 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
5335         * Makefile.in (install): Use install-info command line options
5336         like in Emacs' Makefile.in.
5338 2000-12-09  Miles Bader  <miles@gnu.org>
5340         * windows.texi (Window Start): Update documentation for
5341         `pos-visible-in-window-p'.
5343 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
5345         * lists.texi (Building Lists): Add footnote to explain how to add
5346         to the end of a list.
5348 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
5350         * files.texi (Visiting Functions): Typos.
5352 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
5354         * files.texi (Visiting Functions): Return value of
5355         find-file-noselect may be a list of buffers if wildcards are used.
5357 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
5359         * display.texi (Defining Faces): Document `graphic' display type
5360         in face specs.
5362 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5364         * hooks.texi (Standard Hooks): Replace obsolete
5365         `after-make-frame-hook' with `after-make-frame-functions'.
5367         * frames.texi (Creating Frames): Ditto.
5369         * variables.texi (Future Local Variables): Ditto.
5371 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
5373         * display.texi (Other Image Types): Add description of :foreground
5374         and :background properties of mono PBM images.
5376 2000-08-17  Werner LEMBERG  <wl@gnu.org>
5378         * .cvsignore: New file.
5380 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
5382         * tindex.pl: New script.
5384 1999-12-03  Dave Love  <fx@gnu.org>
5386         * Makefile.in (MAKEINFO): New parameter.
5388 1999-09-17  Richard Stallman  <rms@gnu.org>
5390         * Makefile.in (srcs): Add hash.texi.
5391         (VERSION): Update to 20.6.
5393 1999-09-13  Richard Stallman  <rms@gnu.org>
5395         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5397 1998-08-29  Karl Heuer  <kwzh@gnu.org>
5399         * configure.in: New file.
5400         * Makefile.in: Renamed from Makefile.
5401         (prefix, infodir): Use value obtained from configure.
5402         (emacslibdir): Obsolete variable deleted.
5403         (dist): Distribute configure.in, configure, Makefile.in.
5405 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
5407         * Makefile (INSTALL_INFO): New variable.
5408         (install): Run install-info.
5410 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
5412         * Makefile (elisp.dvi): Add missing backslash.
5414 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
5416         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5417         Run texindex without `./'.  Always run texindex on elisp.tp.
5418         (elisp.tps): Target deleted.
5420 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
5422         * Makefile (srcs): Add nonascii.texi and customize.texi.
5423         (dist): Start by deleting `temp'.
5425 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
5427         * Makefile (makeinfo, texindex): Targets deleted.
5428         (makeinfo.o, texindex.o): Targets deleted.
5429         (clean, dist): Don't do anything with them or with getopt*.
5431 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
5433         * Makefile (SHELL): Defined.
5435 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
5437         * Makefile (elisp.tps): New target.
5438         (elisp.dvi): Depend on elisp.tps.
5440 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
5442         * README: Update phone number.
5444         * Makefile (elisp): Make this be the default target.
5445         Depend on makeinfo.c instead of makeinfo.
5446         (install): Don't depend on elisp.dvi, since we don't install that.
5447         Use mkinstalldirs.
5448         (dist): Add mkinstalldirs.
5450 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5452         * Makefile (VERSION): Update version number.
5453         (maintainer-clean): Renamed from realclean.
5455 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
5457         * Makefile (realclean): New target.
5458         (elisp): Remove any old elisp-* files first.
5460 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
5462         * Makefile (VERSION): New variable.
5463         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5464         Compressed file suffix should be `.gz', not `.z'.
5466 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5468         * Makefile (elisp): Depend on makeinfo.
5470 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
5472         * Makefile (srcs): Add anti.texi.
5474 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5476         * Makefile (infodir, prefix): New vars.
5477         (install): Use infodir.
5478         (emacsinfodir): Deleted.
5480 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5482         * Makefile (srcs): Add calendar.texi.
5484         * Makefile (dist): Copy texindex.c and makeinfo.c.
5485         Limit elisp-* files to those with one or two digits.
5487 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5489         * Makefile (dist): Changed to use Gzip instead of compress.
5491 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5493         * loading.texi (Unloading): define-function changed back to
5494         defalias.  It may not stay this way, but at least it's
5495         consistent with the known-good version of the code patch.
5497 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
5499         * modes.texi (Hooks): Document new optional arg of add-hook.
5501 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5503         * variables.texi: Document nil initial value of buffer-local variables.
5505         * tips.texi: Add new section on standard library headers.
5507 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5509         * Makefile (srcs): Add frame.texi to the list of sources.
5511 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5513         * Makefile (dist): Don't bother excluding autosave files; they'll
5514         never make it into the temp directory anyway, and the hash marks
5515         in the name are problematic for make and the Bourne shell.
5516         (srcs):
5518 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5520         * Makefile (dist): Don't include backup files or autosave files in
5521         the distribution tar file.
5523 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5525         * Makefile (srcs): Added index.perm.
5526         (elisp.dvi): Remove erroneous shell comment.
5527         Expect output of permute-index in permuted.fns.
5528         Save old elisp.aux in elisp.oaux.
5529         (clean): Added index.texi to be deleted.
5531 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5533         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5535 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
5537         * files.texi: Noted that completion-ignored-extensions is ignored
5538         when making *Completions*.
5540 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5542         * Makefile  make dist now depends on elisp.dvi, since it tries
5543         to include it in the dist file.
5545 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
5547         * functions.texinfo (Mapping Functions): Add missing quote
5549 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5551         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5552         (defunargs): Turn off \hyphenchar of \sl font temporarily.
5554 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5556         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5557         and @error{} are the terms now being used.  The files in the
5558         directory have been changed to reflect this.
5560         * All instances of @indentedresultt{} have been changed to
5561         `     @result{}', using 5 spaces at the begining of the line.
5563 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5565         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5566         experimental @indentedresult{}, @indentedexpandsto{} are part of
5567         the texinfo.tex in this directory.  These TeX macros are not
5568         stable yet.
5570 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5572         * texinfo.tex: Temporarily added
5573                 \let\result=\dblarrow
5574                 \def\error{{\it ERROR} \longdblarrow}
5575         We need to do this better soon.
5577 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5579         * Applied Karl Berry's patches to *.texinfo files, but not to
5580         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
5581         new title page format is also not applied, since it requires
5582         texinfo.tex changes.)
5584         * Cleaned up `Makefile' and defined the `emacslibdir' directory
5585         for the Project GNU development environment.
5587 ;; Local Variables:
5588 ;; coding: iso-2022-7bit
5589 ;; add-log-time-zone-rule: t
5590 ;; End:
5592     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5593       2005, 2006, 2007 Free Software Foundation, Inc.
5594   Copying and distribution of this file, with or without modification,
5595   are permitted provided the copyright notice and this notice are preserved.
5597 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda