(awk-font-lock-keywords): Add "do".
[emacs.git] / lispref / ChangeLog
blobbb944e2879ac327c65ec79e7f2e9f81fec2ec8d7
1 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
3         * backups.texi (Reverting): Use "buffer" instead of "file"
4         when talking about major and minor modes.
6 2007-01-21  Richard Stallman  <rms@gnu.org>
8         * help.texi (Documentation): Add xref to Documentation Tips.
10 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
12         * tips.texi (Coding Conventions): Fix typos.
14 2007-01-05  Richard Stallman  <rms@gnu.org>
16         * modes.texi (Defining Minor Modes): Fix previous change.
18 2007-01-03  Richard Stallman  <rms@gnu.org>
20         * customize.texi (Variable Definitions, Customization Types):
21         Don't use * in doc string for defcustom.
23 2007-01-02  Richard Stallman  <rms@gnu.org>
25         * variables.texi (Variable Aliases): Clarify that aliases vars
26         always have the same value.
28         * processes.texi (Bindat Spec): Fix Texinfo usage.
30         * modes.texi (Defining Minor Modes): Explain effect of command
31         defined with define-global-minor-mode on new buffers.
33 2006-12-30  Kim F. Storm  <storm@cua.dk>
35         * keymaps.texi (Tool Bar): Describe `grow-only' value of
36         `auto-resize-tool-bars'.
38 2006-12-30  Richard Stallman  <rms@gnu.org>
40         * keymaps.texi (Active Keymaps): Fix previous change.
42 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
44         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
46 2006-12-30  Kim F. Storm  <storm@cua.dk>
48         * processes.texi (Bindat Spec): Clarify using field names in
49         length specifications.
51 2006-12-29  Kim F. Storm  <storm@cua.dk>
53         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
54         Add count and index variables for eval forms in repeat blocks.
56 2006-12-24  Richard Stallman  <rms@gnu.org>
58         * customize.texi (Variable Definitions): Document
59         new name custom-add-frequent-value.
61 2006-12-19  Kim F. Storm  <storm@cua.dk>
63         * commands.texi (Misc Events): User signals now result in sigusr1
64         and sigusr2 events which are handled through special-event-map.
65         (Special Events): User signals and drag-n-drop are special.
67 2006-12-17  Richard Stallman  <rms@gnu.org>
69         * loading.texi (Named Features): Explain subfeatures better.
71         * customize.texi: Use "option" only for user options.
72         For the keyword values inside defcustom etc, say "keywords".
73         For :options value's elements, say "elements".
74         :group should not be omitted.
76         * syntax.texi (Parsing Expressions): Split up node.
77         (Motion via Parsing, Position Parse, Parser State)
78         (Low-Level Parsing, Control Parsing): New subnodes.
79         (Parser State): Document syntax-ppss-toplevel-pos.
81         * positions.texi (List Motion): Punctuation fix.
83         * files.texi (File Name Completion): Document PREDICATE arg
84         to file-name-completion.
86 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
88         * internals.texi (Building Emacs, Writing Emacs Primitives):
89         Add index entries.
91 2006-12-11  Richard Stallman  <rms@gnu.org>
93         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
94         affects face menu.  Explain how to make it non-nil without enabling
95         any fontification.
97 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
99         * modes.texi (Font Lock Basics): Document nil value of
100         font-lock-defaults.
102 2006-12-10  Glenn Morris  <rgm@gnu.org>
104         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
105         value for system-flag argument.  Abbrev tables may not be empty
106         when major modes are loaded.
108 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
110         * makefile.w32-in (maintainer-clean): Partially revert last
111         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
112         to protect elisp-covers.texi.
114 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
116         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
117         Don't remove elisp* info files; they are already deleted by the
118         `clean' and `distclean' targets, and they are in the $(infodir)
119         directory, not the current one.
121 2006-12-04  Kim F. Storm  <storm@cua.dk>
123         * commands.texi (Misc Events): Update signal events.
124         (Event Examples): Add signal example.
126 2006-11-29  Richard Stallman  <rms@gnu.org>
128         * frames.texi (Visibility of Frames): Explain visible windows
129         can be covered by others.  Add xref for raise-frame.
131 2006-11-28  Richard Stallman  <rms@gnu.org>
133         * searching.texi (Regexp Special): Update when ^ is special.
135 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
137         * customize.texi (Customization, Common Keywords)
138         (Group Definitions, Variable Definitions, Composite Types)
139         (Type Keywords, Customization Types): Add index entries for
140         various customization keywords.
142 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
144         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
146 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
148         * frames.texi (Window System Selections): Remove clipboard from
149         description of selection-coding-system.
151 2006-11-06  Richard Stallman  <rms@gnu.org>
153         * lists.texi (List Variables): Document COMPARE-FN.
155         * keymaps.texi: Avoid use of "binding" to mean a relation;
156         use it only to refer to the meaning associated with a key.
157         (Keymaps): Change menu node description.
159         * elisp.texi (Top): Change menu node description.
161         * display.texi (Managing Overlays): Document overlay-recenter.
163 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
165         * Makefile.in: Use relative paths to avoid advertising filesystem
166         contents during compilation.
168 2006-10-23  Kim F. Storm  <storm@cua.dk>
170         * commands.texi (Event Input Misc): Update unread-command-events.
172 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
174         * lists.texi (Sets And Lists): Fix typos.
176 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
178         * control.texi (Processing of Errors): Use @var for an argument,
179         not @code.
181 2006-10-16  Richard Stallman  <rms@gnu.org>
183         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
185         * keymaps.texi (Format of Keymaps): Show all the keymap element
186         patterns that result from menu items.
187         (Key Lookup): Minor cleanups.
189         * modes.texi (Precalculated Fontification): Don't say that
190         not setting font-lock-defaults avoids loading font-lock.
192         * help.texi (Documentation): Move xref to Emacs Manual here.
193         (Documentation Basics): From here.
194         Also doc emacs-lisp-docstring-fill-column.
196         * elisp.texi: Update version and ISBN.
198         * commands.texi (Interactive Call): Clarify KEYS arg to
199         call-interactively is a vector.
200         (Command Loop Info): Delete anchor in this-command-keys.
201         Add anchor in this-command-keys-vector.
202         (Recursive Editing): Document how recursive-edit
203         handles the current buffer.
205 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
207         * frames.texi (Frame Titles): %c and %l are ignored in
208         frame-title-format.
210 2006-10-11  Richard Stallman  <rms@gnu.org>
212         * keymaps.texi (Key Sequences): Clarify use of kbd.
214 2006-10-10  Kim F. Storm  <storm@cua.dk>
216         * lists.texi (Sets And Lists): Add memql.
218 2006-10-03  Richard Stallman  <rms@gnu.org>
220         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
221         Clarify :ascii: and :nonascii:.
223 2006-09-29  Juri Linkov  <juri@jurta.org>
225         * modes.texi (%-Constructs): Reorder coding systems in the
226         documentation of %z to the real order displayed in the modeline.
228 2006-09-25  Richard Stallman  <rms@gnu.org>
230         * os.texi (Timers): Describe timer-max-repeats.
232 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
234         * os.texi (Timers): Mention with-local-quit.
236 2006-09-24  Richard Stallman  <rms@gnu.org>
238         * searching.texi (Searching and Matching): Mention property search.
240         * commands.texi (Command Loop Info): Explain how read-event affects
241         this-command-keys.
243 2006-09-20  Richard Stallman  <rms@gnu.org>
245         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
247         * windows.texi (Window Start): Minor cleanups.
249 2006-09-20  Kim F. Storm  <storm@cua.dk>
251         * windows.texi (Window Start): pos-visible-in-window-p allows
252         specifying t for position to mean "end of window".
253         Add window-line-height.
255         * anti.texi (Antinews): Mention window-line-height.
257 2006-09-19  David Kastrup  <dak@gnu.org>
259         * keymaps.texi (Searching Keymaps): Small clarification.
261 2006-09-18  Richard Stallman  <rms@gnu.org>
263         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
264         cause keyboard menus.
265         (Menu Keymaps): Likewise.
266         (Defining Menus, Keyboard Menus): Clarify.
268         * text.texi (Fields): Clarify explanation of constrain-to-field.
270 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
272         * variables.texi (Tips for Defining): Fix a typo.
274 2006-09-15  Richard Stallman  <rms@gnu.org>
276         * keymaps.texi (Remapping Commands, Searching Keymaps)
277         (Active Keymaps): Clean up previous change.
279 2006-09-15  Jay Belanger  <belanger@truman.edu>
281         * gpl.texi: Replace "Library Public License" by "Lesser Public
282         License" throughout.
284 2006-09-15  David Kastrup  <dak@gnu.org>
286         * keymaps.texi (Active Keymaps): Adapt description to use
287         `get-char-property' instead `get-text-property'.  Explain how
288         mouse events change this.  Explain the new optional argument of
289         `key-binding' and its mouse-dependent lookup.
290         (Searching Keymaps): Adapt description similarly.
291         (Remapping Commands): Explain the new optional argument of
292         `command-remapping'.
294 2006-09-14  Richard Stallman  <rms@gnu.org>
296         * keymaps.texi (Searching Keymaps): Clarification.
297         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
299 2006-09-13  Richard Stallman  <rms@gnu.org>
301         * objects.texi (Character Type): Node split.
302         Add xref to Describing Characters.
303         (Basic Char Syntax, General Escape Syntax)
304         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
306 2006-09-11  Richard Stallman  <rms@gnu.org>
308         * display.texi (Display Table Format): Wording clarification.
309         (Glyphs): Clarifications.
311 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
313         * keymaps.texi (Active Keymaps): Mention that key-binding checks
314         local maps.
316 2006-09-10  Kim F. Storm  <storm@cua.dk>
318         * display.texi (Forcing Redisplay): Document return value of
319         function redisplay.
321 2006-09-09  Richard Stallman  <rms@gnu.org>
323         * windows.texi (Window Hooks): Explain limits of
324         window-scroll-functions.
326         * display.texi (Fringe Indicators): Update for last change in
327         indicate-buffer-boundaries.
329 2006-09-08  Richard Stallman  <rms@gnu.org>
331         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
333 2006-09-06  Kim F. Storm  <storm@cua.dk>
335         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
337         * windows.texi (Window Start): Update pos-visible-in-window-p.
339 2006-09-04  Richard Stallman  <rms@gnu.org>
341         * processes.texi (Accepting Output): Explain SECONDS=0 for
342         accept-process-output.
344         * os.texi (Idle Timers): Explain why timer functions should not
345         loop until (input-pending-p).
347 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
349         * makefile.w32-in (usermanualdir): New variable.
350         (elisp.dvi): Use it.
352 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
354         * buffers.texi (Buffer Modification): Fix last change.
356 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
358         * buffers.texi (Buffer Modification): Document
359         buffer-chars-modified-tick.
361 2006-08-31  Richard Stallman  <rms@gnu.org>
363         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
365 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
367         * modes.texi (Syntactic Font Lock):
368         Mention font-lock-syntactic-face-function
369         instead of specific faces.
371 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
373         * display.texi (Images): Add xrref to display-images-p.
375 2006-08-28  Kenichi Handa  <handa@m17n.org>
377         * nonascii.texi (Lisp and Coding Systems): Fix description of
378         detect-coding-region.
380 2006-08-27  Michael Olson  <mwolson@gnu.org>
382         * processes.texi (Transaction Queues): Remove stray quote
383         character.
385 2006-08-25  Richard Stallman  <rms@gnu.org>
387         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
388         Add xref.
390 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
392         * os.texi (Timers): Avoid waiting inside timers.
394 2006-08-21  Lute Kamstra  <lute@gnu.org>
396         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
398 2006-08-20  Richard Stallman  <rms@gnu.org>
400         * os.texi (Idle Timers): New node, split out from Timers.
401         Document current-idle-time.
402         * commands.texi (Reading One Event): Update xref.
403         * elisp.texi (Top): Update subnode menu.
405 2006-08-16  Richard Stallman  <rms@gnu.org>
407         * keymaps.texi (Extended Menu Items): Show format of cached
408         bindings in extended menu items.
410         * customize.texi (Variable Definitions): Explain when the
411         standard value expression is evaluated.
413 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
415         * commands.texi (Reading One Event): Explain idleness in
416         `read-event'.
418 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
420         * text.texi (Near Point): Say "cursor" not "terminal cursor".
421         (Commands for Insertion): Removed split-line since it's not
422         relevant for Lisp programming.
423         (Yank Commands): Rewrite introduction.
424         (Undo): Clarify.
425         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
426         (Filling): Remove redundant comment.  Clarify return value of
427         current-justification.
428         (Margins): Minor clarifications.
429         (Adaptive Fill): Update default value of adaptive-fill-regexp.
430         (Sorting): Update definition of sort-lines.
431         (Columns): Clarify behavior of sort-columns.
432         (Indent Tabs): Link to Tab Stops in Emacs manual.
433         (Special Properties): Clarify.
434         (Clickable Text): Mention Buttons package.
436 2006-08-12  Kevin Ryde  <user42@zip.com.au>
438         * os.texi (Time Parsing): Add %z to description of
439         format-time-string, as per docstring.  Add cross reference to
440         glibc manual for strftime.
442 2006-08-08  Richard Stallman  <rms@gnu.org>
444         * modes.texi: Clean up wording in previous change.
446 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
448         * modes.texi (Hooks): Clarify.
449         (Major Mode Basics): Mention define-derived-mode explicitly.
450         (Major Mode Conventions): Rebinding RET is OK for some modes.
451         Mention change-major-mode-hook and after-change-major-mode-hook.
452         (Example Major Modes): Moved to end of Modes section.
453         (Mode Line Basics): Clarify.
454         (Mode Line Data): Mention help-echo and local-map in strings.
455         Explain reason for treatment of non-risky variables.
456         (Properties in Mode): Clarify.
457         (Faces for Font Lock): Add font-lock-negation-char-face.
459 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
461         * strings.texi (Formatting Strings): Warn against arbitrary
462         strings as first arg to `format'.
464 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
466         * text.texi (Clickable Text): Mention `help-echo' text property.
467         Update intro, examples and associated explanations.
469 2006-07-31  Richard Stallman  <rms@gnu.org>
471         * commands.texi: Update xrefs.
472         (Event Mod): New node, cut out from old Translating Input.
474         * maps.texi: Update xrefs.
476         * keymaps.texi (Translation Keymaps): New node.
477         Update xrefs from Translating Input to Translation Keymaps.
479         * elisp.texi (Top): Update subnode menu.
481         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
483         * os.texi (System Interface): Fix menu descriptions of some nodes.
484         (Translating Input): Node deleted.
486 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
488         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
490         * lists.texi (Sets And Lists): Likewise.
492 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
494         * text.texi (Fields): Mention POS
495         requirement when narrowing is in effect.
497 2006-07-28  Richard Stallman  <rms@gnu.org>
499         * display.texi (Face Attributes): Simplify wording.
500         (Attribute Functions): Clarify meaning of new-frame default
501         attribute settings.
503         * customize.texi (Common Keywords): Document how to use
504         :package-version in a package not in Emacs.
506 2006-07-28  Kim F. Storm  <storm@cua.dk>
508         * commands.texi (Reading One Event): Fix last change.
510 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
512         * commands.texi (Reading One Event): Document SECONDS argument for
513         read-event, read-char, and read-char-exclusive.
515 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
517         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
518         to ensure correct identification.
520 2006-07-24  Richard Stallman  <rms@gnu.org>
522         * text.texi (Clickable Text): Clarify.
524         * sequences.texi (Vector Functions): Delete duplicate xref.
526         * objects.texi (Function Type): Clarify.
528         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
529         modes.
531         * lists.texi (List Variables): New node.
532         Material moved from other nodes.
534         * variables.texi (Setting Variables): add-to-list and
535         add-to-ordered-list moved to List Variables node.
537 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
539         * text.texi (Links and Mouse-1):
540         For mouse-on-link-p, expand on arg POS.
542 2006-07-21  Kim F. Storm  <storm@cua.dk>
544         * display.texi (Forcing Redisplay): Don't mention systems which
545         don't support sub-second timers for redisplay-preemption-period.
547         * os.texi (Terminal Output): Clarify text vs graphical terminal.
549 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
551         * frames.texi (Input Focus): Document that focus-follows-mouse has
552         no effect on MS-Windows.
554 2006-07-18  Richard Stallman  <rms@gnu.org>
556         * display.texi (Forcing Redisplay): Cleanups in previous change.
558         * processes.texi (Low-Level Network): Make menu more convenient.
560 2006-07-18  Kim F. Storm  <storm@cua.dk>
562         * display.texi (Forcing Redisplay): redisplay-preemption-period
563         only used on window systems.  Add xref to Terminal Output.
565         * os.texi (Terminal Output): baud-rate only controls preemption on
566         non-window systems.  Add xref to Forcing Redisplay.
568         * processes.texi (Low-Level Network): Rename node "Make Network"
569         to "Network Processes".
571 2006-07-18  Karl Berry  <karl@gnu.org>
573         * variables.texi, functions.texi, customize.texi, loading.texi:
574         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
576 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
578         * commands.texi (Waiting): Document batch-mode sit-for behavior.
580 2006-07-17  Richard Stallman  <rms@gnu.org>
582         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
583         Put period and comma inside quotes.
585         * loading.texi, markers.texi: Use real doublequote inside menus.
587         * windows.texi: Put point and comma inside quotes.
588         (Textual Scrolling): Use @samp for error message.
590         * variables.texi, tips.texi, syntax.texi, symbols.texi:
591         * strings.texi, streams.texi, processes.texi, os.texi:
592         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
593         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
594         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
595         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
596         Put point and comma inside quotes.
598         * control.texi (Processing of Errors): Add command-error-function.
600         * variables.texi (File Local Variables): Clarify that
601         file local variables make buffer-local bindings.
603         * modes.texi (Syntactic Font Lock): Give default for
604         font-lock-syntax-table.
606 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
608         * text.texi (Special Properties): Clean up previous change.
610 2006-07-16  Karl Berry  <karl@gnu.org>
612         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
613         * control.texi: Fix bad page breaks through chapter 10 (control).
615         * anti.texi (Antinews): Reorder face-attribute fns to avoid
616         underfull hbox.
618 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
620         * text.texi (Special Properties): Describe fontified text property
621         in relation to a character (not text).
623 2006-07-15  Kim F. Storm  <storm@cua.dk>
625         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
626         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
627         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
629         * anti.texi (Antinews): Mention redisplay function.
630         The kbd macro existed, but was not documented, before 22.x.
631         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
633 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
635         * display.texi (Displaying Messages): Add anchor.
637         * frames.texi (Dialog Boxes): Use it.
639 2006-07-12  Richard Stallman  <rms@gnu.org>
641         * objects.texi (Frame Type): Explain nature of frames better.
643         * frames.texi (Frames): Explain nature of frames better.
645 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
647         * tips.texi (Coding Conventions): Explain why use cl at compile time.
649 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
651         * frames.texi (Window System Selections): Mention scrap support for Mac.
652         Default value of x-select-enable-clipboard is t on Mac.
654         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
656 2006-07-11  Kim F. Storm  <storm@cua.dk>
658         * display.texi (Forcing Redisplay): Add `redisplay' function.
659         Don't mention (sit-for -1) -- use (redisplay t) instead.
661         * commands.texi (Waiting): (sit-for -1) is no longer special.
662         (sit-for 0) is equivalent to (redisplay).
663         Iconifying/deiconifying no longer makes sit-for return.
665 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
667         * display.texi (Buttons): Fix typo.
669         * index.texi, elisp.texi (New Symbols): Comment node out.
671 2006-07-09  Richard Stallman  <rms@gnu.org>
673         * display.texi (Truncation): Clean up previous change.
675 2006-07-08  Richard Stallman  <rms@gnu.org>
677         * commands.texi (Interactive Call): Use 3 as prefix in example
678         for execute-extended-command.
680         * display.texi (Attribute Functions): Move paragraph about
681         compatibility with Emacs < 21.
683 2006-07-09  Kim F. Storm  <storm@cua.dk>
685         * display.texi (Refresh Screen): Clarify force-window-update.
686         (Truncation): "Normally" indicated by fringe arrows.
688 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
690         * windows.texi (Textual Scrolling, Resizing Windows):
691         * variables.texi (Constant Variables):
692         * text.texi (Buffer Contents, Deletion, Changing Properties)
693         (Property Search, Special Properties, Sticky Properties)
694         (Links and Mouse-1, Fields, Change Hooks):
695         * syntax.texi (Syntax Table Functions, Parsing Expressions)
696         (Categories):
697         * symbols.texi (Other Plists):
698         * streams.texi (Output Variables):
699         * processes.texi (Input to Processes, Query Before Exit):
700         * positions.texi (Word Motion, Text Lines, List Motion):
701         * os.texi (Init File, System Environment, Sound Output)
702         (Session Management):
703         * nonascii.texi (Text Representations, Character Sets)
704         (Chars and Bytes, Locales):
705         * modes.texi (Defining Minor Modes, Header Lines):
706         * minibuf.texi (Minibuffer Contents):
707         * markers.texi (Information from Markers):
708         * lists.texi (List Elements, Building Lists, Association Lists):
709         * keymaps.texi (Tool Bar):
710         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
711         * functions.texi (What Is a Function, Mapping Functions):
712         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
713         (Color Names, Text Terminal Colors, Display Feature Testing):
714         * files.texi (Visiting Functions, File Name Components)
715         (Unique File Names, Contents of Directories):
716         * display.texi (Forcing Redisplay, Displaying Messages)
717         (Temporary Displays, Font Selection, Auto Faces)
718         (Font Lookup, Fringe Indicators, Display Margins)
719         (Image Descriptors, Showing Images, Image Cache, Button Types)
720         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
721         (Display Table Format, Glyphs):
722         * control.texi (Iteration):
723         * commands.texi (Command Loop Info, Adjusting Point):
724         * backups.texi (Making Backups, Auto-Saving):
725         Remove @tindex entries.
727 2006-07-07  Kim F. Storm  <storm@cua.dk>
729         * display.texi (Fringe Cursors): Fix typo.
730         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
731         (Overlay Arrow): Default is overlay-arrow fringe indicator.
733 2006-07-05  Richard Stallman  <rms@gnu.org>
735         * text.texi (Buffer Contents): Add example of text props
736         in result of buffer-substring.
737         (Text Properties): Explain better about use of specific property names.
738         (Property Search): Some cleanups; reorder some functions.
740         * keymaps.texi (Changing Key Bindings): Cleanup.
741         Add xref to Key Binding Conventions.
743         * display.texi (Attribute Functions): Add examples for
744         face-attribute-relative-p.
746         * tips.texi (Coding Conventions): Cleanup last change.
748 2006-07-05  Karl Berry  <karl@gnu.org>
750         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
751         Remove @setchapternewpage odd.
752         Result is 1013 pages, down from 1100.
754         * anti.texi, customize.texi, display.texi, internals.texi:
755         * minibuf.texi, modes.texi, tips.texi:
756         Fix overfull/underfull boxes.
758 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
760         * edebug.texi (Instrumenting):
761         Add Edebug-specific findex for eval-buffer.
762         * loading.texi (Loading):
763         Replace eval-current-buffer with eval-buffer.
765 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
767         * locals.texi (Standard Buffer-Local Variables): Update the list
768         of variables.
770 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
772         * files.texi (File Name Completion): Point user to the node
773         "Reading File Names".
775 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
777         * files.texi (Contents of Directories): Document case-insensitive
778         behavior on respective filesystems.
780         * objects.texi (Character Type): Document that Emacs signals an
781         error for unsupported Unicode characters specified as \uNNNN.
783 2006-06-19  Richard Stallman  <rms@gnu.org>
785         * processes.texi (Bindat Spec): Clarify previous change.
787 2006-06-16  Richard Stallman  <rms@gnu.org>
789         * tips.texi (Coding Conventions): Better explain conventions
790         for definition constructs.
792         * text.texi (Special Properties): String value of `read-only'
793         serves as the error message.
795         * objects.texi (Character Type): Clarify prev. change.
796         (Non-ASCII in Strings): Mention \u and \U.
798         * commands.texi (Using Interactive): Explain problem of
799         markers, etc., in command-history.
801 2006-06-14  Kim F. Storm  <storm@cua.dk>
803         * commands.texi (Waiting): Negative arg to sit-for forces
804         redisplay even if input is pending.
806         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
807         redisplay.  Remove incorrect example of binding redisplay-dont-pause
808         around (sit-for 0).
810 2006-06-13  Richard Stallman  <rms@gnu.org>
812         * display.texi (Forcing Redisplay): Clarify previous change.
814 2006-06-13  Romain Francoise  <romain@orebokech.com>
816         * display.texi (Forcing Redisplay): Fix typo.
818 2006-06-13  Kim F. Storm  <storm@cua.dk>
820         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
822 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
824         * tips.texi (Coding Conventions): Add `@end itemize'.
826 2006-06-10  Richard Stallman  <rms@gnu.org>
828         * tips.texi (Coding Conventions): Explain use of coding systems
829         to ensure one decoding for strings.
831 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
833         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
834         syntax.
836 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
838         * display.texi (Font Selection): Remove description of
839         clear-face-cache.
841         * compile.texi (Eval During Compile): Fix a typo.  Add index
842         entries for possible uses of eval-when-compile.
844 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
846         * display.texi (Abstract Display): Fix typo.
848 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
850         * minibuf.texi (Minibuffer History) <history-add-new-input>:
851         Reword variable's description.
853 2006-06-01  Richard Stallman  <rms@gnu.org>
855         * windows.texi (Splitting Windows): Clarify splitting nonselected
856         window.
858 2006-05-31  Juri Linkov  <juri@jurta.org>
860         * minibuf.texi (Minibuffer History): Add history-add-new-input.
862 2006-05-30  Richard Stallman  <rms@gnu.org>
864         * display.texi (Line Height): Fix errors in description of
865         default line height and line-height properyty.
867         * nonascii.texi (Default Coding Systems): Further clarification.
869 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
871         * internals.texi (Pure Storage): Mention that an overflow in pure
872         space causes a memory leak.
873         (Garbage Collection): If there was an overflow in pure space,
874         `garbage-collect' returns nil.
876 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
878         * nonascii.texi (Default Coding Systems): Fix it some more.
880 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
882         * nonascii.texi (Default Coding Systems): Fix last change.
884 2006-05-29  Kenichi Handa  <handa@m17n.org>
886         * nonascii.texi (find-operation-coding-system): Describe the new
887         argument format (FILENAME . BUFFER).
889 2006-05-28  Richard Stallman  <rms@gnu.org>
891         * tips.texi (Coding Conventions): Better explain reasons not to
892         advise other packages or use `eval-after-load'.
894 2006-05-29  Kim F. Storm  <storm@cua.dk>
896         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
897         `bindat-idx' and `bindat-raw' for clarity.
899 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
901         * processes.texi (Bindat Spec): Expand on `repeat' handler.
903         * display.texi (Display): Add "Abstract Display" to menu.
904         (Abstract Display, Abstract Display Functions)
905         (Abstract Display Example): New nodes.
906         * elisp.texi (Top): Add "Abstract Display" to menu.
908 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
910         * keymaps.texi (Key Sequences): Link to input events definition.
911         (Format of Keymaps): Delete material duplicated in Keymap Basics.
913         * files.texi (Changing Files): Document updated argument list for
914         copy-file.
916 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
918         * processes.texi (Bindat Functions): Explain term "total length".
919         Use it in bindat-length and bindat-pack descriptions.
921 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
923         * tips.texi (Coding Conventions): Advise against using
924         eval-after-load in packages.  Add an index entry.
926 2006-05-25  Juri Linkov  <juri@jurta.org>
928         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
930         * modes.texi (%-Constructs): Add %e, %z, %Z.
932 2006-05-25  Richard Stallman  <rms@gnu.org>
934         * elisp.texi (Top): Update subnode menu.
936         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
937         (Keymaps): Update menu.
939 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
941         * keymaps.texi (Key Sequences): Some clarifications.
943 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
945         * processes.texi (Bindat Functions): Say "unibyte string"
946         explicitly for bindat-unpack and bindat-pack descriptions.
947         (Bindat Examples): Don't call `string-make-unibyte' in example.
949 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
951         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
952         Explain string and vector representations of key sequences
954         * keymaps.texi (Changing Key Bindings):
955         * commands.texi (Interactive Codes, Interactive Codes):
956         * help.texi (Describing Characters): Refer to it.
958 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
960         * frames.texi (Pointer Shape): @end table -> @end defvar.
962 2006-05-22  Richard Stallman  <rms@gnu.org>
964         * elisp.texi (Top): Update subnode menus.
966         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
967         Contents rewritten; material from old Pointer Shape node moved here.
969         * display.texi (Pointer Shape): Node deleted.
970         (Image Descriptors): Minor cleanup.
972 2006-05-21  Richard Stallman  <rms@gnu.org>
974         * syntax.texi (Parsing Expressions): Update info on which STATE
975         elements are ignored.
977 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
979         * hooks.texi (Standard Hooks): Correct typo.
981         * gpl.texi (GPL): ifinfo -> ifnottex.
983 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
985         * searching.texi (Simple Match Data): Warn about match data being
986         set anew by every search.
988 2006-05-17  Richard Stallman  <rms@gnu.org>
990         * minibuf.texi (Minibuffer History): Clarify.
992         * searching.texi (Regexp Special): Clarify nested regexp warning.
994 2006-05-16  Kim F. Storm  <storm@cua.dk>
996         * minibuf.texi (Minibuffer History): Update add-to-history.
998 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
1000         * nonascii.texi (Explicit Encoding): Fix
1001         typo (encoding<->decoding).
1003 2006-05-14  Richard Stallman  <rms@gnu.org>
1005         * buffers.texi (Creating Buffers): Cleanup.
1007         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1009 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
1011         * buffers.texi (Current Buffer): Document that with-temp-buffer
1012         disables undo.
1014         * os.texi (Terminal-Specific): More accurate description of how
1015         Emacs searches for the terminal-specific libraries.
1017 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1019         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1020         emacs-xtra to @inforef's.
1022         * text.texi (Undo): Document that undo is turned off in buffers
1023         whose names begin with a space.
1025         * buffers.texi (Buffer Names): Add index entries for buffers whose
1026         names begin with a space.
1027         (Creating Buffers): Document that undo is turned off in buffers
1028         whose names begin with a space.
1030         * files.texi (Visiting Functions, Reading from Files)
1031         (Saving Buffers): Mention code and EOL conversions by file I/O
1032         primitives and subroutines.
1034         * nonascii.texi (Lisp and Coding Systems): Document
1035         coding-system-eol-type.  Add index entries for eol conversion.
1037         * display.texi (Defining Faces): Mention `mac', and add an xref to
1038         where window-system is described.
1040 2006-05-10  Richard Stallman  <rms@gnu.org>
1042         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1044 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1046         * variables.texi (File Local Variables): Recommend to quote lambda
1047         expressions in safe-local-variable property.
1049 2006-05-09  Richard Stallman  <rms@gnu.org>
1051         * variables.texi (File Local Variables): Document
1052         safe-local-eval-forms and safe-local-eval-function.
1054 2006-05-07  Kim F. Storm  <storm@cua.dk>
1056         * minibuf.texi (Minibuffer History): Remove keep-dups arg
1057         from add-to-history.
1059 2006-05-07  Romain Francoise  <romain@orebokech.com>
1061         * commands.texi (Event Input Misc):
1062         * compile.texi (Eval During Compile):
1063         * internals.texi (Buffer Internals):
1064         * minibuf.texi (Initial Input):
1065         * nonascii.texi (Scanning Charsets):
1066         * numbers.texi (Comparison of Numbers):
1067         * windows.texi (Textual Scrolling, Vertical Scrolling):
1068         Fix various typos.
1070 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1072         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1073         conditional xref's to either emacs or emacs-xtra, depending on
1074         @iftex/@ifnottex.
1076         * minibuf.texi (Minibuffer History): Document add-to-history.
1078 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1080         * internals.texi (Pure Storage): Mention the pure overflow message
1081         at startup.
1083 2006-05-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1085         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1086         (Searching Keymaps): Fix pseudo-Lisp description of keymap
1087         search.
1089 2006-05-01  Richard Stallman  <rms@gnu.org>
1091         * intro.texi (nil and t): Clarify.
1093         * variables.texi (File Local Variables): Suggest using booleanp.
1095 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
1097         * objects.texi (Type Predicates): Fix typos.
1099 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1101         * intro.texi (nil and t): Add booleanp.
1103         * objects.texi (Type Predicates): Add links for booleanp and
1104         string-or-null-p.
1106 2006-04-29  Richard Stallman  <rms@gnu.org>
1108         * modes.texi (Multiline Font Lock): Rename from
1109         Multi line Font Lock Elements.  Much clarification.
1110         (Font Lock Multiline, Region to Fontify): Much clarification.
1112 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1114         * variables.texi (File Local Variables): Remove the special case t for
1115         safe-local-variable.
1117 2006-04-26  Richard Stallman  <rms@gnu.org>
1119         * syntax.texi (Parsing Expressions): Minor cleanup.
1121 2006-04-18  Richard Stallman  <rms@gnu.org>
1123         * tips.texi (Coding Conventions): Explain when the package's
1124         prefix should appear later on (not at the start of the name).
1126         * searching.texi (String Search): Clarify effect of NOERROR.
1128         * modes.texi (Imenu): Clarify what special items do.
1130         * hooks.texi (Standard Hooks): Delete text about old hook names.
1132 2006-04-17  Romain Francoise  <romain@orebokech.com>
1134         * variables.texi (Local Variables): Update the default value of
1135         `max-specpdl-size'.
1137 2006-04-15  Michael Olson  <mwolson@gnu.org>
1139         * processes.texi (Transaction Queues): Mention the new optional
1140         `delay-question' argument for `tq-enqueue'.
1142 2006-04-13  Bill Wohler  <wohler@newt.com>
1144         * customize.texi (Common Keywords): Use dotted notation for
1145         :package-version value.  Specify its values.  Improve documentation
1146         for customize-package-emacs-version-alist.
1148 2006-04-12  Bill Wohler  <wohler@newt.com>
1150         * customize.texi (Common Keywords): Move description of
1151         customize-package-emacs-version-alist to @defvar.
1153 2006-04-10  Bill Wohler  <wohler@newt.com>
1155         * customize.texi (Common Keywords): Add :package-version.
1157 2006-04-10  Kim F. Storm  <storm@cua.dk>
1159         * text.texi (Buffer Contents): Add NOPROPS arg to
1160         filter-buffer-substring.
1162 2006-04-08  Kevin Ryde  <user42@zip.com.au>
1164         * os.texi (Command-Line Arguments): Update xref to emacs manual
1165         "Command Arguments" -> "Emacs Invocation", per change there.
1167 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
1169         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1170         be on one line to help makeinfo not render two spaces after the dot.
1172 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
1174         * strings.texi (Predicates for Strings): Add string-or-null-p.
1176 2006-03-28  Kim F. Storm  <storm@cua.dk>
1178         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1179         remarks about systems that don't support fractional seconds.
1181 2006-03-25  Karl Berry  <karl@gnu.org>
1183         * elisp.texi: Use @copyright{} instead of (C), and do not indent
1184         the year list.
1186 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
1188         * display.texi (Fringe Indicators): Fix typos.
1190 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
1192         * tips.texi (Documentation Tips): One can now also write `program'
1193         in front of a quoted symbol in a docstring to prevent making a
1194         hyperlink.
1196 2006-03-19  Alan Mackenzie  <acm@muc.de>
1198         * text.texi (Special Properties): Clarify `fontified' property.
1200 2006-03-16  Richard Stallman  <rms@gnu.org>
1202         * display.texi (Defining Images): Minor cleanup.
1204 2006-03-16  Bill Wohler  <wohler@newt.com>
1206         * display.texi (Defining Images): In image-load-path-for-library,
1207         prefer user's images.
1209 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1211         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1213 2006-03-15  Bill Wohler  <wohler@newt.com>
1215         * display.texi (Defining Images): Fix example in
1216         image-load-path-for-library by not recommending that one binds
1217         image-load-path.  Just defvar it to placate compiler and only use
1218         it if previously defined.
1220 2006-03-14  Bill Wohler  <wohler@newt.com>
1222         * display.texi (Defining Images): In image-load-path-for-library,
1223         always return list of directories.  Update example.
1225 2006-03-14  Alan Mackenzie  <acm@muc.de>
1227         * modes.texi: New node, "Region to Fontify" (for Font Lock).
1228         This describes font-lock-extend-region-function.
1229         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
1230         the new node "Region to Fontify".
1232 2006-03-13  Richard Stallman  <rms@gnu.org>
1234         * display.texi (Invisible Text): The impossible position is
1235         now before the invisible text, not after.
1236         (Defining Images): Clean up last change.
1238 2006-03-11  Bill Wohler  <wohler@newt.com>
1240         * display.texi (Defining Images): Add image-load-path-for-library.
1242 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1244         * text.texi (Adaptive Fill): Fix Texinfo usage.
1246         * strings.texi (Creating Strings): Fix Texinfo usage.
1248         * searching.texi (Regexp Special): Use @samp for regular
1249         expressions that are not in Lisp syntax.
1251 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
1253         * searching.texi (Regexp Special): Put remark between parentheses
1254         to avoid misreading.
1256 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
1258         * searching.texi (Syntax of Regexps): More accurately describe
1259         which characters are special in which situations.
1260         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1261         are not special.  Describe in detail when `[' and `]' are special.
1262         (Regexp Backslash): Plenty of regexps with unbalanced square
1263         brackets are valid, so reword that statement.
1265 2006-03-02  Kim F. Storm  <storm@cua.dk>
1267         * keymaps.texi (Tool Bar): Add tool-bar-border.
1269 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
1271         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
1273 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
1275         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1277         * files.texi (Locating Files): Suggest additional values for the
1278         SUFFIXES arg of `locate-file'.  Update pxref.
1280         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1281         (How Programs Do Loading): Discuss the effects of Auto Compression
1282         mode on `load'.
1283         (Load Suffixes): New node.
1284         (Library Search): Delete description of `load-suffixes'; it was
1285         moved to "Load Suffixes".
1286         (Autoload, Named Features): Mention `load-suffixes'.
1288 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1290         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1292         * windows.texi (Window Tree): Fix typo.
1294 2006-02-20  Kim F. Storm  <storm@cua.dk>
1296         * display.texi (Fringe Indicators): New section.
1297         Move indicate-empty-lines, indicate-buffer-boundaries, and
1298         default-indicate-buffer-boundaries here.
1299         Add fringe-indicator-alist and default-fringes-indicator-alist.
1300         Add list of logical fringe indicator symbols.
1301         Update list of standard bitmap names.
1302         (Fringe Cursors): New section.
1303         Move overflow-newline-into-fringe here.
1304         Add fringe-cursor-alist and default-fringes-cursor-alist.
1305         Add list of fringe cursor symbols.
1307 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1309         * commands.texi (Using Interactive): Fix reference to node
1310         "Minibuffers".
1312 2006-02-19  Richard M. Stallman  <rms@gnu.org>
1314         * minibuf.texi (High-Level Completion):
1315         Add xref to read-input-method-name.
1317         * files.texi (Relative File Names): Move file-relative-name here.
1318         (File Name Expansion): From here.  Minor clarifications.
1320         * commands.texi (Using Interactive): Add xrefs about reading input.
1321         Clarify remarks about that moving point and mark.
1322         Put string case before list case.
1324 2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1326         * display.texi (Other Display Specs, Image Descriptors):
1327         Revert erroneous changes.  The previous description of
1328         image-descriptors as `(image . PROPS)' was correct.
1330 2006-02-14  Richard M. Stallman  <rms@gnu.org>
1332         * variables.texi (File Local Variables): Clarifications.
1334 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
1336         * variables.texi (File Local Variables): Use @code for a cons
1337         cell, not @var.
1339 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1341         * variables.texi (File Local Variables): Document new file local
1342         variable behavior.
1344 2006-02-10  Kim F. Storm  <storm@cua.dk>
1346         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1348 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
1350         * modes.texi (%-Constructs): Remove obsolete info about
1351         `global-mode-string'.
1353 2006-02-07  Richard M. Stallman  <rms@gnu.org>
1355         * commands.texi (Prefix Command Arguments): Minor cleanup.
1357         * display.texi: "Graphical display", not window system.
1359         * functions.texi (What Is a Function): Fix xref.
1361         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1362         (Changing Key Bindings): Clarify when remapping is better than
1363         substitute-key-definition.
1365 2006-02-02  Richard M. Stallman  <rms@gnu.org>
1367         * minibuf.texi (Basic Completion): Completion alists are risky.
1369         * keymaps.texi (Active Keymaps): Clarifications.
1370         (Searching Keymaps): New node.
1371         (Keymaps): Update menu.
1373         * frames.texi (Layout Parameters): Minor clarification.
1374         (Drag and Drop): New node.
1375         (Frames): Update menu.
1377 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
1379         * display.texi (Other Display Specs, Image Descriptors):
1380         Image description is a list, not a cons cell.
1382 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
1384         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1385         list is not necessarily a list).
1387 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
1389         * frames.texi (Layout Parameters): border-width and
1390         internal-border-width belong to the frame, not the window.
1392 2006-01-19  Richard M. Stallman  <rms@gnu.org>
1394         * nonascii.texi (Translation of Characters): Search cmds use
1395         translation-table-for-input.  Automatically made local.
1397         * markers.texi (Overview of Markers): Count insertion type
1398         as one of a marker's attributes.
1400         * keymaps.texi (Controlling Active Maps): New node, split out of
1401         Active Keymaps.
1402         (Keymaps): Menu updated.
1403         (Active Keymaps): Give pseudocode to explain how the active
1404         maps are searched.  current-active-maps and key-binding moved here.
1405         (Functions for Key Lookup): current-active-maps and key-binding moved.
1406         Clarifications.
1407         (Searching the Keymaps): New subnode.
1409         * elisp.texi (Top): Menu clarification.
1411         * display.texi (Other Display Specs): Delete duplicate entry for
1412         just a string as display spec.  Move text about recursive display
1413         specs on such a string.
1415         * commands.texi (Key Sequence Input): Clarify.
1416         Move num-nonmacro-input-events out.
1417         (Reading One Event): num-nonmacro-input-events moved here.
1419 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
1421         * advice.texi (Simple Advice): Update example to fit argument
1422         change in previous-line.
1424 2006-01-05  Richard M. Stallman  <rms@gnu.org>
1426         * markers.texi (The Mark): Fix in `mark'.
1428 2006-01-04  Richard M. Stallman  <rms@gnu.org>
1430         * processes.texi (Misc Network, Make Network): Minor cleanups.
1432 2006-01-04  Kim F. Storm  <storm@cua.dk>
1434         * processes.texi (Make Network): Add IPv6 addresses and handling.
1435         (Network Feature Testing): Mention (:family ipv6).
1436         (Misc Network): Add IPv6 formats to format-network-address.
1438 2005-12-30  Richard M. Stallman  <rms@gnu.org>
1440         * text.texi (Changing Properties):
1441         Don't use return value of set-text-properties.
1443 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1445         * modes.texi (Mode Line Format): Correct typo in menu.
1447 2005-12-29  Richard M. Stallman  <rms@gnu.org>
1449         * modes.texi (Mode Line Top): New node.
1450         (Mode Line Data): Some text moved to new node.
1451         Explain the data structure more concretely.
1452         (Mode Line Basics): Clarifications.
1453         (Mode Line Variables): Clarify intro paragraph.
1454         (%-Constructs): Clarify intro paragraph.
1455         (Mode Line Format): Update menu.
1457 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
1459         * minibuf.texi (Basic Completion): Update lazy-completion-table
1460         examples for removal of ARGS argument.
1462 2005-12-23  Richard M. Stallman  <rms@gnu.org>
1464         * text.texi (Undo): Restore some explanation from the version
1465         that was deleted.
1467 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
1469         * text.texi (Undo): Remove duplicate descriptions of `apply
1470         funname' and `apply delta' elements of the undo list.
1472 2005-12-20  Richard M. Stallman  <rms@gnu.org>
1474         * help.texi (Help Functions): Update documentation of `apropos'.
1476 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
1478         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1479         because it is confusing.  If the :help-echo keyword is a function,
1480         it is not directly used as the :help-echo overlay property, as the
1481         xref seems to suggest (it does not take the appropriate args).
1483 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
1485         * customize.texi (Common Keywords): Fix Texinfo usage.
1486         (Group Definitions, Variable Definitions): Update for new
1487         conventions for using `*' in docstrings.
1489         * tips.texi (Documentation Tips): Update for new conventions for
1490         using `*' in docstrings.
1492 2005-12-16  Richard M. Stallman  <rms@gnu.org>
1494         * minibuf.texi (Minibuffer Contents): Minor cleanup.
1496 2005-12-16  Juri Linkov  <juri@jurta.org>
1498         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1500 2005-12-14  Romain Francoise  <romain@orebokech.com>
1502         * modes.texi (Customizing Keywords): Rename `append' to `how'.
1503         Fix typo.
1505 2005-12-11  Juri Linkov  <juri@jurta.org>
1507         * minibuf.texi (Completion Commands): Add mention of read-file-name
1508         for filename completion keymaps.
1509         (Reading File Names): Add mention of filename completion keymaps
1510         for read-file-name and xref to `Completion Commands'.
1512 2005-12-10  Richard M. Stallman  <rms@gnu.org>
1514         * customize.texi (Common Keywords): State caveats for use of :tag.
1516 2005-12-08  Richard M. Stallman  <rms@gnu.org>
1518         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1519         with xrefs and better explanation.
1520         (Completion Commands): Add the filename completion maps.
1522         * objects.texi (Character Type): Clarify that \s is not space
1523         if a dash follows.
1525 2005-12-05  Richard M. Stallman  <rms@gnu.org>
1527         * windows.texi (Resizing Windows): Delete preserve-before args.
1529 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1531         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1532         in full keymaps, since the quirk has been fixed.
1534 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
1536         * hooks.texi (Standard Hooks): Add index entries.  Mention
1537         `compilation-finish-functions'.
1539 2005-11-27  Richard M. Stallman  <rms@gnu.org>
1541         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1543 2005-11-21  Juri Linkov  <juri@jurta.org>
1545         * customize.texi (Common Keywords): Update links types
1546         custom-manual and url-link.  Add link types emacs-library-link,
1547         file-link, function-link, variable-link, custom-group-link.
1549 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
1551         * display.texi: Revert 2005-11-20 change.
1553 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
1555         * processes.texi (Bindat Functions):
1556         Say "third" to refer to zero-based index "2".
1558 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
1560         * loading.texi (Library Search): Update the default value of
1561         `load-suffixes'.
1563 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1565         * display.texi (Attribute Functions): Mention :ignore-defface.
1567 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1569         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
1570         (Minor Mode Conventions): Mention the use of a hook.
1572 2005-11-06  Richard M. Stallman  <rms@gnu.org>
1574         * files.texi (Magic File Names): find-file-name-handler checks the
1575         `operations' property of the handler.
1577 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1579         * variables.texi (Frame-Local Variables): Small clarification.
1581 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1583         * os.texi (Init File): Document ~/.emacs.d/init.el.
1585 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1587         * internals.texi (Garbage Collection): Document memory-full.
1589 2005-10-28  Bill Wohler  <wohler@newt.com>
1591         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1592         for URLs.
1594 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1596         * minibuf.texi (Completion Commands): Clean up prev change.
1598 2005-10-26  Kevin Ryde  <user42@zip.com.au>
1600         * compile.texi (Eval During Compile): Explain recommended uses
1601         of eval-when-compile and eval-and-compile.
1603 2005-10-27  Masatake YAMATO  <jet@gyve.org>
1605         * minibuf.texi (Completion Commands):
1606         Write about new optional argument for `display-completion-list'.
1608 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1610         * display.texi (Overlay Arrow): Clarify about local bindings of
1611         overlay-arrow-position.
1613 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
1615         * internals.texi (Building Emacs): Fix last change.
1617 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1619         * internals.texi (Building Emacs): Document eval-at-startup.
1621 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1623         * loading.texi (Where Defined): load-history contains abs file names.
1624         symbol-file returns abs file names.
1626 2005-10-19  Kim F. Storm  <storm@cua.dk>
1628         * display.texi (Showing Images): Add max-image-size integer value.
1630 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
1632         * display.texi (Showing Images): Document max-image-size.
1634 2005-10-17  Richard M. Stallman  <rms@gnu.org>
1636         * commands.texi (Quitting): Minor clarification.
1638         * processes.texi (Sentinels): Clarify about output and quitting.
1639         (Filter Functions): Mention with-local-quit.
1641 2005-10-17  Juri Linkov  <juri@jurta.org>
1643         * buffers.texi (Current Buffer):
1644         * commands.texi (Event Input Misc):
1645         * compile.texi (Eval During Compile, Compiler Errors):
1646         * customize.texi (Group Definitions):
1647         * display.texi (Progress, Defining Faces):
1648         * files.texi (Writing to Files):
1649         * modes.texi (Mode Hooks, Defining Minor Modes):
1650         * streams.texi (Output Functions):
1651         * syntax.texi (Syntax Table Functions):
1652         * text.texi (Change Hooks):
1653         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1655         * commands.texi (Quitting): Replace arg `forms' with `body' in
1656         `with-local-quit'.
1658         * positions.texi (Excursions): Replace arg `forms' with `body' in
1659         `save-excursion'.
1661 2005-10-08  Kim F. Storm  <storm@cua.dk>
1663         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1664         Rename manual section accordingly.
1666 2005-10-04  Kim F. Storm  <storm@cua.dk>
1668         * windows.texi (Window Split Tree): New section describing
1669         new function window-split-tree function.
1671 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
1673         * display.texi (Fringe Size/Pos): Simplify and add detail.
1675 2005-09-30  Romain Francoise  <romain@orebokech.com>
1677         * minibuf.texi (High-Level Completion): Explain that the prompt
1678         given to `read-buffer' should end with a colon and a space.
1679         Update usage examples.
1681 2005-09-29  Juri Linkov  <juri@jurta.org>
1683         * display.texi (Displaying Messages): Rename argument name
1684         `string' to `format-string' in functions `message', `message-box',
1685         `message-or-box'.
1687 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
1689         * errors.texi (Standard Errors): Correct xrefs.
1691 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
1693         * display.texi (Defining Images): Update documentation for
1694         `image-load-path'.
1696 2005-09-17  Richard M. Stallman  <rms@gnu.org>
1698         * display.texi (Defining Images): Clean up previous change.
1700 2005-09-16  Romain Francoise  <romain@orebokech.com>
1702         * elisp.texi: Specify GFDL version 1.2.
1704         * doclicense.texi (GNU Free Documentation License): Update to
1705         version 1.2.
1707 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
1709         * display.texi (Defining Images): Document `image-load-path'.
1711 2005-09-15  Richard M. Stallman  <rms@gnu.org>
1713         * objects.texi (Printed Representation): Minor cleanup.
1714         (Box Diagrams): Minor fix.
1715         (Cons Cell Type): Move (...) index item here.
1716         (Box Diagrams): From here.
1717         (Array Type): Minor fix.
1718         (Type Predicates): Delete index "predicates".
1719         (Hash Table Type): Clarify xref.
1720         (Dotted Pair Notation): Minor fix.
1722 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
1724         * files.texi (Saving Buffers): Fix typo.
1726 2005-09-08  Richard M. Stallman  <rms@gnu.org>
1728         * tips.texi (Programming Tips): Correct the "default" prompt spec.
1730 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
1732         * locals.texi (Standard Buffer-Local Variables): Don't include
1733         mode variables for minor modes.
1734         Fix xrefs for buffer-display-count, buffer-display-table,
1735         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1736         enable-multibyte-characters, fill-column, header-line-format,
1737         left-fringe-width, left-margin, and right-fringe-width.
1739         * hooks.texi (Standard Hooks): All hooks should conform to the
1740         standard naming convention now.
1741         Fix xref for `echo-area-clear-hook'.
1743         * display.texi (Usual Display): Note that indicate-empty-lines and
1744         tab-width are buffer-local.
1746         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1748         * modes.texi (Mode Help): Note that major-mode is buffer-local.
1750         * nonascii.texi (Encoding and I/O): Note that
1751         buffer-file-coding-system is buffer-local.
1753         * positions.texi (List Motion): Note that defun-prompt-regexp is
1754         buffer-local.
1756         * text.texi (Auto Filling): Note that auto-fill-function is
1757         buffer-local.
1758         (Undo): Note that buffer-undo-list is buffer-local.
1760         * windows.texi (Buffers and Windows): Document
1761         buffer-display-count.
1763 2005-09-06  Richard M. Stallman  <rms@gnu.org>
1765         * tips.texi (Coding Conventions): Sometimes it is ok to put the
1766         package prefix elsewhere than at the start of the name.
1768 2005-09-03  Richard M. Stallman  <rms@gnu.org>
1770         * tips.texi (Programming Tips): Add conventions for minibuffer
1771         questions and prompts.
1773 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
1775         * intro.texi (nil and t): Minor cleanup.
1776         Delete spurious mention of keyword symbols.
1777         (Evaluation Notation): Add index entry.
1778         (A Sample Function Description): Minor cleanup.
1779         (A Sample Variable Description): Not all vars can be set.
1781 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
1783         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1785         (Insertion): Document precise type of `insert-char' arg COUNT.
1787 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1789         * modes.texi (Other Font Lock Variables): Sync the default of
1790         font-lock-lines-before.
1792 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
1794         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1796 2005-08-29  Richard M. Stallman  <rms@gnu.org>
1798         * elisp.texi (Top): Update subnode menu.
1800         * searching.texi (Searching and Matching): Move node.
1801         Rearrange contents and add overall explanation.
1802         (Searching and Case): Move node.
1803         (Searching and Matching): Update menu.
1805 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
1807         * os.texi (Startup Summary): Fix the description of the initial
1808         startup message display.
1810 2005-08-25  Richard M. Stallman  <rms@gnu.org>
1812         * searching.texi (Search and Replace): Add replace-regexp-in-string.
1814 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
1816         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1817         `next-overlay-change' example.
1819 2005-08-22  Juri Linkov  <juri@jurta.org>
1821         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1822         Fix invert-face.  Fix args of face-background.
1824         * display.texi (Standard Faces): Delete node.
1825         (Faces): Add xref to `(emacs)Standard Faces'.
1826         (Displaying Faces): Fix xref to `Standard Faces'.
1828         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1830 2005-08-20  Alan Mackenzie  <acm@muc.de>
1832         * buffers.texi (The Buffer List): Clarify the manipulation of the
1833         buffer list.
1835 2005-08-14  Richard M. Stallman  <rms@gnu.org>
1837         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1838         a regexp.
1840 2005-08-11  Richard M. Stallman  <rms@gnu.org>
1842         * elisp.texi (Top): Update subnode lists.
1844         * display.texi (Inverse Video): Node deleted.
1846         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1847         New nodes split out of Coding Conventions.
1849         * searching.texi (Regular Expressions): Document re-builder.
1851         * os.texi (Time Parsing): New node split out of Time Conversion.
1853         * processes.texi (Misc Network, Network Feature Testing)
1854         (Network Options, Make Network): New nodes split out of
1855         Low-Level Network.
1857 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1859         * frames.texi (Geometry): New node, split from Size and Position.
1860         (Frame Parameters): Refer to Geometry.
1862         * buffers.texi (The Buffer List): Fix xrefs.
1864         * windows.texi (Splitting Windows): Fix xref.
1866         * frames.texi (Layout Parameters): Add xref.
1868         * display.texi (Line Height, Scroll Bars): Fix xrefs.
1870         * keymaps.texi (Menu Bar): Fix xref.
1872         * locals.texi (Standard Buffer-Local Variables): Fix xref.
1874         * modes.texi (%-Constructs): Fix xref.
1876         * frames.texi (Window Frame Parameters): Node split up.
1877         (Basic Parameters, Position Parameters, Size Parameters)
1878         (Layout Parameters, Buffer Parameters, Management Parameters)
1879         (Cursor Parameters, Color Parameters): New subnodes.
1881 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
1883         * positions.texi (Screen Lines): Update xref for previous change
1884         in minibuf.texi.
1886         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1887         change in minibuf.texi.
1889 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1891         * tips.texi (Coding Conventions): Minor cleanup.
1893         * modes.texi (Defining Minor Modes): Explain when init-value
1894         can be non-nil.
1896         * elisp.texi (Top): Update submenu for Minibuffer.
1898         * minibuf.texi (Minibuffer Misc): Node split up.
1899         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1900         (Recursive Mini): New nodes split out from Minibuffer Misc.
1901         (Minibuffer Misc): Document max-mini-window-height.
1903         * hash.texi (Defining Hash): Delete stray paren in example.
1905         * display.texi (Echo Area Customization): Don't define
1906         max-mini-window-height here; xref instead.
1908         * commands.texi (Event Input Misc): Update while-no-input.
1910         * advice.texi (Advising Functions): Explain when to use advice
1911         and when to use a hook.
1913 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
1915         * makefile.w32-in (info): Don't run install-info.
1916         ($(infodir)/dir): New target, produced by running install-info.
1918 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
1920         * modes.texi (Defining Minor Modes): The keyword for the initial
1921         value is :init-value, not :initial-value.
1923 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
1925         * loading.texi (Autoload): Make the `doctor' example be consistent
1926         with what's in current loaddefs.el.  Describe the "fn" magic in
1927         the usage portion of the doc string.
1929 2005-07-22  Richard M. Stallman  <rms@gnu.org>
1931         * internals.texi (Garbage Collection): Clarify previous change.
1933 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1935         * internals.texi (Garbage Collection): Add gc-cons-percentage.
1937 2005-07-18  Juri Linkov  <juri@jurta.org>
1939         * commands.texi (Accessing Events):
1940         * frames.texi (Text Terminal Colors, Resources):
1941         * markers.texi (The Mark):
1942         * modes.texi (Defining Minor Modes):
1943         Delete duplicate duplicate words.
1945 2005-07-16  Richard M. Stallman  <rms@gnu.org>
1947         * display.texi (Managing Overlays): Clarify make-overlay
1948         args for insertion types.
1950 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
1952         * customize.texi (Variable Definitions):
1953         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
1954         `standard-value' is a list too.
1955         (Defining New Types): Use @key{RET} instead of @key{ret}.
1957 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
1959         * os.texi (Translating Input): Fix typo.
1961 2005-07-08  Richard M. Stallman  <rms@gnu.org>
1963         * README: Update edition number and size estimate.
1965         * elisp.texi (VERSION): Set to 2.9.
1967 2005-07-07  Richard M. Stallman  <rms@gnu.org>
1969         * book-spine.texinfo: Update Emacs version.
1971         * display.texi (Inverse Video): Delete mode-line-inverse-video.
1973 2005-07-06  Richard M. Stallman  <rms@gnu.org>
1975         * searching.texi (Regexp Search): Clarify what re-search-forward
1976         does when the search fails.
1978 2005-07-05  Lute Kamstra  <lute@gnu.org>
1980         * Update FSF's address in GPL notices.
1982         * doclicense.texi (GNU Free Documentation License):
1983         * gpl.texi (GPL):
1984         * tips.texi (Coding Conventions, Library Headers):
1985         * vol1.texi:
1986         * vol2.texi: Update FSF's address.
1988 2005-07-04  Richard M. Stallman  <rms@gnu.org>
1990         * hooks.texi (Standard Hooks): Add occur-hook.
1992 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1994         * display.texi (The Echo Area): Correct menu.
1996 2005-07-03  Richard M. Stallman  <rms@gnu.org>
1998         * elisp.texi (Top): Update subnode menu for Display.
2000         * display.texi (Displaying Messages): New node, with most
2001         of what was in The Echo Area.
2002         (Progress): Moved under The Echo Area.
2003         (Logging Messages): New node with new text.
2004         (Echo Area Customization): New node, the rest of what was
2005         in The Echo Area.  Document message-truncate-lines with @defvar.
2006         (Display): Update menu.
2008         * windows.texi (Textual Scrolling): Doc 3 values for
2009         scroll-preserve-screen-position.
2011         * text.texi (Special Properties): Change hook functions
2012         should bind inhibit-modification-hooks around altering buffer text.
2014         * keymaps.texi (Key Binding Commands): Call binding BINDING
2015         rather than DEFINITION.
2017 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
2019         * variables.texi (Defining Variables): `user-variable-p' returns t
2020         for aliases of user options, nil for alias loops.
2022 2005-06-28  Richard M. Stallman  <rms@gnu.org>
2024         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2025         make-keymap.
2027 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
2029         * variables.texi (Setting Variables): Correct and clarify
2030         description of `add-to-ordered-list'.
2032 2005-06-26  Richard M. Stallman  <rms@gnu.org>
2034         * display.texi (Faces): Minor cleanup.
2036 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
2038         * display.texi (Faces): `facep' returns t for strings that are
2039         face names.
2041 2005-06-25  Richard M. Stallman  <rms@gnu.org>
2043         * objects.texi (Equality Predicates): Clarify meaning of equal.
2045         * windows.texi (Selecting Windows): save-selected-window
2046         and with-selected-window save and restore the current buffer.
2048 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2050         * numbers.texi (Float Basics): Explain how to test for NaN,
2051         and printing the sign of NaNs.
2053 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
2055         * makefile.w32-in (MAKEINFO): Use --force.
2057 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2059         * display.texi (Face Functions): Correct Texinfo usage.
2061 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2063         * lists.texi (Rings): `ring-elements' now returns the elements of
2064         RING in order.
2066 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
2068         * markers.texi (The Mark): Texinfo usage fix.
2070 2005-06-23  Kim F. Storm  <storm@cua.dk>
2072         * searching.texi (Entire Match Data): Remove evaporate option for
2073         match-data.  Do not mention evaporate option for set-match-data.
2075 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
2077         * display.texi (Face Functions): Mention face aliases.
2079 2005-06-21  Richard M. Stallman  <rms@gnu.org>
2081         * anti.texi (Antinews): Texinfo usage fix.
2083 2005-06-21  Karl Berry  <karl@gnu.org>
2085         * elisp.texi: Use @copying.
2087         * elisp.texi: Put @summarycontents and @contents before the Top
2088         node, instead of the end of the file, so that the contents appear
2089         in the right place in the dvi/pdf output.
2091 2005-06-21  Juri Linkov  <juri@jurta.org>
2093         * display.texi (Defining Faces): Add `customized-face'.
2095 2005-06-20  Kim F. Storm  <storm@cua.dk>
2097         * variables.texi (Setting Variables): Any type of element can be
2098         given order in add-to-ordered-list.  Compare elements with eq.
2100         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2102 2005-06-20  Karl Berry  <karl@gnu.org>
2104         * syntax.texi (Syntax Flags): Make last column very slightly wider
2105         to avoid "generic comment" breaking on two lines and causing an
2106         underfull box.
2108 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
2110         * lists.texi (Rings): Various minor clarifications and corrections.
2112 2005-06-18  Richard M. Stallman  <rms@gnu.org>
2114         * functions.texi (Obsolete Functions): Simplify.
2116         * variables.texi (Variable Aliases): Simplify.
2118         * anti.texi, backups.texi, compile.texi, customization.texi:
2119         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2120         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2121         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2122         * variables.texi: Fix formatting ugliness.
2124         * elisp.texi: Add links to Rings and Byte Packing.
2125         Update version and copyright years.
2127         * minibuf.texi: Fix formatting ugliness.
2128         (Completion Commands): Move keymap vars to the end
2129         and vars completing-read binds to the top.
2131 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
2133         * processes.texi: Fix typos.
2134         (Bindat Spec): Correct Texinfo error.
2135         (Byte Packing): Fix ungrammatical sentence.
2137 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
2139         * lists.texi (Rings): New node.
2140         (Lists): Add it to menu.
2142         * processes.texi (Byte Packing): New node.
2143         (Processes): Add it to menu.
2145 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2147         * syntax.texi (Parsing Expressions): Fix texinfo usage.
2149         * help.texi (Documentation Basics): Explain the xref to
2150         Documentation Tips.
2152         * debugging.texi (Debugger Commands): Minor fix.
2154 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
2156         * edebug.texi (Instrumenting): Eliminate duplicate link.
2157         (Specification List): Replace references to "below", referring to
2158         a later node, with one @ref to that node.
2160         * os.texi (Timers): Timers should save and restore the match data
2161         if they change it.
2163         * debugging.texi (Debugger Commands): Mention that the Lisp
2164         debugger can not step through primitive functions.
2166 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2168         * functions.texi (Obsolete Functions): Update argument names of
2169         `make-obsolete' and `define-obsolete-function-alias'.
2171         * variables.texi (Variable Aliases): Update argument names of
2172         `defvaralias', `make-obsolete-variable' and
2173         `define-obsolete-variable-alias'.
2175 2005-06-15  Kim F. Storm  <storm@cua.dk>
2177         * searching.texi (Entire Match Data): Rephrase warnings about
2178         evaporate arg to match-data and set-match-data.
2180 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
2182         * elisp.texi (Top): Update detailed menu.
2184         * edebug.texi (Edebug): Update menu.
2185         (Instrumenting): Update xrefs.
2186         (Edebug Execution Modes): Correct xref.
2187         (Jumping): Clarify description of `h' command.
2188         Eliminate redundant @ref.
2189         (Breaks): New node.
2190         (Breakpoints): Is now a subsubsection.
2191         (Global Break Condition): Mention `C-x X X'.
2192         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
2193         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2194         (Edebug Display Update): Correct pxref.
2195         (Edebug and Macros): New node.
2196         (Instrumenting Macro Calls): Is now a subsubsection.
2197         Neither arg of `def-edebug-spec' is evaluated.
2198         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2199         (Specification Examples): Fix typo.
2201 2005-06-14  Lute Kamstra  <lute@gnu.org>
2203         * debugging.texi (Function Debugging): Primitives can break on
2204         entry too.
2206 2005-06-14  Kim F. Storm  <storm@cua.dk>
2208         * variables.texi (Setting Variables): Add add-to-ordered-list.
2210 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2212         * syntax.texi (Parsing Expressions): Document aux functions and vars of
2213         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2215 2005-06-13  Lute Kamstra  <lute@gnu.org>
2217         * text.texi (Special Properties): Fix cross reference.
2219 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2221         * debugging.texi (Function Debugging): Delete mention of empty
2222         string argument to `cancel-debug-on-entry'.  Delete inaccurate
2223         description of the return value of that command.
2225 2005-06-11  Alan Mackenzie  <acm@muc.de>
2227         * text.texi (Adaptive Fill): Amplify the description of
2228         fill-context-prefix.
2230 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2232         * syntax.texi (Parsing Expressions): Fix Texinfo error.
2234 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2236         * syntax.texi (Parsing Expressions): Document syntax-ppss.
2238 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2240         * debugging.texi (Error Debugging): Minor rewording.
2241         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2242         is optional.
2244 2005-06-10  Lute Kamstra  <lute@gnu.org>
2246         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
2247         (Top): Give it a title.  Correct version number.  Give the
2248         detailed node listing a more prominent header.
2249         * intro.texi: Don't set VERSION here a second time.
2250         Mention Emacs's version too.
2251         * anti.texi (Antinews): Use EMACSVER to refer to the current
2252         version of Emacs.
2254 2005-06-09  Kim F. Storm  <storm@cua.dk>
2256         * searching.texi (Entire Match Data): Explain new `reseat' argument to
2257         match-data and set-match-data.
2259 2005-06-08  Richard M. Stallman  <rms@gnu.org>
2261         * searching.texi (Entire Match Data): Clarify when match-data
2262         returns markers and when integers.
2264         * display.texi (Defining Faces): Explain that face name should not
2265         end in `-face'.
2267         * modes.texi (Mode Line Data): Minor cleanup.
2268         (Customizing Keywords): Node split out of Search-based Fontification.
2269         Add example of using font-lock-add-keywords from a hook.
2270         Clarify when MODE should be non-nil, and when nil.
2272 2005-06-06  Richard M. Stallman  <rms@gnu.org>
2274         * modes.texi (Mode Line Data): Explain what happens when the car
2275         of a list is a void symbol.
2276         (Search-based Fontification): Explain MODE arg to
2277         font-lock-add-keywords and warn about calls from major modes.
2279 2005-06-08  Juri Linkov  <juri@jurta.org>
2281         * display.texi (Standard Faces): Add `shadow' face.
2283 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
2285         * modes.texi (Major Mode Conventions): A derived mode only needs
2286         to put the call to the parent mode inside `delay-mode-hooks'.
2288 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2290         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2291         new, and what that implies.  Clarify.
2293         * files.texi (Locating Files): Clean up the text.
2295         * frames.texi (Window Frame Parameters): Document user-size.
2296         Shorten entry for top by referring to left.
2298 2005-05-26  Richard M. Stallman  <rms@gnu.org>
2300         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2301         is new, and what the implications are.  Other clarifications.
2303 2005-05-24  Richard M. Stallman  <rms@gnu.org>
2305         * frames.texi (Dialog Boxes): Minor fixes.
2307 2005-05-25  Masatake YAMATO  <jet@gyve.org>
2309         * display.texi (Standard Faces): Write about `mode-line-highlight'.
2311 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2313         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2314         is optional.
2316 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
2318         * frames.texi (Dialog Boxes): Descibe new optional argument.
2320 2005-05-23  Lute Kamstra  <lute@gnu.org>
2322         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2323         syntax-begin-function over font-lock-beginning-of-syntax-function.
2325 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
2327         * minibuf.texi (Reading File Names): Update description of
2328         `read-directory-name'.
2330         * modes.texi (Derived Modes): Clarify :group keyword.
2332 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
2334         * files.texi (Locating Files): New subsection.
2335         Describe locate-file and executable-find.
2337 2005-05-21  Kevin Ryde  <user42@zip.com.au>
2339         * frames.texi (Initial Parameters): Update cross reference to
2340         "Emacs Invocation".
2342 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
2344         * keymaps.texi (Active Keymaps): Add anchor.
2346         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2347         (Major Mode Conventions): Refer to `Auto Major Mode' in more
2348         appropriate place.
2349         (Derived Modes): Small clarifications.
2350         (Minor Mode Conventions, Keymaps and Minor Modes):
2351         Replace references to nodes with references to anchors.
2352         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2353         Clarify description of lists whose first element is an integer.
2354         (Mode Line Variables): Add anchor.
2355         (%-Constructs): Clarify description of integer after %.
2356         (Emulating Mode Line): Describe nil value for FACE.
2358 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
2360         * modes.texi (Derived Modes): Correct references to non-existing
2361         variable standard-syntax-table.
2363 2005-05-17  Lute Kamstra  <lute@gnu.org>
2365         * modes.texi (Defining Minor Modes): Mention the mode hook.
2367 2005-05-15  Kim F. Storm  <storm@cua.dk>
2369         * processes.texi (Network): Remove open-network-stream-nowait.
2370         (Network Servers): Remove open-network-stream-server.
2372 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
2374         * elisp.texi (Top): Update detailed menu.
2376         * variables.texi: Reorder nodes.
2377         (Variables): Update menu.
2378         (File Local Variables): Do not refer to the `-*-' line as
2379         a "local variables list".  Add pxref.
2381 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
2383         * elisp.texi (Top): Update detailed menu for node changes.
2385         * modes.texi (Modes): Update Menu.
2386         (Hooks): Move to beginning of chapter.
2387         Most minor modes run mode hooks too.
2388         `add-hook' can handle void hooks or hooks whose value is a single
2389         function.
2390         (Major Modes): Update Menu.
2391         (Major Mode Basics): New node, split off from `Major Modes'.
2392         (Major Mode Conventions): Correct xref.  Explain how to handle
2393         auto-mode-alist if the major mode command has an autoload cookie.
2394         (Auto Major Mode): Major update.  Add magic-mode-alist.
2395         (Derived Modes): Major update.
2396         (Mode Line Format): Update Menu.
2397         (Mode Line Basics): New node, split off from `Mode Line Format'.
2399         * loading.texi (Autoload): Mention `autoload cookie' as synonym
2400         for `magic autoload comment'.  Add index entries and anchor.
2402 2005-05-14  Richard M. Stallman  <rms@gnu.org>
2404         * tips.texi (Coding Conventions): Explain how important it is
2405         that just loading certain files not change Emacs behavior.
2407         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2409 2005-05-12  Lute Kamstra  <lute@gnu.org>
2411         * modes.texi (Generic Modes): Update.
2412         (Major Modes): Refer to node "Generic Modes".
2414         * elisp.texi (Top): Update to the current structure of the manual.
2415         * processes.texi (Processes): Add menu description.
2416         * customize.texi (Customization): Add menu descriptions.
2418 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
2420         * processes.texi (Signals to Processes)
2421         (Low-Level Network): Fix typos.
2423 2005-05-11  Lute Kamstra  <lute@gnu.org>
2425         * elisp.texi (Top): Add some nodes from the chapter "Major and
2426         Minor Modes" to the detailed node listing.
2428 2005-05-10  Richard M. Stallman  <rms@gnu.org>
2430         * keymaps.texi (Extended Menu Items): Menu item filter functions
2431         can be called at any time.
2433 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
2435         * variables.texi (File Local Variables): `(hack-local-variables t)'
2436         now also checks whether a mode is specified in the local variables
2437         list.
2439 2005-05-05  Kevin Ryde  <user42@zip.com.au>
2441         * display.texi (The Echo Area): Correct format function cross
2442         reference.
2444 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
2446         * variables.texi (Variable Aliases): Change description of
2447         `define-obsolete-variable-alias'.
2449         * functions.texi (Functions): Add "Obsolete Functions" to menu.
2450         (Defining Functions): Add xref.
2451         (Obsolete Functions): New node.
2452         (Function Safety): Standardize capitalization of section title.
2454         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2455         (Dialog Boxes): Complete description of `x-popup-dialog'.
2457 2005-05-04  Richard M. Stallman  <rms@gnu.org>
2459         * commands.texi (Interactive Codes): Fix Texinfo usage.
2460         Document U more clearly.
2462 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2464         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2465         function and not a macro.
2467         * frames.texi (Pop-Up Menus): Correct and clarify description of
2468         `x-popup-menu'.
2469         (Dialog Boxes): Clarify description of `x-popup-dialog'.
2471 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2473         * edebug.texi (Checking Whether to Stop): Fix previous change.
2475 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2477         * display.texi: Fix typos and Texinfo usage.
2479         * edebug.texi (Checking Whether to Stop): executing-macro ->
2480         executing-kbd-macro.
2482 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2484         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2486 2005-04-30  Richard M. Stallman  <rms@gnu.org>
2488         * files.texi (Magic File Names): Document `operations' property.
2490 2005-04-29  Lute Kamstra  <lute@gnu.org>
2492         * modes.texi (Generic Modes): New node.
2493         (Major Modes): Add it to the menu.
2494         (Derived Modes): Add "derived mode" to concept index.
2496 2005-04-28  Lute Kamstra  <lute@gnu.org>
2498         * modes.texi (Defining Minor Modes): Fix previous change.
2499         (Font Lock Mode): Simplify.
2500         (Font Lock Basics): Say that font-lock-defaults is buffer-local
2501         when set and that some parts are optional.  Add cross references.
2502         (Search-based Fontification): Say how to specify font-lock-keywords.
2503         Add cross references.  Add font-lock-multiline to index.
2504         Move font-lock-keywords-case-fold-search here from node "Other Font
2505         Lock Variables".  Document font-lock-add-keywords and
2506         font-lock-remove-keywords.
2507         (Other Font Lock Variables): Move font-lock-keywords-only,
2508         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2509         and font-lock-syntactic-face-function to node "Syntactic Font
2510         Lock".  Move font-lock-keywords-case-fold-search to node
2511         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
2512         and font-lock-{,un}fontify-{buffer,region}-function.
2513         (Precalculated Fontification): Remove reference to deleted variable
2514         font-lock-core-only.
2515         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2516         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
2517         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2518         and font-lock-syntactic-face-function here from node "Other Font
2519         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
2520         Syntax Properties".  Add cross references.
2521         (Setting Syntax Properties): New node.
2522         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
2523         * syntax.texi (Syntax Properties): Add cross reference.
2524         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2526 2005-04-26  Richard M. Stallman  <rms@gnu.org>
2528         * display.texi (Defining Faces):
2529         Document `default' elements of defface spec.
2531         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2533         * variables.texi (Variable Aliases): Clarify text.
2535 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
2537         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2539 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
2541         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2543 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
2545         * syntax.texi (Syntax Table Internals): Elaborate documentation of
2546         syntax-after and syntax-class.
2548         * files.texi (Changing Files): Fix last change's cross-reference.
2549         (Unique File Names): Don't mention "numbers" in the documentation
2550         of make-temp-file and make-temp-name.
2552 2005-04-23  Richard M. Stallman  <rms@gnu.org>
2554         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2556 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2558         * windows.texi (Cyclic Window Ordering): Clarify window-list.
2560 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2562         * variables.texi (Variable Aliases): Describe make-obsolete-variable
2563         and define-obsolete-variable-alias.
2565 2005-04-22  Kim F. Storm  <storm@cua.dk>
2567         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2568         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2570 2005-04-21  Lute Kamstra  <lute@gnu.org>
2572         * lists.texi (Association Lists): Document rassq-delete-all.
2574 2005-04-19  Richard M. Stallman  <rms@gnu.org>
2576         * modes.texi (Search-based Fontification): Explain that
2577         facespec is an expression to be evaluated.
2579 2005-04-19  Kevin Ryde  <user42@zip.com.au>
2581         * streams.texi (Output Functions): Fix xref.
2582         * strings.texi (String Conversion): Fix xref.
2584 2005-04-19  Kim F. Storm  <storm@cua.dk>
2586         * symbols.texi (Symbol Plists): Add safe-get.
2587         Mention that `get' may signal an error.
2589 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
2591         * customize.texi (Variable Definitions): Replace tooltip-mode
2592         example with save-place.
2594 2005-04-17  Richard M. Stallman  <rms@gnu.org>
2596         * buffers.texi (Indirect Buffers): Clarify.
2598         * positions.texi (Positions): Clarify converting marker to integer.
2600         * strings.texi (String Basics): Mention string-match; clarify.
2602 2005-04-08  Lute Kamstra  <lute@gnu.org>
2604         * modes.texi (Search-based Fontification): Fix cross references.
2605         Use consistent terminology.  Document anchored highlighting.
2607 2005-04-05  Lute Kamstra  <lute@gnu.org>
2609         * modes.texi (Defining Minor Modes): Document :group keyword
2610         argument and its default value.
2612 2005-04-03  Lute Kamstra  <lute@gnu.org>
2614         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
2615         references and/or descriptions.  Delete major mode hooks; mention
2616         them as a category instead.  Rename or delete obsolete hooks.
2618 2005-04-02  Richard M. Stallman  <rms@gnu.org>
2620         * nonascii.texi (Coding System Basics): Another wording cleanup.
2622 2005-04-01  Richard M. Stallman  <rms@gnu.org>
2624         * nonascii.texi (Coding System Basics): Clarify previous change.
2626 2005-04-01  Kenichi Handa  <handa@m17n.org>
2628         * nonascii.texi (Coding System Basics): Describe about rondtrip
2629         identity of coding systems.
2631 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
2633         * text.texi (Buffer Contents): Add filter-buffer-substring and
2634         buffer-substring-filters.
2636 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
2638         * anti.texi (Antinews): Mention `G' interactive code.
2640         * tips.texi (Compilation Tips): Mention benchmark.el.
2642 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2644         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2645         is now bound to M-o M-o.
2647         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2649 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
2651         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2652         in the Emacs Manual).
2653         * Makefile.in (srcs): Remove calendar.texi.
2654         * makefile.w32-in (srcs): Remove calendar.texi.
2655         * display.texi (Display): Change name of next node.
2656         * os.texi (System In): Change name of previous node.
2657         * elisp.texi (Top): Remove Calendar references.
2658         * vol1.texi (Top): Remove Calendar references.
2659         * vol2.texi (Top): Remove Calendar references.
2661 2005-03-25  Richard M. Stallman  <rms@gnu.org>
2663         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
2664         Cleanup previous change.
2666 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
2668         * display.texi (Face Attributes): Faces earlier in an :inherit
2669         list take precedence.
2670         (Scroll Bars): Fix description of vertical-scroll-bars.
2671         Document frame-current-scroll-bars and window-current-scroll-bars.
2673         * markers.texi (The Mark): Document temporary Transient Mark mode.
2675         * minibuf.texi (Reading File Names):
2676         Document read-file-name-completion-ignore-case.
2678         * positions.texi (Screen Lines): Document nil for width argument
2679         to compute-motion.
2681 2005-03-23  Kim F. Storm  <storm@cua.dk>
2683         * display.texi (Standard Faces): Other faces used in the fringe
2684         implicitly inherits from the fringe face.
2685         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2686         properties implicitly inherits from fringe face.
2687         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2689 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
2691         * display.texi (Invisible Text): State default value of
2692         line-move-ignore-invisible.
2693         (Managing Overlays): Document remove-overlays.
2694         (Standard Faces): Document escape-glyph face.
2696         * minibuf.texi (Reading File Names): Document read-file-name-function.
2698         * modes.texi (Other Font Lock Variables):
2699         Document font-lock-lines-before.
2701         * positions.texi (Skipping Characters): skip-chars-forward allows
2702         character classes.
2704 2005-03-18  Lute Kamstra  <lute@gnu.org>
2706         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2708 2005-03-17  Richard M. Stallman  <rms@gnu.org>
2710         * text.texi (Undo): Document extensible undo entries.
2712         * searching.texi (String Search, Regexp Search, Regexp Search):
2713         Cleanups.
2715         * nonascii.texi (Character Codes): Minor fix.
2717         * display.texi (Display Property): Explain the significance
2718         of having text properties that are eq.
2719         (Other Display Specs): Explain string as display spec.
2721         * commands.texi (Interactive Codes): Document G option.
2723 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
2725         * text.texi (Filling): Add sentence-end-without-period and
2726         sentence-end-without-space.
2727         (Changing Properties): Minor fix.
2729         * anti.texi: Total rewrite.
2731 2005-03-15  Lute Kamstra  <lute@gnu.org>
2733         * edebug.texi (Instrumenting Macro Calls): Fix typos.
2735 2005-03-08  Kim F. Storm  <storm@cua.dk>
2737         * display.texi (Specified Space): Property :width is support on
2738         non-graphic terminals, :height is not.
2740 2005-03-07  Richard M. Stallman  <rms@gnu.org>
2742         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2743         Now subnodes of Fringes.
2744         (Overlay Arrow): Document overlay-arrow-variable-list.
2745         (Fringe Size/Pos): New node, broken out of Fringes.
2746         (Display): Explain clearing vs redisplay better.
2747         (Truncation): Clarify use of bitmaps.
2748         (The Echo Area): Clarify the uses of the echo area.
2749         Add max-mini-window-height.
2750         (Progress): Clarify.
2751         (Invisible Text): Explain that main loop moves point out.
2752         (Selective Display): Say "hidden", not "invisible".
2753         (Managing Overlays): Move up.  Describe relation to Undo here.
2754         (Overlay Properties): Clarify intro.
2755         (Finding Overlays): Explain return values when nothing found.
2756         (Width): truncate-string-to-width has added arg.
2757         (Displaying Faces): Clarify and update mode line face handling.
2758         (Face Functions): Minor cleanup.
2759         (Conditional Display): Merge into Other Display Specs.
2760         (Pixel Specification, Other Display Specs): Minor cleanups.
2761         (Images, Image Descriptors): Minor cleanups.
2762         (GIF Images): Patents have expired.
2763         (Showing Images): Explain default text for insert-image.
2764         (Manipulating Button Types): Merge into Manipulating Buttons.
2765         (Making Buttons): Explain return values.
2766         (Button Buffer Commands): Add xref.
2767         (Inverse Video): Update mode-line-inverse-video.
2768         (Display Table Format): Clarify.
2769         (Active Display Table): Give defaults for window-display-table.
2771         * calendar.texi (Calendar Customizing): calendar-holiday-marker
2772         and calendar-today-marker are strings, not chars.
2773         (Holiday Customizing): Minor fix.
2775         * internals.texi (Writing Emacs Primitives): Update `or' example.
2776         Update limit on # args of subr.
2778         * edebug.texi (Using Edebug): Arrow is in fringe.
2779         (Instrumenting): Arg to eval-defun works without loading edebug.
2780         (Edebug Execution Modes): Add xref.
2782         * customize.texi (Common Keywords): Clarify :require.
2783         Mention :version here.
2784         (Variable Definitions, Group Definitions): Not here.
2785         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2787 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
2788         * nonascii.texi (Text Representations): Clarify position-bytes.
2789         (Character Sets): Add list-charset-chars.
2790         (Scanning Charsets): Add charset-after.
2791         (Encoding and I/O): Minor fix.
2793 2005-03-06  Richard M. Stallman  <rms@gnu.org>
2795         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2796         (Resizing Windows): Likewise.
2798         * text.texi (Change Hooks): Get rid of "Emacs 21".
2800         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2802         * streams.texi (Output Variables): Get rid of "Emacs 21".
2804         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2806         * os.texi (Translating Input): Replace flow-control example
2807         with a less obsolete example that uses `keyboard-translate'.
2809         * objects.texi (Hash Table Type, Circular Objects):
2810         Get rid of "Emacs 21".
2812         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2813         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2815         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2817         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2819         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2820         (Menu Bar): Fix when menu-bar-update-hook is called.
2822         * hash.texi (Hash Tables): Get rid of "Emacs 21".
2824         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2825         and make it read better.
2827         * files.texi (Writing to Files): Get rid of "Emacs 21".
2828         (Unique File Names): Likewise.
2830         * elisp.texi: Update Emacs version to 22.
2832         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2833         (Overlay Properties, Face Attributes): Likewise.
2834         (Managing Overlays): Fix punctuation.
2835         (Attribute Functions): Clarify set-face-font; get rid of
2836         info about old Emacs versions.
2837         (Auto Faces, Font Lookup, Display Property, Images):
2838         Get rid of "Emacs 21".
2840         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2842 2005-03-05  Richard M. Stallman  <rms@gnu.org>
2844         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2846 2005-03-04  Lute Kamstra  <lute@gnu.org>
2848         * debugging.texi (Error Debugging): Document stack-trace-on-error.
2850 2005-03-03  Lute Kamstra  <lute@gnu.org>
2852         * edebug.texi (Instrumenting Macro Calls): Fix typo.
2854 2005-03-01  Lute Kamstra  <lute@gnu.org>
2856         * debugging.texi (Debugger Commands): Update `j'.
2858 2005-02-28  Lute Kamstra  <lute@gnu.org>
2860         * debugging.texi (Debugging): Fix typo.
2861         (Error Debugging): Document eval-expression-debug-on-error.
2862         (Function Debugging): Update example.
2863         (Using Debugger): Mention starred stack frames.
2864         (Debugger Commands): Document `j' and `l'.
2865         (Invoking the Debugger): `d' and `j' exit recursive edit too.
2866         Update the messages that the debugger displays.
2867         (Internals of Debugger): Add cross reference.  Update example.
2868         (Excess Open): Minor improvement.
2869         (Excess Close): Minor improvement.
2871 2005-02-26  Richard M. Stallman  <rms@gnu.org>
2873         * tips.texi (Coding Conventions): Clarify.
2874         Put all the major mode key reservations together.
2875         Mention the Mouse-1 => Mouse-2 conventions.
2877         * syntax.texi (Syntax Class Table): Clarify.
2878         (Syntax Table Functions): syntax-after moved from here.
2879         (Syntax Table Internals): syntax-after moved to here.
2880         (Parsing Expressions): Update info on number of values
2881         and what's meaningful in the STATE argument.
2882         (Categories): Fix typo.
2884         * sequences.texi (Arrays): Cleanup.
2885         (Char-Tables): Clarify.
2887         * processes.texi (Deleting Processes): Cleanups, add xref.
2888         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
2889         (Process Information): set-process-coding-system, some args optional.
2890         (Input to Processes): Explain various types for PROCESS args.
2891         Rename them from PROCESS-NAME to PROCESS.
2892         (Signals to Processes): Likewise.
2893         (Decoding Output): Cleanup.
2894         (Query Before Exit): Clarify.
2896         * os.texi (Startup Summary): Correct the options; add missing ones.
2897         (Terminal Output, Batch Mode): Clarify.
2898         (Flow Control): Node deleted.
2900         * markers.texi (The Mark): Clarify.
2902         * macros.texi (Expansion): Cleanup.
2903         (Indenting Macros): indent-spec allows ints, not floats.
2905         * keymaps.texi (Keymaps): Clarify.
2906         (Format of Keymaps): Update lisp-mode-map example.
2907         (Active Keymaps, Key Lookup): Clarify.
2908         (Changing Key Bindings): Add xref to `kbd'.
2909         (Key Binding Commands, Simple Menu Items): Clarify.
2910         (Mouse Menus, Menu Bar): Clarify.
2911         (Menu Example): Replace print example with menu-bar-replace-menu.
2913         * help.texi (Documentation Basics): Add function-documentation prop.
2915         * elisp.texi (Top): Don't refer to Flow Control node.
2917         * commands.texi (Command Overview): Improve xrefs.
2918         (Adjusting Point): Adjusting point applies to intangible and invis.
2919         (Key Sequence Input): Doc extra read-key-sequence args.
2920         Likewise for read-key-sequence-vector.
2922         * backups.texi (Rename or Copy): Minor fix.
2923         (Numbered Backups): For version-control, say the default.
2924         (Auto-Saving): make-auto-save-file-name example is simplified.
2926         * advice.texi (Advising Functions): Don't imply one part of Emacs
2927         should advise another part.  Markup changes.
2928         (Defining Advice): Move transitional para.
2929         (Activation of Advice): Cleanup.
2930         Explain if COMPILE is nil or negative.
2932         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2934 2005-02-24  Lute Kamstra  <lute@gnu.org>
2936         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2937         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2939 2005-02-23  Lute Kamstra  <lute@gnu.org>
2941         * modes.texi (Defining Minor Modes): define-minor-mode can be used
2942         to define global minor modes as well.
2944         * display.texi (Managing Overlays): overlay-buffer returns nil for
2945         deleted overlays.
2947 2005-02-22  Kim F. Storm  <storm@cua.dk>
2949         * minibuf.texi (Basic Completion): Allow symbols in addition to
2950         strings in try-completion and all-completions.
2952 2005-02-14  Lute Kamstra  <lute@gnu.org>
2954         * elisp.texi (Top): Remove reference to deleted node.
2956         * lists.texi (Lists): Remove reference to deleted node.
2957         (Cons Cells): Fix typo.
2959         * loading.texi (Where Defined): Fix typo.
2961 2005-02-14  Richard M. Stallman  <rms@gnu.org>
2963         * variables.texi (Creating Buffer-Local): change-major-mode-hook
2964         is useful for discarding some minor modes.
2966         * symbols.texi (Symbol Components): Reorder examples.
2968         * streams.texi (Input Functions): State standard-input default.
2969         (Output Variables): State standard-output default.
2971         * objects.texi (Printed Representation): Clarify read syntax vs print.
2972         (Floating Point Type): Explain meaning better.
2973         (Symbol Type): Explain uniqueness better.
2974         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
2975         List examples sooner.
2976         (Box Diagrams): New subnode broken out.
2977         Some examples moved from old Lists as Boxes node.
2978         (Dotted Pair Notation): Clarify intro.
2979         (Array Type): Clarify.
2980         (Type Predicates): Add hash-table-p.
2982         * numbers.texi (Integer Basics): Clarify radix explanation.
2983         (Predicates on Numbers): Minor clarification.
2984         (Comparison of Numbers): Minor clarification.  Clarify eql.
2985         Typos in min, max.
2986         (Math Functions): Clarify overflow in expt.
2988         * minibuf.texi (Text from Minibuffer): Minor clarification.
2989         Mention arrow keys.
2991         * loading.texi (Autoload): defun's doc string overrides autoload's
2992         doc string.
2993         (Repeated Loading): Modernize "add to list" examples.
2994         (Where Defined): Finish updating table of load-history elts.
2996         * lists.texi (List-related Predicates): Minor wording improvement.
2997         (Lists as Boxes): Node deleted.
2998         (Building Lists): Explain trivial cases of number-sequence.
3000         * hash.texi (Hash Tables): Add desc to menu items.
3001         (Creating Hash): Expain "full" means "make larger",
3002         (Hash Access): Any object can be a key.
3003         State value of maphash.
3005         * functions.texi (What Is a Function): Wording cleanup.
3006         (Function Documentation): Minor cleanup.
3007         Explain purpose of calling convention at end of doc string.
3008         (Function Names): Wording cleanup.
3009         (Calling Functions): Wording cleanup.
3010         Explain better how funcall calls the function.
3011         (Function Cells): Delete example of saving and redefining function.
3013         * control.texi (Combining Conditions): Wording cleanup.
3014         (Iteration): dolist and dotimes bind VAR locally.
3015         (Cleanups): Xref to Atomic Changes.
3017         * compile.texi (Byte Compilation): Delete 19.29 info.
3018         (Compilation Functions): Macros' difficulties don't affect defsubst.
3019         (Docs and Compilation): Delete 19.29 info.
3021 2005-02-10  Richard M. Stallman  <rms@gnu.org>
3023         * objects.texi (Symbol Type): Minor correction.
3025 2005-02-06  Lute Kamstra  <lute@gnu.org>
3027         * modes.texi (Example Major Modes): Fix typos.
3029 2005-02-06  Richard M. Stallman  <rms@gnu.org>
3031         * text.texi (Margins): fill-nobreak-predicate can be one function.
3033         * strings.texi (Modifying Strings): clear-string can make unibyte.
3034         (Formatting Strings): format gives error if values missing.
3036         * positions.texi (Character Motion): Mention default arg
3037         for forward-char.  backward-char refers to forward-char.
3038         (Word Motion): Mention default arg for forward-word.
3039         (Buffer End Motion): Mention default arg for beginning-of-buffer.
3040         Simplify end-of-buffer.
3041         (Text Lines): Mention default arg for forward-line.
3042         (List Motion): Mention default arg for beginning/end-of-defun.
3043         (Skipping Characters): Minor fixes in explaining character-set.
3045         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3046         Mode inheritance applies only when default-major-mode is nil.
3047         Clarifications.
3048         (Example Major Modes): Update Text mode and Lisp mode examples.
3049         (Minor Mode Conventions): Mention define-minor-mode at top.
3050         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3051         (Mode Line Format): Update mode line face display info.
3052         (Properties in Mode): Mention effect of risky vars.
3053         (Imenu): Define imenu-add-to-menubar.
3054         (Font Lock Mode): Add descriptions to menu lines.
3055         (Faces for Font Lock): Add font-lock-doc-face.
3057 2005-02-05  Lute Kamstra  <lute@gnu.org>
3059         * text.texi (Maintaining Undo): Remove obsolete function.
3061 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
3063         * frames.texi (Color Names): Add pointer to the X docs about RGB
3064         color specifications.  Improve indexing
3065         (Text Terminal Colors): Replace the description of RGB values by
3066         an xref to "Color Names".
3068 2005-02-03  Richard M. Stallman  <rms@gnu.org>
3070         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3071         Clarify.
3072         (Selecting Windows): Clarify save-selected-window.
3073         (Cyclic Window Ordering): Clarify walk-windows.
3074         (Window Point): Clarify.
3075         (Window Start): Add comment to example.
3076         (Resizing Windows): Add `interactive' specs in examples.
3077         Document fit-window-to-buffer.
3079         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3080         (Undo, Maintaining Undo): Clarify last change.
3081         (Sorting): In sort-numeric-fields, explain about octal and hex.
3082         Mention sort-numeric-base.
3083         (Format Properties): Add xref for hard newlines.
3085         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3086         (Pop-Up Menus): Fix typo.
3087         (Color Names): Explain all types of color names.
3088         Explain color-values on B&W terminal.
3089         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
3091         * files.texi (File Locks): Not supported on MS systems.
3092         (Testing Accessibility): Clarify.
3094         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3095         (Coverage Testing): Fix typo.
3097         * commands.texi (Misc Events): Remove stray space.
3099         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3100         (Modification Time): Clarify when visited-file-modtime returns 0.
3101         (The Buffer List): Clarify bury-buffer.
3102         (Killing Buffers): Clarify.
3103         (Indirect Buffers): Add clone-indirect-buffer.
3105 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
3107         * edebug.texi (Printing in Edebug): Fix default value of
3108         edebug-print-circle.
3109         (Coverage Testing): Fix displayed frequency count data.
3111 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
3113         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3115 2005-02-02  Kim F. Storm  <storm@cua.dk>
3117         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3119 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
3121         * commands.texi (Misc Events): Describe the help-echo event.
3123         * text.texi (Special Properties) <help-echo>: Use `pos'
3124         consistently in description of the help-echo property.
3125         Use @code{nil} instead of @var{nil}.
3127         * display.texi (Overlay Properties): Fix the index entry for
3128         help-echo overlay property.
3130         * customize.texi (Type Keywords): Uncomment the xref to the
3131         help-echo property documentation.
3133 2005-01-23  Kim F. Storm  <storm@cua.dk>
3135         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3136         return value.  Third element FULLY replaced by PARTIAL which
3137         specifies number of invisible pixels if row is only partially visible.
3138         (Textual Scrolling): Mention auto-window-vscroll.
3139         (Vertical Scrolling): New defvar auto-window-vscroll.
3141 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3143         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3144         command remapping.
3146 2005-01-15  Richard M. Stallman  <rms@gnu.org>
3148         * display.texi (Defining Images): Mention DATA-P arg of create-image.
3150 2005-01-14  Kim F. Storm  <storm@cua.dk>
3152         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3154         * text.texi (Links and Mouse-1): Fix string and vector item.
3156 2005-01-13  Richard M. Stallman  <rms@gnu.org>
3158         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3159         descriptions of overriding-local-map and overriding-terminal-local-map.
3161         * text.texi (Links and Mouse-1): Clarify text.
3163 2005-01-13  Kim F. Storm  <storm@cua.dk>
3165         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3167 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
3169         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3171 2005-01-12  Kim F. Storm  <storm@cua.dk>
3173         * text.texi (Links and Mouse-1): Rename section from Enabling
3174         Mouse-1 to Following Links.  Change xrefs.
3175         Add examples for define-button-type and define-widget.
3177         * display.texi (Button Properties, Button Buffer Commands):
3178         Clarify mouse-1 and follow-link functionality.
3180 2005-01-12  Richard M. Stallman  <rms@gnu.org>
3182         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3184         * display.texi (Beeping): Fix Texinfo usage.
3186         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3188 2005-01-11  Kim F. Storm  <storm@cua.dk>
3190         * display.texi (Button Properties, Button Buffer Commands):
3191         Mention mouse-1 binding.  Add follow-link keyword.
3193         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3194         (Enabling Mouse-1 to Follow Links): New subsection.
3196 2005-01-06  Richard M. Stallman  <rms@gnu.org>
3198         * text.texi (Special Properties): Minor change.
3200         * os.texi (Timers): Clarify previous change.
3202         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3204 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
3206         * display.texi (Face Attributes): Correct xref to renamed node.
3208 2005-01-01  Richard M. Stallman  <rms@gnu.org>
3210         * display.texi (Face Attributes): Describe hex color specs.
3212 2004-12-31  Richard M. Stallman  <rms@gnu.org>
3214         * os.texi (Timers): Update previous change.
3216 2004-12-30  Kim F. Storm  <storm@cua.dk>
3218         * display.texi (Line Height): Total line-height is now specified
3219         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
3220         in cons cells.  (nil . RATIO) is relative to actual line height.
3221         Use line-height `t' instead of `0' to get minimum height.
3223 2004-12-29  Richard M. Stallman  <rms@gnu.org>
3225         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3227 2004-12-28  Richard M. Stallman  <rms@gnu.org>
3229         * commands.texi (Quitting): Clarify value of with-local-quit.
3231         * elisp.texi (Top): Fix previous change.
3233         * loading.texi (Loading): Fix previous change.
3235 2004-12-27  Richard M. Stallman  <rms@gnu.org>
3237         * Makefile.in (MAKEINFO): Specify --force.
3239         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3241         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3243         * display.texi (Line Height): Further clarify.
3245         * elisp.texi (Top): Update Loading submenu.
3247         * loading.texi (Where Defined): New node.
3248         (Unloading): load-history moved to Where Defined.
3250 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3252         * commands.texi (Event Input Misc): Add while-no-input.
3254 2004-12-11  Richard M. Stallman  <rms@gnu.org>
3256         * display.texi (Line Height): Rewrite text for clarity.
3258 2004-12-11  Kim F. Storm  <storm@cua.dk>
3260         * display.texi (Display): Add node "Line Height" to menu.
3261         (Line Height): New node.  Move full description of line-spacing
3262         and line-height text properties here from text.texi.
3263         (Scroll Bars): Add vertical-scroll-bar variable.
3265         * frames.texi (Window Frame Parameters): Remove line-height defvar.
3267         * locals.texi (Standard Buffer-Local Variables): Fix xref for
3268         line-spacing and vertical-scroll-bar.
3270         * text.texi (Special Properties): Just mention line-spacing and
3271         line-height here, add xref to new "Line Height" node.
3273 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
3275         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3277         * locals.texi (Standard Buffer-Local Variables):
3278         Add @xref for `line-spacing'.
3280 2004-12-05  Richard M. Stallman  <rms@gnu.org>
3282         * Makefile.in (maintainer-clean): Remove the info files
3283         in $(infodir) where they are created.
3285 2004-12-03  Richard M. Stallman  <rms@gnu.org>
3287         * windows.texi (Selecting Windows): get-lru-window and
3288         get-largest-window don't consider dedicated windows.
3290         * text.texi (Undo): Document undo-in-progress.
3292 2004-11-26  Richard M. Stallman  <rms@gnu.org>
3294         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3295         Remove a few vars that are not always buffer-local.
3297 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
3299         * locals.texi (Standard Buffer-Local Variables): Comment out
3300         xref's to non-existent node `Yet to be written'.
3302 2004-11-24  Richard M. Stallman  <rms@gnu.org>
3304         * processes.texi (Synchronous Processes): Grammar fix.
3306         * numbers.texi (Comparison of Numbers): Add eql.
3308         * locals.texi (Standard Buffer-Local Variables): Add many vars.
3310         * intro.texi (Printing Notation): Fix previous change.
3312         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3313         and default-indicate-buffer-boundaries from here.
3314         (Usual Display): To here.
3315         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3316         (Usual Display): Move tab-width up.
3318         * customize.texi (Variable Definitions): Replace
3319         show-paren-mode example with tooltip-mode.
3320         (Simple Types, Composite Types, Defining New Types):
3321         Minor cleanups.
3323 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
3325         * processes.texi (Synchronous Processes, Output from Processes):
3326         Markup fix.
3328 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3330         * positions.texi (Skipping Characters): skip-chars-forward
3331         now handles char classes.
3333         * intro.texi (Printing Notation): Avoid confusion of `print'
3334         when explaining @print.
3336         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3338         * display.texi (Display Table Format): Minor fix.
3340         * streams.texi (Output Functions): Fix print example.
3342         * Makefile.in (elisp): New target.
3343         (dist): Depend on $(infodir)/elisp, not elisp.
3344         Copy the info files from $(infodir).
3346         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3347         read-from-minibuffer.
3349         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3351 2004-11-19  Richard M. Stallman  <rms@gnu.org>
3353         * searching.texi (Regexp Search): Add search-whitespace-regexp.
3355 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
3357         * tips.texi (Coding Conventions): Fix typo.
3359 2004-11-16  Richard M. Stallman  <rms@gnu.org>
3361         * tips.texi (Coding Conventions): Separate defvar and require
3362         methods to avoid warnings.  Use require only when there are many
3363         functions and variables from that package.
3365         * minibuf.texi (Minibuffer Completion): When ignoring case,
3366         predicate must not be case-sensitive.
3368         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3369         (Test Coverage): Don't talk about "splotches".  Clarified.
3371 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
3373         * frames.texi (Window Frame Parameters): Fix typo.
3375 2004-11-15  Kim F. Storm  <storm@cua.dk>
3377         * symbols.texi (Other Plists): Note that plist-get may signal error.
3378         Add safe-plist-get.
3380 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
3382         * modes.texi (Font Lock Basics): Fix typo.
3384 2004-11-08  Richard M. Stallman  <rms@gnu.org>
3386         * syntax.texi (Syntax Table Functions): Add syntax-after.
3388 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
3390         * os.texi (Processor Run Time): New section documenting
3391         get-internal-run-time.
3393 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
3395         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3396         it nukes elisp-cover.texi.
3397         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3398         elisp-0 etc.
3400 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3402         * commands.texi (Keyboard Macros): Document `append' return value
3403         of `defining-kbd-macro'.
3405 2004-11-01  Richard M. Stallman  <rms@gnu.org>
3407         * commands.texi (Interactive Call): Add called-interactively-p.
3409 2004-10-29  Simon Josefsson  <jas@extundo.com>
3411         * minibuf.texi (Reading a Password): Revert.
3413 2004-10-28  Richard M. Stallman  <rms@gnu.org>
3415         * frames.texi (Display Feature Testing): Explain about "vendor".
3417 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3419         * commands.texi (Interactive Codes): `N' uses numeric prefix,
3420         not raw.  Clarify `n'.
3421         (Interactive Call): Rewrite interactive-p, focusing on when
3422         and how to use it.
3423         (Misc Events): Clarify previous change.
3425         * advice.texi (Simple Advice): Clarify what job the example does.
3426         (Around-Advice): Clarify ad-do-it.
3427         (Activation of Advice): An option of ad-default-compilation-action
3428         is `never', not `nil'.
3430 2004-10-26  Kim F. Storm  <storm@cua.dk>
3432         * commands.texi (Interactive Codes): Add U code letter.
3434 2004-10-25  Simon Josefsson  <jas@extundo.com>
3436         * minibuf.texi (Reading a Password): Add.
3438 2004-10-24  Jason Rumney  <jasonr@gnu.org>
3440         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
3441         and wheel-down.
3443 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
3445         * processes.texi (Synchronous Processes): Document process-file.
3447 2004-10-22  Kenichi Handa  <handa@m17n.org>
3449         * text.texi (translate-region): Document that it accepts also a
3450         char-table.
3452 2004-10-22  David Ponce  <david@dponce.com>
3454         * windows.texi (Resizing Windows): Document the `preserve-before'
3455         argument of the functions `enlarge-window' and `shrink-window'.
3457 2004-10-19  Jason Rumney  <jasonr@gnu.org>
3459         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3461 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
3463         * text.texi (Filling): Add anchor for definition of
3464         `sentence-end-double-space'.
3466         * searching.texi (Regexp Example): Update description of how
3467         Emacs currently recognizes the end of a sentence.
3468         (Standard Regexps): Update definition of the variable
3469         `sentence-end'.  Add definition of the function `sentence-end'.
3471 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
3473         * display.texi (Progress): New node.
3475 2004-10-05  Kim F. Storm  <storm@cua.dk>
3477         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3479 2004-09-29  Kim F. Storm  <storm@cua.dk>
3481         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3482         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
3483         fringe bitmap symbols, as they now have their own namespace.
3484         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3485         vs. pixels.  Signal error if no free bitmap slots.
3486         (Pixel Specification): Change IMAGE to @var{image}.
3488 2004-09-28  Richard M. Stallman  <rms@gnu.org>
3490         * text.texi (Special Properties): Clarify line-spacing and line-height.
3492         * searching.texi (Regexp Search): Add looking-back.
3494 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
3496         * display.texi: Correct typos.
3497         (Image Descriptors): Correct xref's.
3499 2004-09-25  Richard M. Stallman  <rms@gnu.org>
3501         * text.texi (Special Properties): Cleanups in `cursor'.
3502         Rewrites in `line-height' and `line-spacing'; exchange them.
3504         * display.texi (Fringes): Rewrite previous change.
3505         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
3506         (Display Fringe Bitmaps): Node deleted, text moved.
3507         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
3508         (Scroll Bars): Clarify set-window-scroll-bars.
3509         (Pointer Shape): Rewrite.
3510         (Specified Space): Clarify :align-to, etc.
3511         (Pixel Specification): Use @var.  Clarify new text.
3512         (Other Display Specs): Clarify `slice'.
3513         (Image Descriptors): Cleanups.
3514         (Showing Images): Cleanups.
3516 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
3518         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3520         * modes.texi: Various minor changes in addition to:
3521         (Major Mode Conventions): Final call to `run-mode-hooks' should
3522         not be inside the `delay-mode-hooks' form.
3523         (Mode Hooks): New node.
3524         (Hooks): Delete obsolete example.
3525         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3526         node "Mode Hooks".
3528 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
3530         * display.texi: Correct various typos.
3531         (Display): Rename node "Pointer Shapes" to "Pointer
3532         Shape".  (There is already a node called "Pointer Shapes" in
3533         frames.texi.)
3534         (Images): Remove non-existent node "Image Slices" from menu.
3536 2004-09-23  Kim F. Storm  <storm@cua.dk>
3538         * text.texi (Special Properties): Add `cursor', `pointer',
3539         `line-height', and `line-spacing' properties.
3541         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3542         Shapes' to menu.
3543         (Standard Faces): Doc fix for fringe face.
3544         (Fringes): Add `overflow-newline-into-fringe' and
3545         'indicate-buffer-boundaries'.
3546         (Fringe Bitmaps, Pointer Shapes): New nodes.
3547         (Display Property): Add 'Pixel Specification' and 'Display Fringe
3548         Bitmaps' to menu.
3549         (Specified Space): Describe pixel width and height.
3550         (Pixel Specification): New node.
3551         (Other Display Specs): Add `slice' property.
3552         (Display Fringe Bitmaps): New node.
3553         (Images): Add 'Image Slices' to menu.
3554         (Image Descriptors): Add `:pointer' and `:map' properties.
3555         (Showing Images): Add slice arg to `insert-image'.  Add
3556         'insert-sliced-image'.
3558 2004-09-20  Richard M. Stallman  <rms@gnu.org>
3560         * commands.texi (Key Sequence Input):
3561         Clarify downcasing in read-key-sequence.
3563 2004-09-08  Juri Linkov  <juri@jurta.org>
3565         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3567 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
3569         * locals.texi (Standard Buffer-Local Variables): Add
3570         `buffer-auto-save-file-format'.
3571         * internals.texi (Buffer Internals): Describe new
3572         auto_save_file_format field of the buffer structure.
3573         * files.texi (Format Conversion): `auto-save-file-format' has been
3574         renamed `buffer-auto-save-file-format'.
3576 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
3578         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3579         an integer or a marker.
3580         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3582 2004-08-22  Richard M. Stallman  <rms@gnu.org>
3584         * modes.texi (Major Mode Conventions): Discuss rebinding of
3585         standard key bindings.
3587 2004-08-18  Kim F. Storm  <storm@cua.dk>
3589         * processes.texi (Accepting Output): Add `just-this-one' arg to
3590         `accept-process-output'.
3591         (Output from Processes): New var `process-adaptive-read-buffering'.
3593 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
3595         * keymaps.texi: Various changes in addition to:
3596         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3597         Give more varied examples for `kbd'.
3598         (Creating Keymaps): Char tables have slots for all characters
3599         without modifiers.
3600         (Active Keymaps): `overriding-local-map' and
3601         `overriding-terminal-local-map' also override text property and
3602         overlay keymaps.
3603         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3604         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3605         to denote a prefix of no events.
3606         `map-keymap' includes parent's bindings _recursively_.
3607         Clarify and correct description of `where-is-internal'.
3608         Mention BUFFER-OR-NAME arg to `describe-bindings'.
3609         (Menu Example): For menus intended for use with the keyboard, the
3610         menu items should be bound to characters or real function keys.
3612 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
3614         * objects.texi (Character Type): Reposition `@anchor' to prevent
3615         double space inside sentence in Info.
3617         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3618         renamed to `disabled-command-function'.
3619         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
3620         (Command Loop Info): Replace reference to it.
3621         (Disabling Commands): `disabled-command-hook' has been renamed to
3622         `disabled-command-function'.
3624 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
3626         * os.texi (Translating Input): Only non-prefix bindings in
3627         `key-translation-map' override actual key bindings.  Warn about
3628         possible indirect effect of actual key bindings on non-prefix
3629         bindings in `key-translation-map'.
3631 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
3633         * minibuf.texi (High-Level Completion): Add anchor for definition
3634         of `read-variable'.
3636         * commands.texi: Various changes in addition to:
3637         (Using Interactive): Clarify description of `interactive-form'.
3638         (Interactive Call): Mention default for KEYS argument to
3639         `call-interactively'.
3640         (Command Loop Info): Clarify description of `this-command-keys'.
3641         Mention KEEP-RECORD argument to `clear-this-command-keys'.
3642         Value of `last-event-frame' can be `macro'.
3643         (Repeat Events): `double-click-fuzz' is also used to distinguish
3644         clicks and drags.
3645         (Classifying Events): Clarify descriptions of `event-modifiers'
3646         `event-basic-type' and `event-convert-list'.
3647         (Accessing Events): `posn-timestamp' takes POSITION argument.
3648         (Quoted Character Input): Clarify description of
3649         `read-quoted-char' and fix example.
3650         (Quitting): Add `with-local-quit'.
3651         (Disabling Commands): Correct and clarify descriptions of
3652         `enable-command' and `disable-command'.
3653         Mention what happens if `disabled-command-hook' is nil.
3654         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3655         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3657 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
3659         * frames.texi: Various changes in addition to:
3660         (Creating Frames): Expand and clarify description of `make-frame'.
3661         (Window Frame Parameters): Either none or both of the `icon-left'
3662         and `icon-top' parameters must be specified.  Put descriptions of
3663         `menu-bar-lines' and `toolbar-lines' closer together and change
3664         them accordingly.
3665         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3666         except while processing `frame-title-format' or `icon-title-format'.
3667         (Deleting Frames): Correct description of `delete-frame'.
3668         Non-nil return values of `frame-live-p' are like those of `framep'.
3669         (Frames and Windows): Mention return value of
3670         `set-frame-selected-window'.
3671         (Visibility of Frames): Mention `force' argument to
3672         `make-frame-invisible'.  `frame-visible-p' returns t for all
3673         frames on text-only terminals.
3674         (Frame Configurations): Restoring a frame configuration does not
3675         restore deleted frames.
3676         (Window System Selections): `x-set-selection' returns DATA.
3677         (Resources): Add example.
3678         (Display Feature Testing): Clarify descriptions of
3679         `display-pixel-height', `display-pixel-width', `x-server-version'
3680         and `x-server-vendor'.
3682         * windows.texi (Choosing Window): Add anchor.
3683         * minibuf.texi (Minibuffer Misc): Add anchor.
3685 2004-07-23  John Paul Wallington  <jpw@gnu.org>
3687         * macros.texi (Defining Macros): Declaration keyword for setting
3688         Edebug spec is `debug' not `edebug'.
3690 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
3692         * windows.texi: Various small changes in addition to:
3693         (Window Point): Mention return value of `set-window-point'.
3694         (Window Start): `pos-visible-in-window-p' disregards horizontal
3695         scrolling.  Explain return value if PARTIALLY is non-nil.
3696         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3697         and `set-window-vscroll'.
3698         (Size of Window): The argument WINDOW to `window-inside-edges',
3699         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3700         (Resizing Windows): Explain return value of
3701         `shrink-window-if-larger-than-buffer'.
3702         `window-size-fixed' automatically becomes buffer local when set.
3703         (Window Configurations): Explain return value of
3704         `set-window-configuration'.
3706         * minibuf.texi (Minibuffer Misc): Add anchor for
3707         `minibuffer-scroll-window'.
3709         * positions.texi (Text Lines): Add anchor for `count-lines'.
3711 2004-07-17  Richard M. Stallman  <rms@gnu.org>
3713         * display.texi (Overlay Properties): Adding `evaporate' prop
3714         deletes empty overlay immediately.
3716         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3717         fix example.
3719 2004-07-16  Jim Blandy  <jimb@redhat.com>
3721         * searching.texi (Regexp Backslash): Document new \_< and \_>
3722         operators.
3724 2004-07-16  Juanma Barranquero  <lektu@terra.es>
3726         * display.texi (Images): Fix Texinfo usage.
3728 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
3730         * buffers.texi (Modification Time): `visited-file-modtime' now
3731         returns a list of two integers, instead of a cons.
3733 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
3735         * windows.texi: Various changes in addition to:
3736         (Splitting Windows): Add `split-window-keep-point'.
3738 2004-07-09  Richard M. Stallman  <rms@gnu.org>
3740         * frames.texi (Input Focus): Minor fix.
3742 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
3744         * frames.texi (Input Focus): Clarify descriptions of
3745         `select-frame-set-input-focus' and `select-frame'.
3747 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
3749         * os.texi: Various small changes in addition to:
3750         (Killing Emacs): Expand and clarify description of
3751         `kill-emacs-query-functions' and `kill-emacs-hook'.
3752         (System Environment): Expand and clarify description of `getenv'
3753         and `setenv'.
3754         (Timers): Clarify description of `run-at-time'.
3755         (Translating Input): Correct description of
3756         `extra-keyboard-modifiers'.
3757         (Flow Control): Correct description of `enable-flow-control'.
3759 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
3761         * os.texi: Update copyright.
3762         (Session Management): Grammar fix.
3763         Clarify which Emacs does the restarting.
3764         Use @samp for *scratch* buffer.
3766 2004-07-04  Alan Mackenzie  <acm@muc.de>
3768         * frames.texi (Input Focus): Add documentation for
3769         `select-frame-set-input-focus'.  Replace refs to non-existent
3770         `switch-frame' with `select-frame'.  Minor corrections and tidying
3771         up of text-only terminal stuff.
3773 2004-07-02  Richard M. Stallman  <rms@gnu.org>
3775         * files.texi (Saving Buffers): Cleanup write-contents-function.
3776         (Magic File Names): Cleanup file-remote-p.
3778 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
3780         * files.texi (Magic File Names): `file-remote-p' returns an
3781         identifier of the remote system, not just t.
3783 2004-07-02  David Kastrup  <dak@gnu.org>
3785         * searching.texi (Entire Match Data): Add explanation about new
3786         match-data behavior when @var{integers} is non-nil.
3788 2004-06-24  Richard M. Stallman  <rms@gnu.org>
3790         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3792         * customize.texi (Variable Definitions): Note about doc strings
3793         and :set.
3795         * keymaps.texi (Keymap Terminology): Document `kbd'.
3796         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3798         * display.texi (Invisible Text): Setting buffer-invisibility-spec
3799         makes it buffer-local.
3801         * files.texi (Saving Buffers): Correct previous change.
3803         * commands.texi (Accessing Events):
3804         Clarify posn-col-row and posn-actual-col-row.
3806 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
3808         * commands.texi (Accessing Events): New functions
3809         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
3811 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3813         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3814         * frames.texi, buffers.texi, backups.texi, variables.texi:
3815         * loading.texi, eval.texi, functions.texi, control.texi:
3816         * symbols.texi, minibuf.texi: Reposition @anchor's.
3818         * help.texi: Various small changes in addition to the following.
3819         (Describing Characters): Describe PREFIX argument to
3820         `key-description'.  Correct and clarify definition of
3821         `text-char-description'.  Describe NEED-VECTOR argument to
3822         `read-kbd-macro'.
3823         (Help Functions): Clarify definition of `apropos'.
3825 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
3827         * files.texi (Saving Buffers): Correct description of
3828         `write-contents-functions'.
3830 2004-06-21  Juanma Barranquero  <lektu@terra.es>
3832         * display.texi (Images): Remove redundant @vindex directives.
3833         Rewrite `image-library-alist' doc in active voice.
3835 2004-06-14  Juanma Barranquero  <lektu@terra.es>
3837         * display.texi (Images): Document new delayed library loading,
3838         variable `image-library-alist' and (existing but undocumented)
3839         function `image-type-available-p'.
3841 2004-06-05  Richard M. Stallman  <rms@gnu.org>
3843         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3844         refer the user to the Initial Input node.
3845         (Text from Minibuffer): Likewise.
3846         (Initial Input): New node.  Document this feature
3847         and say it is mostly deprecated.
3849 2004-05-30  Richard M. Stallman  <rms@gnu.org>
3851         * loading.texi (Named Features): Clarify return value
3852         and meaning of NOERROR.
3854         * variables.texi (File Local Variables): Minor cleanup.
3856 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
3858         * files.texi (Magic File Names): Add `file-remote-p' as operation
3859         of file name handlers.
3861 2004-05-29  Richard M. Stallman  <rms@gnu.org>
3863         * modes.texi (Minor Mode Conventions): (-) has no special meaning
3864         as arg to a minor mode command.
3866 2004-05-22  Richard M. Stallman  <rms@gnu.org>
3868         * syntax.texi (Syntax Class Table): Word syntax not just for English.
3870         * streams.texi (Output Variables): Doc float-output-format.
3872         * searching.texi (Regexp Special): Nested repetition can be infloop.
3874         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3875         real stack overflow.
3877         * compile.texi: Minor cleanups.
3879 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
3881         * lists.texi (Cons Cells): Explain dotted lists, true lists,
3882         circular lists.
3883         (List Elements): Explain handling of circular and dotted lists.
3885 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
3887         * modes.texi (Search-based Fontification): Fix typo.
3889 2004-05-10  Juanma Barranquero  <lektu@terra.es>
3891         * modes.texi (Mode Line Variables): Fix description of
3892         global-mode-string, which is now after which-func-mode, not the
3893         buffer name.
3895 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
3897         * modes.texi (Desktop Save Mode): Add.
3898         (Modes): Add menu entry Desktop Save Mode.
3900         * hooks.texi: Add desktop-after-read-hook,
3901         desktop-no-desktop-file-hook and desktop-save-hook.
3903         * locals.texi: Add desktop-save-buffer.
3905 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
3907         * display.texi: emacs -> Emacs.
3909 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
3911         * files.texi (Changing Files): Document set-file-times.
3913 2004-04-23  Juanma Barranquero  <lektu@terra.es>
3915         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3917 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
3919         * tips.texi (Coding Conventions): defopt -> defcustom.
3921 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
3923         * sequences.texi: Various clarifications.
3925 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
3927         * buffers.texi (Read Only Buffers): Mention optional ARG to
3928         `toggle-read-only'.
3930 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
3932         * windows.texi (Selecting Windows): Note that get-lru-window
3933         returns a full-width window if possible.
3935 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
3937         * buffers.texi: Various changes in addition to:
3938         (Buffer File Name): Add `find-buffer-visiting'.
3939         (Buffer Modification): Mention optional ARG to `not-modified'.
3940         (Indirect Buffers): Mention optional CLONE argument to
3941         `make-indirect-buffer'.
3943         * files.texi: Various changes in addition to:
3944         (Visiting Functions): `find-file-hook' is now a normal hook.
3945         (File Name Expansion): Explain difference between the way that
3946         `expand-file-name' and `file-truename' treat `..'.
3947         (Contents of Directories): Mention optional ID-FORMAT argument to
3948         `directory-files-and-attributes'.
3949         (Format Conversion): Mention new optional CONFIRM argument to
3950         `format-write-file'.
3952 2004-04-12  Miles Bader  <miles@gnu.org>
3954         * macros.texi (Expansion): Add description of `macroexpand-all'.
3956 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
3958         * variables.texi (Variable Aliases): Mention
3959         cyclic-variable-indirection.
3961         * errors.texi (Standard Errors): Ditto.
3963 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3965         * backups.texi: Various small changes in addition to:
3966         (Making Backups): Mention return value of `backup-buffer'.
3967         (Auto-Saving): Mention optional FORCE argument to
3968         `delete-auto-save-file-if-necessary'.
3969         (Reverting): Mention optional PRESERVE-MODES argument to
3970         `revert-buffer'.  Correct description of `revert-buffer-function'.
3972 2004-03-22  Juri Linkov  <juri@jurta.org>
3974         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3975         with `Vector Functions'.
3977         * text.texi (Sorting): Add missing quote.
3979 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
3981         * intro.texi (Lisp History): Replace xref to `cl' manual with
3982         inforef.
3984 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3986         * intro.texi (Version Info): Add arg to emacs-version.
3987         (Lisp History): Change xref to CL manual.
3989 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
3991         * minibuf.texi (Completion Commands): Add xref to Emacs manual
3992         for Partial Completion mode.
3994 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
3996         * customize.texi: Fix typo.  Remove eol whitespace.
3998 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4000         * processes.texi: Fix typos.
4002         * lists.texi (Building Lists): Minor clarification.
4004         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4005         in make-hash-table.
4007 2004-02-29  Juanma Barranquero  <lektu@terra.es>
4009         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4010         rm, and ignore exit code.
4012 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4014         * display.texi (Defining Faces): Add description for min-colors.
4015         Update example.
4017 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4019         * abbrevs.texi: Various corrections and clarifications in addition
4020         to the following:
4021         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4023 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4025         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4027 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
4029         * text.texi: Various small changes in addition to the following:
4030         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4031         to delete-horizontal-space.
4032         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
4033         description of yank-handler text property at various places.
4035         * frames.texi (Window System Selections): Add anchor.
4037         * syntax.texi (Syntax Table Functions): Clarify and correct
4038         descriptions of make-syntax-table and copy-syntax-table.
4039         (Motion and Syntax): Clarify SYNTAXES argument to
4040         skip-syntax-forward.
4041         (Parsing Expressions): Mention that the return value of
4042         parse-partial-sexp is currently a list of ten rather than nine
4043         elements.
4044         (Categories): Various corrections and clarifications.
4046 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4048         * markers.texi (Marker Insertion Types): Minor change.
4050         * locals.texi (Standard Buffer-Local Variables):
4051         * commands.texi (Interactive Codes, Using Interactive):
4052         * functions.texi (Related Topics): Fix xrefs.
4054 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4056         * lists.texi (Sets And Lists): Update description of delete-dups.
4058 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4060         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4062 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4064         * frames.texi (Parameter Access): frame-parameters arg is optional.
4065         modify-frame-parameters handles nil for FRAME.
4066         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4067         are all-or-nothing for certain toolkits.
4068         Mention parameter wait-for-wm.
4069         (Frames and Windows): In frame-first-window and frame-selected-window
4070         the arg is optional.
4071         (Input Focus): In redirect-frame-focus the second arg is optional.
4072         (Window System Selections): Mention selection type CLIPBOARD.
4073         Mention data-type UTF8_STRING.
4074         Mention numbering of cut buffers.
4075         (Resources): Describe x-resource-name.
4077 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4079         * windows.texi (Buffers and Windows): Delete false table
4080         about all-frames.
4082         * syntax.texi (Parsing Expressions): Delete old caveat
4083         about parse-sexp-ignore-comments.
4085         * streams.texi (Output Variables): Add print-quoted.
4087         * lists.texi (Building Lists): Minor cleanup.
4089         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4091         * display.texi (Overlays): Explain overlays use markers.
4092         (Managing Overlays): Explain front-advance and rear-advance
4093         in more detail.
4095         * loading.texi (Unloading): Document unload-feature-special-hooks.
4096         Get rid of fns-NNN.el file.
4098 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4100         * help.texi (Describing Characters): Fix text-char-description
4101         example output.
4103         * edebug.texi (Using Edebug): Fix example.
4105         * debugging.texi (Internals of Debugger): Fix return value.
4107         * files.texi (Changing Files): Fix argname.
4109         * calendar.texi: Fix parens, and default values.
4111         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4112         * nonascii.texi, objects.texi, os.texi: Minor fixes.
4113         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4115         * positions.texi (Text Lines): Don't add -1 in current-line.
4117 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4119         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4121 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4123         * processes.texi (Low-Level Network): Fix a typo.
4125 2004-02-12  Kim F. Storm  <storm@cua.dk>
4127         * display.texi (Fringes): Use consistent wording.
4128         Note that window-fringe's window arg is optional.
4129         (Scroll Bars): Use consistent wording.
4131 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4133         * tips.texi (Comment Tips): Document the new conventions for
4134         commenting out code.
4136 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4138         * positions.texi (Text Lines): Added missing end defun.
4140 2004-02-07  Kim F. Storm  <storm@cua.dk>
4142         * positions.texi (Text Lines): Add line-number-at-pos.
4144 2004-02-06  John Paul Wallington  <jpw@gnu.org>
4146         * display.texi (Button Properties, Button Buffer Commands):
4147         mouse-2 invokes button, not down-mouse-1.
4149 2004-02-04  Jason Rumney  <jasonr@gnu.org>
4151         * makefile.w32-in: Sync with Makefile.in changes.
4153 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
4155         * minibuf.texi (Text from Minibuffer): Various corrections and
4156         clarifications.
4157         (Object from Minibuffer): Correct Lisp description of
4158         read-minibuffer.
4159         (Minibuffer History): Clarify description of cons values for
4160         HISTORY arguments.
4161         (Basic Completion): Various corrections and clarifications.  Add
4162         completion-regexp-list.
4163         (Minibuffer Completion): Correct and clarify description of
4164         completing-read.
4165         (Completion Commands): Mention Partial Completion mode.  Various
4166         other minor changes.
4167         (High-Level Completion): Various corrections and clarifications.
4168         (Reading File Names): Ditto.
4169         (Minibuffer Misc): Ditto.
4171 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
4173         * strings.texi (Text Comparison): assoc-string also matches
4174         elements of alists that are strings instead of conses.
4175         (Formatting Strings): Standardize Texinfo usage.  Update index
4176         entries.
4178 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
4180         * lists.texi (Sets And Lists): Add delete-dups.
4182 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4184         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4185         special form.
4186         * macros.texi (Defining Macros): Update description of `declare',
4187         which now is a macro.
4188         (Wrong Time): Fix typos.
4190 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
4192         * compile.texi (Compilation Functions): Expand descriptions of
4193         `compile-defun', `byte-compile-file', `byte-recompile-directory'
4194         and `batch-byte-compile'.  In particular, mention and describe
4195         all optional arguments.
4196         (Disassembly): Correct and clarify the description of `disassemble'.
4198 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
4200         * searching.texi: Various small changes in addition to the
4201         following.
4202         (Regexp Example): Adapt to new value of `sentence-end'.
4203         (Regexp Functions): The PAREN argument to `regexp-opt' can be
4204         `words'.
4205         (Search and Replace): Add usage note for `perform-replace'.
4206         (Entire Match Data): Mention INTEGERS and REUSE arguments to
4207         `match-data'.
4208         (Standard Regexps): Update for new values of `paragraph-start'
4209         and `sentence-end'.
4211 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4213         * files.texi (Saving Buffers): Clarify descriptions of
4214         `write-contents-functions' and `before-save-hook'.
4215         Make the defvar's for `before-save-hook' and `after-save-hook'
4216         into defopt's.
4218 2004-01-07  Kim F. Storm  <storm@cua.dk>
4220         * commands.texi (Click Events): Describe new image and
4221         width/height elements of click events.
4222         (Accessing Events): Add posn-string, posn-image, and
4223         posn-object-width-height.  Change posn-object to return either
4224         image or string object.
4226 2004-01-01  Simon Josefsson  <jas@extundo.com>
4228         * hooks.texi (Standard Hooks): Add before-save-hook.
4229         * files.texi (Saving Buffers): Likewise.
4231 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4233         * frames.texi (Frames and Windows): Delete frame-root-window.
4235 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4237         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4239         * functions.texi: Various small changes in addition to the
4240         following.
4241         (What Is a Function): `functionp' returns nil for macros.  Clarify
4242         behavior of this and following functions for symbol arguments.
4243         (Function Documentation): Add `\' in front of (fn @var{arglist})
4244         and explain why.
4245         (Defining Functions): Mention DOCSTRING argument to `defalias'.
4246         Add anchor.
4247         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
4249 2004-01-01  Miles Bader  <miles@gnu.org>
4251         * display.texi (Buttons): New section.
4253 2003-12-31  Andreas Schwab  <schwab@suse.de>
4255         * numbers.texi (Math Functions): sqrt reports a domain-error
4256         error.
4257         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4259 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4261         * tips.texi (Documentation Tips): Update item on hyperlinks in
4262         documentation strings.
4264         * errors.texi (Standard Errors): Various small corrections and
4265         additions.
4267         * control.texi: Various small changes in addition to the
4268         following.
4269         (Signaling Errors): Provide some more details on how `signal'
4270         constructs the error message.  Add anchor to the definition of
4271         `signal'.
4272         (Error Symbols): Describe special treatment of `quit'.
4273         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4274         to emphasize that it has to be a single form.
4276         * buffers.texi: Add anchor.
4278 2003-12-29  Richard M. Stallman  <rms@gnu.org>
4280         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4281         (Window Configurations): Add window-configuration-frame.
4283         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4285         * text.texi (Examining Properties): Add get-char-property-and-overlay.
4286         Change arg name in get-char-property.
4287         (Special Properties): Update handling of keymap property.
4289         * strings.texi (Modifying Strings): Add clear-string.
4290         (Text Comparison): Add assoc-string and remove
4291         assoc-ignore-case, assoc-ignore-representation.
4293         * os.texi (Time of Day): Add set-time-zone-rule.
4295         * numbers.texi (Math Functions): asin, acos, log, log10
4296         report domain-error errors.
4298         * nonascii.texi (Converting Representations):
4299         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4300         (Encoding and I/O): Add file-name-coding-system.
4302         * modes.texi (Search-based Fontification): Explain that
4303         face specs are symbols with face names as values.
4305         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4307         * lists.texi (Building Lists): remq moved elsewhere.
4308         (Sets And Lists): remq moved here.
4309         (Association Lists): Refer to assoc-string.
4311         * internals.texi (Garbage Collection): Add memory-use-counts.
4313         * frames.texi (Frames and Windows): Add set-frame-selected-window
4314         and frame-root-window.
4316         * files.texi (Contents of Directories):
4317         Add directory-files-and-attributes.
4319         * display.texi (Refresh Screen): Add force-window-update.
4320         (Invisible Text): Explain about moving point out of invis text.
4321         (Overlay Properties): Add overlay-properties.
4322         (Managing Overlays): Add overlayp.
4323         (GIF Images): Invalid image number displays a hollow box.
4325         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4326         (Killing Buffers): Add buffer-live-p.
4328 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4330         * display.texi (Fringes): Fix typo "set-buffer-window".
4332 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
4334         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4335         * nonascii.texi, processes.texi, tips.texi, variables.texi:
4336         Add or change various xrefs and anchors.
4338         * commands.texi: Replace all occurrences of @acronym{CAR} with
4339         @sc{car}, for consistency with the rest of the Elisp manual.
4340         `car' and `cdr' are historically acronyms, but are no longer
4341         widely thought of as such.
4343         * internals.texi (Pure Storage): Mention that `purecopy' does not
4344         copy text properties.
4345         (Object Internals): Now 29 bits are used (in most implementations)
4346         to address Lisp objects.
4348         * variables.texi (Variables with Restricted Values): New node.
4350         * objects.texi (Lisp Data Types): Mention that certain variables
4351         can only take on a restricted set of values and add an xref to
4352         the new node "Variables with Restricted Values".
4354         * eval.texi (Function Indirection): Describe the errors that
4355         `indirect-function' can signal.
4356         (Eval): Clarify the descriptions of `eval-region' and `values'.
4357         Describe `eval-buffer' instead of `eval-current-buffer' and
4358         mention `eval-current-buffer' as an alias for `current-buffer'.
4359         Correct the description and mention all optional arguments.
4361         * nonascii.texi: Various small changes in addition to the
4362         following.
4363         (Converting Representations): Clarify behavior of
4364         `string-make-multibyte' and `string-to-multibyte' for unibyte all
4365         ASCII arguments.
4366         (Character Sets): Document the variable `charset-list' and adapt
4367         the definition of the function `charset-list' accordingly.
4368         (Translation of Characters): Clarify use of generic characters in
4369         `make-translation-table'.  Clarify and correct the description of
4370         the use of translation tables in encoding and decoding.
4371         (User-Chosen Coding Systems): Correct and clarify the description
4372         of `select-safe-coding-system'.
4373         (Default Coding Systems): Clarify description of
4374         `file-coding-system-alist'.
4376 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
4378         * strings.texi (Text Comparison): Correctly describe when two
4379         strings are `equal'.  Combine and clarify descriptions of
4380         `assoc-ignore-case' and `assoc-ignore-representation'.
4382         * objects.texi (Non-ASCII in Strings): Clarify description of
4383         when a string is unibyte or multibyte.
4384         (Bool-Vector Type): Update examples.
4385         (Equality Predicates): Correctly describe when two strings are
4386         `equal'.
4388 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
4390         * lists.texi (Building Lists): `append' no longer accepts integer
4391         arguments.  Update the description of `number-sequence' to reflect
4392         recent changes.
4393         (Sets And Lists): Describe `member-ignore-case' after `member'.
4395 2003-11-27  Kim F. Storm  <storm@cua.dk>
4397         * commands.texi (Click Events): Click object may be an images.
4398         Describe (dx . dy) element of click positions.
4399         (Accessing Events): Remove duplicate posn-timestamp.
4400         New functions posn-object and posn-object-x-y.
4402 2003-11-23  Kim F. Storm  <storm@cua.dk>
4404         * commands.texi (Click Events): Describe enhancements to event
4405         position lists, including new text-pos and (col . row) items.
4406         Mention left-fringe and right-fringe area events.
4407         (Accessing Events): New functions posn-area and
4408         posn-actual-col-row.  Mention posn-timestamp.  Mention that
4409         posn-point in non-text area still returns buffer position.
4410         Clarify posn-col-row.
4412 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
4414         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4415         * anti.texi (File Attributes): Describe removed parameter
4416         ID-FORMAT.
4418 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
4420         * positions.texi (Positions): Mention that, if a marker is used as
4421         a position, its buffer is ignored.
4423         * markers.texi (Overview of Markers): Mention it here too.
4425 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
4427         * numbers.texi (Numeric Conversions): Not just `floor', but also
4428         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4430 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
4432         * markers.texi (Creating Markers): Specify insertion type of
4433         created markers.  Add xref to `Marker Insertion Types'.
4434         Second argument to `copy-marker' is optional.
4435         (Marker Insertion Types): Mention that most markers are created
4436         with insertion type nil.
4437         (The Mark): Correctly describe when `mark' signals an error.
4438         (The Region): Correctly describe when `region-beginning' and
4439         `region-end' signal an error.
4441 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
4443         * hash.texi (Creating Hash): Clarify description of `eql'.
4444         `makehash' is obsolete.
4445         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4447         * positions.texi (Point): Change description of `buffer-end', so
4448         that it is also correct for floating point arguments.
4449         (List Motion): Correct argument lists of `beginning-of-defun' and
4450         `end-of-defun'.
4451         (Excursions): Add xref to `Marker Insertion Types'.
4452         (Narrowing): Argument to `narrow-to-page' is optional.
4454 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
4456         * streams.texi (Output Streams): Clarify behavior of point for
4457         marker output streams.
4459 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
4461         * variables.texi (Defining Variables): Second argument to
4462         `defconst' is not optional.
4463         (Setting Variables): Mention optional argument APPEND to
4464         `add-to-list'.
4465         (Creating Buffer-Local): Expand description of
4466         `make-variable-buffer-local'.
4467         (Frame-Local Variables): Expand description of
4468         `make-variable-frame-local'.
4469         (Variable Aliases): Correct description of optional argument
4470         DOCSTRING to `defvaralias'.  Mention return value of
4471         `defvaralias'.
4472         (File Local Variables): Add xref to `File variables' in Emacs
4473         Manual.  Correct description of `hack-local-variables'.  Mention
4474         `safe-local-variable' property.  Mention optional second argument
4475         to `risky-local-variable-p'.
4477 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
4479         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4481 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4483         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4484         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4485         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4486         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4487         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
4488         lispref/processes.texi, lispref/searching.texi,
4489         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4490         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4491         @acronym{FOO}.
4493 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
4495         * strings.texi (Creating Strings): Argument START to `substring'
4496         can not be `nil'.  Expand description of
4497         `substring-no-properties'.  Correct description of `split-string',
4498         especially with respect to empty matches.  Prevent very bad line
4499         break in definition of `split-string-default-separators'.
4500         (Text Comparison): `string=' and `string<' also accept symbols as
4501         arguments.
4502         (String Conversion): More completely describe argument BASE in
4503         `string-to-number'.
4504         (Formatting Strings): `%s' and `%S' in `format' do require
4505         corresponding object.  Clarify behavior of numeric prefix after
4506         `%' in `format'.
4507         (Case Conversion): The argument to `upcase-initials' can be a
4508         character.
4510 2003-10-27  Kenichi Handa  <handa@m17n.org>
4512         * display.texi (Fontsets): Fix texinfo usage.
4514 2003-10-25  Kenichi Handa  <handa@m17n.org>
4516         * display.texi (Fontsets): Add description of the function
4517         set-fontset-font.
4519 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
4521         * display.texi (Temporary Displays): Add xref to `Documentation
4522         Tips'.
4524         * functions.texi (Function Safety): Use inforef instead of pxref
4525         for SES.
4527 2003-10-23  Andreas Schwab  <schwab@suse.de>
4529         * Makefile.in (TEX, texinputdir): Don't define.
4530         (TEXI2DVI): Define.
4531         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4532         add $(srcdir)/index.texi.
4533         ($(infodir)/elisp): Remove index.texi dependency.
4534         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
4535         (index.texi): Remove target.
4536         (dist): Don't link $(srcdir)/permute-index.
4537         (clean): Don't remove index.texi.
4539         * permute-index, index.perm: Remove.
4540         * index.texi: Rename from index.unperm.
4542 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
4544         * tips.texi (Documentation Tips): Document new behavior for face
4545         and variable hyperlinks in Help mode.
4547 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
4549         * objects.texi (Integer Type): Update for extra bit of integer range.
4550         (Character Type): Ditto.
4552 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
4554         * numbers.texi (Integer Basics): Add index entries for reading
4555         numbers in hex, octal, and binary.
4557 2003-10-16  Lute Kamstra  <lute@gnu.org>
4559         * modes.texi (Mode Line Format): Mention force-mode-line-update's
4560         argument.
4562 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
4564         * windows.texi (Choosing Window): Fix typo.
4565         * edebug.texi (Edebug Execution Modes): Fix typo.
4567 2003-10-13  Richard M. Stallman  <rms@gnu.org>
4569         * windows.texi (Basic Windows): A window has fringe settings,
4570         display margins and scroll-bar settings.
4571         (Splitting Windows): Doc split-window return value.
4572         Clean up one-window-p.
4573         (Selecting Windows): Fix typo.
4574         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4575         (Buffers and Windows): In set-window-buffer, explain effect
4576         on fringe settings and scroll bar settings.
4577         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4578         (Choosing Window): Use defopt for pop-up-frame-function.
4579         For special-display-buffer-names, explain same-window and same-frame.
4580         Clarify window-dedicated-p return value.
4581         (Textual Scrolling): scroll-up and scroll-down can get an error.
4582         (Horizontal Scrolling): Clarify auto-hscroll-mode.
4583         Clarify set-window-hscroll.
4584         (Size of Window): Don't mention tool bar in window-height.
4585         (Coordinates and Windows): Explain what coordinates-in-window-p
4586         returns for fringes and display margins.
4587         (Window Configurations): Explain saving fringes, etc.
4589         * tips.texi (Library Headers): Clean up Documentation.
4591         * syntax.texi (Parsing Expressions): Clean up forward-comment
4592         and parse-sexp-lookup-properties.
4594         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4596         * os.texi (System Environment): Clean up text for load-average errors.
4598         * modes.texi (Hooks): Don't explain local hook details at front.
4599         Clarify run-hooks and run-hook-with-args a little.
4600         Clean up add-hook and remove-hook.
4602         * edebug.texi (Edebug Execution Modes): Clarify t.
4603         Document edebug-sit-for-seconds.
4604         (Coverage Testing): Document C-x X = and =.
4605         (Instrumenting Macro Calls): Fix typo.
4606         (Specification List): Don't index the specification keywords.
4608 2003-10-10  Kim F. Storm  <storm@cua.dk>
4610         * processes.texi (Network): Introduce make-network-process.
4612 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4614         * tips.texi (Library Headers): Fix typo.
4616 2003-10-07  Juri Linkov  <juri@jurta.org>
4618         * modes.texi (Imenu): Mention imenu-create-index-function's
4619         default value.  Explain submenus better.
4621 2003-10-07  Lute Kamstra  <lute@gnu.org>
4623         * modes.texi (Faces for Font Lock): Fix typo.
4624         (Hooks): Explain how buffer-local hook variables can refer to
4625         global hook variables.
4626         Various minor clarifications.
4628 2003-10-06  Lute Kamstra  <lute@gnu.org>
4630         * tips.texi (Coding Conventions): Mention naming conventions for
4631         hooks.
4633 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
4635         * loading.texi (Library Search): Correct default value of
4636         load-suffixes.
4637         (Named Features): Fix typo.
4639 2003-10-05  Richard M. Stallman  <rms@gnu.org>
4641         * loading.texi (Named Features): In `provide',
4642         say how to test for subfeatures.
4643         (Unloading): In unload-feature, use new var name
4644         unload-feature-special-hooks.
4646 2003-10-03  Lute Kamstra  <lute@gnu.org>
4648         * modes.texi (Major Mode Conventions): Mention third way to set up
4649         Imenu.
4650         (Imenu): A number of small fixes.
4651         Delete documentation of internal variable imenu--index-alist.
4652         Document the return value format of imenu-create-index-function
4653         functions.
4655 2003-09-30  Richard M. Stallman  <rms@gnu.org>
4657         * processes.texi (Network): Say what stopped datagram connections do.
4659         * lists.texi (Association Lists): Clarify `assq-delete-all'.
4661         * display.texi (Overlay Properties): Clarify `evaporate' property.
4663 2003-09-29  Lute Kamstra  <lute@gnu.org>
4665         * modes.texi (Mode Line Data): Explain when symbols in mode-line
4666         constructs should be marked as risky.
4667         Change cons cell into proper list.
4668         (Mode Line Variables): Change cons cell into proper list.
4670 2003-09-26  Lute Kamstra  <lute@gnu.org>
4672         * modes.texi (Mode Line Data): Document the :propertize construct.
4673         (Mode Line Variables): Reorder the descriptions of the variables
4674         to match their order in the default mode-line-format.
4675         Describe the new variables mode-line-position and mode-line-modes.
4676         Update the default values of mode-line-frame-identification,
4677         minor-mode-alist, and default-mode-line-format.
4678         (Properties in Mode): Mention the :propertize construct.
4680 2003-09-26  Richard M. Stallman  <rms@gnu.org>
4682         * buffers.texi, commands.texi, debugging.texi, eval.texi:
4683         * loading.texi, minibuf.texi, text.texi, variables.texi:
4684         Avoid @strong{Note:}.
4686 2003-09-26  Richard M. Stallman  <rms@gnu.org>
4688         * keymaps.texi (Remapping Commands): Fix typo.
4690 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
4692         * processes.texi (Low-Level Network): Fix typo.
4694 2003-09-23  Kim F. Storm  <storm@cua.dk>
4696         * processes.texi (Network, Network Servers): Fix typos.
4697         (Low-Level Network): Add timeout value for :server keyword.
4698         Add new option keywords to make-network-process.
4699         Add set-network-process-options.
4700         Explain how to test availability of network options.
4702 2003-09-19  Richard M. Stallman  <rms@gnu.org>
4704         * text.texi (Motion by Indent): Arg to
4705         backward-to-indentation and forward-to-indentation is optional.
4707         * strings.texi (Creating Strings): Add substring-no-properties.
4709         * processes.texi
4710         (Process Information): Add list-processes arg QUERY-ONLY.
4711         Delete process-contact from here.
4712         Add new status values for process-status.
4713         Add process-get, process-put, process-plist, set-process-plist.
4714         (Synchronous Processes): Add call-process-shell-command.
4715         (Signals to Processes): signal-process allows process objects.
4716         (Network): Complete rewrite.
4717         (Network Servers, Datagrams, Low-Level Network): New nodes.
4719         * positions.texi (Word Motion): forward-word, backward-word
4720         arg is optional.  Reword.
4722         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4724         * variables.texi (Creating Buffer-Local):
4725         Delete duplicate definition of buffer-local-value.
4726         (File Local Variables): Explain about discarding text props.
4728 2003-09-11  Richard M. Stallman  <rms@gnu.org>
4730         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4731         changes variables that record input events.
4732         (Minibuffer Misc): Add minibuffer-selected-window.
4734         * lists.texi (Building Lists): Add copy-tree.
4736         * display.texi (Fontsets): Add char-displayable-p.
4737         (Scroll Bars): New node.
4739 2003-09-08  Lute Kamstra  <lute@gnu.org>
4741         * modes.texi (%-Constructs): Document new `%i' and `%I'
4742         constructs.
4744 2003-09-03  Peter Runestig  <peter@runestig.com>
4746         * makefile.w32-in: New file.
4748 2003-08-29  Richard M. Stallman  <rms@gnu.org>
4750         * display.texi (Overlay Properties): Clarify how priorities
4751         affect use of the properties.
4753 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
4755         * customize.texi (Type Keywords): Correct the description of
4756         `:help-echo' in the case where `motion-doc' is a function.
4758 2003-08-14  John Paul Wallington  <jpw@gnu.org>
4760         * modes.texi (Emulating Mode Line): Subsection, not section.
4762 2003-08-13  Richard M. Stallman  <rms@gnu.org>
4764         * elisp.texi (Top): Update subnode lists in menu.
4766         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4767         (Kill Functions): kill-region has new arg yank-handler.
4768         (Yanking): New node.
4769         (Yank Commands): Add yank-undo-function.
4770         (Low-Level Kill Ring):
4771         kill-new and kill-append have new arg yank-handler.
4772         (Changing Properties): Add remove-list-of-text-properties.
4773         (Atomic Changes): New node.
4775         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4777         * streams.texi (Output Variables): Add eval-expression-print-length
4778         and eval-expression-print-level.
4780         * os.texi (Time Conversion): For encode-time, explain limits on year.
4782         * objects.texi (Character Type): Define anchor "modifier bits".
4784         * modes.texi (Emulating Mode Line): New node.
4785         (Search-based Fontification): Font Lock uses font-lock-face property.
4786         (Other Font Lock Variables): Likewise.
4788         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4789         not vectors.
4790         (Active Keymaps): Add emulation-mode-map-alists.
4791         (Functions for Key Lookup): key-binding has new arg no-remap.
4792         (Remapping Commands): New node.
4793         (Scanning Keymaps): where-is-internal has new arg no-remap.
4794         (Tool Bar): Add tool-bar-local-item-from-menu.
4795         Clarify when to use tool-bar-add-item-from-menu.
4797         * commands.texi (Interactive Call): commandp has new arg.
4798         (Command Loop Info): Add this-original-command.
4800 2003-08-06  John Paul Wallington  <jpw@gnu.org>
4802         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4804         * display.texi (Warning Basics): Fix typo.
4805         (Fringes): Add closing curly bracket and fix typo.
4807         * elisp.texi (Top): Fix typo.
4809 2003-08-05  Richard M. Stallman  <rms@gnu.org>
4811         * elisp.texi: Update lists of subnodes.
4813         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4815         * variables.texi (Local Variables): Use lc for example variable names.
4817         * tips.texi (Library Headers): Explain where to put -*-.
4819         * strings.texi (Creating Strings): Fix xref for vconcat.
4821         * sequences.texi (Vector Functions):
4822         vconcat no longer allows integer args.
4824         * minibuf.texi (Reading File Names): read-file-name has new
4825         arg PREDICATE.  New function read-directory-name.
4827         * macros.texi (Defining Macros): Give definition of `declare'
4828         (Indenting Macros): New node.
4830         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4831         (Window Frame Parameters): Make separate table of parameters
4832         that are coupled with specific face attributes.
4833         (Deleting Frames): delete-frame-hooks renamed to
4834         delete-frame-functions.
4836         * files.texi (Magic File Names): Add file-remote-p.
4837         Clarify file-local-copy.
4839         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4840         here; instead xref Defining Macros.
4842         * display.texi (Warnings): New node, and subnodes.
4843         (Fringes): New node.
4845         * debugging.texi (Test Coverage): New node.
4847         * compile.texi (Compiler Errors): Explain with-no-warnings
4848         and other ways to suppress warnings.
4850         * commands.texi (Interactive Call): Minor clarification.
4852         * buffers.texi (Buffer File Name): set-visited-file-name
4853         renames the buffer too.
4855         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4857 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
4859         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4861 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
4863         * internals.texi (Garbage Collection): Fix previous change.
4865 2003-07-22  Richard M. Stallman  <rms@gnu.org>
4867         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4869         * display.texi (Width): Use \s syntax in example.
4870         (Font Selection): Add face-font-rescale-alist.
4872         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4873         Remove spurious indent in example.
4875         * lists.texi (Building Lists): Add number-sequence.
4877         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4879         * functions.texi (Function Documentation): Explain how to
4880         show calling convention explicitly in the doc string.
4882         * windows.texi (Selecting Windows): save-selected-window saves
4883         selected window of each frame.
4884         (Window Configurations): Minor change.
4886         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4888         * streams.texi (Output Variables): Add print-continuous-numbering
4889         and print-number-table.
4891         * processes.texi (Decoding Output): New node.
4893         * os.texi (Time Conversion): decode-time arg is optional.
4895         * objects.texi (Character Type): Don't use space as example for \.
4896         Make list of char names and \-sequences correspond.
4897         Explain that \s is not used in strings.  `\ ' needs space after.
4899         * nonascii.texi (Converting Representations): Add string-to-multibyte.
4900         (Translation of Characters): Add translation-table-for-input.
4901         (Default Coding Systems): Add auto-coding-functions.
4902         (Explicit Encoding): Add decode-coding-inserted-region.
4903         (Locales): Add locale-info.
4905         * minibuf.texi (Basic Completion): Describe test-completion.
4906         Collections can be lists of strings.
4907         Clean up lazy-completion-table.
4908         (Programmed Completion): Mention test-completion.
4909         Clarify why lambda expressions are not accepted.
4910         (Minibuffer Misc): Describe minibufferp.
4912 2003-07-14  Richard M. Stallman  <rms@gnu.org>
4914         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4916         * windows.texi (Selecting Windows): New arg to select-window.
4917         (Selecting Windows): Add with-selected-window.
4918         (Size of Window): Add window-inside-edges, etc.
4920         * internals.texi (Garbage Collection): Add post-gc-hook.
4922         * processes.texi (Subprocess Creation): Add exec-suffixes.
4924         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4925         (Scanning Keymaps): Add map-keymaps.
4926         (Defining Menus): Add keymap-prompt.
4928         * numbers.texi (Integer Basics): Add most-positive-fixnum,
4929         most-negative-fixnum.
4931         * compile.texi (Byte Compilation): Explain no-byte-compile
4932         (Compiler Errors): New node.
4934         * os.texi (User Identification): user-uid, user-real-uid
4935         can return float.
4937         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4938         and about derived modes.
4939         (Minor Modes): Add minor-mode-list.
4940         (Defining Minor Modes): Keyword args for define-minor-mode.
4941         (Search-based Fontification): Explain managing other properties.
4942         (Other Font Lock Variables): Add font-lock-extra-managed-props.
4943         (Faces for Font Lock): Add font-locl-preprocessor-face.
4944         (Hooks): Add run-mode-hooks and delay-mode-hooks.
4946         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
4947         (Variable Aliases): Clarify defvaralias.
4949         * loading.texi (Library Search): Add load-suffixes.
4951         * minibuf.texi (Basic Completion): Add lazy-completion-table.
4952         (Programmed Completion): Add dynamic-completion-table.
4954         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4955         (Magic File Names): Specify precedence order of handlers.
4957         * commands.texi (Command Overview): Emacs server runs pre-command-hook
4958         and post-command-hook.
4959         (Waiting): New calling convention for sit-for.
4961         * text.texi (Special Properties): local-map and keymap properties
4962         apply based on their stickiness.
4964 2003-07-07  Richard M. Stallman  <rms@gnu.org>
4966         * modes.texi (Minor Mode Conventions): Specify only some kinds
4967         of list values as args to minor modes.
4969         * files.texi (File Name Expansion): Warn about iterative use
4970         of substitute-in-file-name.
4972         * advice.texi (Activation of Advice): Clean up previous change.
4974 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
4976         * advice.texi (Activation of Advice): Note that ad-start-advice is
4977         turned on by default.
4979 2003-06-30  Richard M. Stallman  <rms@gnu.org>
4981         * text.texi (Buffer Contents): Document current-word.
4982         (Change Hooks): Not called for *Messages*.
4984         * functions.texi (Defining Functions): Explain about redefining
4985         primitives.
4986         (Function Safety): Renamed.  Minor changes.
4987         Comment out the detailed criteria for what is safe.
4989 2003-06-22  Andreas Schwab  <schwab@suse.de>
4991         * objects.texi (Symbol Type): Fix description of examples.
4993 2003-06-16  Andreas Schwab  <schwab@suse.de>
4995         * hash.texi (Creating Hash): Fix description of :weakness.
4997 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
4999         * files.texi (Changing Files): copy-file copies file modes, too.
5001 2003-05-28  Richard M. Stallman  <rms@gnu.org>
5003         * strings.texi (Creating Strings): Clarify split-string.
5005 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
5007         * strings.texi (Creating Strings): Update split-string specification
5008         and examples.
5010 2003-05-19  Richard M. Stallman  <rms@gnu.org>
5012         * elisp.texi: Correct invariant section names.
5014 2003-04-20  Richard M. Stallman  <rms@gnu.org>
5016         * os.texi (Timers): Explain about timers and quitting.
5018 2003-04-19  Richard M. Stallman  <rms@gnu.org>
5020         * internals.texi (Writing Emacs Primitives): Strings are
5021         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
5022         Explain GCPRO convention for varargs function args.
5024 2003-04-16  Richard M. Stallman  <rms@gnu.org>
5026         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5028 2003-04-08  Richard M. Stallman  <rms@gnu.org>
5030         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5032 2003-02-13  Kim F. Storm  <storm@cua.dk>
5034         * objects.texi (Character Type): New \s escape for space.
5036 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
5038         * os.texi (System Environment): Added cygwin system-type.
5040 2003-01-25  Richard M. Stallman  <rms@gnu.org>
5042         * keymaps.texi: Document that a symbol can act as a keymap.
5044 2003-01-13  Richard M. Stallman  <rms@gnu.org>
5046         * text.texi (Changing Properties): Say string indices are origin-0.
5048         * positions.texi (Screen Lines) <compute-motion>:
5049         Correct order of elts in return value.
5051         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5052         how to define a default binding.
5054 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
5056         * loading.texi (Unloading): Fix recent change for load-history.
5058         * customize.texi (Simple Types): Clarify description of custom
5059         type 'number.  Describe new custom type 'float.
5061 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
5063         * variables.texi (File Local Variables): Fix typo.
5065 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5067         From Michael Albinus <Michael.Albinus@alcatel.de>.
5069         * README: Target for Info file is `make info'.
5071         * files.texi (File Name Components): Fixed typos in
5072         `file-name-sans-extension'.
5073         (Magic File Names): Complete list of operations for magic file
5074         name handlers.
5076 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
5078         * variables.texi (File Local Variables): New function
5079         risky-local-variable-p.
5081 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
5083         * functions.texi (Function safety): New node about unsafep.
5085 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5087         * customize.texi (Splicing into Lists): Fixed example.
5088         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5090 2002-06-17  Juanma Barranquero  <lektu@terra.es>
5092         * frames.texi (Display Feature Testing): Fix typo.
5094 2002-06-12  Andreas Schwab  <schwab@suse.de>
5096         * frames.texi (Initial Parameters, Resources): Fix references to
5097         the Emacs manual.
5099 2002-05-13  Kim F. Storm  <storm@cua.dk>
5101         * variables.texi (Intro to Buffer-Local): Updated warning and
5102         example relating to changing buffer inside let.
5104 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5106         * os.texi (Session Management): New node about X Session management.
5108 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
5110         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
5111         to which the manual corresponds, and the copyright years.
5113         * Makefile.in (VERSION): Set to 2.9.
5115 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
5117         * elisp.texi: Change the category in @dircategory to "Emacs", to
5118         make it consistent with info/dir.
5120 2001-11-25  Miles Bader  <miles@gnu.org>
5122         * text.texi (Fields): Describe new `limit' arg in
5123         field-beginning/field-end.
5125 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
5127         * permute-index: Don't depend on csh-specific features.  Replace
5128         the interpreter name with /bin/sh.
5130         * two-volume-cross-refs.txt: New file.
5131         * two.el: New file.
5132         * spellfile: New file.
5134 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
5136         * permute-index: New file.
5138         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5139         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5140         8+3 restricted namespace.
5142         * Makefile.in (infodir): Define relative to $(srcdir).
5143         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5144         include directories list via -I switch to makeinfo.
5145         (index.texi): Use cp if both hard and symbolic links fail.
5147 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
5149         * Makefile.in (distclean): Add.
5151         The following changes make ELisp manual part of the Emacs
5152         distribution:
5154         * Makefile.in: Add Copyright notice.
5155         (prefix): Remove.
5156         (infodir): Change value to "../info".
5157         (VPATH): New variable.
5158         (MAKE): Don't define.
5159         (texmacrodir): Don't define.
5160         (texinputdir): Append the existing value of TEXINPUTS.
5161         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
5162         command to be compatible with man/Makefile.in, and to put the
5163         output into ../info.
5164         (info): Add target.
5165         (installall): Target removed.
5167 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5169         * tips.texi (Coding Conventions): Fix typo.
5171 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
5173         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5175 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
5177         * files.texi (File Name Components): Update the description of
5178         file-name-sans-extension and file-name-extension, as they now
5179         ignore leading dots.
5181 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
5183         * (Version 21.1 released.)
5185 2001-10-19  Miles Bader  <miles@gnu.org>
5187         * positions.texi (Text Lines): Describe behavior of
5188         `beginning-of-line'/`end-of-line' in the presence of field properties.
5190 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
5192         * Makefile.in (VERSION): Set to 2.8.
5193         (manual): Use `manual-21'.
5195         * elisp.texi (VERSION): Add and use it where the version
5196         number was used.  Set it to 2.8.
5198         * intro.texi: Likewise.
5200 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5202         * files.texi (File Name Completion): Document the significance of
5203         a trailing slash in elements of completion-ignored-extensions.
5205 2001-10-06  Miles Bader  <miles@gnu.org>
5207         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5209 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5211         * variables.texi (Variable Aliases): New node.
5213 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5215         * Branch for 21.1.
5217 2001-10-02  Miles Bader  <miles@gnu.org>
5219         * minibuf.texi (Minibuffer Misc): Add entries for
5220         `minibuffer-contents', `minibuffer-contents-no-properties', and
5221         `delete-minibuffer-contents'.
5222         Correct description for `minibuffer-prompt-end'.
5224         * text.texi (Property Search): Correct descriptions of
5225         `next-char-property-change' and `previous-char-property-change'.
5226         Add entries for `next-single-char-property-change' and
5227         `previous-single-char-property-change'.
5228         Make operand names a bit more consistent.
5230 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
5232         * frames.texi (Finding All Frames): Document that next-frame and
5233         previous-frame are local to current terminal.
5235 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
5237         * keymaps.texi (Creating Keymaps): Fix the description of the
5238         result of make-keymap.
5240 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
5242         * display.texi (Font Lookup, Attribute Functions)
5243         (Image Descriptors): Add cross-references to the definition of
5244         selected frame.
5246         * buffers.texi (The Buffer List): Add cross-references to the
5247         definition of selected frame.
5249         * frames.texi (Input Focus): Clarify which frame is _the_ selected
5250         frame at any given time.
5251         (Multiple Displays, Size and Position): Add a cross-reference to
5252         the definition of the selected frame.
5254 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
5256         * strings.texi (String Conversion) <string-to-number>: Document
5257         that a float is returned for integers that are too large.
5259         * frames.texi (Mouse Position): Document mouse-position-function.
5260         (Display Feature Testing): Document display-images-p.
5261         (Window Frame Parameters): Document the cursor-type variable.
5263         * numbers.texi (Integer Basics): Document CL style read syntax for
5264         integers in bases other than 10.
5266         * positions.texi (List Motion): Document
5267         open-paren-in-column-0-is-defun-start.
5269         * lists.texi (Sets And Lists): Document member-ignore-case.
5271         * internals.texi (Garbage Collection): Document the used and free
5272         strings report.
5273         (Memory Usage): Document strings-consed.
5275         * os.texi (Time of Day): Document float-time.
5276         (Recording Input): Document that clear-this-command-keys clears
5277         the vector to be returned by recent-keys.
5279         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5280         argument keymap can be a list.
5282         * nonascii.texi (User-Chosen Coding Systems)
5283         <select-safe-coding-system>: Document the new argument
5284         accept-default-p and the variable
5285         select-safe-coding-system-accept-default-p.  Tell what happens if
5286         buffer-file-coding-system is undecided.
5287         (Default Coding Systems): Document auto-coding-regexp-alist.
5289         * display.texi (The Echo Area) <message>: Document
5290         message-truncate-lines.
5291         (Glyphs): Document that the glyph table is unused on windowed
5292         displays.
5294         * help.texi (Describing Characters) <single-key-description>:
5295         Document the new argument no-angles.
5296         (Accessing Documentation) <documentation-property>: Document that
5297         a non-string property is evaluated.
5298         <documentation>: Document that the function-documentation property
5299         is looked for.
5301         * windows.texi (Selecting Windows): Document some-window.
5303         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5305         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5306         apropos-mode-hook.
5308         * commands.texi (Using Interactive): Document interactive-form.
5309         (Keyboard Macros): Document kbd-macro-termination-hook.
5310         (Command Loop Info): Document that clear-this-command-keys clears
5311         the vector to be returned by recent-keys.
5313 2001-09-04  Werner LEMBERG  <wl@gnu.org>
5315         * Makefile.in (srcdir, texinputdir): New variables.
5316         (srcs, index.texi, install): Use $(srcdir).
5317         (.PHONY): Remove elisp.dvi.
5318         (elisp): Use -I switch for makeinfo.
5319         (elisp.dvi): Use $(srcdir) and $(texinputdir).
5320         (installall, dist): Use $(srcdir).
5321         Fix path to texinfo.tex.
5322         (maintainer-clean): Add elisp.dvi and elisp.oaux.
5324 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
5326         * display.texi (Conditional Display): Adjust to API change.
5328         * configure: New file.
5330 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
5332         * commands.texi (Repeat Events): Add description of
5333         double-click-fuzz.
5335 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
5337         * syntax.texi (Syntax Class Table): Add the missing designator for
5338         comment and string fences.
5339         (Syntax Properties): Add a xref to syntax table internals.
5340         (Syntax Table Internals): Document string-to-syntax.
5342 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
5344         * Makefile.in (install): Use install-info command line options
5345         like in Emacs' Makefile.in.
5347 2000-12-09  Miles Bader  <miles@gnu.org>
5349         * windows.texi (Window Start): Update documentation for
5350         `pos-visible-in-window-p'.
5352 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
5354         * lists.texi (Building Lists): Add footnote to explain how to add
5355         to the end of a list.
5357 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
5359         * files.texi (Visiting Functions): Typos.
5361 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
5363         * files.texi (Visiting Functions): Return value of
5364         find-file-noselect may be a list of buffers if wildcards are used.
5366 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
5368         * display.texi (Defining Faces): Document `graphic' display type
5369         in face specs.
5371 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5373         * hooks.texi (Standard Hooks): Replace obsolete
5374         `after-make-frame-hook' with `after-make-frame-functions'.
5376         * frames.texi (Creating Frames): Ditto.
5378         * variables.texi (Future Local Variables): Ditto.
5380 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
5382         * display.texi (Other Image Types): Add description of :foreground
5383         and :background properties of mono PBM images.
5385 2000-08-17  Werner LEMBERG  <wl@gnu.org>
5387         * .cvsignore: New file.
5389 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
5391         * tindex.pl: New script.
5393 1999-12-03  Dave Love  <fx@gnu.org>
5395         * Makefile.in (MAKEINFO): New parameter.
5397 1999-09-17  Richard Stallman  <rms@gnu.org>
5399         * Makefile.in (srcs): Add hash.texi.
5400         (VERSION): Update to 20.6.
5402 1999-09-13  Richard Stallman  <rms@gnu.org>
5404         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5406 1998-08-29  Karl Heuer  <kwzh@gnu.org>
5408         * configure.in: New file.
5409         * Makefile.in: Renamed from Makefile.
5410         (prefix, infodir): Use value obtained from configure.
5411         (emacslibdir): Obsolete variable deleted.
5412         (dist): Distribute configure.in, configure, Makefile.in.
5414 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
5416         * Makefile (INSTALL_INFO): New variable.
5417         (install): Run install-info.
5419 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
5421         * Makefile (elisp.dvi): Add missing backslash.
5423 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
5425         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5426         Run texindex without `./'.  Always run texindex on elisp.tp.
5427         (elisp.tps): Target deleted.
5429 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
5431         * Makefile (srcs): Add nonascii.texi and customize.texi.
5432         (dist): Start by deleting `temp'.
5434 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
5436         * Makefile (makeinfo, texindex): Targets deleted.
5437         (makeinfo.o, texindex.o): Targets deleted.
5438         (clean, dist): Don't do anything with them or with getopt*.
5440 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
5442         * Makefile (SHELL): Defined.
5444 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
5446         * Makefile (elisp.tps): New target.
5447         (elisp.dvi): Depend on elisp.tps.
5449 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
5451         * README: Update phone number.
5453         * Makefile (elisp): Make this be the default target.
5454         Depend on makeinfo.c instead of makeinfo.
5455         (install): Don't depend on elisp.dvi, since we don't install that.
5456         Use mkinstalldirs.
5457         (dist): Add mkinstalldirs.
5459 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5461         * Makefile (VERSION): Update version number.
5462         (maintainer-clean): Renamed from realclean.
5464 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
5466         * Makefile (realclean): New target.
5467         (elisp): Remove any old elisp-* files first.
5469 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
5471         * Makefile (VERSION): New variable.
5472         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5473         Compressed file suffix should be `.gz', not `.z'.
5475 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5477         * Makefile (elisp): Depend on makeinfo.
5479 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
5481         * Makefile (srcs): Add anti.texi.
5483 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5485         * Makefile (infodir, prefix): New vars.
5486         (install): Use infodir.
5487         (emacsinfodir): Deleted.
5489 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5491         * Makefile (srcs): Add calendar.texi.
5493         * Makefile (dist): Copy texindex.c and makeinfo.c.
5494         Limit elisp-* files to those with one or two digits.
5496 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5498         * Makefile (dist): Changed to use Gzip instead of compress.
5500 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5502         * loading.texi (Unloading): define-function changed back to
5503         defalias.  It may not stay this way, but at least it's
5504         consistent with the known-good version of the code patch.
5506 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
5508         * modes.texi (Hooks): Document new optional arg of add-hook.
5510 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5512         * variables.texi: Document nil initial value of buffer-local variables.
5514         * tips.texi: Add new section on standard library headers.
5516 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5518         * Makefile (srcs): Add frame.texi to the list of sources.
5520 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5522         * Makefile (dist): Don't bother excluding autosave files; they'll
5523         never make it into the temp directory anyway, and the hash marks
5524         in the name are problematic for make and the Bourne shell.
5525         (srcs):
5527 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5529         * Makefile (dist): Don't include backup files or autosave files in
5530         the distribution tar file.
5532 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5534         * Makefile (srcs): Added index.perm.
5535         (elisp.dvi): Remove erroneous shell comment.
5536         Expect output of permute-index in permuted.fns.
5537         Save old elisp.aux in elisp.oaux.
5538         (clean): Added index.texi to be deleted.
5540 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5542         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5544 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
5546         * files.texi: Noted that completion-ignored-extensions is ignored
5547         when making *Completions*.
5549 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5551         * Makefile  make dist now depends on elisp.dvi, since it tries
5552         to include it in the dist file.
5554 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
5556         * functions.texinfo (Mapping Functions): Add missing quote
5558 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5560         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5561         (defunargs): Turn off \hyphenchar of \sl font temporarily.
5563 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5565         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5566         and @error{} are the terms now being used.  The files in the
5567         directory have been changed to reflect this.
5569         * All instances of @indentedresultt{} have been changed to
5570         `     @result{}', using 5 spaces at the begining of the line.
5572 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5574         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5575         experimental @indentedresult{}, @indentedexpandsto{} are part of
5576         the texinfo.tex in this directory.  These TeX macros are not
5577         stable yet.
5579 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5581         * texinfo.tex: Temporarily added
5582                 \let\result=\dblarrow
5583                 \def\error{{\it ERROR} \longdblarrow}
5584         We need to do this better soon.
5586 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5588         * Applied Karl Berry's patches to *.texinfo files, but not to
5589         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
5590         new title page format is also not applied, since it requires
5591         texinfo.tex changes.)
5593         * Cleaned up `Makefile' and defined the `emacslibdir' directory
5594         for the Project GNU development environment.
5596 ;; Local Variables:
5597 ;; coding: iso-2022-7bit
5598 ;; add-log-time-zone-rule: t
5599 ;; End:
5601     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5602       2005, 2006, 2007 Free Software Foundation, Inc.
5603   Copying and distribution of this file, with or without modification,
5604   are permitted provided the copyright notice and this notice are preserved.
5606 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda