(mode-line-buffer-identification-keymap): Remove duplicate line.
[emacs.git] / lispref / ChangeLog
blobd3639fcac62b48b769de7a5212d4f16e8e5baf46
1 2006-09-11  Richard Stallman  <rms@gnu.org>
3         * display.texi (Display Table Format): Wording clarification.
4         (Glyphs): Clarifications.
6 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
8         * keymaps.texi (Active Keymaps): Mention that key-binding checks
9         local maps.
11 2006-09-10  Kim F. Storm  <storm@cua.dk>
13         * display.texi (Forcing Redisplay): Document return value of
14         function redisplay.
16 2006-09-09  Richard Stallman  <rms@gnu.org>
18         * windows.texi (Window Hooks): Explain limits of
19         window-scroll-functions.
21         * display.texi (Fringe Indicators): Update for last change in
22         indicate-buffer-boundaries.
24 2006-09-08  Richard Stallman  <rms@gnu.org>
26         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
28 2006-09-06  Kim F. Storm  <storm@cua.dk>
30         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
32         * windows.texi (Window Start): Update pos-visible-in-window-p.
34 2006-09-04  Richard Stallman  <rms@gnu.org>
36         * processes.texi (Accepting Output): Explain SECONDS=0 for
37         accept-process-output.
39         * os.texi (Idle Timers): Explain why timer functions should not
40         loop until (input-pending-p).
42 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
44         * makefile.w32-in (usermanualdir): New variable.
45         (elisp.dvi): Use it.
47 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
49         * buffers.texi (Buffer Modification): Fix last change.
51 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
53         * buffers.texi (Buffer Modification): Document
54         buffer-chars-modified-tick.
56 2006-08-31  Richard Stallman  <rms@gnu.org>
58         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
60 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
62         * modes.texi (Syntactic Font Lock):
63         Mention font-lock-syntactic-face-function
64         instead of specific faces.
66 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
68         * display.texi (Images): Add xrref to display-images-p.
70 2006-08-28  Kenichi Handa  <handa@m17n.org>
72         * nonascii.texi (Lisp and Coding Systems): Fix description of
73         detect-coding-region.
75 2006-08-27  Michael Olson  <mwolson@gnu.org>
77         * processes.texi (Transaction Queues): Remove stray quote
78         character.
80 2006-08-25  Richard Stallman  <rms@gnu.org>
82         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
83         Add xref.
85 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
87         * os.texi (Timers): Avoid waiting inside timers.
89 2006-08-21  Lute Kamstra  <lute@gnu.org>
91         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
93 2006-08-20  Richard Stallman  <rms@gnu.org>
95         * os.texi (Idle Timers): New node, split out from Timers.
96         Document current-idle-time.
97         * commands.texi (Reading One Event): Update xref.
98         * elisp.texi (Top): Update subnode menu.
100 2006-08-16  Richard Stallman  <rms@gnu.org>
102         * keymaps.texi (Extended Menu Items): Show format of cached
103         bindings in extended menu items.
105         * customize.texi (Variable Definitions): Explain when the
106         standard value expression is evaluated.
108 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
110         * commands.texi (Reading One Event): Explain idleness in
111         `read-event'.
113 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
115         * text.texi (Near Point): Say "cursor" not "terminal cursor".
116         (Commands for Insertion): Removed split-line since it's not
117         relevant for Lisp programming.
118         (Yank Commands): Rewrite introduction.
119         (Undo): Clarify.
120         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
121         (Filling): Remove redundant comment.  Clarify return value of
122         current-justification.
123         (Margins): Minor clarifications.
124         (Adaptive Fill): Update default value of adaptive-fill-regexp.
125         (Sorting): Update definition of sort-lines.
126         (Columns): Clarify behavior of sort-columns.
127         (Indent Tabs): Link to Tab Stops in Emacs manual.
128         (Special Properties): Clarify.
129         (Clickable Text): Mention Buttons package.
131 2006-08-12  Kevin Ryde  <user42@zip.com.au>
133         * os.texi (Time Parsing): Add %z to description of
134         format-time-string, as per docstring.  Add cross reference to
135         glibc manual for strftime.
137 2006-08-08  Richard Stallman  <rms@gnu.org>
139         * modes.texi: Clean up wording in previous change.
141 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
143         * modes.texi (Hooks): Clarify.
144         (Major Mode Basics): Mention define-derived-mode explicitly.
145         (Major Mode Conventions): Rebinding RET is OK for some modes.
146         Mention change-major-mode-hook and after-change-major-mode-hook.
147         (Example Major Modes): Moved to end of Modes section.
148         (Mode Line Basics): Clarify.
149         (Mode Line Data): Mention help-echo and local-map in strings.
150         Explain reason for treatment of non-risky variables.
151         (Properties in Mode): Clarify.
152         (Faces for Font Lock): Add font-lock-negation-char-face.
154 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
156         * strings.texi (Formatting Strings): Warn against arbitrary
157         strings as first arg to `format'.
159 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
161         * text.texi (Clickable Text): Mention `help-echo' text property.
162         Update intro, examples and associated explanations.
164 2006-07-31  Richard Stallman  <rms@gnu.org>
166         * commands.texi: Update xrefs.
167         (Event Mod): New node, cut out from old Translating Input.
169         * maps.texi: Update xrefs.
171         * keymaps.texi (Translation Keymaps): New node.
172         Update xrefs from Translating Input to Translation Keymaps.
174         * elisp.texi (Top): Update subnode menu.
176         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
178         * os.texi (System Interface): Fix menu descriptions of some nodes.
179         (Translating Input): Node deleted.
181 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
183         * modes.texi (Minor Mode Conventions): Update link for add-to-list.
185         * lists.texi (Sets And Lists): Likewise.
187 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
189         * text.texi (Fields): Mention POS
190         requirement when narrowing is in effect.
192 2006-07-28  Richard Stallman  <rms@gnu.org>
194         * display.texi (Face Attributes): Simplify wording.
195         (Attribute Functions): Clarify meaning of new-frame default
196         attribute settings.
198         * customize.texi (Common Keywords): Document how to use
199         :package-version in a package not in Emacs.
201 2006-07-28  Kim F. Storm  <storm@cua.dk>
203         * commands.texi (Reading One Event): Fix last change.
205 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
207         * commands.texi (Reading One Event): Document SECONDS argument for
208         read-event, read-char, and read-char-exclusive.
210 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
212         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
213         to ensure correct identification.
215 2006-07-24  Richard Stallman  <rms@gnu.org>
217         * text.texi (Clickable Text): Clarify.
219         * sequences.texi (Vector Functions): Delete duplicate xref.
221         * objects.texi (Function Type): Clarify.
223         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
224         modes.
226         * lists.texi (List Variables): New node.
227         Material moved from other nodes.
229         * variables.texi (Setting Variables): add-to-list and
230         add-to-ordered-list moved to List Variables node.
232 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
234         * text.texi (Links and Mouse-1):
235         For mouse-on-link-p, expand on arg POS.
237 2006-07-21  Kim F. Storm  <storm@cua.dk>
239         * display.texi (Forcing Redisplay): Don't mention systems which
240         don't support sub-second timers for redisplay-preemption-period.
242         * os.texi (Terminal Output): Clarify text vs graphical terminal.
244 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
246         * frames.texi (Input Focus): Document that focus-follows-mouse has
247         no effect on MS-Windows.
249 2006-07-18  Richard Stallman  <rms@gnu.org>
251         * display.texi (Forcing Redisplay): Cleanups in previous change.
253         * processes.texi (Low-Level Network): Make menu more convenient.
255 2006-07-18  Kim F. Storm  <storm@cua.dk>
257         * display.texi (Forcing Redisplay): redisplay-preemption-period
258         only used on window systems.  Add xref to Terminal Output.
260         * os.texi (Terminal Output): baud-rate only controls preemption on
261         non-window systems.  Add xref to Forcing Redisplay.
263         * processes.texi (Low-Level Network): Rename node "Make Network"
264         to "Network Processes".
266 2006-07-18  Karl Berry  <karl@gnu.org>
268         * variables.texi, functions.texi, customize.texi, loading.texi:
269         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
271 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
273         * commands.texi (Waiting): Document batch-mode sit-for behavior.
275 2006-07-17  Richard Stallman  <rms@gnu.org>
277         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
278         Put period and comma inside quotes.
280         * loading.texi, markers.texi: Use real doublequote inside menus.
282         * windows.texi: Put point and comma inside quotes.
283         (Textual Scrolling): Use @samp for error message.
285         * variables.texi, tips.texi, syntax.texi, symbols.texi:
286         * strings.texi, streams.texi, processes.texi, os.texi:
287         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
288         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
289         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
290         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
291         Put point and comma inside quotes.
293         * control.texi (Processing of Errors): Add command-error-function.
295         * variables.texi (File Local Variables): Clarify that
296         file local variables make buffer-local bindings.
298         * modes.texi (Syntactic Font Lock): Give default for
299         font-lock-syntax-table.
301 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
303         * text.texi (Special Properties): Clean up previous change.
305 2006-07-16  Karl Berry  <karl@gnu.org>
307         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
308         * control.texi: Fix bad page breaks through chapter 10 (control).
310         * anti.texi (Antinews): Reorder face-attribute fns to avoid
311         underfull hbox.
313 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
315         * text.texi (Special Properties): Describe fontified text property
316         in relation to a character (not text).
318 2006-07-15  Kim F. Storm  <storm@cua.dk>
320         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
321         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
322         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
324         * anti.texi (Antinews): Mention redisplay function.
325         The kbd macro existed, but was not documented, before 22.x.
326         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
328 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
330         * display.texi (Displaying Messages): Add anchor.
332         * frames.texi (Dialog Boxes): Use it.
334 2006-07-12  Richard Stallman  <rms@gnu.org>
336         * objects.texi (Frame Type): Explain nature of frames better.
338         * frames.texi (Frames): Explain nature of frames better.
340 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
342         * tips.texi (Coding Conventions): Explain why use cl at compile time.
344 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
346         * frames.texi (Window System Selections): Mention scrap support for Mac.
347         Default value of x-select-enable-clipboard is t on Mac.
349         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
351 2006-07-11  Kim F. Storm  <storm@cua.dk>
353         * display.texi (Forcing Redisplay): Add `redisplay' function.
354         Don't mention (sit-for -1) -- use (redisplay t) instead.
356         * commands.texi (Waiting): (sit-for -1) is no longer special.
357         (sit-for 0) is equivalent to (redisplay).
358         Iconifying/deiconifying no longer makes sit-for return.
360 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
362         * display.texi (Buttons): Fix typo.
364         * index.texi, elisp.texi (New Symbols): Comment node out.
366 2006-07-09  Richard Stallman  <rms@gnu.org>
368         * display.texi (Truncation): Clean up previous change.
370 2006-07-08  Richard Stallman  <rms@gnu.org>
372         * commands.texi (Interactive Call): Use 3 as prefix in example
373         for execute-extended-command.
375         * display.texi (Attribute Functions): Move paragraph about
376         compatibility with Emacs < 21.
378 2006-07-09  Kim F. Storm  <storm@cua.dk>
380         * display.texi (Refresh Screen): Clarify force-window-update.
381         (Truncation): "Normally" indicated by fringe arrows.
383 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
385         * windows.texi (Textual Scrolling, Resizing Windows):
386         * variables.texi (Constant Variables):
387         * text.texi (Buffer Contents, Deletion, Changing Properties)
388         (Property Search, Special Properties, Sticky Properties)
389         (Links and Mouse-1, Fields, Change Hooks):
390         * syntax.texi (Syntax Table Functions, Parsing Expressions)
391         (Categories):
392         * symbols.texi (Other Plists):
393         * streams.texi (Output Variables):
394         * processes.texi (Input to Processes, Query Before Exit):
395         * positions.texi (Word Motion, Text Lines, List Motion):
396         * os.texi (Init File, System Environment, Sound Output)
397         (Session Management):
398         * nonascii.texi (Text Representations, Character Sets)
399         (Chars and Bytes, Locales):
400         * modes.texi (Defining Minor Modes, Header Lines):
401         * minibuf.texi (Minibuffer Contents):
402         * markers.texi (Information from Markers):
403         * lists.texi (List Elements, Building Lists, Association Lists):
404         * keymaps.texi (Tool Bar):
405         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
406         * functions.texi (What Is a Function, Mapping Functions):
407         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
408         (Color Names, Text Terminal Colors, Display Feature Testing):
409         * files.texi (Visiting Functions, File Name Components)
410         (Unique File Names, Contents of Directories):
411         * display.texi (Forcing Redisplay, Displaying Messages)
412         (Temporary Displays, Font Selection, Auto Faces)
413         (Font Lookup, Fringe Indicators, Display Margins)
414         (Image Descriptors, Showing Images, Image Cache, Button Types)
415         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
416         (Display Table Format, Glyphs):
417         * control.texi (Iteration):
418         * commands.texi (Command Loop Info, Adjusting Point):
419         * backups.texi (Making Backups, Auto-Saving):
420         Remove @tindex entries.
422 2006-07-07  Kim F. Storm  <storm@cua.dk>
424         * display.texi (Fringe Cursors): Fix typo.
425         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
426         (Overlay Arrow): Default is overlay-arrow fringe indicator.
428 2006-07-05  Richard Stallman  <rms@gnu.org>
430         * text.texi (Buffer Contents): Add example of text props
431         in result of buffer-substring.
432         (Text Properties): Explain better about use of specific property names.
433         (Property Search): Some cleanups; reorder some functions.
435         * keymaps.texi (Changing Key Bindings): Cleanup.
436         Add xref to Key Binding Conventions.
438         * display.texi (Attribute Functions): Add examples for
439         face-attribute-relative-p.
441         * tips.texi (Coding Conventions): Cleanup last change.
443 2006-07-05  Karl Berry  <karl@gnu.org>
445         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
446         Remove @setchapternewpage odd.
447         Result is 1013 pages, down from 1100.
449         * anti.texi, customize.texi, display.texi, internals.texi:
450         * minibuf.texi, modes.texi, tips.texi:
451         Fix overfull/underfull boxes.
453 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
455         * edebug.texi (Instrumenting):
456         Add Edebug-specific findex for eval-buffer.
457         * loading.texi (Loading):
458         Replace eval-current-buffer with eval-buffer.
460 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
462         * locals.texi (Standard Buffer-Local Variables): Update the list
463         of variables.
465 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
467         * files.texi (File Name Completion): Point user to the node
468         "Reading File Names".
470 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
472         * files.texi (Contents of Directories): Document case-insensitive
473         behavior on respective filesystems.
475         * objects.texi (Character Type): Document that Emacs signals an
476         error for unsupported Unicode characters specified as \uNNNN.
478 2006-06-19  Richard Stallman  <rms@gnu.org>
480         * processes.texi (Bindat Spec): Clarify previous change.
482 2006-06-16  Richard Stallman  <rms@gnu.org>
484         * tips.texi (Coding Conventions): Better explain conventions
485         for definition constructs.
487         * text.texi (Special Properties): String value of `read-only'
488         serves as the error message.
490         * objects.texi (Character Type): Clarify prev. change.
491         (Non-ASCII in Strings): Mention \u and \U.
493         * commands.texi (Using Interactive): Explain problem of
494         markers, etc., in command-history.
496 2006-06-14  Kim F. Storm  <storm@cua.dk>
498         * commands.texi (Waiting): Negative arg to sit-for forces
499         redisplay even if input is pending.
501         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
502         redisplay.  Remove incorrect example of binding redisplay-dont-pause
503         around (sit-for 0).
505 2006-06-13  Richard Stallman  <rms@gnu.org>
507         * display.texi (Forcing Redisplay): Clarify previous change.
509 2006-06-13  Romain Francoise  <romain@orebokech.com>
511         * display.texi (Forcing Redisplay): Fix typo.
513 2006-06-13  Kim F. Storm  <storm@cua.dk>
515         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
517 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
519         * tips.texi (Coding Conventions): Add `@end itemize'.
521 2006-06-10  Richard Stallman  <rms@gnu.org>
523         * tips.texi (Coding Conventions): Explain use of coding systems
524         to ensure one decoding for strings.
526 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
528         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
529         syntax.
531 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
533         * display.texi (Font Selection): Remove description of
534         clear-face-cache.
536         * compile.texi (Eval During Compile): Fix a typo.  Add index
537         entries for possible uses of eval-when-compile.
539 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
541         * display.texi (Abstract Display): Fix typo.
543 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
545         * minibuf.texi (Minibuffer History) <history-add-new-input>:
546         Reword variable's description.
548 2006-06-01  Richard Stallman  <rms@gnu.org>
550         * windows.texi (Splitting Windows): Clarify splitting nonselected
551         window.
553 2006-05-31  Juri Linkov  <juri@jurta.org>
555         * minibuf.texi (Minibuffer History): Add history-add-new-input.
557 2006-05-30  Richard Stallman  <rms@gnu.org>
559         * display.texi (Line Height): Fix errors in description of
560         default line height and line-height properyty.
562         * nonascii.texi (Default Coding Systems): Further clarification.
564 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
566         * internals.texi (Pure Storage): Mention that an overflow in pure
567         space causes a memory leak.
568         (Garbage Collection): If there was an overflow in pure space,
569         `garbage-collect' returns nil.
571 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
573         * nonascii.texi (Default Coding Systems): Fix it some more.
575 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
577         * nonascii.texi (Default Coding Systems): Fix last change.
579 2006-05-29  Kenichi Handa  <handa@m17n.org>
581         * nonascii.texi (find-operation-coding-system): Describe the new
582         argument format (FILENAME . BUFFER).
584 2006-05-28  Richard Stallman  <rms@gnu.org>
586         * tips.texi (Coding Conventions): Better explain reasons not to
587         advise other packages or use `eval-after-load'.
589 2006-05-29  Kim F. Storm  <storm@cua.dk>
591         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
592         `bindat-idx' and `bindat-raw' for clarity.
594 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
596         * processes.texi (Bindat Spec): Expand on `repeat' handler.
598         * display.texi (Display): Add "Abstract Display" to menu.
599         (Abstract Display, Abstract Display Functions)
600         (Abstract Display Example): New nodes.
601         * elisp.texi (Top): Add "Abstract Display" to menu.
603 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
605         * keymaps.texi (Key Sequences): Link to input events definition.
606         (Format of Keymaps): Delete material duplicated in Keymap Basics.
608         * files.texi (Changing Files): Document updated argument list for
609         copy-file.
611 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
613         * processes.texi (Bindat Functions): Explain term "total length".
614         Use it in bindat-length and bindat-pack descriptions.
616 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
618         * tips.texi (Coding Conventions): Advise against using
619         eval-after-load in packages.  Add an index entry.
621 2006-05-25  Juri Linkov  <juri@jurta.org>
623         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
625         * modes.texi (%-Constructs): Add %e, %z, %Z.
627 2006-05-25  Richard Stallman  <rms@gnu.org>
629         * elisp.texi (Top): Update subnode menu.
631         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
632         (Keymaps): Update menu.
634 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
636         * keymaps.texi (Key Sequences): Some clarifications.
638 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
640         * processes.texi (Bindat Functions): Say "unibyte string"
641         explicitly for bindat-unpack and bindat-pack descriptions.
642         (Bindat Examples): Don't call `string-make-unibyte' in example.
644 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
646         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
647         Explain string and vector representations of key sequences
649         * keymaps.texi (Changing Key Bindings):
650         * commands.texi (Interactive Codes, Interactive Codes):
651         * help.texi (Describing Characters): Refer to it.
653 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
655         * frames.texi (Pointer Shape): @end table -> @end defvar.
657 2006-05-22  Richard Stallman  <rms@gnu.org>
659         * elisp.texi (Top): Update subnode menus.
661         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
662         Contents rewritten; material from old Pointer Shape node moved here.
664         * display.texi (Pointer Shape): Node deleted.
665         (Image Descriptors): Minor cleanup.
667 2006-05-21  Richard Stallman  <rms@gnu.org>
669         * syntax.texi (Parsing Expressions): Update info on which STATE
670         elements are ignored.
672 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
674         * hooks.texi (Standard Hooks): Correct typo.
676         * gpl.texi (GPL): ifinfo -> ifnottex.
678 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
680         * searching.texi (Simple Match Data): Warn about match data being
681         set anew by every search.
683 2006-05-17  Richard Stallman  <rms@gnu.org>
685         * minibuf.texi (Minibuffer History): Clarify.
687         * searching.texi (Regexp Special): Clarify nested regexp warning.
689 2006-05-16  Kim F. Storm  <storm@cua.dk>
691         * minibuf.texi (Minibuffer History): Update add-to-history.
693 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
695         * nonascii.texi (Explicit Encoding): Fix
696         typo (encoding<->decoding).
698 2006-05-14  Richard Stallman  <rms@gnu.org>
700         * buffers.texi (Creating Buffers): Cleanup.
702         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
704 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
706         * buffers.texi (Current Buffer): Document that with-temp-buffer
707         disables undo.
709         * os.texi (Terminal-Specific): More accurate description of how
710         Emacs searches for the terminal-specific libraries.
712 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
714         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
715         emacs-xtra to @inforef's.
717         * text.texi (Undo): Document that undo is turned off in buffers
718         whose names begin with a space.
720         * buffers.texi (Buffer Names): Add index entries for buffers whose
721         names begin with a space.
722         (Creating Buffers): Document that undo is turned off in buffers
723         whose names begin with a space.
725         * files.texi (Visiting Functions, Reading from Files)
726         (Saving Buffers): Mention code and EOL conversions by file I/O
727         primitives and subroutines.
729         * nonascii.texi (Lisp and Coding Systems): Document
730         coding-system-eol-type.  Add index entries for eol conversion.
732         * display.texi (Defining Faces): Mention `mac', and add an xref to
733         where window-system is described.
735 2006-05-10  Richard Stallman  <rms@gnu.org>
737         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
739 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
741         * variables.texi (File Local Variables): Recommend to quote lambda
742         expressions in safe-local-variable property.
744 2006-05-09  Richard Stallman  <rms@gnu.org>
746         * variables.texi (File Local Variables): Document
747         safe-local-eval-forms and safe-local-eval-function.
749 2006-05-07  Kim F. Storm  <storm@cua.dk>
751         * minibuf.texi (Minibuffer History): Remove keep-dups arg
752         from add-to-history.
754 2006-05-07  Romain Francoise  <romain@orebokech.com>
756         * commands.texi (Event Input Misc):
757         * compile.texi (Eval During Compile):
758         * internals.texi (Buffer Internals):
759         * minibuf.texi (Initial Input):
760         * nonascii.texi (Scanning Charsets):
761         * numbers.texi (Comparison of Numbers):
762         * windows.texi (Textual Scrolling, Vertical Scrolling):
763         Fix various typos.
765 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
767         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
768         conditional xref's to either emacs or emacs-xtra, depending on
769         @iftex/@ifnottex.
771         * minibuf.texi (Minibuffer History): Document add-to-history.
773 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
775         * internals.texi (Pure Storage): Mention the pure overflow message
776         at startup.
778 2006-05-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
780         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
781         (Searching Keymaps): Fix pseudo-Lisp description of keymap
782         search.
784 2006-05-01  Richard Stallman  <rms@gnu.org>
786         * intro.texi (nil and t): Clarify.
788         * variables.texi (File Local Variables): Suggest using booleanp.
790 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
792         * objects.texi (Type Predicates): Fix typos.
794 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
796         * intro.texi (nil and t): Add booleanp.
798         * objects.texi (Type Predicates): Add links for booleanp and
799         string-or-null-p.
801 2006-04-29  Richard Stallman  <rms@gnu.org>
803         * modes.texi (Multiline Font Lock): Rename from
804         Multi line Font Lock Elements.  Much clarification.
805         (Font Lock Multiline, Region to Fontify): Much clarification.
807 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
809         * variables.texi (File Local Variables): Remove the special case t for
810         safe-local-variable.
812 2006-04-26  Richard Stallman  <rms@gnu.org>
814         * syntax.texi (Parsing Expressions): Minor cleanup.
816 2006-04-18  Richard Stallman  <rms@gnu.org>
818         * tips.texi (Coding Conventions): Explain when the package's
819         prefix should appear later on (not at the start of the name).
821         * searching.texi (String Search): Clarify effect of NOERROR.
823         * modes.texi (Imenu): Clarify what special items do.
825         * hooks.texi (Standard Hooks): Delete text about old hook names.
827 2006-04-17  Romain Francoise  <romain@orebokech.com>
829         * variables.texi (Local Variables): Update the default value of
830         `max-specpdl-size'.
832 2006-04-15  Michael Olson  <mwolson@gnu.org>
834         * processes.texi (Transaction Queues): Mention the new optional
835         `delay-question' argument for `tq-enqueue'.
837 2006-04-13  Bill Wohler  <wohler@newt.com>
839         * customize.texi (Common Keywords): Use dotted notation for
840         :package-version value.  Specify its values.  Improve documentation
841         for customize-package-emacs-version-alist.
843 2006-04-12  Bill Wohler  <wohler@newt.com>
845         * customize.texi (Common Keywords): Move description of
846         customize-package-emacs-version-alist to @defvar.
848 2006-04-10  Bill Wohler  <wohler@newt.com>
850         * customize.texi (Common Keywords): Add :package-version.
852 2006-04-10  Kim F. Storm  <storm@cua.dk>
854         * text.texi (Buffer Contents): Add NOPROPS arg to
855         filter-buffer-substring.
857 2006-04-08  Kevin Ryde  <user42@zip.com.au>
859         * os.texi (Command-Line Arguments): Update xref to emacs manual
860         "Command Arguments" -> "Emacs Invocation", per change there.
862 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
864         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
865         be on one line to help makeinfo not render two spaces after the dot.
867 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
869         * strings.texi (Predicates for Strings): Add string-or-null-p.
871 2006-03-28  Kim F. Storm  <storm@cua.dk>
873         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
874         remarks about systems that don't support fractional seconds.
876 2006-03-25  Karl Berry  <karl@gnu.org>
878         * elisp.texi: Use @copyright{} instead of (C), and do not indent
879         the year list.
881 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
883         * display.texi (Fringe Indicators): Fix typos.
885 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
887         * tips.texi (Documentation Tips): One can now also write `program'
888         in front of a quoted symbol in a docstring to prevent making a
889         hyperlink.
891 2006-03-19  Alan Mackenzie  <acm@muc.de>
893         * text.texi (Special Properties): Clarify `fontified' property.
895 2006-03-16  Richard Stallman  <rms@gnu.org>
897         * display.texi (Defining Images): Minor cleanup.
899 2006-03-16  Bill Wohler  <wohler@newt.com>
901         * display.texi (Defining Images): In image-load-path-for-library,
902         prefer user's images.
904 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
908 2006-03-15  Bill Wohler  <wohler@newt.com>
910         * display.texi (Defining Images): Fix example in
911         image-load-path-for-library by not recommending that one binds
912         image-load-path.  Just defvar it to placate compiler and only use
913         it if previously defined.
915 2006-03-14  Bill Wohler  <wohler@newt.com>
917         * display.texi (Defining Images): In image-load-path-for-library,
918         always return list of directories.  Update example.
920 2006-03-14  Alan Mackenzie  <acm@muc.de>
922         * modes.texi: New node, "Region to Fontify" (for Font Lock).
923         This describes font-lock-extend-region-function.
924         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
925         the new node "Region to Fontify".
927 2006-03-13  Richard Stallman  <rms@gnu.org>
929         * display.texi (Invisible Text): The impossible position is
930         now before the invisible text, not after.
931         (Defining Images): Clean up last change.
933 2006-03-11  Bill Wohler  <wohler@newt.com>
935         * display.texi (Defining Images): Add image-load-path-for-library.
937 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
939         * text.texi (Adaptive Fill): Fix Texinfo usage.
941         * strings.texi (Creating Strings): Fix Texinfo usage.
943         * searching.texi (Regexp Special): Use @samp for regular
944         expressions that are not in Lisp syntax.
946 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
948         * searching.texi (Regexp Special): Put remark between parentheses
949         to avoid misreading.
951 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
953         * searching.texi (Syntax of Regexps): More accurately describe
954         which characters are special in which situations.
955         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
956         are not special.  Describe in detail when `[' and `]' are special.
957         (Regexp Backslash): Plenty of regexps with unbalanced square
958         brackets are valid, so reword that statement.
960 2006-03-02  Kim F. Storm  <storm@cua.dk>
962         * keymaps.texi (Tool Bar): Add tool-bar-border.
964 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
966         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
968 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
970         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
972         * files.texi (Locating Files): Suggest additional values for the
973         SUFFIXES arg of `locate-file'.  Update pxref.
975         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
976         (How Programs Do Loading): Discuss the effects of Auto Compression
977         mode on `load'.
978         (Load Suffixes): New node.
979         (Library Search): Delete description of `load-suffixes'; it was
980         moved to "Load Suffixes".
981         (Autoload, Named Features): Mention `load-suffixes'.
983 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
985         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
987         * windows.texi (Window Tree): Fix typo.
989 2006-02-20  Kim F. Storm  <storm@cua.dk>
991         * display.texi (Fringe Indicators): New section.
992         Move indicate-empty-lines, indicate-buffer-boundaries, and
993         default-indicate-buffer-boundaries here.
994         Add fringe-indicator-alist and default-fringes-indicator-alist.
995         Add list of logical fringe indicator symbols.
996         Update list of standard bitmap names.
997         (Fringe Cursors): New section.
998         Move overflow-newline-into-fringe here.
999         Add fringe-cursor-alist and default-fringes-cursor-alist.
1000         Add list of fringe cursor symbols.
1002 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1004         * commands.texi (Using Interactive): Fix reference to node
1005         "Minibuffers".
1007 2006-02-19  Richard M. Stallman  <rms@gnu.org>
1009         * minibuf.texi (High-Level Completion):
1010         Add xref to read-input-method-name.
1012         * files.texi (Relative File Names): Move file-relative-name here.
1013         (File Name Expansion): From here.  Minor clarifications.
1015         * commands.texi (Using Interactive): Add xrefs about reading input.
1016         Clarify remarks about that moving point and mark.
1017         Put string case before list case.
1019 2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1021         * display.texi (Other Display Specs, Image Descriptors):
1022         Revert erroneous changes.  The previous description of
1023         image-descriptors as `(image . PROPS)' was correct.
1025 2006-02-14  Richard M. Stallman  <rms@gnu.org>
1027         * variables.texi (File Local Variables): Clarifications.
1029 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
1031         * variables.texi (File Local Variables): Use @code for a cons
1032         cell, not @var.
1034 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1036         * variables.texi (File Local Variables): Document new file local
1037         variable behavior.
1039 2006-02-10  Kim F. Storm  <storm@cua.dk>
1041         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1043 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
1045         * modes.texi (%-Constructs): Remove obsolete info about
1046         `global-mode-string'.
1048 2006-02-07  Richard M. Stallman  <rms@gnu.org>
1050         * commands.texi (Prefix Command Arguments): Minor cleanup.
1052         * display.texi: "Graphical display", not window system.
1054         * functions.texi (What Is a Function): Fix xref.
1056         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1057         (Changing Key Bindings): Clarify when remapping is better than
1058         substitute-key-definition.
1060 2006-02-02  Richard M. Stallman  <rms@gnu.org>
1062         * minibuf.texi (Basic Completion): Completion alists are risky.
1064         * keymaps.texi (Active Keymaps): Clarifications.
1065         (Searching Keymaps): New node.
1066         (Keymaps): Update menu.
1068         * frames.texi (Layout Parameters): Minor clarification.
1069         (Drag and Drop): New node.
1070         (Frames): Update menu.
1072 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
1074         * display.texi (Other Display Specs, Image Descriptors):
1075         Image description is a list, not a cons cell.
1077 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
1079         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1080         list is not necessarily a list).
1082 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
1084         * frames.texi (Layout Parameters): border-width and
1085         internal-border-width belong to the frame, not the window.
1087 2006-01-19  Richard M. Stallman  <rms@gnu.org>
1089         * nonascii.texi (Translation of Characters): Search cmds use
1090         translation-table-for-input.  Automatically made local.
1092         * markers.texi (Overview of Markers): Count insertion type
1093         as one of a marker's attributes.
1095         * keymaps.texi (Controlling Active Maps): New node, split out of
1096         Active Keymaps.
1097         (Keymaps): Menu updated.
1098         (Active Keymaps): Give pseudocode to explain how the active
1099         maps are searched.  current-active-maps and key-binding moved here.
1100         (Functions for Key Lookup): current-active-maps and key-binding moved.
1101         Clarifications.
1102         (Searching the Keymaps): New subnode.
1104         * elisp.texi (Top): Menu clarification.
1106         * display.texi (Other Display Specs): Delete duplicate entry for
1107         just a string as display spec.  Move text about recursive display
1108         specs on such a string.
1110         * commands.texi (Key Sequence Input): Clarify.
1111         Move num-nonmacro-input-events out.
1112         (Reading One Event): num-nonmacro-input-events moved here.
1114 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
1116         * advice.texi (Simple Advice): Update example to fit argument
1117         change in previous-line.
1119 2006-01-05  Richard M. Stallman  <rms@gnu.org>
1121         * markers.texi (The Mark): Fix in `mark'.
1123 2006-01-04  Richard M. Stallman  <rms@gnu.org>
1125         * processes.texi (Misc Network, Make Network): Minor cleanups.
1127 2006-01-04  Kim F. Storm  <storm@cua.dk>
1129         * processes.texi (Make Network): Add IPv6 addresses and handling.
1130         (Network Feature Testing): Mention (:family ipv6).
1131         (Misc Network): Add IPv6 formats to format-network-address.
1133 2005-12-30  Richard M. Stallman  <rms@gnu.org>
1135         * text.texi (Changing Properties):
1136         Don't use return value of set-text-properties.
1138 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1140         * modes.texi (Mode Line Format): Correct typo in menu.
1142 2005-12-29  Richard M. Stallman  <rms@gnu.org>
1144         * modes.texi (Mode Line Top): New node.
1145         (Mode Line Data): Some text moved to new node.
1146         Explain the data structure more concretely.
1147         (Mode Line Basics): Clarifications.
1148         (Mode Line Variables): Clarify intro paragraph.
1149         (%-Constructs): Clarify intro paragraph.
1150         (Mode Line Format): Update menu.
1152 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
1154         * minibuf.texi (Basic Completion): Update lazy-completion-table
1155         examples for removal of ARGS argument.
1157 2005-12-23  Richard M. Stallman  <rms@gnu.org>
1159         * text.texi (Undo): Restore some explanation from the version
1160         that was deleted.
1162 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
1164         * text.texi (Undo): Remove duplicate descriptions of `apply
1165         funname' and `apply delta' elements of the undo list.
1167 2005-12-20  Richard M. Stallman  <rms@gnu.org>
1169         * help.texi (Help Functions): Update documentation of `apropos'.
1171 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
1173         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1174         because it is confusing.  If the :help-echo keyword is a function,
1175         it is not directly used as the :help-echo overlay property, as the
1176         xref seems to suggest (it does not take the appropriate args).
1178 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
1180         * customize.texi (Common Keywords): Fix Texinfo usage.
1181         (Group Definitions, Variable Definitions): Update for new
1182         conventions for using `*' in docstrings.
1184         * tips.texi (Documentation Tips): Update for new conventions for
1185         using `*' in docstrings.
1187 2005-12-16  Richard M. Stallman  <rms@gnu.org>
1189         * minibuf.texi (Minibuffer Contents): Minor cleanup.
1191 2005-12-16  Juri Linkov  <juri@jurta.org>
1193         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1195 2005-12-14  Romain Francoise  <romain@orebokech.com>
1197         * modes.texi (Customizing Keywords): Rename `append' to `how'.
1198         Fix typo.
1200 2005-12-11  Juri Linkov  <juri@jurta.org>
1202         * minibuf.texi (Completion Commands): Add mention of read-file-name
1203         for filename completion keymaps.
1204         (Reading File Names): Add mention of filename completion keymaps
1205         for read-file-name and xref to `Completion Commands'.
1207 2005-12-10  Richard M. Stallman  <rms@gnu.org>
1209         * customize.texi (Common Keywords): State caveats for use of :tag.
1211 2005-12-08  Richard M. Stallman  <rms@gnu.org>
1213         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1214         with xrefs and better explanation.
1215         (Completion Commands): Add the filename completion maps.
1217         * objects.texi (Character Type): Clarify that \s is not space
1218         if a dash follows.
1220 2005-12-05  Richard M. Stallman  <rms@gnu.org>
1222         * windows.texi (Resizing Windows): Delete preserve-before args.
1224 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1227         in full keymaps, since the quirk has been fixed.
1229 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
1231         * hooks.texi (Standard Hooks): Add index entries.  Mention
1232         `compilation-finish-functions'.
1234 2005-11-27  Richard M. Stallman  <rms@gnu.org>
1236         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1238 2005-11-21  Juri Linkov  <juri@jurta.org>
1240         * customize.texi (Common Keywords): Update links types
1241         custom-manual and url-link.  Add link types emacs-library-link,
1242         file-link, function-link, variable-link, custom-group-link.
1244 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
1246         * display.texi: Revert 2005-11-20 change.
1248 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
1250         * processes.texi (Bindat Functions):
1251         Say "third" to refer to zero-based index "2".
1253 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
1255         * loading.texi (Library Search): Update the default value of
1256         `load-suffixes'.
1258 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1260         * display.texi (Attribute Functions): Mention :ignore-defface.
1262 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1264         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
1265         (Minor Mode Conventions): Mention the use of a hook.
1267 2005-11-06  Richard M. Stallman  <rms@gnu.org>
1269         * files.texi (Magic File Names): find-file-name-handler checks the
1270         `operations' property of the handler.
1272 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1274         * variables.texi (Frame-Local Variables): Small clarification.
1276 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1278         * os.texi (Init File): Document ~/.emacs.d/init.el.
1280 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1282         * internals.texi (Garbage Collection): Document memory-full.
1284 2005-10-28  Bill Wohler  <wohler@newt.com>
1286         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1287         for URLs.
1289 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1291         * minibuf.texi (Completion Commands): Clean up prev change.
1293 2005-10-26  Kevin Ryde  <user42@zip.com.au>
1295         * compile.texi (Eval During Compile): Explain recommended uses
1296         of eval-when-compile and eval-and-compile.
1298 2005-10-27  Masatake YAMATO  <jet@gyve.org>
1300         * minibuf.texi (Completion Commands):
1301         Write about new optional argument for `display-completion-list'.
1303 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1305         * display.texi (Overlay Arrow): Clarify about local bindings of
1306         overlay-arrow-position.
1308 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
1310         * internals.texi (Building Emacs): Fix last change.
1312 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1314         * internals.texi (Building Emacs): Document eval-at-startup.
1316 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1318         * loading.texi (Where Defined): load-history contains abs file names.
1319         symbol-file returns abs file names.
1321 2005-10-19  Kim F. Storm  <storm@cua.dk>
1323         * display.texi (Showing Images): Add max-image-size integer value.
1325 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
1327         * display.texi (Showing Images): Document max-image-size.
1329 2005-10-17  Richard M. Stallman  <rms@gnu.org>
1331         * commands.texi (Quitting): Minor clarification.
1333         * processes.texi (Sentinels): Clarify about output and quitting.
1334         (Filter Functions): Mention with-local-quit.
1336 2005-10-17  Juri Linkov  <juri@jurta.org>
1338         * buffers.texi (Current Buffer):
1339         * commands.texi (Event Input Misc):
1340         * compile.texi (Eval During Compile, Compiler Errors):
1341         * customize.texi (Group Definitions):
1342         * display.texi (Progress, Defining Faces):
1343         * files.texi (Writing to Files):
1344         * modes.texi (Mode Hooks, Defining Minor Modes):
1345         * streams.texi (Output Functions):
1346         * syntax.texi (Syntax Table Functions):
1347         * text.texi (Change Hooks):
1348         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1350         * commands.texi (Quitting): Replace arg `forms' with `body' in
1351         `with-local-quit'.
1353         * positions.texi (Excursions): Replace arg `forms' with `body' in
1354         `save-excursion'.
1356 2005-10-08  Kim F. Storm  <storm@cua.dk>
1358         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1359         Rename manual section accordingly.
1361 2005-10-04  Kim F. Storm  <storm@cua.dk>
1363         * windows.texi (Window Split Tree): New section describing
1364         new function window-split-tree function.
1366 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
1368         * display.texi (Fringe Size/Pos): Simplify and add detail.
1370 2005-09-30  Romain Francoise  <romain@orebokech.com>
1372         * minibuf.texi (High-Level Completion): Explain that the prompt
1373         given to `read-buffer' should end with a colon and a space.
1374         Update usage examples.
1376 2005-09-29  Juri Linkov  <juri@jurta.org>
1378         * display.texi (Displaying Messages): Rename argument name
1379         `string' to `format-string' in functions `message', `message-box',
1380         `message-or-box'.
1382 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
1384         * errors.texi (Standard Errors): Correct xrefs.
1386 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
1388         * display.texi (Defining Images): Update documentation for
1389         `image-load-path'.
1391 2005-09-17  Richard M. Stallman  <rms@gnu.org>
1393         * display.texi (Defining Images): Clean up previous change.
1395 2005-09-16  Romain Francoise  <romain@orebokech.com>
1397         * elisp.texi: Specify GFDL version 1.2.
1399         * doclicense.texi (GNU Free Documentation License): Update to
1400         version 1.2.
1402 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
1404         * display.texi (Defining Images): Document `image-load-path'.
1406 2005-09-15  Richard M. Stallman  <rms@gnu.org>
1408         * objects.texi (Printed Representation): Minor cleanup.
1409         (Box Diagrams): Minor fix.
1410         (Cons Cell Type): Move (...) index item here.
1411         (Box Diagrams): From here.
1412         (Array Type): Minor fix.
1413         (Type Predicates): Delete index "predicates".
1414         (Hash Table Type): Clarify xref.
1415         (Dotted Pair Notation): Minor fix.
1417 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
1419         * files.texi (Saving Buffers): Fix typo.
1421 2005-09-08  Richard M. Stallman  <rms@gnu.org>
1423         * tips.texi (Programming Tips): Correct the "default" prompt spec.
1425 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
1427         * locals.texi (Standard Buffer-Local Variables): Don't include
1428         mode variables for minor modes.
1429         Fix xrefs for buffer-display-count, buffer-display-table,
1430         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1431         enable-multibyte-characters, fill-column, header-line-format,
1432         left-fringe-width, left-margin, and right-fringe-width.
1434         * hooks.texi (Standard Hooks): All hooks should conform to the
1435         standard naming convention now.
1436         Fix xref for `echo-area-clear-hook'.
1438         * display.texi (Usual Display): Note that indicate-empty-lines and
1439         tab-width are buffer-local.
1441         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1443         * modes.texi (Mode Help): Note that major-mode is buffer-local.
1445         * nonascii.texi (Encoding and I/O): Note that
1446         buffer-file-coding-system is buffer-local.
1448         * positions.texi (List Motion): Note that defun-prompt-regexp is
1449         buffer-local.
1451         * text.texi (Auto Filling): Note that auto-fill-function is
1452         buffer-local.
1453         (Undo): Note that buffer-undo-list is buffer-local.
1455         * windows.texi (Buffers and Windows): Document
1456         buffer-display-count.
1458 2005-09-06  Richard M. Stallman  <rms@gnu.org>
1460         * tips.texi (Coding Conventions): Sometimes it is ok to put the
1461         package prefix elsewhere than at the start of the name.
1463 2005-09-03  Richard M. Stallman  <rms@gnu.org>
1465         * tips.texi (Programming Tips): Add conventions for minibuffer
1466         questions and prompts.
1468 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
1470         * intro.texi (nil and t): Minor cleanup.
1471         Delete spurious mention of keyword symbols.
1472         (Evaluation Notation): Add index entry.
1473         (A Sample Function Description): Minor cleanup.
1474         (A Sample Variable Description): Not all vars can be set.
1476 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
1478         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1480         (Insertion): Document precise type of `insert-char' arg COUNT.
1482 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1484         * modes.texi (Other Font Lock Variables): Sync the default of
1485         font-lock-lines-before.
1487 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
1489         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1491 2005-08-29  Richard M. Stallman  <rms@gnu.org>
1493         * elisp.texi (Top): Update subnode menu.
1495         * searching.texi (Searching and Matching): Move node.
1496         Rearrange contents and add overall explanation.
1497         (Searching and Case): Move node.
1498         (Searching and Matching): Update menu.
1500 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
1502         * os.texi (Startup Summary): Fix the description of the initial
1503         startup message display.
1505 2005-08-25  Richard M. Stallman  <rms@gnu.org>
1507         * searching.texi (Search and Replace): Add replace-regexp-in-string.
1509 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
1511         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1512         `next-overlay-change' example.
1514 2005-08-22  Juri Linkov  <juri@jurta.org>
1516         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1517         Fix invert-face.  Fix args of face-background.
1519         * display.texi (Standard Faces): Delete node.
1520         (Faces): Add xref to `(emacs)Standard Faces'.
1521         (Displaying Faces): Fix xref to `Standard Faces'.
1523         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1525 2005-08-20  Alan Mackenzie  <acm@muc.de>
1527         * buffers.texi (The Buffer List): Clarify the manipulation of the
1528         buffer list.
1530 2005-08-14  Richard M. Stallman  <rms@gnu.org>
1532         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1533         a regexp.
1535 2005-08-11  Richard M. Stallman  <rms@gnu.org>
1537         * elisp.texi (Top): Update subnode lists.
1539         * display.texi (Inverse Video): Node deleted.
1541         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1542         New nodes split out of Coding Conventions.
1544         * searching.texi (Regular Expressions): Document re-builder.
1546         * os.texi (Time Parsing): New node split out of Time Conversion.
1548         * processes.texi (Misc Network, Network Feature Testing)
1549         (Network Options, Make Network): New nodes split out of
1550         Low-Level Network.
1552 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1554         * frames.texi (Geometry): New node, split from Size and Position.
1555         (Frame Parameters): Refer to Geometry.
1557         * buffers.texi (The Buffer List): Fix xrefs.
1559         * windows.texi (Splitting Windows): Fix xref.
1561         * frames.texi (Layout Parameters): Add xref.
1563         * display.texi (Line Height, Scroll Bars): Fix xrefs.
1565         * keymaps.texi (Menu Bar): Fix xref.
1567         * locals.texi (Standard Buffer-Local Variables): Fix xref.
1569         * modes.texi (%-Constructs): Fix xref.
1571         * frames.texi (Window Frame Parameters): Node split up.
1572         (Basic Parameters, Position Parameters, Size Parameters)
1573         (Layout Parameters, Buffer Parameters, Management Parameters)
1574         (Cursor Parameters, Color Parameters): New subnodes.
1576 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
1578         * positions.texi (Screen Lines): Update xref for previous change
1579         in minibuf.texi.
1581         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1582         change in minibuf.texi.
1584 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1586         * tips.texi (Coding Conventions): Minor cleanup.
1588         * modes.texi (Defining Minor Modes): Explain when init-value
1589         can be non-nil.
1591         * elisp.texi (Top): Update submenu for Minibuffer.
1593         * minibuf.texi (Minibuffer Misc): Node split up.
1594         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1595         (Recursive Mini): New nodes split out from Minibuffer Misc.
1596         (Minibuffer Misc): Document max-mini-window-height.
1598         * hash.texi (Defining Hash): Delete stray paren in example.
1600         * display.texi (Echo Area Customization): Don't define
1601         max-mini-window-height here; xref instead.
1603         * commands.texi (Event Input Misc): Update while-no-input.
1605         * advice.texi (Advising Functions): Explain when to use advice
1606         and when to use a hook.
1608 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
1610         * makefile.w32-in (info): Don't run install-info.
1611         ($(infodir)/dir): New target, produced by running install-info.
1613 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
1615         * modes.texi (Defining Minor Modes): The keyword for the initial
1616         value is :init-value, not :initial-value.
1618 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
1620         * loading.texi (Autoload): Make the `doctor' example be consistent
1621         with what's in current loaddefs.el.  Describe the "fn" magic in
1622         the usage portion of the doc string.
1624 2005-07-22  Richard M. Stallman  <rms@gnu.org>
1626         * internals.texi (Garbage Collection): Clarify previous change.
1628 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1630         * internals.texi (Garbage Collection): Add gc-cons-percentage.
1632 2005-07-18  Juri Linkov  <juri@jurta.org>
1634         * commands.texi (Accessing Events):
1635         * frames.texi (Text Terminal Colors, Resources):
1636         * markers.texi (The Mark):
1637         * modes.texi (Defining Minor Modes):
1638         Delete duplicate duplicate words.
1640 2005-07-16  Richard M. Stallman  <rms@gnu.org>
1642         * display.texi (Managing Overlays): Clarify make-overlay
1643         args for insertion types.
1645 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
1647         * customize.texi (Variable Definitions):
1648         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
1649         `standard-value' is a list too.
1650         (Defining New Types): Use @key{RET} instead of @key{ret}.
1652 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
1654         * os.texi (Translating Input): Fix typo.
1656 2005-07-08  Richard M. Stallman  <rms@gnu.org>
1658         * README: Update edition number and size estimate.
1660         * elisp.texi (VERSION): Set to 2.9.
1662 2005-07-07  Richard M. Stallman  <rms@gnu.org>
1664         * book-spine.texinfo: Update Emacs version.
1666         * display.texi (Inverse Video): Delete mode-line-inverse-video.
1668 2005-07-06  Richard M. Stallman  <rms@gnu.org>
1670         * searching.texi (Regexp Search): Clarify what re-search-forward
1671         does when the search fails.
1673 2005-07-05  Lute Kamstra  <lute@gnu.org>
1675         * Update FSF's address in GPL notices.
1677         * doclicense.texi (GNU Free Documentation License):
1678         * gpl.texi (GPL):
1679         * tips.texi (Coding Conventions, Library Headers):
1680         * vol1.texi:
1681         * vol2.texi: Update FSF's address.
1683 2005-07-04  Richard M. Stallman  <rms@gnu.org>
1685         * hooks.texi (Standard Hooks): Add occur-hook.
1687 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1689         * display.texi (The Echo Area): Correct menu.
1691 2005-07-03  Richard M. Stallman  <rms@gnu.org>
1693         * elisp.texi (Top): Update subnode menu for Display.
1695         * display.texi (Displaying Messages): New node, with most
1696         of what was in The Echo Area.
1697         (Progress): Moved under The Echo Area.
1698         (Logging Messages): New node with new text.
1699         (Echo Area Customization): New node, the rest of what was
1700         in The Echo Area.  Document message-truncate-lines with @defvar.
1701         (Display): Update menu.
1703         * windows.texi (Textual Scrolling): Doc 3 values for
1704         scroll-preserve-screen-position.
1706         * text.texi (Special Properties): Change hook functions
1707         should bind inhibit-modification-hooks around altering buffer text.
1709         * keymaps.texi (Key Binding Commands): Call binding BINDING
1710         rather than DEFINITION.
1712 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
1714         * variables.texi (Defining Variables): `user-variable-p' returns t
1715         for aliases of user options, nil for alias loops.
1717 2005-06-28  Richard M. Stallman  <rms@gnu.org>
1719         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1720         make-keymap.
1722 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
1724         * variables.texi (Setting Variables): Correct and clarify
1725         description of `add-to-ordered-list'.
1727 2005-06-26  Richard M. Stallman  <rms@gnu.org>
1729         * display.texi (Faces): Minor cleanup.
1731 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
1733         * display.texi (Faces): `facep' returns t for strings that are
1734         face names.
1736 2005-06-25  Richard M. Stallman  <rms@gnu.org>
1738         * objects.texi (Equality Predicates): Clarify meaning of equal.
1740         * windows.texi (Selecting Windows): save-selected-window
1741         and with-selected-window save and restore the current buffer.
1743 2005-06-24  Richard M. Stallman  <rms@gnu.org>
1745         * numbers.texi (Float Basics): Explain how to test for NaN,
1746         and printing the sign of NaNs.
1748 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
1750         * makefile.w32-in (MAKEINFO): Use --force.
1752 2005-06-23  Richard M. Stallman  <rms@gnu.org>
1754         * display.texi (Face Functions): Correct Texinfo usage.
1756 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
1758         * lists.texi (Rings): `ring-elements' now returns the elements of
1759         RING in order.
1761 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
1763         * markers.texi (The Mark): Texinfo usage fix.
1765 2005-06-23  Kim F. Storm  <storm@cua.dk>
1767         * searching.texi (Entire Match Data): Remove evaporate option for
1768         match-data.  Do not mention evaporate option for set-match-data.
1770 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
1772         * display.texi (Face Functions): Mention face aliases.
1774 2005-06-21  Richard M. Stallman  <rms@gnu.org>
1776         * anti.texi (Antinews): Texinfo usage fix.
1778 2005-06-21  Karl Berry  <karl@gnu.org>
1780         * elisp.texi: Use @copying.
1782         * elisp.texi: Put @summarycontents and @contents before the Top
1783         node, instead of the end of the file, so that the contents appear
1784         in the right place in the dvi/pdf output.
1786 2005-06-21  Juri Linkov  <juri@jurta.org>
1788         * display.texi (Defining Faces): Add `customized-face'.
1790 2005-06-20  Kim F. Storm  <storm@cua.dk>
1792         * variables.texi (Setting Variables): Any type of element can be
1793         given order in add-to-ordered-list.  Compare elements with eq.
1795         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
1797 2005-06-20  Karl Berry  <karl@gnu.org>
1799         * syntax.texi (Syntax Flags): Make last column very slightly wider
1800         to avoid "generic comment" breaking on two lines and causing an
1801         underfull box.
1803 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
1805         * lists.texi (Rings): Various minor clarifications and corrections.
1807 2005-06-18  Richard M. Stallman  <rms@gnu.org>
1809         * functions.texi (Obsolete Functions): Simplify.
1811         * variables.texi (Variable Aliases): Simplify.
1813         * anti.texi, backups.texi, compile.texi, customization.texi:
1814         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
1815         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
1816         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
1817         * variables.texi: Fix formatting ugliness.
1819         * elisp.texi: Add links to Rings and Byte Packing.
1820         Update version and copyright years.
1822         * minibuf.texi: Fix formatting ugliness.
1823         (Completion Commands): Move keymap vars to the end
1824         and vars completing-read binds to the top.
1826 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
1828         * processes.texi: Fix typos.
1829         (Bindat Spec): Correct Texinfo error.
1830         (Byte Packing): Fix ungrammatical sentence.
1832 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
1834         * lists.texi (Rings): New node.
1835         (Lists): Add it to menu.
1837         * processes.texi (Byte Packing): New node.
1838         (Processes): Add it to menu.
1840 2005-06-17  Richard M. Stallman  <rms@gnu.org>
1842         * syntax.texi (Parsing Expressions): Fix texinfo usage.
1844         * help.texi (Documentation Basics): Explain the xref to
1845         Documentation Tips.
1847         * debugging.texi (Debugger Commands): Minor fix.
1849 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
1851         * edebug.texi (Instrumenting): Eliminate duplicate link.
1852         (Specification List): Replace references to "below", referring to
1853         a later node, with one @ref to that node.
1855         * os.texi (Timers): Timers should save and restore the match data
1856         if they change it.
1858         * debugging.texi (Debugger Commands): Mention that the Lisp
1859         debugger can not step through primitive functions.
1861 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
1863         * functions.texi (Obsolete Functions): Update argument names of
1864         `make-obsolete' and `define-obsolete-function-alias'.
1866         * variables.texi (Variable Aliases): Update argument names of
1867         `defvaralias', `make-obsolete-variable' and
1868         `define-obsolete-variable-alias'.
1870 2005-06-15  Kim F. Storm  <storm@cua.dk>
1872         * searching.texi (Entire Match Data): Rephrase warnings about
1873         evaporate arg to match-data and set-match-data.
1875 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
1877         * elisp.texi (Top): Update detailed menu.
1879         * edebug.texi (Edebug): Update menu.
1880         (Instrumenting): Update xrefs.
1881         (Edebug Execution Modes): Correct xref.
1882         (Jumping): Clarify description of `h' command.
1883         Eliminate redundant @ref.
1884         (Breaks): New node.
1885         (Breakpoints): Is now a subsubsection.
1886         (Global Break Condition): Mention `C-x X X'.
1887         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
1888         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1889         (Edebug Display Update): Correct pxref.
1890         (Edebug and Macros): New node.
1891         (Instrumenting Macro Calls): Is now a subsubsection.
1892         Neither arg of `def-edebug-spec' is evaluated.
1893         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1894         (Specification Examples): Fix typo.
1896 2005-06-14  Lute Kamstra  <lute@gnu.org>
1898         * debugging.texi (Function Debugging): Primitives can break on
1899         entry too.
1901 2005-06-14  Kim F. Storm  <storm@cua.dk>
1903         * variables.texi (Setting Variables): Add add-to-ordered-list.
1905 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1907         * syntax.texi (Parsing Expressions): Document aux functions and vars of
1908         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1910 2005-06-13  Lute Kamstra  <lute@gnu.org>
1912         * text.texi (Special Properties): Fix cross reference.
1914 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
1916         * debugging.texi (Function Debugging): Delete mention of empty
1917         string argument to `cancel-debug-on-entry'.  Delete inaccurate
1918         description of the return value of that command.
1920 2005-06-11  Alan Mackenzie  <acm@muc.de>
1922         * text.texi (Adaptive Fill): Amplify the description of
1923         fill-context-prefix.
1925 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
1927         * syntax.texi (Parsing Expressions): Fix Texinfo error.
1929 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1931         * syntax.texi (Parsing Expressions): Document syntax-ppss.
1933 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
1935         * debugging.texi (Error Debugging): Minor rewording.
1936         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1937         is optional.
1939 2005-06-10  Lute Kamstra  <lute@gnu.org>
1941         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
1942         (Top): Give it a title.  Correct version number.  Give the
1943         detailed node listing a more prominent header.
1944         * intro.texi: Don't set VERSION here a second time.
1945         Mention Emacs's version too.
1946         * anti.texi (Antinews): Use EMACSVER to refer to the current
1947         version of Emacs.
1949 2005-06-09  Kim F. Storm  <storm@cua.dk>
1951         * searching.texi (Entire Match Data): Explain new `reseat' argument to
1952         match-data and set-match-data.
1954 2005-06-08  Richard M. Stallman  <rms@gnu.org>
1956         * searching.texi (Entire Match Data): Clarify when match-data
1957         returns markers and when integers.
1959         * display.texi (Defining Faces): Explain that face name should not
1960         end in `-face'.
1962         * modes.texi (Mode Line Data): Minor cleanup.
1963         (Customizing Keywords): Node split out of Search-based Fontification.
1964         Add example of using font-lock-add-keywords from a hook.
1965         Clarify when MODE should be non-nil, and when nil.
1967 2005-06-06  Richard M. Stallman  <rms@gnu.org>
1969         * modes.texi (Mode Line Data): Explain what happens when the car
1970         of a list is a void symbol.
1971         (Search-based Fontification): Explain MODE arg to
1972         font-lock-add-keywords and warn about calls from major modes.
1974 2005-06-08  Juri Linkov  <juri@jurta.org>
1976         * display.texi (Standard Faces): Add `shadow' face.
1978 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
1980         * modes.texi (Major Mode Conventions): A derived mode only needs
1981         to put the call to the parent mode inside `delay-mode-hooks'.
1983 2005-05-29  Richard M. Stallman  <rms@gnu.org>
1985         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1986         new, and what that implies.  Clarify.
1988         * files.texi (Locating Files): Clean up the text.
1990         * frames.texi (Window Frame Parameters): Document user-size.
1991         Shorten entry for top by referring to left.
1993 2005-05-26  Richard M. Stallman  <rms@gnu.org>
1995         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1996         is new, and what the implications are.  Other clarifications.
1998 2005-05-24  Richard M. Stallman  <rms@gnu.org>
2000         * frames.texi (Dialog Boxes): Minor fixes.
2002 2005-05-25  Masatake YAMATO  <jet@gyve.org>
2004         * display.texi (Standard Faces): Write about `mode-line-highlight'.
2006 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2008         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2009         is optional.
2011 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
2013         * frames.texi (Dialog Boxes): Descibe new optional argument.
2015 2005-05-23  Lute Kamstra  <lute@gnu.org>
2017         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2018         syntax-begin-function over font-lock-beginning-of-syntax-function.
2020 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
2022         * minibuf.texi (Reading File Names): Update description of
2023         `read-directory-name'.
2025         * modes.texi (Derived Modes): Clarify :group keyword.
2027 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
2029         * files.texi (Locating Files): New subsection.
2030         Describe locate-file and executable-find.
2032 2005-05-21  Kevin Ryde  <user42@zip.com.au>
2034         * frames.texi (Initial Parameters): Update cross reference to
2035         "Emacs Invocation".
2037 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
2039         * keymaps.texi (Active Keymaps): Add anchor.
2041         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2042         (Major Mode Conventions): Refer to `Auto Major Mode' in more
2043         appropriate place.
2044         (Derived Modes): Small clarifications.
2045         (Minor Mode Conventions, Keymaps and Minor Modes):
2046         Replace references to nodes with references to anchors.
2047         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2048         Clarify description of lists whose first element is an integer.
2049         (Mode Line Variables): Add anchor.
2050         (%-Constructs): Clarify description of integer after %.
2051         (Emulating Mode Line): Describe nil value for FACE.
2053 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
2055         * modes.texi (Derived Modes): Correct references to non-existing
2056         variable standard-syntax-table.
2058 2005-05-17  Lute Kamstra  <lute@gnu.org>
2060         * modes.texi (Defining Minor Modes): Mention the mode hook.
2062 2005-05-15  Kim F. Storm  <storm@cua.dk>
2064         * processes.texi (Network): Remove open-network-stream-nowait.
2065         (Network Servers): Remove open-network-stream-server.
2067 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
2069         * elisp.texi (Top): Update detailed menu.
2071         * variables.texi: Reorder nodes.
2072         (Variables): Update menu.
2073         (File Local Variables): Do not refer to the `-*-' line as
2074         a "local variables list".  Add pxref.
2076 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
2078         * elisp.texi (Top): Update detailed menu for node changes.
2080         * modes.texi (Modes): Update Menu.
2081         (Hooks):  Move to beginning of chapter.
2082         Most minor modes run mode hooks too.
2083         `add-hook' can handle void hooks or hooks whose value is a single
2084         function.
2085         (Major Modes): Update Menu.
2086         (Major Mode Basics): New node, split off from `Major Modes'.
2087         (Major Mode Conventions): Correct xref.  Explain how to handle
2088         auto-mode-alist if the major mode command has an autoload cookie.
2089         (Auto Major Mode): Major update.  Add magic-mode-alist.
2090         (Derived Modes): Major update.
2091         (Mode Line Format): Update Menu.
2092         (Mode Line Basics): New node, split off from `Mode Line Format'.
2094         * loading.texi (Autoload): Mention `autoload cookie' as synonym
2095         for `magic autoload comment'.  Add index entries and anchor.
2097 2005-05-14  Richard M. Stallman  <rms@gnu.org>
2099         * tips.texi (Coding Conventions): Explain how important it is
2100         that just loading certain files not change Emacs behavior.
2102         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2104 2005-05-12  Lute Kamstra  <lute@gnu.org>
2106         * modes.texi (Generic Modes): Update.
2107         (Major Modes): Refer to node "Generic Modes".
2109         * elisp.texi (Top): Update to the current structure of the manual.
2110         * processes.texi (Processes): Add menu description.
2111         * customize.texi (Customization): Add menu descriptions.
2113 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
2115         * processes.texi (Signals to Processes)
2116         (Low-Level Network): Fix typos.
2118 2005-05-11  Lute Kamstra  <lute@gnu.org>
2120         * elisp.texi (Top): Add some nodes from the chapter "Major and
2121         Minor Modes" to the detailed node listing.
2123 2005-05-10  Richard M. Stallman  <rms@gnu.org>
2125         * keymaps.texi (Extended Menu Items): Menu item filter functions
2126         can be called at any time.
2128 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
2130         * variables.texi (File Local Variables): `(hack-local-variables t)'
2131         now also checks whether a mode is specified in the local variables
2132         list.
2134 2005-05-05  Kevin Ryde  <user42@zip.com.au>
2136         * display.texi (The Echo Area): Correct format function cross
2137         reference.
2139 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
2141         * variables.texi (Variable Aliases): Change description of
2142         `define-obsolete-variable-alias'.
2144         * functions.texi (Functions): Add "Obsolete Functions" to menu.
2145         (Defining Functions): Add xref.
2146         (Obsolete Functions): New node.
2147         (Function Safety): Standardize capitalization of section title.
2149         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2150         (Dialog Boxes): Complete description of `x-popup-dialog'.
2152 2005-05-04  Richard M. Stallman  <rms@gnu.org>
2154         * commands.texi (Interactive Codes): Fix Texinfo usage.
2155         Document U more clearly.
2157 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2159         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2160         function and not a macro.
2162         * frames.texi (Pop-Up Menus): Correct and clarify description of
2163         `x-popup-menu'.
2164         (Dialog Boxes): Clarify description of `x-popup-dialog'.
2166 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2168         * edebug.texi (Checking Whether to Stop): Fix previous change.
2170 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2172         * display.texi: Fix typos and Texinfo usage.
2174         * edebug.texi (Checking Whether to Stop): executing-macro ->
2175         executing-kbd-macro.
2177 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2179         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2181 2005-04-30  Richard M. Stallman  <rms@gnu.org>
2183         * files.texi (Magic File Names): Document `operations' property.
2185 2005-04-29  Lute Kamstra  <lute@gnu.org>
2187         * modes.texi (Generic Modes): New node.
2188         (Major Modes): Add it to the menu.
2189         (Derived Modes): Add "derived mode" to concept index.
2191 2005-04-28  Lute Kamstra  <lute@gnu.org>
2193         * modes.texi (Defining Minor Modes): Fix previous change.
2194         (Font Lock Mode): Simplify.
2195         (Font Lock Basics): Say that font-lock-defaults is buffer-local
2196         when set and that some parts are optional.  Add cross references.
2197         (Search-based Fontification): Say how to specify font-lock-keywords.
2198         Add cross references.  Add font-lock-multiline to index.
2199         Move font-lock-keywords-case-fold-search here from node "Other Font
2200         Lock Variables".  Document font-lock-add-keywords and
2201         font-lock-remove-keywords.
2202         (Other Font Lock Variables): Move font-lock-keywords-only,
2203         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2204         and font-lock-syntactic-face-function to node "Syntactic Font
2205         Lock".  Move font-lock-keywords-case-fold-search to node
2206         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
2207         and font-lock-{,un}fontify-{buffer,region}-function.
2208         (Precalculated Fontification): Remove reference to deleted variable
2209         font-lock-core-only.
2210         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2211         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
2212         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2213         and font-lock-syntactic-face-function here from node "Other Font
2214         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
2215         Syntax Properties".  Add cross references.
2216         (Setting Syntax Properties): New node.
2217         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
2218         * syntax.texi (Syntax Properties): Add cross reference.
2219         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2221 2005-04-26  Richard M. Stallman  <rms@gnu.org>
2223         * display.texi (Defining Faces):
2224         Document `default' elements of defface spec.
2226         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2228         * variables.texi (Variable Aliases): Clarify text.
2230 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
2232         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2234 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
2236         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2238 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
2240         * syntax.texi (Syntax Table Internals): Elaborate documentation of
2241         syntax-after and syntax-class.
2243         * files.texi (Changing Files): Fix last change's cross-reference.
2244         (Unique File Names): Don't mention "numbers" in the documentation
2245         of make-temp-file and make-temp-name.
2247 2005-04-23  Richard M. Stallman  <rms@gnu.org>
2249         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2251 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2253         * windows.texi (Cyclic Window Ordering): Clarify window-list.
2255 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2257         * variables.texi (Variable Aliases): Describe make-obsolete-variable
2258         and define-obsolete-variable-alias.
2260 2005-04-22  Kim F. Storm  <storm@cua.dk>
2262         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2263         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2265 2005-04-21  Lute Kamstra  <lute@gnu.org>
2267         * lists.texi (Association Lists): Document rassq-delete-all.
2269 2005-04-19  Richard M. Stallman  <rms@gnu.org>
2271         * modes.texi (Search-based Fontification): Explain that
2272         facespec is an expression to be evaluated.
2274 2005-04-19  Kevin Ryde  <user42@zip.com.au>
2276         * streams.texi (Output Functions): Fix xref.
2277         * strings.texi (String Conversion): Fix xref.
2279 2005-04-19  Kim F. Storm  <storm@cua.dk>
2281         * symbols.texi (Symbol Plists): Add safe-get.
2282         Mention that `get' may signal an error.
2284 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
2286         * customize.texi (Variable Definitions): Replace tooltip-mode
2287         example with save-place.
2289 2005-04-17  Richard M. Stallman  <rms@gnu.org>
2291         * buffers.texi (Indirect Buffers): Clarify.
2293         * positions.texi (Positions): Clarify converting marker to integer.
2295         * strings.texi (String Basics): Mention string-match; clarify.
2297 2005-04-08  Lute Kamstra  <lute@gnu.org>
2299         * modes.texi (Search-based Fontification): Fix cross references.
2300         Use consistent terminology.  Document anchored highlighting.
2302 2005-04-05  Lute Kamstra  <lute@gnu.org>
2304         * modes.texi (Defining Minor Modes): Document :group keyword
2305         argument and its default value.
2307 2005-04-03  Lute Kamstra  <lute@gnu.org>
2309         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
2310         references and/or descriptions.  Delete major mode hooks; mention
2311         them as a category instead.  Rename or delete obsolete hooks.
2313 2005-04-02  Richard M. Stallman  <rms@gnu.org>
2315         * nonascii.texi (Coding System Basics): Another wording cleanup.
2317 2005-04-01  Richard M. Stallman  <rms@gnu.org>
2319         * nonascii.texi (Coding System Basics): Clarify previous change.
2321 2005-04-01  Kenichi Handa  <handa@m17n.org>
2323         * nonascii.texi (Coding System Basics): Describe about rondtrip
2324         identity of coding systems.
2326 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
2328         * text.texi (Buffer Contents): Add filter-buffer-substring and
2329         buffer-substring-filters.
2331 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
2333         * anti.texi (Antinews): Mention `G' interactive code.
2335         * tips.texi (Compilation Tips): Mention benchmark.el.
2337 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2339         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2340         is now bound to M-o M-o.
2342         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2344 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
2346         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2347         in the Emacs Manual).
2348         * Makefile.in (srcs): Remove calendar.texi.
2349         * makefile.w32-in (srcs): Remove calendar.texi.
2350         * display.texi (Display): Change name of next node.
2351         * os.texi (System In): Change name of previous node.
2352         * elisp.texi (Top): Remove Calendar references.
2353         * vol1.texi (Top): Remove Calendar references.
2354         * vol2.texi (Top): Remove Calendar references.
2356 2005-03-25  Richard M. Stallman  <rms@gnu.org>
2358         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
2359         Cleanup previous change.
2361 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
2363         * display.texi (Face Attributes): Faces earlier in an :inherit
2364         list take precedence.
2365         (Scroll Bars): Fix description of vertical-scroll-bars.
2366         Document frame-current-scroll-bars and window-current-scroll-bars.
2368         * markers.texi (The Mark): Document temporary Transient Mark mode.
2370         * minibuf.texi (Reading File Names):
2371         Document read-file-name-completion-ignore-case.
2373         * positions.texi (Screen Lines): Document nil for width argument
2374         to compute-motion.
2376 2005-03-23  Kim F. Storm  <storm@cua.dk>
2378         * display.texi (Standard Faces): Other faces used in the fringe
2379         implicitly inherits from the fringe face.
2380         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2381         properties implicitly inherits from fringe face.
2382         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2384 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
2386         * display.texi (Invisible Text): State default value of
2387         line-move-ignore-invisible.
2388         (Managing Overlays): Document remove-overlays.
2389         (Standard Faces): Document escape-glyph face.
2391         * minibuf.texi (Reading File Names): Document read-file-name-function.
2393         * modes.texi (Other Font Lock Variables):
2394         Document font-lock-lines-before.
2396         * positions.texi (Skipping Characters): skip-chars-forward allows
2397         character classes.
2399 2005-03-18  Lute Kamstra  <lute@gnu.org>
2401         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2403 2005-03-17  Richard M. Stallman  <rms@gnu.org>
2405         * text.texi (Undo): Document extensible undo entries.
2407         * searching.texi (String Search, Regexp Search, Regexp Search):
2408         Cleanups.
2410         * nonascii.texi (Character Codes): Minor fix.
2412         * display.texi (Display Property): Explain the significance
2413         of having text properties that are eq.
2414         (Other Display Specs): Explain string as display spec.
2416         * commands.texi (Interactive Codes): Document G option.
2418 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
2420         * text.texi (Filling): Add sentence-end-without-period and
2421         sentence-end-without-space.
2422         (Changing Properties): Minor fix.
2424         * anti.texi: Total rewrite.
2426 2005-03-15  Lute Kamstra  <lute@gnu.org>
2428         * edebug.texi (Instrumenting Macro Calls): Fix typos.
2430 2005-03-08  Kim F. Storm  <storm@cua.dk>
2432         * display.texi (Specified Space): Property :width is support on
2433         non-graphic terminals, :height is not.
2435 2005-03-07  Richard M. Stallman  <rms@gnu.org>
2437         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2438         Now subnodes of Fringes.
2439         (Overlay Arrow): Document overlay-arrow-variable-list.
2440         (Fringe Size/Pos): New node, broken out of Fringes.
2441         (Display): Explain clearing vs redisplay better.
2442         (Truncation): Clarify use of bitmaps.
2443         (The Echo Area): Clarify the uses of the echo area.
2444         Add max-mini-window-height.
2445         (Progress): Clarify.
2446         (Invisible Text): Explain that main loop moves point out.
2447         (Selective Display): Say "hidden", not "invisible".
2448         (Managing Overlays): Move up.  Describe relation to Undo here.
2449         (Overlay Properties): Clarify intro.
2450         (Finding Overlays): Explain return values when nothing found.
2451         (Width): truncate-string-to-width has added arg.
2452         (Displaying Faces): Clarify and update mode line face handling.
2453         (Face Functions): Minor cleanup.
2454         (Conditional Display): Merge into Other Display Specs.
2455         (Pixel Specification, Other Display Specs): Minor cleanups.
2456         (Images, Image Descriptors): Minor cleanups.
2457         (GIF Images): Patents have expired.
2458         (Showing Images): Explain default text for insert-image.
2459         (Manipulating Button Types): Merge into Manipulating Buttons.
2460         (Making Buttons): Explain return values.
2461         (Button Buffer Commands): Add xref.
2462         (Inverse Video): Update mode-line-inverse-video.
2463         (Display Table Format): Clarify.
2464         (Active Display Table): Give defaults for window-display-table.
2466         * calendar.texi (Calendar Customizing): calendar-holiday-marker
2467         and calendar-today-marker are strings, not chars.
2468         (Holiday Customizing): Minor fix.
2470         * internals.texi (Writing Emacs Primitives): Update `or' example.
2471         Update limit on # args of subr.
2473         * edebug.texi (Using Edebug): Arrow is in fringe.
2474         (Instrumenting): Arg to eval-defun works without loading edebug.
2475         (Edebug Execution Modes): Add xref.
2477         * customize.texi (Common Keywords): Clarify :require.
2478         Mention :version here.
2479         (Variable Definitions, Group Definitions): Not here.
2480         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2482 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
2483         * nonascii.texi (Text Representations): Clarify position-bytes.
2484         (Character Sets): Add list-charset-chars.
2485         (Scanning Charsets): Add charset-after.
2486         (Encoding and I/O): Minor fix.
2488 2005-03-06  Richard M. Stallman  <rms@gnu.org>
2490         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2491         (Resizing Windows): Likewise.
2493         * text.texi (Change Hooks): Get rid of "Emacs 21".
2495         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2497         * streams.texi (Output Variables): Get rid of "Emacs 21".
2499         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2501         * os.texi (Translating Input): Replace flow-control example
2502         with a less obsolete example that uses `keyboard-translate'.
2504         * objects.texi (Hash Table Type, Circular Objects):
2505         Get rid of "Emacs 21".
2507         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2508         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2510         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2512         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2514         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2515         (Menu Bar): Fix when menu-bar-update-hook is called.
2517         * hash.texi (Hash Tables): Get rid of "Emacs 21".
2519         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2520         and make it read better.
2522         * files.texi (Writing to Files): Get rid of "Emacs 21".
2523         (Unique File Names): Likewise.
2525         * elisp.texi: Update Emacs version to 22.
2527         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2528         (Overlay Properties, Face Attributes): Likewise.
2529         (Managing Overlays): Fix punctuation.
2530         (Attribute Functions): Clarify set-face-font; get rid of
2531         info about old Emacs versions.
2532         (Auto Faces, Font Lookup, Display Property, Images):
2533         Get rid of "Emacs 21".
2535         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2537 2005-03-05  Richard M. Stallman  <rms@gnu.org>
2539         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2541 2005-03-04  Lute Kamstra  <lute@gnu.org>
2543         * debugging.texi (Error Debugging): Document stack-trace-on-error.
2545 2005-03-03  Lute Kamstra  <lute@gnu.org>
2547         * edebug.texi (Instrumenting Macro Calls): Fix typo.
2549 2005-03-01  Lute Kamstra  <lute@gnu.org>
2551         * debugging.texi (Debugger Commands): Update `j'.
2553 2005-02-28  Lute Kamstra  <lute@gnu.org>
2555         * debugging.texi (Debugging): Fix typo.
2556         (Error Debugging): Document eval-expression-debug-on-error.
2557         (Function Debugging): Update example.
2558         (Using Debugger): Mention starred stack frames.
2559         (Debugger Commands): Document `j' and `l'.
2560         (Invoking the Debugger): `d' and `j' exit recursive edit too.
2561         Update the messages that the debugger displays.
2562         (Internals of Debugger): Add cross reference.  Update example.
2563         (Excess Open): Minor improvement.
2564         (Excess Close): Minor improvement.
2566 2005-02-26  Richard M. Stallman  <rms@gnu.org>
2568         * tips.texi (Coding Conventions): Clarify.
2569         Put all the major mode key reservations together.
2570         Mention the Mouse-1 => Mouse-2 conventions.
2572         * syntax.texi (Syntax Class Table): Clarify.
2573         (Syntax Table Functions): syntax-after moved from here.
2574         (Syntax Table Internals): syntax-after moved to here.
2575         (Parsing Expressions): Update info on number of values
2576         and what's meaningful in the STATE argument.
2577         (Categories): Fix typo.
2579         * sequences.texi (Arrays): Cleanup.
2580         (Char-Tables): Clarify.
2582         * processes.texi (Deleting Processes): Cleanups, add xref.
2583         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
2584         (Process Information): set-process-coding-system, some args optional.
2585         (Input to Processes): Explain various types for PROCESS args.
2586         Rename them from PROCESS-NAME to PROCESS.
2587         (Signals to Processes): Likewise.
2588         (Decoding Output): Cleanup.
2589         (Query Before Exit): Clarify.
2591         * os.texi (Startup Summary): Correct the options; add missing ones.
2592         (Terminal Output, Batch Mode): Clarify.
2593         (Flow Control): Node deleted.
2595         * markers.texi (The Mark): Clarify.
2597         * macros.texi (Expansion): Cleanup.
2598         (Indenting Macros): indent-spec allows ints, not floats.
2600         * keymaps.texi (Keymaps): Clarify.
2601         (Format of Keymaps): Update lisp-mode-map example.
2602         (Active Keymaps, Key Lookup): Clarify.
2603         (Changing Key Bindings): Add xref to `kbd'.
2604         (Key Binding Commands, Simple Menu Items): Clarify.
2605         (Mouse Menus, Menu Bar): Clarify.
2606         (Menu Example): Replace print example with menu-bar-replace-menu.
2608         * help.texi (Documentation Basics): Add function-documentation prop.
2610         * elisp.texi (Top): Don't refer to Flow Control node.
2612         * commands.texi (Command Overview): Improve xrefs.
2613         (Adjusting Point): Adjusting point applies to intangible and invis.
2614         (Key Sequence Input): Doc extra read-key-sequence args.
2615         Likewise for read-key-sequence-vector.
2617         * backups.texi (Rename or Copy): Minor fix.
2618         (Numbered Backups): For version-control, say the default.
2619         (Auto-Saving): make-auto-save-file-name example is simplified.
2621         * advice.texi (Advising Functions): Don't imply one part of Emacs
2622         should advise another part.  Markup changes.
2623         (Defining Advice): Move transitional para.
2624         (Activation of Advice): Cleanup.
2625         Explain if COMPILE is nil or negative.
2627         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2629 2005-02-24  Lute Kamstra  <lute@gnu.org>
2631         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2632         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2634 2005-02-23  Lute Kamstra  <lute@gnu.org>
2636         * modes.texi (Defining Minor Modes): define-minor-mode can be used
2637         to define global minor modes as well.
2639         * display.texi (Managing Overlays): overlay-buffer returns nil for
2640         deleted overlays.
2642 2005-02-22  Kim F. Storm  <storm@cua.dk>
2644         * minibuf.texi (Basic Completion): Allow symbols in addition to
2645         strings in try-completion and all-completions.
2647 2005-02-14  Lute Kamstra  <lute@gnu.org>
2649         * elisp.texi (Top): Remove reference to deleted node.
2651         * lists.texi (Lists): Remove reference to deleted node.
2652         (Cons Cells): Fix typo.
2654         * loading.texi (Where Defined): Fix typo.
2656 2005-02-14  Richard M. Stallman  <rms@gnu.org>
2658         * variables.texi (Creating Buffer-Local): change-major-mode-hook
2659         is useful for discarding some minor modes.
2661         * symbols.texi (Symbol Components): Reorder examples.
2663         * streams.texi (Input Functions): State standard-input default.
2664         (Output Variables): State standard-output default.
2666         * objects.texi (Printed Representation): Clarify read syntax vs print.
2667         (Floating Point Type): Explain meaning better.
2668         (Symbol Type): Explain uniqueness better.
2669         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
2670         List examples sooner.
2671         (Box Diagrams): New subnode broken out.
2672         Some examples moved from old Lists as Boxes node.
2673         (Dotted Pair Notation): Clarify intro.
2674         (Array Type): Clarify.
2675         (Type Predicates): Add hash-table-p.
2677         * numbers.texi (Integer Basics): Clarify radix explanation.
2678         (Predicates on Numbers): Minor clarification.
2679         (Comparison of Numbers): Minor clarification.  Clarify eql.
2680         Typos in min, max.
2681         (Math Functions): Clarify overflow in expt.
2683         * minibuf.texi (Text from Minibuffer): Minor clarification.
2684         Mention arrow keys.
2686         * loading.texi (Autoload): defun's doc string overrides autoload's
2687         doc string.
2688         (Repeated Loading): Modernize "add to list" examples.
2689         (Where Defined): Finish updating table of load-history elts.
2691         * lists.texi (List-related Predicates): Minor wording improvement.
2692         (Lists as Boxes): Node deleted.
2693         (Building Lists): Explain trivial cases of number-sequence.
2695         * hash.texi (Hash Tables): Add desc to menu items.
2696         (Creating Hash): Expain "full" means "make larger",
2697         (Hash Access): Any object can be a key.
2698         State value of maphash.
2700         * functions.texi (What Is a Function): Wording cleanup.
2701         (Function Documentation): Minor cleanup.
2702         Explain purpose of calling convention at end of doc string.
2703         (Function Names): Wording cleanup.
2704         (Calling Functions): Wording cleanup.
2705         Explain better how funcall calls the function.
2706         (Function Cells): Delete example of saving and redefining function.
2708         * control.texi (Combining Conditions): Wording cleanup.
2709         (Iteration): dolist and dotimes bind VAR locally.
2710         (Cleanups): Xref to Atomic Changes.
2712         * compile.texi (Byte Compilation): Delete 19.29 info.
2713         (Compilation Functions): Macros' difficulties don't affect defsubst.
2714         (Docs and Compilation): Delete 19.29 info.
2716 2005-02-10  Richard M. Stallman  <rms@gnu.org>
2718         * objects.texi (Symbol Type): Minor correction.
2720 2005-02-06  Lute Kamstra  <lute@gnu.org>
2722         * modes.texi (Example Major Modes): Fix typos.
2724 2005-02-06  Richard M. Stallman  <rms@gnu.org>
2726         * text.texi (Margins): fill-nobreak-predicate can be one function.
2728         * strings.texi (Modifying Strings): clear-string can make unibyte.
2729         (Formatting Strings): format gives error if values missing.
2731         * positions.texi (Character Motion): Mention default arg
2732         for forward-char.  backward-char refers to forward-char.
2733         (Word Motion): Mention default arg for forward-word.
2734         (Buffer End Motion): Mention default arg for beginning-of-buffer.
2735         Simplify end-of-buffer.
2736         (Text Lines): Mention default arg for forward-line.
2737         (List Motion): Mention default arg for beginning/end-of-defun.
2738         (Skipping Characters): Minor fixes in explaining character-set.
2740         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2741         Mode inheritance applies only when default-major-mode is nil.
2742         Clarifications.
2743         (Example Major Modes): Update Text mode and Lisp mode examples.
2744         (Minor Mode Conventions): Mention define-minor-mode at top.
2745         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2746         (Mode Line Format): Update mode line face display info.
2747         (Properties in Mode): Mention effect of risky vars.
2748         (Imenu): Define imenu-add-to-menubar.
2749         (Font Lock Mode): Add descriptions to menu lines.
2750         (Faces for Font Lock): Add font-lock-doc-face.
2752 2005-02-05  Lute Kamstra  <lute@gnu.org>
2754         * text.texi (Maintaining Undo): Remove obsolete function.
2756 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
2758         * frames.texi (Color Names): Add pointer to the X docs about RGB
2759         color specifications.  Improve indexing
2760         (Text Terminal Colors): Replace the description of RGB values by
2761         an xref to "Color Names".
2763 2005-02-03  Richard M. Stallman  <rms@gnu.org>
2765         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2766         Clarify.
2767         (Selecting Windows): Clarify save-selected-window.
2768         (Cyclic Window Ordering): Clarify walk-windows.
2769         (Window Point): Clarify.
2770         (Window Start): Add comment to example.
2771         (Resizing Windows): Add `interactive' specs in examples.
2772         Document fit-window-to-buffer.
2774         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
2775         (Undo, Maintaining Undo): Clarify last change.
2776         (Sorting): In sort-numeric-fields, explain about octal and hex.
2777         Mention sort-numeric-base.
2778         (Format Properties): Add xref for hard newlines.
2780         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
2781         (Pop-Up Menus): Fix typo.
2782         (Color Names): Explain all types of color names.
2783         Explain color-values on B&W terminal.
2784         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
2786         * files.texi (File Locks): Not supported on MS systems.
2787         (Testing Accessibility): Clarify.
2789         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
2790         (Coverage Testing): Fix typo.
2792         * commands.texi (Misc Events): Remove stray space.
2794         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
2795         (Modification Time): Clarify when visited-file-modtime returns 0.
2796         (The Buffer List): Clarify bury-buffer.
2797         (Killing Buffers): Clarify.
2798         (Indirect Buffers): Add clone-indirect-buffer.
2800 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
2802         * edebug.texi (Printing in Edebug): Fix default value of
2803         edebug-print-circle.
2804         (Coverage Testing): Fix displayed frequency count data.
2806 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
2808         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
2810 2005-02-02  Kim F. Storm  <storm@cua.dk>
2812         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
2814 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
2816         * commands.texi (Misc Events): Describe the help-echo event.
2818         * text.texi (Special Properties) <help-echo>: Use `pos'
2819         consistently in description of the help-echo property.
2820         Use @code{nil} instead of @var{nil}.
2822         * display.texi (Overlay Properties): Fix the index entry for
2823         help-echo overlay property.
2825         * customize.texi (Type Keywords): Uncomment the xref to the
2826         help-echo property documentation.
2828 2005-01-23  Kim F. Storm  <storm@cua.dk>
2830         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
2831         return value.  Third element FULLY replaced by PARTIAL which
2832         specifies number of invisible pixels if row is only partially visible.
2833         (Textual Scrolling): Mention auto-window-vscroll.
2834         (Vertical Scrolling): New defvar auto-window-vscroll.
2836 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
2838         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
2839         command remapping.
2841 2005-01-15  Richard M. Stallman  <rms@gnu.org>
2843         * display.texi (Defining Images): Mention DATA-P arg of create-image.
2845 2005-01-14  Kim F. Storm  <storm@cua.dk>
2847         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
2849         * text.texi (Links and Mouse-1): Fix string and vector item.
2851 2005-01-13  Richard M. Stallman  <rms@gnu.org>
2853         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2854         descriptions of overriding-local-map and overriding-terminal-local-map.
2856         * text.texi (Links and Mouse-1): Clarify text.
2858 2005-01-13  Kim F. Storm  <storm@cua.dk>
2860         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2862 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
2864         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2866 2005-01-12  Kim F. Storm  <storm@cua.dk>
2868         * text.texi (Links and Mouse-1): Rename section from Enabling
2869         Mouse-1 to Following Links.  Change xrefs.
2870         Add examples for define-button-type and define-widget.
2872         * display.texi (Button Properties, Button Buffer Commands):
2873         Clarify mouse-1 and follow-link functionality.
2875 2005-01-12  Richard M. Stallman  <rms@gnu.org>
2877         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2879         * display.texi (Beeping): Fix Texinfo usage.
2881         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2883 2005-01-11  Kim F. Storm  <storm@cua.dk>
2885         * display.texi (Button Properties, Button Buffer Commands):
2886         Mention mouse-1 binding.  Add follow-link keyword.
2888         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2889         (Enabling Mouse-1 to Follow Links): New subsection.
2891 2005-01-06  Richard M. Stallman  <rms@gnu.org>
2893         * text.texi (Special Properties): Minor change.
2895         * os.texi (Timers): Clarify previous change.
2897         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2899 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
2901         * display.texi (Face Attributes): Correct xref to renamed node.
2903 2005-01-01  Richard M. Stallman  <rms@gnu.org>
2905         * display.texi (Face Attributes): Describe hex color specs.
2907 2004-12-31  Richard M. Stallman  <rms@gnu.org>
2909         * os.texi (Timers): Update previous change.
2911 2004-12-30  Kim F. Storm  <storm@cua.dk>
2913         * display.texi (Line Height): Total line-height is now specified
2914         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
2915         in cons cells.  (nil . RATIO) is relative to actual line height.
2916         Use line-height `t' instead of `0' to get minimum height.
2918 2004-12-29  Richard M. Stallman  <rms@gnu.org>
2920         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2922 2004-12-28  Richard M. Stallman  <rms@gnu.org>
2924         * commands.texi (Quitting): Clarify value of with-local-quit.
2926         * elisp.texi (Top): Fix previous change.
2928         * loading.texi (Loading): Fix previous change.
2930 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2932         * Makefile.in (MAKEINFO): Specify --force.
2934         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2936         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2938         * display.texi (Line Height): Further clarify.
2940         * elisp.texi (Top): Update Loading submenu.
2942         * loading.texi (Where Defined): New node.
2943         (Unloading): load-history moved to Where Defined.
2945 2004-12-21  Richard M. Stallman  <rms@gnu.org>
2947         * commands.texi (Event Input Misc): Add while-no-input.
2949 2004-12-11  Richard M. Stallman  <rms@gnu.org>
2951         * display.texi (Line Height): Rewrite text for clarity.
2953 2004-12-11  Kim F. Storm  <storm@cua.dk>
2955         * display.texi (Display): Add node "Line Height" to menu.
2956         (Line Height): New node.  Move full description of line-spacing
2957         and line-height text properties here from text.texi.
2958         (Scroll Bars): Add vertical-scroll-bar variable.
2960         * frames.texi (Window Frame Parameters): Remove line-height defvar.
2962         * locals.texi (Standard Buffer-Local Variables): Fix xref for
2963         line-spacing and vertical-scroll-bar.
2965         * text.texi (Special Properties): Just mention line-spacing and
2966         line-height here, add xref to new "Line Height" node.
2968 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
2970         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2972         * locals.texi (Standard Buffer-Local Variables):
2973         Add @xref for `line-spacing'.
2975 2004-12-05  Richard M. Stallman  <rms@gnu.org>
2977         * Makefile.in (maintainer-clean): Remove the info files
2978         in $(infodir) where they are created.
2980 2004-12-03  Richard M. Stallman  <rms@gnu.org>
2982         * windows.texi (Selecting Windows): get-lru-window and
2983         get-largest-window don't consider dedicated windows.
2985         * text.texi (Undo): Document undo-in-progress.
2987 2004-11-26  Richard M. Stallman  <rms@gnu.org>
2989         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2990         Remove a few vars that are not always buffer-local.
2992 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
2994         * locals.texi (Standard Buffer-Local Variables): Comment out
2995         xref's to non-existent node `Yet to be written'.
2997 2004-11-24  Richard M. Stallman  <rms@gnu.org>
2999         * processes.texi (Synchronous Processes): Grammar fix.
3001         * numbers.texi (Comparison of Numbers): Add eql.
3003         * locals.texi (Standard Buffer-Local Variables): Add many vars.
3005         * intro.texi (Printing Notation): Fix previous change.
3007         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3008         and default-indicate-buffer-boundaries from here.
3009         (Usual Display): To here.
3010         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3011         (Usual Display): Move tab-width up.
3013         * customize.texi (Variable Definitions): Replace
3014         show-paren-mode example with tooltip-mode.
3015         (Simple Types, Composite Types, Defining New Types):
3016         Minor cleanups.
3018 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
3020         * processes.texi (Synchronous Processes, Output from Processes):
3021         Markup fix.
3023 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3025         * positions.texi (Skipping Characters): skip-chars-forward
3026         now handles char classes.
3028         * intro.texi (Printing Notation): Avoid confusion of `print'
3029         when explaining @print.
3031         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3033         * display.texi (Display Table Format): Minor fix.
3035         * streams.texi (Output Functions): Fix print example.
3037         * Makefile.in (elisp): New target.
3038         (dist): Depend on $(infodir)/elisp, not elisp.
3039         Copy the info files from $(infodir).
3041         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3042         read-from-minibuffer.
3044         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3046 2004-11-19  Richard M. Stallman  <rms@gnu.org>
3048         * searching.texi (Regexp Search): Add search-whitespace-regexp.
3050 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
3052         * tips.texi (Coding Conventions): Fix typo.
3054 2004-11-16  Richard M. Stallman  <rms@gnu.org>
3056         * tips.texi (Coding Conventions): Separate defvar and require
3057         methods to avoid warnings.  Use require only when there are many
3058         functions and variables from that package.
3060         * minibuf.texi (Minibuffer Completion): When ignoring case,
3061         predicate must not be case-sensitive.
3063         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3064         (Test Coverage): Don't talk about "splotches".  Clarified.
3066 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
3068         * frames.texi (Window Frame Parameters): Fix typo.
3070 2004-11-15  Kim F. Storm  <storm@cua.dk>
3072         * symbols.texi (Other Plists): Note that plist-get may signal error.
3073         Add safe-plist-get.
3075 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
3077         * modes.texi (Font Lock Basics): Fix typo.
3079 2004-11-08  Richard M. Stallman  <rms@gnu.org>
3081         * syntax.texi (Syntax Table Functions): Add syntax-after.
3083 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
3085         * os.texi (Processor Run Time): New section documenting
3086         get-internal-run-time.
3088 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
3090         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3091         it nukes elisp-cover.texi.
3092         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3093         elisp-0 etc.
3095 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3097         * commands.texi (Keyboard Macros): Document `append' return value
3098         of `defining-kbd-macro'.
3100 2004-11-01  Richard M. Stallman  <rms@gnu.org>
3102         * commands.texi (Interactive Call): Add called-interactively-p.
3104 2004-10-29  Simon Josefsson  <jas@extundo.com>
3106         * minibuf.texi (Reading a Password): Revert.
3108 2004-10-28  Richard M. Stallman  <rms@gnu.org>
3110         * frames.texi (Display Feature Testing): Explain about "vendor".
3112 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3114         * commands.texi (Interactive Codes): `N' uses numeric prefix,
3115         not raw.  Clarify `n'.
3116         (Interactive Call): Rewrite interactive-p, focusing on when
3117         and how to use it.
3118         (Misc Events): Clarify previous change.
3120         * advice.texi (Simple Advice): Clarify what job the example does.
3121         (Around-Advice): Clarify ad-do-it.
3122         (Activation of Advice): An option of ad-default-compilation-action
3123         is `never', not `nil'.
3125 2004-10-26  Kim F. Storm  <storm@cua.dk>
3127         * commands.texi (Interactive Codes): Add U code letter.
3129 2004-10-25  Simon Josefsson  <jas@extundo.com>
3131         * minibuf.texi (Reading a Password): Add.
3133 2004-10-24  Jason Rumney  <jasonr@gnu.org>
3135         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
3136         and wheel-down.
3138 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
3140         * processes.texi (Synchronous Processes): Document process-file.
3142 2004-10-22  Kenichi Handa  <handa@m17n.org>
3144         * text.texi (translate-region): Document that it accepts also a
3145         char-table.
3147 2004-10-22  David Ponce  <david@dponce.com>
3149         * windows.texi (Resizing Windows): Document the `preserve-before'
3150         argument of the functions `enlarge-window' and `shrink-window'.
3152 2004-10-19  Jason Rumney  <jasonr@gnu.org>
3154         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3156 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
3158         * text.texi (Filling): Add anchor for definition of
3159         `sentence-end-double-space'.
3161         * searching.texi (Regexp Example): Update description of how
3162         Emacs currently recognizes the end of a sentence.
3163         (Standard Regexps): Update definition of the variable
3164         `sentence-end'.  Add definition of the function `sentence-end'.
3166 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
3168         * display.texi (Progress): New node.
3170 2004-10-05  Kim F. Storm  <storm@cua.dk>
3172         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3174 2004-09-29  Kim F. Storm  <storm@cua.dk>
3176         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3177         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
3178         fringe bitmap symbols, as they now have their own namespace.
3179         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3180         vs. pixels.  Signal error if no free bitmap slots.
3181         (Pixel Specification): Change IMAGE to @var{image}.
3183 2004-09-28  Richard M. Stallman  <rms@gnu.org>
3185         * text.texi (Special Properties): Clarify line-spacing and line-height.
3187         * searching.texi (Regexp Search): Add looking-back.
3189 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
3191         * display.texi: Correct typos.
3192         (Image Descriptors): Correct xref's.
3194 2004-09-25  Richard M. Stallman  <rms@gnu.org>
3196         * text.texi (Special Properties): Cleanups in `cursor'.
3197         Rewrites in `line-height' and `line-spacing'; exchange them.
3199         * display.texi (Fringes): Rewrite previous change.
3200         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
3201         (Display Fringe Bitmaps): Node deleted, text moved.
3202         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
3203         (Scroll Bars): Clarify set-window-scroll-bars.
3204         (Pointer Shape): Rewrite.
3205         (Specified Space): Clarify :align-to, etc.
3206         (Pixel Specification): Use @var.  Clarify new text.
3207         (Other Display Specs): Clarify `slice'.
3208         (Image Descriptors): Cleanups.
3209         (Showing Images): Cleanups.
3211 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
3213         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3215         * modes.texi: Various minor changes in addition to:
3216         (Major Mode Conventions): Final call to `run-mode-hooks' should
3217         not be inside the `delay-mode-hooks' form.
3218         (Mode Hooks): New node.
3219         (Hooks): Delete obsolete example.
3220         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3221         node "Mode Hooks".
3223 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
3225         * display.texi: Correct various typos.
3226         (Display): Rename node "Pointer Shapes" to "Pointer
3227         Shape".  (There is already a node called "Pointer Shapes" in
3228         frames.texi.)
3229         (Images): Remove non-existent node "Image Slices" from menu.
3231 2004-09-23  Kim F. Storm  <storm@cua.dk>
3233         * text.texi (Special Properties): Add `cursor', `pointer',
3234         `line-height', and `line-spacing' properties.
3236         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3237         Shapes' to menu.
3238         (Standard Faces): Doc fix for fringe face.
3239         (Fringes): Add `overflow-newline-into-fringe' and
3240         'indicate-buffer-boundaries'.
3241         (Fringe Bitmaps, Pointer Shapes): New nodes.
3242         (Display Property): Add 'Pixel Specification' and 'Display Fringe
3243         Bitmaps' to menu.
3244         (Specified Space): Describe pixel width and height.
3245         (Pixel Specification): New node.
3246         (Other Display Specs): Add `slice' property.
3247         (Display Fringe Bitmaps): New node.
3248         (Images): Add 'Image Slices' to menu.
3249         (Image Descriptors): Add `:pointer' and `:map' properties.
3250         (Showing Images): Add slice arg to `insert-image'.  Add
3251         'insert-sliced-image'.
3253 2004-09-20  Richard M. Stallman  <rms@gnu.org>
3255         * commands.texi (Key Sequence Input):
3256         Clarify downcasing in read-key-sequence.
3258 2004-09-08  Juri Linkov  <juri@jurta.org>
3260         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3262 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
3264         * locals.texi (Standard Buffer-Local Variables): Add
3265         `buffer-auto-save-file-format'.
3266         * internals.texi (Buffer Internals): Describe new
3267         auto_save_file_format field of the buffer structure.
3268         * files.texi (Format Conversion): `auto-save-file-format' has been
3269         renamed `buffer-auto-save-file-format'.
3271 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
3273         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3274         an integer or a marker.
3275         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3277 2004-08-22  Richard M. Stallman  <rms@gnu.org>
3279         * modes.texi (Major Mode Conventions): Discuss rebinding of
3280         standard key bindings.
3282 2004-08-18  Kim F. Storm  <storm@cua.dk>
3284         * processes.texi (Accepting Output): Add `just-this-one' arg to
3285         `accept-process-output'.
3286         (Output from Processes): New var `process-adaptive-read-buffering'.
3288 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
3290         * keymaps.texi: Various changes in addition to:
3291         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3292         Give more varied examples for `kbd'.
3293         (Creating Keymaps): Char tables have slots for all characters
3294         without modifiers.
3295         (Active Keymaps): `overriding-local-map' and
3296         `overriding-terminal-local-map' also override text property and
3297         overlay keymaps.
3298         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3299         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3300         to denote a prefix of no events.
3301         `map-keymap' includes parent's bindings _recursively_.
3302         Clarify and correct description of `where-is-internal'.
3303         Mention BUFFER-OR-NAME arg to `describe-bindings'.
3304         (Menu Example): For menus intended for use with the keyboard, the
3305         menu items should be bound to characters or real function keys.
3307 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
3309         * objects.texi (Character Type): Reposition `@anchor' to prevent
3310         double space inside sentence in Info.
3312         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3313         renamed to `disabled-command-function'.
3314         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
3315         (Command Loop Info): Replace reference to it.
3316         (Disabling Commands): `disabled-command-hook' has been renamed to
3317         `disabled-command-function'.
3319 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
3321         * os.texi (Translating Input): Only non-prefix bindings in
3322         `key-translation-map' override actual key bindings.  Warn about
3323         possible indirect effect of actual key bindings on non-prefix
3324         bindings in `key-translation-map'.
3326 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
3328         * minibuf.texi (High-Level Completion): Add anchor for definition
3329         of `read-variable'.
3331         * commands.texi: Various changes in addition to:
3332         (Using Interactive): Clarify description of `interactive-form'.
3333         (Interactive Call): Mention default for KEYS argument to
3334         `call-interactively'.
3335         (Command Loop Info): Clarify description of `this-command-keys'.
3336         Mention KEEP-RECORD argument to `clear-this-command-keys'.
3337         Value of `last-event-frame' can be `macro'.
3338         (Repeat Events): `double-click-fuzz' is also used to distinguish
3339         clicks and drags.
3340         (Classifying Events): Clarify descriptions of `event-modifiers'
3341         `event-basic-type' and `event-convert-list'.
3342         (Accessing Events): `posn-timestamp' takes POSITION argument.
3343         (Quoted Character Input): Clarify description of
3344         `read-quoted-char' and fix example.
3345         (Quitting): Add `with-local-quit'.
3346         (Disabling Commands):  Correct and clarify descriptions of
3347         `enable-command' and `disable-command'.
3348         Mention what happens if `disabled-command-hook' is nil.
3349         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3350         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3352 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
3354         * frames.texi: Various changes in addition to:
3355         (Creating Frames): Expand and clarify description of `make-frame'.
3356         (Window Frame Parameters): Either none or both of the `icon-left'
3357         and `icon-top' parameters must be specified.  Put descriptions of
3358         `menu-bar-lines' and `toolbar-lines' closer together and change
3359         them accordingly.
3360         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3361         except while processing `frame-title-format' or `icon-title-format'.
3362         (Deleting Frames): Correct description of `delete-frame'.
3363         Non-nil return values of `frame-live-p' are like those of `framep'.
3364         (Frames and Windows): Mention return value of
3365         `set-frame-selected-window'.
3366         (Visibility of Frames): Mention `force' argument to
3367         `make-frame-invisible'.  `frame-visible-p' returns t for all
3368         frames on text-only terminals.
3369         (Frame Configurations): Restoring a frame configuration does not
3370         restore deleted frames.
3371         (Window System Selections): `x-set-selection' returns DATA.
3372         (Resources): Add example.
3373         (Display Feature Testing): Clarify descriptions of
3374         `display-pixel-height', `display-pixel-width', `x-server-version'
3375         and `x-server-vendor'.
3377         * windows.texi (Choosing Window): Add anchor.
3378         * minibuf.texi (Minibuffer Misc): Add anchor.
3380 2004-07-23  John Paul Wallington  <jpw@gnu.org>
3382         * macros.texi (Defining Macros): Declaration keyword for setting
3383         Edebug spec is `debug' not `edebug'.
3385 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
3387         * windows.texi: Various small changes in addition to:
3388         (Window Point): Mention return value of `set-window-point'.
3389         (Window Start): `pos-visible-in-window-p' disregards horizontal
3390         scrolling.  Explain return value if PARTIALLY is non-nil.
3391         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3392         and `set-window-vscroll'.
3393         (Size of Window): The argument WINDOW to `window-inside-edges',
3394         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3395         (Resizing Windows): Explain return value of
3396         `shrink-window-if-larger-than-buffer'.
3397         `window-size-fixed' automatically becomes buffer local when set.
3398         (Window Configurations): Explain return value of
3399         `set-window-configuration'.
3401         * minibuf.texi (Minibuffer Misc): Add anchor for
3402         `minibuffer-scroll-window'.
3404         * positions.texi (Text Lines): Add anchor for `count-lines'.
3406 2004-07-17  Richard M. Stallman  <rms@gnu.org>
3408         * display.texi (Overlay Properties): Adding `evaporate' prop
3409         deletes empty overlay immediately.
3411         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3412         fix example.
3414 2004-07-16  Jim Blandy  <jimb@redhat.com>
3416         * searching.texi (Regexp Backslash): Document new \_< and \_>
3417         operators.
3419 2004-07-16  Juanma Barranquero  <lektu@terra.es>
3421         * display.texi (Images): Fix Texinfo usage.
3423 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
3425         * buffers.texi (Modification Time): `visited-file-modtime' now
3426         returns a list of two integers, instead of a cons.
3428 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
3430         * windows.texi: Various changes in addition to:
3431         (Splitting Windows): Add `split-window-keep-point'.
3433 2004-07-09  Richard M. Stallman  <rms@gnu.org>
3435         * frames.texi (Input Focus): Minor fix.
3437 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
3439         * frames.texi (Input Focus): Clarify descriptions of
3440         `select-frame-set-input-focus' and `select-frame'.
3442 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
3444         * os.texi: Various small changes in addition to:
3445         (Killing Emacs): Expand and clarify description of
3446         `kill-emacs-query-functions' and `kill-emacs-hook'.
3447         (System Environment): Expand and clarify description of `getenv'
3448         and `setenv'.
3449         (Timers): Clarify description of `run-at-time'.
3450         (Translating Input): Correct description of
3451         `extra-keyboard-modifiers'.
3452         (Flow Control): Correct description of `enable-flow-control'.
3454 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
3456         * os.texi: Update copyright.
3457         (Session Management): Grammar fix.
3458         Clarify which Emacs does the restarting.
3459         Use @samp for *scratch* buffer.
3461 2004-07-04  Alan Mackenzie  <acm@muc.de>
3463         * frames.texi (Input Focus): Add documentation for
3464         `select-frame-set-input-focus'.  Replace refs to non-existent
3465         `switch-frame' with `select-frame'.  Minor corrections and tidying
3466         up of text-only terminal stuff.
3468 2004-07-02  Richard M. Stallman  <rms@gnu.org>
3470         * files.texi (Saving Buffers): Cleanup write-contents-function.
3471         (Magic File Names): Cleanup file-remote-p.
3473 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
3475         * files.texi (Magic File Names): `file-remote-p' returns an
3476         identifier of the remote system, not just t.
3478 2004-07-02  David Kastrup  <dak@gnu.org>
3480         * searching.texi (Entire Match Data): Add explanation about new
3481         match-data behavior when @var{integers} is non-nil.
3483 2004-06-24  Richard M. Stallman  <rms@gnu.org>
3485         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3487         * customize.texi (Variable Definitions): Note about doc strings
3488         and :set.
3490         * keymaps.texi (Keymap Terminology): Document `kbd'.
3491         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3493         * display.texi (Invisible Text): Setting buffer-invisibility-spec
3494         makes it buffer-local.
3496         * files.texi (Saving Buffers): Correct previous change.
3498         * commands.texi (Accessing Events):
3499         Clarify posn-col-row and posn-actual-col-row.
3501 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
3503         * commands.texi (Accessing Events): New functions
3504         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
3506 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3508         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3509         * frames.texi, buffers.texi, backups.texi, variables.texi:
3510         * loading.texi, eval.texi, functions.texi, control.texi:
3511         * symbols.texi, minibuf.texi: Reposition @anchor's.
3513         * help.texi: Various small changes in addition to the following.
3514         (Describing Characters): Describe PREFIX argument to
3515         `key-description'.  Correct and clarify definition of
3516         `text-char-description'.  Describe NEED-VECTOR argument to
3517         `read-kbd-macro'.
3518         (Help Functions): Clarify definition of `apropos'.
3520 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
3522         * files.texi (Saving Buffers): Correct description of
3523         `write-contents-functions'.
3525 2004-06-21  Juanma Barranquero  <lektu@terra.es>
3527         * display.texi (Images): Remove redundant @vindex directives.
3528         Rewrite `image-library-alist' doc in active voice.
3530 2004-06-14  Juanma Barranquero  <lektu@terra.es>
3532         * display.texi (Images): Document new delayed library loading,
3533         variable `image-library-alist' and (existing but undocumented)
3534         function `image-type-available-p'.
3536 2004-06-05  Richard M. Stallman  <rms@gnu.org>
3538         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3539         refer the user to the Initial Input node.
3540         (Text from Minibuffer): Likewise.
3541         (Initial Input): New node.  Document this feature
3542         and say it is mostly deprecated.
3544 2004-05-30  Richard M. Stallman  <rms@gnu.org>
3546         * loading.texi (Named Features): Clarify return value
3547         and meaning of NOERROR.
3549         * variables.texi (File Local Variables): Minor cleanup.
3551 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
3553         * files.texi (Magic File Names): Add `file-remote-p' as operation
3554         of file name handlers.
3556 2004-05-29  Richard M. Stallman  <rms@gnu.org>
3558         * modes.texi (Minor Mode Conventions): (-) has no special meaning
3559         as arg to a minor mode command.
3561 2004-05-22  Richard M. Stallman  <rms@gnu.org>
3563         * syntax.texi (Syntax Class Table): Word syntax not just for English.
3565         * streams.texi (Output Variables): Doc float-output-format.
3567         * searching.texi (Regexp Special): Nested repetition can be infloop.
3569         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3570         real stack overflow.
3572         * compile.texi: Minor cleanups.
3574 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
3576         * lists.texi (Cons Cells): Explain dotted lists, true lists,
3577         circular lists.
3578         (List Elements): Explain handling of circular and dotted lists.
3580 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
3582         * modes.texi (Search-based Fontification): Fix typo.
3584 2004-05-10  Juanma Barranquero  <lektu@terra.es>
3586         * modes.texi (Mode Line Variables): Fix description of
3587         global-mode-string, which is now after which-func-mode, not the
3588         buffer name.
3590 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
3592         * modes.texi (Desktop Save Mode): Add.
3593         (Modes): Add menu entry Desktop Save Mode.
3595         * hooks.texi: Add desktop-after-read-hook,
3596         desktop-no-desktop-file-hook and desktop-save-hook.
3598         * locals.texi: Add desktop-save-buffer.
3600 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
3602         * display.texi: emacs -> Emacs.
3604 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
3606         * files.texi (Changing Files): Document set-file-times.
3608 2004-04-23  Juanma Barranquero  <lektu@terra.es>
3610         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3612 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
3614         * tips.texi (Coding Conventions): defopt -> defcustom.
3616 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
3618         * sequences.texi: Various clarifications.
3620 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
3622         * buffers.texi (Read Only Buffers): Mention optional ARG to
3623         `toggle-read-only'.
3625 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
3627         * windows.texi (Selecting Windows): Note that get-lru-window
3628         returns a full-width window if possible.
3630 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
3632         * buffers.texi: Various changes in addition to:
3633         (Buffer File Name): Add `find-buffer-visiting'.
3634         (Buffer Modification): Mention optional ARG to `not-modified'.
3635         (Indirect Buffers): Mention optional CLONE argument to
3636         `make-indirect-buffer'.
3638         * files.texi: Various changes in addition to:
3639         (Visiting Functions): `find-file-hook' is now a normal hook.
3640         (File Name Expansion): Explain difference between the way that
3641         `expand-file-name' and `file-truename' treat `..'.
3642         (Contents of Directories): Mention optional ID-FORMAT argument to
3643         `directory-files-and-attributes'.
3644         (Format Conversion): Mention new optional CONFIRM argument to
3645         `format-write-file'.
3647 2004-04-12  Miles Bader  <miles@gnu.org>
3649         * macros.texi (Expansion): Add description of `macroexpand-all'.
3651 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
3653         * variables.texi (Variable Aliases): Mention
3654         cyclic-variable-indirection.
3656         * errors.texi (Standard Errors): Ditto.
3658 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3660         * backups.texi:  Various small changes in addition to:
3661         (Making Backups): Mention return value of `backup-buffer'.
3662         (Auto-Saving): Mention optional FORCE argument to
3663         `delete-auto-save-file-if-necessary'.
3664         (Reverting): Mention optional PRESERVE-MODES argument to
3665         `revert-buffer'.  Correct description of `revert-buffer-function'.
3667 2004-03-22  Juri Linkov  <juri@jurta.org>
3669         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3670         with `Vector Functions'.
3672         * text.texi (Sorting): Add missing quote.
3674 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
3676         * intro.texi (Lisp History): Replace xref to `cl' manual with
3677         inforef.
3679 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3681         * intro.texi (Version Info): Add arg to emacs-version.
3682         (Lisp History): Change xref to CL manual.
3684 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
3686         * minibuf.texi (Completion Commands): Add xref to Emacs manual
3687         for Partial Completion mode.
3689 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
3691         * customize.texi: Fix typo.  Remove eol whitespace.
3693 2004-03-04  Richard M. Stallman  <rms@gnu.org>
3695         * processes.texi: Fix typos.
3697         * lists.texi (Building Lists): Minor clarification.
3699         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3700         in make-hash-table.
3702 2004-02-29  Juanma Barranquero  <lektu@terra.es>
3704         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3705         rm, and ignore exit code.
3707 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
3709         * display.texi (Defining Faces): Add description for min-colors.
3710         Update example.
3712 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
3714         * abbrevs.texi: Various corrections and clarifications in addition
3715         to the following:
3716         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3718 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3720         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3722 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
3724         * text.texi: Various small changes in addition to the following:
3725         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3726         to delete-horizontal-space.
3727         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
3728         description of yank-handler text property at various places.
3730         * frames.texi (Window System Selections): Add anchor.
3732         * syntax.texi (Syntax Table Functions): Clarify and correct
3733         descriptions of make-syntax-table and copy-syntax-table.
3734         (Motion and Syntax): Clarify SYNTAXES argument to
3735         skip-syntax-forward.
3736         (Parsing Expressions): Mention that the return value of
3737         parse-partial-sexp is currently a list of ten rather than nine
3738         elements.
3739         (Categories): Various corrections and clarifications.
3741 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
3743         * markers.texi (Marker Insertion Types): Minor change.
3745         * locals.texi (Standard Buffer-Local Variables):
3746         * commands.texi (Interactive Codes, Using Interactive):
3747         * functions.texi (Related Topics): Fix xrefs.
3749 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
3751         * lists.texi (Sets And Lists): Update description of delete-dups.
3753 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3755         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3757 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3759         * frames.texi (Parameter Access): frame-parameters arg is optional.
3760         modify-frame-parameters handles nil for FRAME.
3761         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3762         are all-or-nothing for certain toolkits.
3763         Mention parameter wait-for-wm.
3764         (Frames and Windows): In frame-first-window and frame-selected-window
3765         the arg is optional.
3766         (Input Focus): In redirect-frame-focus the second arg is optional.
3767         (Window System Selections): Mention selection type CLIPBOARD.
3768         Mention data-type UTF8_STRING.
3769         Mention numbering of cut buffers.
3770         (Resources): Describe x-resource-name.
3772 2004-02-16  Richard M. Stallman  <rms@gnu.org>
3774         * windows.texi (Buffers and Windows): Delete false table
3775         about all-frames.
3777         * syntax.texi (Parsing Expressions): Delete old caveat
3778         about parse-sexp-ignore-comments.
3780         * streams.texi (Output Variables): Add print-quoted.
3782         * lists.texi (Building Lists): Minor cleanup.
3784         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
3786         * display.texi (Overlays): Explain overlays use markers.
3787         (Managing Overlays): Explain front-advance and rear-advance
3788         in more detail.
3790         * loading.texi (Unloading): Document unload-feature-special-hooks.
3791         Get rid of fns-NNN.el file.
3793 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3795         * help.texi (Describing Characters): Fix text-char-description
3796         example output.
3798         * edebug.texi (Using Edebug): Fix example.
3800         * debugging.texi (Internals of Debugger): Fix return value.
3802         * files.texi (Changing Files): Fix argname.
3804         * calendar.texi: Fix parens, and default values.
3806         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
3807         * nonascii.texi, objects.texi, os.texi: Minor fixes.
3808         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
3810         * positions.texi (Text Lines): Don't add -1 in current-line.
3812 2004-02-16  Richard M. Stallman  <rms@gnu.org>
3814         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
3816 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3818         * processes.texi (Low-Level Network): Fix a typo.
3820 2004-02-12  Kim F. Storm  <storm@cua.dk>
3822         * display.texi (Fringes): Use consistent wording.
3823         Note that window-fringe's window arg is optional.
3824         (Scroll Bars): Use consistent wording.
3826 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
3828         * tips.texi (Comment Tips): Document the new conventions for
3829         commenting out code.
3831 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3833         * positions.texi (Text Lines): Added missing end defun.
3835 2004-02-07  Kim F. Storm  <storm@cua.dk>
3837         * positions.texi (Text Lines): Add line-number-at-pos.
3839 2004-02-06  John Paul Wallington  <jpw@gnu.org>
3841         * display.texi (Button Properties, Button Buffer Commands):
3842         mouse-2 invokes button, not down-mouse-1.
3844 2004-02-04  Jason Rumney  <jasonr@gnu.org>
3846         * makefile.w32-in: Sync with Makefile.in changes.
3848 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
3850         * minibuf.texi (Text from Minibuffer): Various corrections and
3851         clarifications.
3852         (Object from Minibuffer): Correct Lisp description of
3853         read-minibuffer.
3854         (Minibuffer History): Clarify description of cons values for
3855         HISTORY arguments.
3856         (Basic Completion): Various corrections and clarifications.  Add
3857         completion-regexp-list.
3858         (Minibuffer Completion): Correct and clarify description of
3859         completing-read.
3860         (Completion Commands): Mention Partial Completion mode.  Various
3861         other minor changes.
3862         (High-Level Completion): Various corrections and clarifications.
3863         (Reading File Names): Ditto.
3864         (Minibuffer Misc): Ditto.
3866 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
3868         * strings.texi (Text Comparison): assoc-string also matches
3869         elements of alists that are strings instead of conses.
3870         (Formatting Strings): Standardize Texinfo usage.  Update index
3871         entries.
3873 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
3875         * lists.texi (Sets And Lists): Add delete-dups.
3877 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
3879         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3880         special form.
3881         * macros.texi (Defining Macros): Update description of `declare',
3882         which now is a macro.
3883         (Wrong Time): Fix typos.
3885 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
3887         * compile.texi (Compilation Functions): Expand descriptions of
3888         `compile-defun', `byte-compile-file', `byte-recompile-directory'
3889         and `batch-byte-compile'.  In particular, mention and describe
3890         all optional arguments.
3891         (Disassembly): Correct and clarify the description of `disassemble'.
3893 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
3895         * searching.texi: Various small changes in addition to the
3896         following.
3897         (Regexp Example): Adapt to new value of `sentence-end'.
3898         (Regexp Functions): The PAREN argument to `regexp-opt' can be
3899         `words'.
3900         (Search and Replace): Add usage note for `perform-replace'.
3901         (Entire Match Data): Mention INTEGERS and REUSE arguments to
3902         `match-data'.
3903         (Standard Regexps): Update for new values of `paragraph-start'
3904         and `sentence-end'.
3906 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
3908         * files.texi (Saving Buffers): Clarify descriptions of
3909         `write-contents-functions' and `before-save-hook'.
3910         Make the defvar's for `before-save-hook' and `after-save-hook'
3911         into defopt's.
3913 2004-01-07  Kim F. Storm  <storm@cua.dk>
3915         * commands.texi (Click Events): Describe new image and
3916         width/height elements of click events.
3917         (Accessing Events): Add posn-string, posn-image, and
3918         posn-object-width-height.  Change posn-object to return either
3919         image or string object.
3921 2004-01-01  Simon Josefsson  <jas@extundo.com>
3923         * hooks.texi (Standard Hooks): Add before-save-hook.
3924         * files.texi (Saving Buffers): Likewise.
3926 2004-01-03  Richard M. Stallman  <rms@gnu.org>
3928         * frames.texi (Frames and Windows): Delete frame-root-window.
3930 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3932         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3934         * functions.texi: Various small changes in addition to the
3935         following.
3936         (What Is a Function): `functionp' returns nil for macros.  Clarify
3937         behavior of this and following functions for symbol arguments.
3938         (Function Documentation): Add `\' in front of (fn @var{arglist})
3939         and explain why.
3940         (Defining Functions): Mention DOCSTRING argument to `defalias'.
3941         Add anchor.
3942         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
3944 2004-01-01  Miles Bader  <miles@gnu.org>
3946         * display.texi (Buttons): New section.
3948 2003-12-31  Andreas Schwab  <schwab@suse.de>
3950         * numbers.texi (Math Functions): sqrt reports a domain-error
3951         error.
3952         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3954 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
3956         * tips.texi (Documentation Tips): Update item on hyperlinks in
3957         documentation strings.
3959         * errors.texi (Standard Errors): Various small corrections and
3960         additions.
3962         * control.texi: Various small changes in addition to the
3963         following.
3964         (Signaling Errors): Provide some more details on how `signal'
3965         constructs the error message.  Add anchor to the definition of
3966         `signal'.
3967         (Error Symbols): Describe special treatment of `quit'.
3968         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3969         to emphasize that it has to be a single form.
3971         * buffers.texi: Add anchor.
3973 2003-12-29  Richard M. Stallman  <rms@gnu.org>
3975         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3976         (Window Configurations): Add window-configuration-frame.
3978         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3980         * text.texi (Examining Properties): Add get-char-property-and-overlay.
3981         Change arg name in get-char-property.
3982         (Special Properties): Update handling of keymap property.
3984         * strings.texi (Modifying Strings): Add clear-string.
3985         (Text Comparison): Add assoc-string and remove
3986         assoc-ignore-case, assoc-ignore-representation.
3988         * os.texi (Time of Day): Add set-time-zone-rule.
3990         * numbers.texi (Math Functions): asin, acos, log, log10
3991         report domain-error errors.
3993         * nonascii.texi (Converting Representations):
3994         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3995         (Encoding and I/O): Add file-name-coding-system.
3997         * modes.texi (Search-based Fontification): Explain that
3998         face specs are symbols with face names as values.
4000         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4002         * lists.texi (Building Lists): remq moved elsewhere.
4003         (Sets And Lists): remq moved here.
4004         (Association Lists): Refer to assoc-string.
4006         * internals.texi (Garbage Collection): Add memory-use-counts.
4008         * frames.texi (Frames and Windows): Add set-frame-selected-window
4009         and frame-root-window.
4011         * files.texi (Contents of Directories):
4012         Add directory-files-and-attributes.
4014         * display.texi (Refresh Screen): Add force-window-update.
4015         (Invisible Text): Explain about moving point out of invis text.
4016         (Overlay Properties): Add overlay-properties.
4017         (Managing Overlays): Add overlayp.
4018         (GIF Images): Invalid image number displays a hollow box.
4020         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4021         (Killing Buffers): Add buffer-live-p.
4023 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4025         * display.texi (Fringes): Fix typo "set-buffer-window".
4027 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
4029         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4030         * nonascii.texi, processes.texi, tips.texi, variables.texi:
4031         Add or change various xrefs and anchors.
4033         * commands.texi: Replace all occurrences of @acronym{CAR} with
4034         @sc{car}, for consistency with the rest of the Elisp manual.
4035         `car' and `cdr' are historically acronyms, but are no longer
4036         widely thought of as such.
4038         * internals.texi (Pure Storage): Mention that `purecopy' does not
4039         copy text properties.
4040         (Object Internals): Now 29 bits are used (in most implementations)
4041         to address Lisp objects.
4043         * variables.texi (Variables with Restricted Values): New node.
4045         * objects.texi (Lisp Data Types): Mention that certain variables
4046         can only take on a restricted set of values and add an xref to
4047         the new node "Variables with Restricted Values".
4049         * eval.texi (Function Indirection): Describe the errors that
4050         `indirect-function' can signal.
4051         (Eval): Clarify the descriptions of `eval-region' and `values'.
4052         Describe `eval-buffer' instead of `eval-current-buffer' and
4053         mention `eval-current-buffer' as an alias for `current-buffer'.
4054         Correct the description and mention all optional arguments.
4056         * nonascii.texi: Various small changes in addition to the
4057         following.
4058         (Converting Representations): Clarify behavior of
4059         `string-make-multibyte' and `string-to-multibyte' for unibyte all
4060         ASCII arguments.
4061         (Character Sets): Document the variable `charset-list' and adapt
4062         the definition of the function `charset-list' accordingly.
4063         (Translation of Characters): Clarify use of generic characters in
4064         `make-translation-table'.  Clarify and correct the description of
4065         the use of translation tables in encoding and decoding.
4066         (User-Chosen Coding Systems): Correct and clarify the description
4067         of `select-safe-coding-system'.
4068         (Default Coding Systems): Clarify description of
4069         `file-coding-system-alist'.
4071 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
4073         * strings.texi (Text Comparison): Correctly describe when two
4074         strings are `equal'.  Combine and clarify descriptions of
4075         `assoc-ignore-case' and `assoc-ignore-representation'.
4077         * objects.texi (Non-ASCII in Strings): Clarify description of
4078         when a string is unibyte or multibyte.
4079         (Bool-Vector Type): Update examples.
4080         (Equality Predicates): Correctly describe when two strings are
4081         `equal'.
4083 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
4085         * lists.texi (Building Lists): `append' no longer accepts integer
4086         arguments.  Update the description of `number-sequence' to reflect
4087         recent changes.
4088         (Sets And Lists): Describe `member-ignore-case' after `member'.
4090 2003-11-27  Kim F. Storm  <storm@cua.dk>
4092         * commands.texi (Click Events): Click object may be an images.
4093         Describe (dx . dy) element of click positions.
4094         (Accessing Events): Remove duplicate posn-timestamp.
4095         New functions posn-object and posn-object-x-y.
4097 2003-11-23  Kim F. Storm  <storm@cua.dk>
4099         * commands.texi (Click Events): Describe enhancements to event
4100         position lists, including new text-pos and (col . row) items.
4101         Mention left-fringe and right-fringe area events.
4102         (Accessing Events): New functions posn-area and
4103         posn-actual-col-row.  Mention posn-timestamp.  Mention that
4104         posn-point in non-text area still returns buffer position.
4105         Clarify posn-col-row.
4107 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
4109         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4110         * anti.texi (File Attributes): Describe removed parameter
4111         ID-FORMAT.
4113 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
4115         * positions.texi (Positions): Mention that, if a marker is used as
4116         a position, its buffer is ignored.
4118         * markers.texi (Overview of Markers): Mention it here too.
4120 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
4122         * numbers.texi (Numeric Conversions): Not just `floor', but also
4123         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4125 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
4127         * markers.texi (Creating Markers): Specify insertion type of
4128         created markers.  Add xref to `Marker Insertion Types'.
4129         Second argument to `copy-marker' is optional.
4130         (Marker Insertion Types): Mention that most markers are created
4131         with insertion type nil.
4132         (The Mark): Correctly describe when `mark' signals an error.
4133         (The Region): Correctly describe when `region-beginning' and
4134         `region-end' signal an error.
4136 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
4138         * hash.texi (Creating Hash): Clarify description of `eql'.
4139         `makehash' is obsolete.
4140         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4142         * positions.texi (Point): Change description of `buffer-end', so
4143         that it is also correct for floating point arguments.
4144         (List Motion): Correct argument lists of `beginning-of-defun' and
4145         `end-of-defun'.
4146         (Excursions): Add xref to `Marker Insertion Types'.
4147         (Narrowing): Argument to `narrow-to-page' is optional.
4149 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
4151         * streams.texi (Output Streams): Clarify behavior of point for
4152         marker output streams.
4154 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
4156         * variables.texi (Defining Variables): Second argument to
4157         `defconst' is not optional.
4158         (Setting Variables): Mention optional argument APPEND to
4159         `add-to-list'.
4160         (Creating Buffer-Local): Expand description of
4161         `make-variable-buffer-local'.
4162         (Frame-Local Variables): Expand description of
4163         `make-variable-frame-local'.
4164         (Variable Aliases): Correct description of optional argument
4165         DOCSTRING to `defvaralias'.  Mention return value of
4166         `defvaralias'.
4167         (File Local Variables): Add xref to `File variables' in Emacs
4168         Manual.  Correct description of `hack-local-variables'.  Mention
4169         `safe-local-variable' property.  Mention optional second argument
4170         to `risky-local-variable-p'.
4172 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
4174         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4176 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4178         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4179         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4180         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4181         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4182         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
4183         lispref/processes.texi, lispref/searching.texi,
4184         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4185         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4186         @acronym{FOO}.
4188 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
4190         * strings.texi (Creating Strings): Argument START to `substring'
4191         can not be `nil'.  Expand description of
4192         `substring-no-properties'.  Correct description of `split-string',
4193         especially with respect to empty matches.  Prevent very bad line
4194         break in definition of `split-string-default-separators'.
4195         (Text Comparison): `string=' and `string<' also accept symbols as
4196         arguments.
4197         (String Conversion): More completely describe argument BASE in
4198         `string-to-number'.
4199         (Formatting Strings): `%s' and `%S' in `format' do require
4200         corresponding object.  Clarify behavior of numeric prefix after
4201         `%' in `format'.
4202         (Case Conversion): The argument to `upcase-initials' can be a
4203         character.
4205 2003-10-27  Kenichi Handa  <handa@m17n.org>
4207         * display.texi (Fontsets): Fix texinfo usage.
4209 2003-10-25  Kenichi Handa  <handa@m17n.org>
4211         * display.texi (Fontsets): Add description of the function
4212         set-fontset-font.
4214 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
4216         * display.texi (Temporary Displays): Add xref to `Documentation
4217         Tips'.
4219         * functions.texi (Function Safety): Use inforef instead of pxref
4220         for SES.
4222 2003-10-23  Andreas Schwab  <schwab@suse.de>
4224         * Makefile.in (TEX, texinputdir): Don't define.
4225         (TEXI2DVI): Define.
4226         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4227         add $(srcdir)/index.texi.
4228         ($(infodir)/elisp): Remove index.texi dependency.
4229         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
4230         (index.texi): Remove target.
4231         (dist): Don't link $(srcdir)/permute-index.
4232         (clean): Don't remove index.texi.
4234         * permute-index, index.perm: Remove.
4235         * index.texi: Rename from index.unperm.
4237 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
4239         * tips.texi (Documentation Tips): Document new behavior for face
4240         and variable hyperlinks in Help mode.
4242 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
4244         * objects.texi (Integer Type): Update for extra bit of integer range.
4245         (Character Type): Ditto.
4247 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
4249         * numbers.texi (Integer Basics): Add index entries for reading
4250         numbers in hex, octal, and binary.
4252 2003-10-16  Lute Kamstra  <lute@gnu.org>
4254         * modes.texi (Mode Line Format): Mention force-mode-line-update's
4255         argument.
4257 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
4259         * windows.texi (Choosing Window): Fix typo.
4260         * edebug.texi (Edebug Execution Modes): Fix typo.
4262 2003-10-13  Richard M. Stallman  <rms@gnu.org>
4264         * windows.texi (Basic Windows): A window has fringe settings,
4265         display margins and scroll-bar settings.
4266         (Splitting Windows): Doc split-window return value.
4267         Clean up one-window-p.
4268         (Selecting Windows): Fix typo.
4269         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4270         (Buffers and Windows): In set-window-buffer, explain effect
4271         on fringe settings and scroll bar settings.
4272         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4273         (Choosing Window): Use defopt for pop-up-frame-function.
4274         For special-display-buffer-names, explain same-window and same-frame.
4275         Clarify window-dedicated-p return value.
4276         (Textual Scrolling): scroll-up and scroll-down can get an error.
4277         (Horizontal Scrolling): Clarify auto-hscroll-mode.
4278         Clarify set-window-hscroll.
4279         (Size of Window): Don't mention tool bar in window-height.
4280         (Coordinates and Windows): Explain what coordinates-in-window-p
4281         returns for fringes and display margins.
4282         (Window Configurations): Explain saving fringes, etc.
4284         * tips.texi (Library Headers): Clean up Documentation.
4286         * syntax.texi (Parsing Expressions): Clean up forward-comment
4287         and parse-sexp-lookup-properties.
4289         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4291         * os.texi (System Environment): Clean up text for load-average errors.
4293         * modes.texi (Hooks): Don't explain local hook details at front.
4294         Clarify run-hooks and run-hook-with-args a little.
4295         Clean up add-hook and remove-hook.
4297         * edebug.texi (Edebug Execution Modes): Clarify t.
4298         Document edebug-sit-for-seconds.
4299         (Coverage Testing): Document C-x X = and =.
4300         (Instrumenting Macro Calls): Fix typo.
4301         (Specification List): Don't index the specification keywords.
4303 2003-10-10  Kim F. Storm  <storm@cua.dk>
4305         * processes.texi (Network): Introduce make-network-process.
4307 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4309         * tips.texi (Library Headers): Fix typo.
4311 2003-10-07  Juri Linkov  <juri@jurta.org>
4313         * modes.texi (Imenu): Mention imenu-create-index-function's
4314         default value.  Explain submenus better.
4316 2003-10-07  Lute Kamstra  <lute@gnu.org>
4318         * modes.texi (Faces for Font Lock): Fix typo.
4319         (Hooks): Explain how buffer-local hook variables can refer to
4320         global hook variables.
4321         Various minor clarifications.
4323 2003-10-06  Lute Kamstra  <lute@gnu.org>
4325         * tips.texi (Coding Conventions): Mention naming conventions for
4326         hooks.
4328 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
4330         * loading.texi (Library Search): Correct default value of
4331         load-suffixes.
4332         (Named Features): Fix typo.
4334 2003-10-05  Richard M. Stallman  <rms@gnu.org>
4336         * loading.texi (Named Features): In `provide',
4337         say how to test for subfeatures.
4338         (Unloading): In unload-feature, use new var name
4339         unload-feature-special-hooks.
4341 2003-10-03  Lute Kamstra  <lute@gnu.org>
4343         * modes.texi (Major Mode Conventions): Mention third way to set up
4344         Imenu.
4345         (Imenu): A number of small fixes.
4346         Delete documentation of internal variable imenu--index-alist.
4347         Document the return value format of imenu-create-index-function
4348         functions.
4350 2003-09-30  Richard M. Stallman  <rms@gnu.org>
4352         * processes.texi (Network): Say what stopped datagram connections do.
4354         * lists.texi (Association Lists): Clarify `assq-delete-all'.
4356         * display.texi (Overlay Properties): Clarify `evaporate' property.
4358 2003-09-29  Lute Kamstra  <lute@gnu.org>
4360         * modes.texi (Mode Line Data): Explain when symbols in mode-line
4361         constructs should be marked as risky.
4362         Change cons cell into proper list.
4363         (Mode Line Variables): Change cons cell into proper list.
4365 2003-09-26  Lute Kamstra  <lute@gnu.org>
4367         * modes.texi (Mode Line Data): Document the :propertize construct.
4368         (Mode Line Variables): Reorder the descriptions of the variables
4369         to match their order in the default mode-line-format.
4370         Describe the new variables mode-line-position and mode-line-modes.
4371         Update the default values of mode-line-frame-identification,
4372         minor-mode-alist, and default-mode-line-format.
4373         (Properties in Mode): Mention the :propertize construct.
4375 2003-09-26  Richard M. Stallman  <rms@gnu.org>
4377         * buffers.texi, commands.texi, debugging.texi, eval.texi:
4378         * loading.texi, minibuf.texi, text.texi, variables.texi:
4379         Avoid @strong{Note:}.
4381 2003-09-26  Richard M. Stallman  <rms@gnu.org>
4383         * keymaps.texi (Remapping Commands): Fix typo.
4385 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
4387         * processes.texi (Low-Level Network): Fix typo.
4389 2003-09-23  Kim F. Storm  <storm@cua.dk>
4391         * processes.texi (Network, Network Servers): Fix typos.
4392         (Low-Level Network): Add timeout value for :server keyword.
4393         Add new option keywords to make-network-process.
4394         Add set-network-process-options.
4395         Explain how to test availability of network options.
4397 2003-09-19  Richard M. Stallman  <rms@gnu.org>
4399         * text.texi (Motion by Indent): Arg to
4400         backward-to-indentation and forward-to-indentation is optional.
4402         * strings.texi (Creating Strings): Add substring-no-properties.
4404         * processes.texi
4405         (Process Information): Add list-processes arg QUERY-ONLY.
4406         Delete process-contact from here.
4407         Add new status values for process-status.
4408         Add process-get, process-put, process-plist, set-process-plist.
4409         (Synchronous Processes): Add call-process-shell-command.
4410         (Signals to Processes): signal-process allows process objects.
4411         (Network): Complete rewrite.
4412         (Network Servers, Datagrams, Low-Level Network): New nodes.
4414         * positions.texi (Word Motion): forward-word, backward-word
4415         arg is optional.  Reword.
4417         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4419         * variables.texi (Creating Buffer-Local):
4420         Delete duplicate definition of buffer-local-value.
4421         (File Local Variables): Explain about discarding text props.
4423 2003-09-11  Richard M. Stallman  <rms@gnu.org>
4425         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4426         changes variables that record input events.
4427         (Minibuffer Misc): Add minibuffer-selected-window.
4429         * lists.texi (Building Lists): Add copy-tree.
4431         * display.texi (Fontsets): Add char-displayable-p.
4432         (Scroll Bars): New node.
4434 2003-09-08  Lute Kamstra  <lute@gnu.org>
4436         * modes.texi (%-Constructs): Document new `%i' and `%I'
4437         constructs.
4439 2003-09-03  Peter Runestig  <peter@runestig.com>
4441         * makefile.w32-in: New file.
4443 2003-08-29  Richard M. Stallman  <rms@gnu.org>
4445         * display.texi (Overlay Properties): Clarify how priorities
4446         affect use of the properties.
4448 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
4450         * customize.texi (Type Keywords): Correct the description of
4451         `:help-echo' in the case where `motion-doc' is a function.
4453 2003-08-14  John Paul Wallington  <jpw@gnu.org>
4455         * modes.texi (Emulating Mode Line): Subsection, not section.
4457 2003-08-13  Richard M. Stallman  <rms@gnu.org>
4459         * elisp.texi (Top): Update subnode lists in menu.
4461         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4462         (Kill Functions): kill-region has new arg yank-handler.
4463         (Yanking): New node.
4464         (Yank Commands): Add yank-undo-function.
4465         (Low-Level Kill Ring):
4466         kill-new and kill-append have new arg yank-handler.
4467         (Changing Properties): Add remove-list-of-text-properties.
4468         (Atomic Changes): New node.
4470         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4472         * streams.texi (Output Variables): Add eval-expression-print-length
4473         and eval-expression-print-level.
4475         * os.texi (Time Conversion): For encode-time, explain limits on year.
4477         * objects.texi (Character Type): Define anchor "modifier bits".
4479         * modes.texi (Emulating Mode Line): New node.
4480         (Search-based Fontification): Font Lock uses font-lock-face property.
4481         (Other Font Lock Variables): Likewise.
4483         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4484         not vectors.
4485         (Active Keymaps): Add emulation-mode-map-alists.
4486         (Functions for Key Lookup): key-binding has new arg no-remap.
4487         (Remapping Commands): New node.
4488         (Scanning Keymaps): where-is-internal has new arg no-remap.
4489         (Tool Bar): Add tool-bar-local-item-from-menu.
4490         Clarify when to use tool-bar-add-item-from-menu.
4492         * commands.texi (Interactive Call): commandp has new arg.
4493         (Command Loop Info): Add this-original-command.
4495 2003-08-06  John Paul Wallington  <jpw@gnu.org>
4497         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4499         * display.texi (Warning Basics): Fix typo.
4500         (Fringes): Add closing curly bracket and fix typo.
4502         * elisp.texi (Top): Fix typo.
4504 2003-08-05  Richard M. Stallman  <rms@gnu.org>
4506         * elisp.texi: Update lists of subnodes.
4508         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4510         * variables.texi (Local Variables): Use lc for example variable names.
4512         * tips.texi (Library Headers): Explain where to put -*-.
4514         * strings.texi (Creating Strings): Fix xref for vconcat.
4516         * sequences.texi (Vector Functions):
4517         vconcat no longer allows integer args.
4519         * minibuf.texi (Reading File Names): read-file-name has new
4520         arg PREDICATE.  New function read-directory-name.
4522         * macros.texi (Defining Macros): Give definition of `declare'
4523         (Indenting Macros): New node.
4525         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4526         (Window Frame Parameters): Make separate table of parameters
4527         that are coupled with specific face attributes.
4528         (Deleting Frames): delete-frame-hooks renamed to
4529         delete-frame-functions.
4531         * files.texi (Magic File Names): Add file-remote-p.
4532         Clarify file-local-copy.
4534         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4535         here; instead xref Defining Macros.
4537         * display.texi (Warnings): New node, and subnodes.
4538         (Fringes): New node.
4540         * debugging.texi (Test Coverage): New node.
4542         * compile.texi (Compiler Errors): Explain with-no-warnings
4543         and other ways to suppress warnings.
4545         * commands.texi (Interactive Call): Minor clarification.
4547         * buffers.texi (Buffer File Name): set-visited-file-name
4548         renames the buffer too.
4550         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4552 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
4554         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4556 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
4558         * internals.texi (Garbage Collection): Fix previous change.
4560 2003-07-22  Richard M. Stallman  <rms@gnu.org>
4562         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4564         * display.texi (Width): Use \s syntax in example.
4565         (Font Selection): Add face-font-rescale-alist.
4567         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4568         Remove spurious indent in example.
4570         * lists.texi (Building Lists): Add number-sequence.
4572         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4574         * functions.texi (Function Documentation): Explain how to
4575         show calling convention explicitly in the doc string.
4577         * windows.texi (Selecting Windows): save-selected-window saves
4578         selected window of each frame.
4579         (Window Configurations): Minor change.
4581         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4583         * streams.texi (Output Variables): Add print-continuous-numbering
4584         and print-number-table.
4586         * processes.texi (Decoding Output): New node.
4588         * os.texi (Time Conversion): decode-time arg is optional.
4590         * objects.texi (Character Type): Don't use space as example for \.
4591         Make list of char names and \-sequences correspond.
4592         Explain that \s is not used in strings.  `\ ' needs space after.
4594         * nonascii.texi (Converting Representations): Add string-to-multibyte.
4595         (Translation of Characters): Add translation-table-for-input.
4596         (Default Coding Systems): Add auto-coding-functions.
4597         (Explicit Encoding): Add decode-coding-inserted-region.
4598         (Locales): Add locale-info.
4600         * minibuf.texi (Basic Completion): Describe test-completion.
4601         Collections can be lists of strings.
4602         Clean up lazy-completion-table.
4603         (Programmed Completion): Mention test-completion.
4604         Clarify why lambda expressions are not accepted.
4605         (Minibuffer Misc): Describe minibufferp.
4607 2003-07-14  Richard M. Stallman  <rms@gnu.org>
4609         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4611         * windows.texi (Selecting Windows): New arg to select-window.
4612         (Selecting Windows): Add with-selected-window.
4613         (Size of Window): Add window-inside-edges, etc.
4615         * internals.texi (Garbage Collection): Add post-gc-hook.
4617         * processes.texi (Subprocess Creation): Add exec-suffixes.
4619         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4620         (Scanning Keymaps): Add map-keymaps.
4621         (Defining Menus): Add keymap-prompt.
4623         * numbers.texi (Integer Basics): Add most-positive-fixnum,
4624         most-negative-fixnum.
4626         * compile.texi (Byte Compilation): Explain no-byte-compile
4627         (Compiler Errors): New node.
4629         * os.texi (User Identification): user-uid, user-real-uid
4630         can return float.
4632         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4633         and about derived modes.
4634         (Minor Modes): Add minor-mode-list.
4635         (Defining Minor Modes): Keyword args for define-minor-mode.
4636         (Search-based Fontification): Explain managing other properties.
4637         (Other Font Lock Variables): Add font-lock-extra-managed-props.
4638         (Faces for Font Lock): Add font-locl-preprocessor-face.
4639         (Hooks): Add run-mode-hooks and delay-mode-hooks.
4641         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
4642         (Variable Aliases): Clarify defvaralias.
4644         * loading.texi (Library Search): Add load-suffixes.
4646         * minibuf.texi (Basic Completion): Add lazy-completion-table.
4647         (Programmed Completion): Add dynamic-completion-table.
4649         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4650         (Magic File Names): Specify precedence order of handlers.
4652         * commands.texi (Command Overview): Emacs server runs pre-command-hook
4653         and post-command-hook.
4654         (Waiting): New calling convention for sit-for.
4656         * text.texi (Special Properties): local-map and keymap properties
4657         apply based on their stickiness.
4659 2003-07-07  Richard M. Stallman  <rms@gnu.org>
4661         * modes.texi (Minor Mode Conventions): Specify only some kinds
4662         of list values as args to minor modes.
4664         * files.texi (File Name Expansion): Warn about iterative use
4665         of substitute-in-file-name.
4667         * advice.texi (Activation of Advice): Clean up previous change.
4669 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
4671         * advice.texi (Activation of Advice): Note that ad-start-advice is
4672         turned on by default.
4674 2003-06-30  Richard M. Stallman  <rms@gnu.org>
4676         * text.texi (Buffer Contents): Document current-word.
4677         (Change Hooks): Not called for *Messages*.
4679         * functions.texi (Defining Functions): Explain about redefining
4680         primitives.
4681         (Function Safety): Renamed.  Minor changes.
4682         Comment out the detailed criteria for what is safe.
4684 2003-06-22  Andreas Schwab  <schwab@suse.de>
4686         * objects.texi (Symbol Type): Fix description of examples.
4688 2003-06-16  Andreas Schwab  <schwab@suse.de>
4690         * hash.texi (Creating Hash): Fix description of :weakness.
4692 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
4694         * files.texi (Changing Files): copy-file copies file modes, too.
4696 2003-05-28  Richard M. Stallman  <rms@gnu.org>
4698         * strings.texi (Creating Strings): Clarify split-string.
4700 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
4702         * strings.texi (Creating Strings): Update split-string specification
4703         and examples.
4705 2003-05-19  Richard M. Stallman  <rms@gnu.org>
4707         * elisp.texi: Correct invariant section names.
4709 2003-04-20  Richard M. Stallman  <rms@gnu.org>
4711         * os.texi (Timers): Explain about timers and quitting.
4713 2003-04-19  Richard M. Stallman  <rms@gnu.org>
4715         * internals.texi (Writing Emacs Primitives): Strings are
4716         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
4717         Explain GCPRO convention for varargs function args.
4719 2003-04-16  Richard M. Stallman  <rms@gnu.org>
4721         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4723 2003-04-08  Richard M. Stallman  <rms@gnu.org>
4725         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4727 2003-02-13  Kim F. Storm  <storm@cua.dk>
4729         * objects.texi (Character Type): New \s escape for space.
4731 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
4733         * os.texi (System Environment): Added cygwin system-type.
4735 2003-01-25  Richard M. Stallman  <rms@gnu.org>
4737         * keymaps.texi: Document that a symbol can act as a keymap.
4739 2003-01-13  Richard M. Stallman  <rms@gnu.org>
4741         * text.texi (Changing Properties): Say string indices are origin-0.
4743         * positions.texi (Screen Lines) <compute-motion>:
4744         Correct order of elts in return value.
4746         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4747         how to define a default binding.
4749 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
4751         * loading.texi (Unloading): Fix recent change for load-history.
4753         * customize.texi (Simple Types): Clarify description of custom
4754         type 'number.  Describe new custom type 'float.
4756 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
4758         * variables.texi (File Local Variables): Fix typo.
4760 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4762         From Michael Albinus <Michael.Albinus@alcatel.de>.
4764         * README: Target for Info file is `make info'.
4766         * files.texi (File Name Components): Fixed typos in
4767         `file-name-sans-extension'.
4768         (Magic File Names): Complete list of operations for magic file
4769         name handlers.
4771 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
4773         * variables.texi (File Local Variables): New function
4774         risky-local-variable-p.
4776 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
4778         * functions.texi (Function safety): New node about unsafep.
4780 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4782         * customize.texi (Splicing into Lists): Fixed example.
4783         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
4785 2002-06-17  Juanma Barranquero  <lektu@terra.es>
4787         * frames.texi (Display Feature Testing): Fix typo.
4789 2002-06-12  Andreas Schwab  <schwab@suse.de>
4791         * frames.texi (Initial Parameters, Resources): Fix references to
4792         the Emacs manual.
4794 2002-05-13  Kim F. Storm  <storm@cua.dk>
4796         * variables.texi (Intro to Buffer-Local): Updated warning and
4797         example relating to changing buffer inside let.
4799 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4801         * os.texi (Session Management): New node about X Session management.
4803 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
4805         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
4806         to which the manual corresponds, and the copyright years.
4808         * Makefile.in (VERSION): Set to 2.9.
4810 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
4812         * elisp.texi: Change the category in @dircategory to "Emacs", to
4813         make it consistent with info/dir.
4815 2001-11-25  Miles Bader  <miles@gnu.org>
4817         * text.texi (Fields): Describe new `limit' arg in
4818         field-beginning/field-end.
4820 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
4822         * permute-index: Don't depend on csh-specific features.  Replace
4823         the interpreter name with /bin/sh.
4825         * two-volume-cross-refs.txt: New file.
4826         * two.el: New file.
4827         * spellfile: New file.
4829 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
4831         * permute-index: New file.
4833         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
4834         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
4835         8+3 restricted namespace.
4837         * Makefile.in (infodir): Define relative to $(srcdir).
4838         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
4839         include directories list via -I switch to makeinfo.
4840         (index.texi): Use cp if both hard and symbolic links fail.
4842 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
4844         * Makefile.in (distclean): Add.
4846         The following changes make ELisp manual part of the Emacs
4847         distribution:
4849         * Makefile.in: Add Copyright notice.
4850         (prefix): Remove.
4851         (infodir): Change value to "../info".
4852         (VPATH): New variable.
4853         (MAKE): Don't define.
4854         (texmacrodir): Don't define.
4855         (texinputdir): Append the existing value of TEXINPUTS.
4856         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
4857         command to be compatible with man/Makefile.in, and to put the
4858         output into ../info.
4859         (info): Add target.
4860         (installall): Target removed.
4862 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4864         * tips.texi (Coding Conventions): Fix typo.
4866 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4868         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4870 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
4872         * files.texi (File Name Components): Update the description of
4873         file-name-sans-extension and file-name-extension, as they now
4874         ignore leading dots.
4876 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
4878         * (Version 21.1 released.)
4880 2001-10-19  Miles Bader  <miles@gnu.org>
4882         * positions.texi (Text Lines): Describe behavior of
4883         `beginning-of-line'/`end-of-line' in the presence of field properties.
4885 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
4887         * Makefile.in (VERSION): Set to 2.8.
4888         (manual): Use `manual-21'.
4890         * elisp.texi (VERSION): Add and use it where the version
4891         number was used.  Set it to 2.8.
4893         * intro.texi: Likewise.
4895 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
4897         * files.texi (File Name Completion): Document the significance of
4898         a trailing slash in elements of completion-ignored-extensions.
4900 2001-10-06  Miles Bader  <miles@gnu.org>
4902         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4904 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
4906         * variables.texi (Variable Aliases): New node.
4908 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
4910         * Branch for 21.1.
4912 2001-10-02  Miles Bader  <miles@gnu.org>
4914         * minibuf.texi (Minibuffer Misc): Add entries for
4915         `minibuffer-contents', `minibuffer-contents-no-properties', and
4916         `delete-minibuffer-contents'.
4917         Correct description for `minibuffer-prompt-end'.
4919         * text.texi (Property Search): Correct descriptions of
4920         `next-char-property-change' and `previous-char-property-change'.
4921         Add entries for `next-single-char-property-change' and
4922         `previous-single-char-property-change'.
4923         Make operand names a bit more consistent.
4925 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
4927         * frames.texi (Finding All Frames): Document that next-frame and
4928         previous-frame are local to current terminal.
4930 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
4932         * keymaps.texi (Creating Keymaps): Fix the description of the
4933         result of make-keymap.
4935 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
4937         * display.texi (Font Lookup, Attribute Functions)
4938         (Image Descriptors): Add cross-references to the definition of
4939         selected frame.
4941         * buffers.texi (The Buffer List): Add cross-references to the
4942         definition of selected frame.
4944         * frames.texi (Input Focus): Clarify which frame is _the_ selected
4945         frame at any given time.
4946         (Multiple Displays, Size and Position): Add a cross-reference to
4947         the definition of the selected frame.
4949 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
4951         * strings.texi (String Conversion) <string-to-number>: Document
4952         that a float is returned for integers that are too large.
4954         * frames.texi (Mouse Position): Document mouse-position-function.
4955         (Display Feature Testing): Document display-images-p.
4956         (Window Frame Parameters): Document the cursor-type variable.
4958         * numbers.texi (Integer Basics): Document CL style read syntax for
4959         integers in bases other than 10.
4961         * positions.texi (List Motion): Document
4962         open-paren-in-column-0-is-defun-start.
4964         * lists.texi (Sets And Lists): Document member-ignore-case.
4966         * internals.texi (Garbage Collection): Document the used and free
4967         strings report.
4968         (Memory Usage): Document strings-consed.
4970         * os.texi (Time of Day): Document float-time.
4971         (Recording Input): Document that clear-this-command-keys clears
4972         the vector to be returned by recent-keys.
4974         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4975         argument keymap can be a list.
4977         * nonascii.texi (User-Chosen Coding Systems)
4978         <select-safe-coding-system>: Document the new argument
4979         accept-default-p and the variable
4980         select-safe-coding-system-accept-default-p.  Tell what happens if
4981         buffer-file-coding-system is undecided.
4982         (Default Coding Systems): Document auto-coding-regexp-alist.
4984         * display.texi (The Echo Area) <message>: Document
4985         message-truncate-lines.
4986         (Glyphs): Document that the glyph table is unused on windowed
4987         displays.
4989         * help.texi (Describing Characters) <single-key-description>:
4990         Document the new argument no-angles.
4991         (Accessing Documentation) <documentation-property>: Document that
4992         a non-string property is evaluated.
4993         <documentation>: Document that the function-documentation property
4994         is looked for.
4996         * windows.texi (Selecting Windows): Document some-window.
4998         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5000         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5001         apropos-mode-hook.
5003         * commands.texi (Using Interactive): Document interactive-form.
5004         (Keyboard Macros): Document kbd-macro-termination-hook.
5005         (Command Loop Info): Document that clear-this-command-keys clears
5006         the vector to be returned by recent-keys.
5008 2001-09-04  Werner LEMBERG  <wl@gnu.org>
5010         * Makefile.in (srcdir, texinputdir): New variables.
5011         (srcs, index.texi, install): Use $(srcdir).
5012         (.PHONY): Remove elisp.dvi.
5013         (elisp): Use -I switch for makeinfo.
5014         (elisp.dvi): Use $(srcdir) and $(texinputdir).
5015         (installall, dist): Use $(srcdir).
5016         Fix path to texinfo.tex.
5017         (maintainer-clean): Add elisp.dvi and elisp.oaux.
5019 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
5021         * display.texi (Conditional Display): Adjust to API change.
5023         * configure: New file.
5025 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
5027         * commands.texi (Repeat Events): Add description of
5028         double-click-fuzz.
5030 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
5032         * syntax.texi (Syntax Class Table): Add the missing designator for
5033         comment and string fences.
5034         (Syntax Properties): Add a xref to syntax table internals.
5035         (Syntax Table Internals): Document string-to-syntax.
5037 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
5039         * Makefile.in (install): Use install-info command line options
5040         like in Emacs' Makefile.in.
5042 2000-12-09  Miles Bader  <miles@gnu.org>
5044         * windows.texi (Window Start): Update documentation for
5045         `pos-visible-in-window-p'.
5047 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
5049         * lists.texi (Building Lists): Add footnote to explain how to add
5050         to the end of a list.
5052 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
5054         * files.texi (Visiting Functions): Typos.
5056 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
5058         * files.texi (Visiting Functions): Return value of
5059         find-file-noselect may be a list of buffers if wildcards are used.
5061 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
5063         * display.texi (Defining Faces): Document `graphic' display type
5064         in face specs.
5066 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5068         * hooks.texi (Standard Hooks): Replace obsolete
5069         `after-make-frame-hook' with `after-make-frame-functions'.
5071         * frames.texi (Creating Frames): Ditto.
5073         * variables.texi (Future Local Variables): Ditto.
5075 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
5077         * display.texi (Other Image Types): Add description of :foreground
5078         and :background properties of mono PBM images.
5080 2000-08-17  Werner LEMBERG  <wl@gnu.org>
5082         * .cvsignore: New file.
5084 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
5086         * tindex.pl: New script.
5088 1999-12-03  Dave Love  <fx@gnu.org>
5090         * Makefile.in (MAKEINFO): New parameter.
5092 1999-09-17  Richard Stallman  <rms@gnu.org>
5094         * Makefile.in (srcs): Add hash.texi.
5095         (VERSION): Update to 20.6.
5097 1999-09-13  Richard Stallman  <rms@gnu.org>
5099         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5101 1998-08-29  Karl Heuer  <kwzh@gnu.org>
5103         * configure.in: New file.
5104         * Makefile.in: Renamed from Makefile.
5105         (prefix, infodir): Use value obtained from configure.
5106         (emacslibdir): Obsolete variable deleted.
5107         (dist): Distribute configure.in, configure, Makefile.in.
5109 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
5111         * Makefile (INSTALL_INFO): New variable.
5112         (install): Run install-info.
5114 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
5116         * Makefile (elisp.dvi): Add missing backslash.
5118 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
5120         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5121         Run texindex without `./'.  Always run texindex on elisp.tp.
5122         (elisp.tps): Target deleted.
5124 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
5126         * Makefile (srcs): Add nonascii.texi and customize.texi.
5127         (dist): Start by deleting `temp'.
5129 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
5131         * Makefile (makeinfo, texindex): Targets deleted.
5132         (makeinfo.o, texindex.o): Targets deleted.
5133         (clean, dist): Don't do anything with them or with getopt*.
5135 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
5137         * Makefile (SHELL): Defined.
5139 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
5141         * Makefile (elisp.tps): New target.
5142         (elisp.dvi): Depend on elisp.tps.
5144 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
5146         * README: Update phone number.
5148         * Makefile (elisp): Make this be the default target.
5149         Depend on makeinfo.c instead of makeinfo.
5150         (install): Don't depend on elisp.dvi, since we don't install that.
5151         Use mkinstalldirs.
5152         (dist): Add mkinstalldirs.
5154 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5156         * Makefile (VERSION): Update version number.
5157         (maintainer-clean): Renamed from realclean.
5159 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
5161         * Makefile (realclean): New target.
5162         (elisp): Remove any old elisp-* files first.
5164 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
5166         * Makefile (VERSION): New variable.
5167         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5168         Compressed file suffix should be `.gz', not `.z'.
5170 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5172         * Makefile (elisp): Depend on makeinfo.
5174 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
5176         * Makefile (srcs): Add anti.texi.
5178 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5180         * Makefile (infodir, prefix): New vars.
5181         (install): Use infodir.
5182         (emacsinfodir): Deleted.
5184 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5186         * Makefile (srcs): Add calendar.texi.
5188         * Makefile (dist): Copy texindex.c and makeinfo.c.
5189         Limit elisp-* files to those with one or two digits.
5191 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5193         * Makefile (dist): Changed to use Gzip instead of compress.
5195 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5197         * loading.texi (Unloading): define-function changed back to
5198         defalias.  It may not stay this way, but at least it's
5199         consistent with the known-good version of the code patch.
5201 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
5203         * modes.texi (Hooks): Document new optional arg of add-hook.
5205 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5207         * variables.texi: Document nil initial value of buffer-local variables.
5209         * tips.texi: Add new section on standard library headers.
5211 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5213         * Makefile (srcs): Add frame.texi to the list of sources.
5215 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5217         * Makefile (dist): Don't bother excluding autosave files; they'll
5218         never make it into the temp directory anyway, and the hash marks
5219         in the name are problematic for make and the Bourne shell.
5220         (srcs):
5222 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5224         * Makefile (dist): Don't include backup files or autosave files in
5225         the distribution tar file.
5227 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5229         * Makefile (srcs): Added index.perm.
5230         (elisp.dvi): Remove erroneous shell comment.
5231         Expect output of permute-index in permuted.fns.
5232         Save old elisp.aux in elisp.oaux.
5233         (clean): Added index.texi to be deleted.
5235 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5237         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5239 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
5241         * files.texi:  Noted that completion-ignored-extensions is ignored
5242         when making *Completions*.
5244 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5246         * Makefile  make dist now depends on elisp.dvi, since it tries
5247         to include it in the dist file.
5249 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
5251         * functions.texinfo (Mapping Functions): Add missing quote
5253 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5255         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5256         (defunargs): Turn off \hyphenchar of \sl font temporarily.
5258 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5260         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5261         and @error{} are the terms now being used.  The files in the
5262         directory have been changed to reflect this.
5264         * All instances of @indentedresultt{} have been changed to
5265         `     @result{}', using 5 spaces at the begining of the line.
5267 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5269         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5270         experimental @indentedresult{}, @indentedexpandsto{} are part of
5271         the texinfo.tex in this directory.  These TeX macros are not
5272         stable yet.
5274 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5276         * texinfo.tex:  temporarily added
5277                 \let\result=\dblarrow
5278                 \def\error{{\it ERROR} \longdblarrow}
5279         We need to do this better soon.
5281 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5283         * Applied Karl Berry's patches to *.texinfo files, but not to
5284         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
5285         new title page format is also not applied, since it requires
5286         texinfo.tex changes.)
5288         * Cleaned up `Makefile' and defined the `emacslibdir' directory
5289         for the Project GNU development environment.
5291 ;; Local Variables:
5292 ;; coding: iso-2022-7bit
5293 ;; End:
5295     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5296       2005, 2006 Free Software Foundation, Inc.
5297   Copying and distribution of this file, with or without modification,
5298   are permitted provided the copyright notice and this notice are preserved.
5300 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda