(comment-search-forward, comment-search-backward): Fix typos.
[emacs.git] / lispref / ChangeLog
blob51d5997f3f38bfb0d5021a09891512a4c99b9cb9
1 2004-06-05  Richard M. Stallman  <rms@gnu.org>
3         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
4         refer the user to the Initial Input node.
5         (Text from Minibuffer): Likewise.
6         (Initial Input): New node.  Document this feature
7         and say it is mostly deprecated.
9 2004-05-30  Richard M. Stallman  <rms@gnu.org>
11         * loading.texi (Named Features): Clarify return value
12         and meaning of NOERROR.
14         * variables.texi (File Local Variables): Minor cleanup.
16 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
18         * files.texi (Magic File Names): Add `file-remote-p' as operation
19         of file name handlers.
21 2004-05-29  Richard M. Stallman  <rms@gnu.org>
23         * modes.texi (Minor Mode Conventions): (-) has no special meaning
24         as arg to a minor mode command.
26 2004-05-22  Richard M. Stallman  <rms@gnu.org>
28         * syntax.texi (Syntax Class Table): Word syntax not just for English.
30         * streams.texi (Output Variables): Doc float-output-format.
32         * searching.texi (Regexp Special): Nested repetition can be infloop.
34         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
35         real stack overflow.
37         * compile.texi: Minor cleanups.
39 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
41         * lists.texi (Cons Cells): Explain dotted lists, true lists,
42         circular lists.
43         (List Elements): Explain handling of circular and dotted lists.
44         
45 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
47         * modes.texi (Search-based Fontification): Fix typo.
49 2004-05-10  Juanma Barranquero  <lektu@terra.es>
51         * modes.texi (Mode Line Variables): Fix description of
52         global-mode-string, which is now after which-func-mode, not the
53         buffer name.
55 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
57         * modes.texi (Desktop Save Mode): Add.
58         (Modes): Add menu entry Desktop Save Mode.
60         * hooks.texi: Add desktop-after-read-hook,
61         desktop-no-desktop-file-hook and desktop-save-hook.
63         * locals.texi: Add desktop-save-buffer.
65 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
67         * display.texi: emacs -> Emacs.
69 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
71         * files.texi (Changing Files): Document set-file-times.
73 2004-04-23  Juanma Barranquero  <lektu@terra.es>
75         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
77 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
79         * tips.texi (Coding Conventions): defopt -> defcustom.
81 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
83         * sequences.texi: Various clarifications.
85 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
87         * buffers.texi (Read Only Buffers): Mention optional ARG to
88         `toggle-read-only'.
90 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
92         * windows.texi (Selecting Windows): Note that get-lru-window
93         returns a full-width window if possible.
95 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
97         * buffers.texi: Various changes in addition to:
98         (Buffer File Name): Add `find-buffer-visiting'.
99         (Buffer Modification): Mention optional ARG to `not-modified'.
100         (Indirect Buffers): Mention optional CLONE argument to
101         `make-indirect-buffer'.
103         * files.texi: Various changes in addition to:
104         (Visiting Functions): `find-file-hook' is now a normal hook.
105         (File Name Expansion): Explain difference between the way that
106         `expand-file-name' and `file-truename' treat `..'.
107         (Contents of Directories): Mention optional ID-FORMAT argument to
108         `directory-files-and-attributes'.
109         (Format Conversion): Mention new optional CONFIRM argument to
110         `format-write-file'.
112 2004-04-12  Miles Bader  <miles@gnu.org>
114         * macros.texi (Expansion): Add description of `macroexpand-all'.
116 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
118         * variables.texi (Variable Aliases): Mention
119         cyclic-variable-indirection.
121         * errors.texi (Standard Errors): Ditto.
123 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
125         * backups.texi:  Various small changes in addition to:
126         (Making Backups): Mention return value of `backup-buffer'.
127         (Auto-Saving): Mention optional FORCE argument to
128         `delete-auto-save-file-if-necessary'.
129         (Reverting): Mention optional PRESERVE-MODES argument to
130         `revert-buffer'.  Correct description of `revert-buffer-function'.
132 2004-03-22  Juri Linkov  <juri@jurta.org>
134         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
135         with `Vector Functions'.
137         * text.texi (Sorting): Add missing quote.
139 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
141         * intro.texi (Lisp History): Replace xref to `cl' manual with
142         inforef.
144 2004-03-12  Richard M. Stallman  <rms@gnu.org>
146         * intro.texi (Version Info): Add arg to emacs-version.
147         (Lisp History): Change xref to CL manual.
149 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
151         * minibuf.texi (Completion Commands): Add xref to Emacs manual
152         for Partial Completion mode.
154 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
156         * customize.texi: Fix typo. Remove eol whitespace.
158 2004-03-04  Richard M. Stallman  <rms@gnu.org>
160         * processes.texi: Fix typos.
162         * lists.texi (Building Lists): Minor clarification.
164         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
165         in make-hash-table.
167 2004-02-29  Juanma Barranquero  <lektu@terra.es>
169         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
170         rm, and ignore exit code.
172 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
174         * display.texi (Defining Faces): Add description for min-colors.
175         Update example.
177 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
179         * abbrevs.texi: Various corrections and clarifications in addition
180         to the following:
181         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
183 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
185         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
187 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
189         * text.texi: Various small changes in addition to the following:
190         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
191         to delete-horizontal-space.
192         (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
193         description of yank-handler text property at various places.
195         * frames.texi (Window System Selections): Add anchor.
197         * syntax.texi (Syntax Table Functions): Clarify and correct
198         descriptions of make-syntax-table and copy-syntax-table.
199         (Motion and Syntax): Clarify SYNTAXES argument to
200         skip-syntax-forward.
201         (Parsing Expressions): Mention that the return value of
202         parse-partial-sexp is currently a list of ten rather than nine
203         elements.
204         (Categories): Various corrections and clarifications.
206 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
208         * markers.texi (Marker Insertion Types): Minor change.
210         * locals.texi (Standard Buffer-Local Variables):
211         * commands.texi (Interactive Codes, Using Interactive):
212         * functions.texi (Related Topics): Fix xrefs.
214 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
216         * lists.texi (Sets And Lists): Update description of delete-dups.
218 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
220         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
222 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
224         * frames.texi (Parameter Access): frame-parameters arg is optional.
225         modify-frame-parameters handles nil for FRAME.
226         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
227         are all-or-nothing for certain toolkits.
228         Mention parameter wait-for-wm.
229         (Frames and Windows): In frame-first-window and frame-selected-window
230         the arg is optional.
231         (Input Focus): In redirect-frame-focus the second arg is optional.
232         (Window System Selections): Mention selection type CLIPBOARD.
233         Mention data-type UTF8_STRING.
234         Mention numbering of cut buffers.
235         (Resources): Describe x-resource-name.
237 2004-02-16  Richard M. Stallman  <rms@gnu.org>
239         * windows.texi (Buffers and Windows): Delete false table
240         about all-frames.
242         * syntax.texi (Parsing Expressions): Delete old caveat
243         about parse-sexp-ignore-comments.
245         * streams.texi (Output Variables): Add print-quoted.
247         * lists.texi (Building Lists): Minor cleanup.
249         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
251         * display.texi (Overlays): Explain overlays use markers.
252         (Managing Overlays): Explain front-advance and rear-advance
253         in more detail.
255         * loading.texi (Unloading): Document unload-feature-special-hooks.
256         Get rid of fns-NNN.el file.
258 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
260         * help.texi (Describing Characters): Fix text-char-description
261         example output.
263         * edebug.texi (Using Edebug): Fix example.
265         * debugging.texi (Internals of Debugger): Fix return value.
267         * files.texi (Changing Files): Fix argname.
269         * calendar.texi: Fix parens, and default values.
271         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
272         * nonascii.texi, objects.texi, os.texi: Minor fixes.
273         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
275         * positions.texi (Text Lines): Don't add -1 in current-line.
277 2004-02-16  Richard M. Stallman  <rms@gnu.org>
279         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
281 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
283         * processes.texi (Low-Level Network): Fix a typo.
285 2004-02-12  Kim F. Storm  <storm@cua.dk>
287         * display.texi (Fringes): Use consistent wording.
288         Note that window-fringe's window arg is optional.
289         (Scroll Bars): Use consistent wording.
291 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
293         * tips.texi (Comment Tips): Document the new conventions for
294         commenting out code.
296 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
298         * positions.texi (Text Lines): Added missing end defun.
300 2004-02-07  Kim F. Storm  <storm@cua.dk>
302         * positions.texi (Text Lines): Add line-number-at-pos.
304 2004-02-06  John Paul Wallington  <jpw@gnu.org>
306         * display.texi (Button Properties, Button Buffer Commands):
307         mouse-2 invokes button, not down-mouse-1.
309 2004-02-04  Jason Rumney  <jasonr@gnu.org>
311         * makefile.w32-in: Sync with Makefile.in changes.
313 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
315         * minibuf.texi (Text from Minibuffer): Various corrections and
316         clarifications.
317         (Object from Minibuffer): Correct Lisp description of
318         read-minibuffer.
319         (Minibuffer History): Clarify description of cons values for
320         HISTORY arguments.
321         (Basic Completion): Various corrections and clarifications.  Add
322         completion-regexp-list.
323         (Minibuffer Completion): Correct and clarify description of
324         completing-read.
325         (Completion Commands): Mention Partial Completion mode.  Various
326         other minor changes.
327         (High-Level Completion): Various corrections and clarifications.
328         (Reading File Names): Ditto.
329         (Minibuffer Misc): Ditto.
331 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
333         * strings.texi (Text Comparison): assoc-string also matches
334         elements of alists that are strings instead of conses.
335         (Formatting Strings): Standardize Texinfo usage.  Update index
336         entries.
338 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
340         * lists.texi (Sets And Lists): Add delete-dups.
342 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
344         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
345         special form.
346         * macros.texi (Defining Macros): Update description of `declare',
347         which now is a macro.
348         (Wrong Time): Fix typos.
350 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
352         * compile.texi (Compilation Functions): Expand descriptions of
353         `compile-defun', `byte-compile-file', `byte-recompile-directory'
354         and `batch-byte-compile'.  In particular, mention and describe
355         all optional arguments.
356         (Disassembly): Correct and clarify the description of `disassemble'.
358 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
360         * searching.texi: Various small changes in addition to the
361         following.
362         (Regexp Example): Adapt to new value of `sentence-end'.
363         (Regexp Functions): The PAREN argument to `regexp-opt' can be
364         `words'.
365         (Search and Replace): Add usage note for `perform-replace'.
366         (Entire Match Data): Mention INTEGERS and REUSE arguments to
367         `match-data'.
368         (Standard Regexps): Update for new values of `paragraph-start'
369         and `sentence-end'.
371 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
373         * files.texi (Saving Buffers): Clarify descriptions of
374         `write-contents-functions' and `before-save-hook'.
375         Make the defvar's for `before-save-hook' and `after-save-hook'
376         into defopt's.
378 2004-01-07  Kim F. Storm  <storm@cua.dk>
380         * commands.texi (Click Events): Describe new image and
381         width/height elements of click events.
382         (Accessing Events): Add posn-string, posn-image, and
383         posn-object-width-height.  Change posn-object to return either
384         image or string object.
386 2004-01-01  Simon Josefsson  <jas@extundo.com>
388         * hooks.texi (Standard Hooks): Add before-save-hook.
389         * files.texi (Saving Buffers): Likewise.
391 2004-01-03  Richard M. Stallman  <rms@gnu.org>
393         * frames.texi (Frames and Windows): Delete frame-root-window.
395 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
397         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
399         * functions.texi: Various small changes in addition to the
400         following.
401         (What Is a Function): `functionp' returns nil for macros.  Clarify
402         behavior of this and following functions for symbol arguments.
403         (Function Documentation): Add `\' in front of (fn @var{arglist})
404         and explain why.
405         (Defining Functions): Mention DOCSTRING argument to `defalias'.
406         Add anchor.
407         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
409 2004-01-01  Miles Bader  <miles@gnu.org>
411         * display.texi (Buttons): New section.
413 2003-12-31  Andreas Schwab  <schwab@suse.de>
415         * numbers.texi (Math Functions): sqrt reports a domain-error
416         error.
417         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
419 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
421         * tips.texi (Documentation Tips): Update item on hyperlinks in
422         documentation strings.
424         * errors.texi (Standard Errors): Various small corrections and
425         additions.
427         * control.texi: Various small changes in addition to the
428         following.
429         (Signaling Errors): Provide some more details on how `signal'
430         constructs the error message.  Add anchor to the definition of
431         `signal'.
432         (Error Symbols): Describe special treatment of `quit'.
433         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
434         to emphasize that it has to be a single form.
436         * buffers.texi: Add anchor.
438 2003-12-29  Richard M. Stallman  <rms@gnu.org>
440         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
441         (Window Configurations): Add window-configuration-frame.
443         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
445         * text.texi (Examining Properties): Add get-char-property-and-overlay.
446         Change arg name in get-char-property.
447         (Special Properties): Update handling of keymap property.
449         * strings.texi (Modifying Strings): Add clear-string.
450         (Text Comparison): Add assoc-string and remove
451         assoc-ignore-case, assoc-ignore-representation.
453         * os.texi (Time of Day): Add set-time-zone-rule.
455         * numbers.texi (Math Functions): asin, acos, log, log10
456         report domain-error errors.
458         * nonascii.texi (Converting Representations):
459         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
460         (Encoding and I/O): Add file-name-coding-system.
462         * modes.texi (Search-based Fontification): Explain that
463         face specs are symbols with face names as values.
465         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
467         * lists.texi (Building Lists): remq moved elsewhere.
468         (Sets And Lists): remq moved here.
469         (Association Lists): Refer to assoc-string.
471         * internals.texi (Garbage Collection): Add memory-use-counts.
473         * frames.texi (Frames and Windows): Add set-frame-selected-window
474         and frame-root-window.
476         * files.texi (Contents of Directories):
477         Add directory-files-and-attributes.
479         * display.texi (Refresh Screen): Add force-window-update.
480         (Invisible Text): Explain about moving point out of invis text.
481         (Overlay Properties): Add overlay-properties.
482         (Managing Overlays): Add overlayp.
483         (GIF Images): Invalid image number displays a hollow box.
485         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
486         (Killing Buffers): Add buffer-live-p.
488 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
490         * display.texi (Fringes): Fix typo "set-buffer-window".
492 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
494         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
495         * nonascii.texi, processes.texi, tips.texi, variables.texi:
496         Add or change various xrefs and anchors.
498         * commands.texi: Replace all occurrences of @acronym{CAR} with
499         @sc{car}, for consistency with the rest of the Elisp manual.
500         `car' and `cdr' are historically acronyms, but are no longer
501         widely thought of as such.
503         * internals.texi (Pure Storage): Mention that `purecopy' does not
504         copy text properties.
505         (Object Internals): Now 29 bits are used (in most implementations)
506         to address Lisp objects.
508         * variables.texi (Variables with Restricted Values): New node.
510         * objects.texi (Lisp Data Types): Mention that certain variables
511         can only take on a restricted set of values and add an xref to
512         the new node "Variables with Restricted Values".
514         * eval.texi (Function Indirection): Describe the errors that
515         `indirect-function' can signal.
516         (Eval): Clarify the descriptions of `eval-region' and `values'.
517         Describe `eval-buffer' instead of `eval-current-buffer' and
518         mention `eval-current-buffer' as an alias for `current-buffer'.
519         Correct the description and mention all optional arguments.
521         * nonascii.texi: Various small changes in addition to the
522         following.
523         (Converting Representations): Clarify behavior of
524         `string-make-multibyte' and `string-to-multibyte' for unibyte all
525         ASCII arguments.
526         (Character Sets): Document the variable `charset-list' and adapt
527         the definition of the function `charset-list' accordingly.
528         (Translation of Characters): Clarify use of generic characters in
529         `make-translation-table'.  Clarify and correct the description of
530         the use of translation tables in encoding and decoding.
531         (User-Chosen Coding Systems): Correct and clarify the description
532         of `select-safe-coding-system'.
533         (Default Coding Systems): Clarify description of
534         `file-coding-system-alist'.
536 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
538         * strings.texi (Text Comparison): Correctly describe when two
539         strings are `equal'.  Combine and clarify descriptions of
540         `assoc-ignore-case' and `assoc-ignore-representation'.
542         * objects.texi (Non-ASCII in Strings): Clarify description of
543         when a string is unibyte or multibyte.
544         (Bool-Vector Type): Update examples.
545         (Equality Predicates): Correctly describe when two strings are
546         `equal'.
548 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
550         * lists.texi (Building Lists): `append' no longer accepts integer
551         arguments.  Update the description of `number-sequence' to reflect
552         recent changes.
553         (Sets And Lists): Describe `member-ignore-case' after `member'.
555 2003-11-27  Kim F. Storm  <storm@cua.dk>
557         * commands.texi (Click Events): Click object may be an images.
558         Describe (dx . dy) element of click positions.
559         (Accessing Events): Remove duplicate posn-timestamp.
560         New functions posn-object and posn-object-x-y.
562 2003-11-23  Kim F. Storm  <storm@cua.dk>
564         * commands.texi (Click Events): Describe enhancements to event
565         position lists, including new text-pos and (col . row) items.
566         Mention left-fringe and right-fringe area events.
567         (Accessing Events): New functions posn-area and
568         posn-actual-col-row.  Mention posn-timestamp.  Mention that
569         posn-point in non-text area still returns buffer position.
570         Clarify posn-col-row.
572 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
574         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
575         * anti.texi (File Attributes): Describe removed parameter
576         ID-FORMAT.
578 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
580         * positions.texi (Positions): Mention that, if a marker is used as
581         a position, its buffer is ignored.
583         * markers.texi (Overview of Markers): Mention it here too.
585 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
587         * numbers.texi (Numeric Conversions): Not just `floor', but also
588         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
590 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
592         * markers.texi (Creating Markers): Specify insertion type of
593         created markers.  Add xref to `Marker Insertion Types'.
594         Second argument to `copy-marker' is optional.
595         (Marker Insertion Types): Mention that most markers are created
596         with insertion type nil.
597         (The Mark): Correctly describe when `mark' signals an error.
598         (The Region): Correctly describe when `region-beginning' and
599         `region-end' signal an error.
601 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
603         * hash.texi (Creating Hash): Clarify description of `eql'.
604         `makehash' is obsolete.
605         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
607         * positions.texi (Point): Change description of `buffer-end', so
608         that it is also correct for floating point arguments.
609         (List Motion): Correct argument lists of `beginning-of-defun' and
610         `end-of-defun'.
611         (Excursions): Add xref to `Marker Insertion Types'.
612         (Narrowing): Argument to `narrow-to-page' is optional.
614 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
616         * streams.texi (Output Streams): Clarify behavior of point for
617         marker output streams.
619 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
621         * variables.texi (Defining Variables): Second argument to
622         `defconst' is not optional.
623         (Setting Variables): Mention optional argument APPEND to
624         `add-to-list'.
625         (Creating Buffer-Local): Expand description of
626         `make-variable-buffer-local'.
627         (Frame-Local Variables): Expand description of
628         `make-variable-frame-local'.
629         (Variable Aliases): Correct description of optional argument
630         DOCSTRING to `defvaralias'.  Mention return value of
631         `defvaralias'.
632         (File Local Variables): Add xref to `File variables' in Emacs
633         Manual.  Correct description of `hack-local-variables'.  Mention
634         `safe-local-variable' property.  Mention optional second argument
635         to `risky-local-variable-p'.
637 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
639         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
641 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
643         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
644         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
645         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
646         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
647         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
648         lispref/processes.texi, lispref/searching.texi,
649         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
650         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
651         @acronym{FOO}.
653 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
655         * strings.texi (Creating Strings): Argument START to `substring'
656         can not be `nil'.  Expand description of
657         `substring-no-properties'.  Correct description of `split-string',
658         especially with respect to empty matches.  Prevent very bad line
659         break in definition of `split-string-default-separators'.
660         (Text Comparison): `string=' and `string<' also accept symbols as
661         arguments.
662         (String Conversion): More completely describe argument BASE in
663         `string-to-number'.
664         (Formatting Strings): `%s' and `%S' in `format' do require
665         corresponding object.  Clarify behavior of numeric prefix after
666         `%' in `format'.
667         (Case Conversion): The argument to `upcase-initials' can be a
668         character.
670 2003-10-27  Kenichi Handa  <handa@m17n.org>
672         * display.texi (Fontsets): Fix texinfo usage.
674 2003-10-25  Kenichi Handa  <handa@m17n.org>
676         * display.texi (Fontsets): Add description of the function
677         set-fontset-font.
679 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
681         * display.texi (Temporary Displays): Add xref to `Documentation
682         Tips'.
684         * functions.texi (Function Safety): Use inforef instead of pxref
685         for SES.
687 2003-10-23  Andreas Schwab  <schwab@suse.de>
689         * Makefile.in (TEX, texinputdir): Don't define.
690         (TEXI2DVI): Define.
691         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
692         add $(srcdir)/index.texi.
693         ($(infodir)/elisp): Remove index.texi dependency.
694         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
695         (index.texi): Remove target.
696         (dist): Don't link $(srcdir)/permute-index.
697         (clean): Don't remove index.texi.
699         * permute-index, index.perm: Remove.
700         * index.texi: Rename from index.unperm.
702 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
704         * tips.texi (Documentation Tips): Document new behavior for face
705         and variable hyperlinks in Help mode.
707 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
709         * objects.texi (Integer Type): Update for extra bit of integer range.
710         (Character Type): Ditto.
712 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
714         * numbers.texi (Integer Basics): Add index entries for reading
715         numbers in hex, octal, and binary.
717 2003-10-16  Lute Kamstra  <lute@gnu.org>
719         * modes.texi (Mode Line Format): Mention force-mode-line-update's
720         argument.
722 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
724         * windows.texi (Choosing Window): Fix typo.
725         * edebug.texi (Edebug Execution Modes): Fix typo.
727 2003-10-13  Richard M. Stallman  <rms@gnu.org>
729         * windows.texi (Basic Windows): A window has fringe settings,
730         display margins and scroll-bar settings.
731         (Splitting Windows): Doc split-window return value.
732         Clean up one-window-p.
733         (Selecting Windows): Fix typo.
734         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
735         (Buffers and Windows): In set-window-buffer, explain effect
736         on fringe settings and scroll bar settings.
737         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
738         (Choosing Window): Use defopt for pop-up-frame-function.
739         For special-display-buffer-names, explain same-window and same-frame.
740         Clarify window-dedicated-p return value.
741         (Textual Scrolling): scroll-up and scroll-down can get an error.
742         (Horizontal Scrolling): Clarify auto-hscroll-mode.
743         Clarify set-window-hscroll.
744         (Size of Window): Don't mention tool bar in window-height.
745         (Coordinates and Windows): Explain what coordinates-in-window-p
746         returns for fringes and display margins.
747         (Window Configurations): Explain saving fringes, etc.
749         * tips.texi (Library Headers): Clean up Documentation.
751         * syntax.texi (Parsing Expressions): Clean up forward-comment
752         and parse-sexp-lookup-properties.
754         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
756         * os.texi (System Environment): Clean up text for load-average errors.
758         * modes.texi (Hooks): Don't explain local hook details at front.
759         Clarify run-hooks and run-hook-with-args a little.
760         Clean up add-hook and remove-hook.
762         * edebug.texi (Edebug Execution Modes): Clarify t.
763         Document edebug-sit-for-seconds.
764         (Coverage Testing): Document C-x X = and =.
765         (Instrumenting Macro Calls): Fix typo.
766         (Specification List): Don't index the specification keywords.
768 2003-10-10  Kim F. Storm  <storm@cua.dk>
770         * processes.texi (Network): Introduce make-network-process.
772 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
774         * tips.texi (Library Headers): Fix typo.
776 2003-10-07  Juri Linkov  <juri@jurta.org>
778         * modes.texi (Imenu): Mention imenu-create-index-function's
779         default value.  Explain submenus better.
781 2003-10-07  Lute Kamstra  <lute@gnu.org>
783         * modes.texi (Faces for Font Lock): Fix typo.
784         (Hooks): Explain how buffer-local hook variables can refer to
785         global hook variables.
786         Various minor clarifications.
788 2003-10-06  Lute Kamstra  <lute@gnu.org>
790         * tips.texi (Coding Conventions): Mention naming conventions for
791         hooks.
793 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
795         * loading.texi (Library Search): Correct default value of
796         load-suffixes.
797         (Named Features): Fix typo.
799 2003-10-05  Richard M. Stallman  <rms@gnu.org>
801         * loading.texi (Named Features): In `provide',
802         say how to test for subfeatures.
803         (Unloading): In unload-feature, use new var name
804         unload-feature-special-hooks.
806 2003-10-03  Lute Kamstra  <lute@gnu.org>
808         * modes.texi (Major Mode Conventions): Mention third way to set up
809         Imenu.
810         (Imenu): A number of small fixes.
811         Delete documentation of internal variable imenu--index-alist.
812         Document the return value format of imenu-create-index-function
813         functions.
815 2003-09-30  Richard M. Stallman  <rms@gnu.org>
817         * processes.texi (Network): Say what stopped datagram connections do.
819         * lists.texi (Association Lists): Clarify `assq-delete-all'.
821         * display.texi (Overlay Properties): Clarify `evaporate' property.
823 2003-09-29  Lute Kamstra  <lute@gnu.org>
825         * modes.texi (Mode Line Data): Explain when symbols in mode-line
826         constructs should be marked as risky.
827         Change cons cell into proper list.
828         (Mode Line Variables): Change cons cell into proper list.
830 2003-09-26  Lute Kamstra  <lute@gnu.org>
832         * modes.texi (Mode Line Data): Document the :propertize construct.
833         (Mode Line Variables): Reorder the descriptions of the variables
834         to match their order in the default mode-line-format.
835         Describe the new variables mode-line-position and mode-line-modes.
836         Update the default values of mode-line-frame-identification,
837         minor-mode-alist, and default-mode-line-format.
838         (Properties in Mode): Mention the :propertize construct.
840 2003-09-26  Richard M. Stallman  <rms@gnu.org>
842         * buffers.texi, commands.texi, debugging.texi, eval.texi:
843         * loading.texi, minibuf.texi, text.texi, variables.texi:
844         Avoid @strong{Note:}.
846 2003-09-26  Richard M. Stallman  <rms@gnu.org>
848         * keymaps.texi (Remapping Commands): Fix typo.
850 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
852         * processes.texi (Low-Level Network): Fix typo.
854 2003-09-23  Kim F. Storm  <storm@cua.dk>
856         * processes.texi (Network, Network Servers): Fix typos.
857         (Low-Level Network): Add timeout value for :server keyword.
858         Add new option keywords to make-network-process.
859         Add set-network-process-options.
860         Explain how to test availability of network options.
862 2003-09-19  Richard M. Stallman  <rms@gnu.org>
864         * text.texi (Motion by Indent): Arg to
865         backward-to-indentation and forward-to-indentation is optional.
867         * strings.texi (Creating Strings): Add substring-no-properties.
869         * processes.texi
870         (Process Information): Add list-processes arg QUERY-ONLY.
871         Delete process-contact from here.
872         Add new status values for process-status.
873         Add process-get, process-put, process-plist, set-process-plist.
874         (Synchronous Processes): Add call-process-shell-command.
875         (Signals to Processes): signal-process allows process objects.
876         (Network): Complete rewrite.
877         (Network Servers, Datagrams, Low-Level Network): New nodes.
879         * positions.texi (Word Motion): forward-word, backward-word
880         arg is optional.  Reword.
882         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
884         * variables.texi (Creating Buffer-Local):
885         Delete duplicate definition of buffer-local-value.
886         (File Local Variables): Explain about discarding text props.
888 2003-09-11  Richard M. Stallman  <rms@gnu.org>
890         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
891         changes variables that record input events.
892         (Minibuffer Misc): Add minibuffer-selected-window.
894         * lists.texi (Building Lists): Add copy-tree.
896         * display.texi (Fontsets): Add char-displayable-p.
897         (Scroll Bars): New node.
899 2003-09-08  Lute Kamstra  <lute@gnu.org>
901         * modes.texi (%-Constructs): Document new `%i' and `%I'
902         constructs.
904 2003-09-03  Peter Runestig  <peter@runestig.com>
906         * makefile.w32-in: New file.
908 2003-08-29  Richard M. Stallman  <rms@gnu.org>
910         * display.texi (Overlay Properties): Clarify how priorities
911         affect use of the properties.
913 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
915         * customize.texi (Type Keywords): Correct the description of
916         `:help-echo' in the case where `motion-doc' is a function.
918 2003-08-14  John Paul Wallington  <jpw@gnu.org>
920         * modes.texi (Emulating Mode Line): Subsection, not section.
922 2003-08-13  Richard M. Stallman  <rms@gnu.org>
924         * elisp.texi (Top): Update subnode lists in menu.
926         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
927         (Kill Functions): kill-region has new arg yank-handler.
928         (Yanking): New node.
929         (Yank Commands): Add yank-undo-function.
930         (Low-Level Kill Ring):
931         kill-new and kill-append have new arg yank-handler.
932         (Changing Properties): Add remove-list-of-text-properties.
933         (Atomic Changes): New node.
935         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
937         * streams.texi (Output Variables): Add eval-expression-print-length
938         and eval-expression-print-level.
940         * os.texi (Time Conversion): For encode-time, explain limits on year.
942         * objects.texi (Character Type): Define anchor "modifier bits".
944         * modes.texi (Emulating Mode Line): New node.
945         (Search-based Fontification): Font Lock uses font-lock-face property.
946         (Other Font Lock Variables): Likewise.
948         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
949         not vectors.
950         (Active Keymaps): Add emulation-mode-map-alists.
951         (Functions for Key Lookup): key-binding has new arg no-remap.
952         (Remapping Commands): New node.
953         (Scanning Keymaps): where-is-internal has new arg no-remap.
954         (Tool Bar): Add tool-bar-local-item-from-menu.
955         Clarify when to use tool-bar-add-item-from-menu.
957         * commands.texi (Interactive Call): commandp has new arg.
958         (Command Loop Info): Add this-original-command.
960 2003-08-06  John Paul Wallington  <jpw@gnu.org>
962         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
964         * display.texi (Warning Basics): Fix typo.
965         (Fringes): Add closing curly bracket and fix typo.
967         * elisp.texi (Top): Fix typo.
969 2003-08-05  Richard M. Stallman  <rms@gnu.org>
971         * elisp.texi: Update lists of subnodes.
973         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
975         * variables.texi (Local Variables): Use lc for example variable names.
977         * tips.texi (Library Headers): Explain where to put -*-.
979         * strings.texi (Creating Strings): Fix xref for vconcat.
981         * sequences.texi (Vector Functions):
982         vconcat no longer allows integer args.
984         * minibuf.texi (Reading File Names): read-file-name has new
985         arg PREDICATE.  New function read-directory-name.
987         * macros.texi (Defining Macros): Give definition of `declare'
988         (Indenting Macros): New node.
990         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
991         (Window Frame Parameters): Make separate table of parameters
992         that are coupled with specific face attributes.
993         (Deleting Frames): delete-frame-hooks renamed to
994         delete-frame-functions.
996         * files.texi (Magic File Names): Add file-remote-p.
997         Clarify file-local-copy.
999         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
1000         here; instead xref Defining Macros.
1002         * display.texi (Warnings): New node, and subnodes.
1003         (Fringes): New node.
1005         * debugging.texi (Test Coverage): New node.
1007         * compile.texi (Compiler Errors): Explain with-no-warnings
1008         and other ways to suppress warnings.
1010         * commands.texi (Interactive Call): Minor clarification.
1012         * buffers.texi (Buffer File Name): set-visited-file-name
1013         renames the buffer too.
1015         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
1017 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
1019         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
1021 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
1023         * internals.texi (Garbage Collection): Fix previous change.
1025 2003-07-22  Richard M. Stallman  <rms@gnu.org>
1027         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
1029         * display.texi (Width): Use \s syntax in example.
1030         (Font Selection): Add face-font-rescale-alist.
1032         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
1033         Remove spurious indent in example.
1035         * lists.texi (Building Lists): Add number-sequence.
1037         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
1039         * functions.texi (Function Documentation): Explain how to
1040         show calling convention explicitly in the doc string.
1042         * windows.texi (Selecting Windows): save-selected-window saves
1043         selected window of each frame.
1044         (Window Configurations): Minor change.
1046         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
1048         * streams.texi (Output Variables): Add print-continuous-numbering
1049         and print-number-table.
1051         * processes.texi (Decoding Output): New node.
1053         * os.texi (Time Conversion): decode-time arg is optional.
1055         * objects.texi (Character Type): Don't use space as example for \.
1056         Make list of char names and \-sequences correspond.
1057         Explain that \s is not used in strings.  `\ ' needs space after.
1059         * nonascii.texi (Converting Representations): Add string-to-multibyte.
1060         (Translation of Characters): Add translation-table-for-input.
1061         (Default Coding Systems): Add auto-coding-functions.
1062         (Explicit Encoding): Add decode-coding-inserted-region.
1063         (Locales): Add locale-info.
1065         * minibuf.texi (Basic Completion): Describe test-completion.
1066         Collections can be lists of strings.
1067         Clean up lazy-completion-table.
1068         (Programmed Completion): Mention test-completion.
1069         Clarify why lambda expressions are not accepted.
1070         (Minibuffer Misc): Describe minibufferp.
1072 2003-07-14  Richard M. Stallman  <rms@gnu.org>
1074         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
1076         * windows.texi (Selecting Windows): New arg to select-window.
1077         (Selecting Windows): Add with-selected-window.
1078         (Size of Window): Add window-inside-edges, etc.
1080         * internals.texi (Garbage Collection): Add post-gc-hook.
1082         * processes.texi (Subprocess Creation): Add exec-suffixes.
1084         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1085         (Scanning Keymaps): Add map-keymaps.
1086         (Defining Menus): Add keymap-prompt.
1088         * numbers.texi (Integer Basics): Add most-positive-fixnum,
1089         most-negative-fixnum.
1091         * compile.texi (Byte Compilation): Explain no-byte-compile
1092         (Compiler Errors): New node.
1094         * os.texi (User Identification): user-uid, user-real-uid
1095         can return float.
1097         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1098         and about derived modes.
1099         (Minor Modes): Add minor-mode-list.
1100         (Defining Minor Modes): Keyword args for define-minor-mode.
1101         (Search-based Fontification): Explain managing other properties.
1102         (Other Font Lock Variables): Add font-lock-extra-managed-props.
1103         (Faces for Font Lock): Add font-locl-preprocessor-face.
1104         (Hooks): Add run-mode-hooks and delay-mode-hooks.
1106         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
1107         (Variable Aliases): Clarify defvaralias.
1109         * loading.texi (Library Search): Add load-suffixes.
1111         * minibuf.texi (Basic Completion): Add lazy-completion-table.
1112         (Programmed Completion): Add dynamic-completion-table.
1114         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1115         (Magic File Names): Specify precedence order of handlers.
1117         * commands.texi (Command Overview): Emacs server runs pre-command-hook
1118         and post-command-hook.
1119         (Waiting): New calling convention for sit-for.
1121         * text.texi (Special Properties): local-map and keymap properties
1122         apply based on their stickiness.
1124 2003-07-07  Richard M. Stallman  <rms@gnu.org>
1126         * modes.texi (Minor Mode Conventions): Specify only some kinds
1127         of list values as args to minor modes.
1129         * files.texi (File Name Expansion): Warn about iterative use
1130         of substitute-in-file-name.
1132         * advice.texi (Activation of Advice): Clean up previous change.
1134 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
1136         * advice.texi (Activation of Advice): Note that ad-start-advice is
1137         turned on by default.
1139 2003-06-30  Richard M. Stallman  <rms@gnu.org>
1141         * text.texi (Buffer Contents): Document current-word.
1142         (Change Hooks): Not called for *Messages*.
1144         * functions.texi (Defining Functions): Explain about redefining
1145         primitives.
1146         (Function Safety): Renamed.  Minor changes.
1147         Comment out the detailed criteria for what is safe.
1149 2003-06-22  Andreas Schwab  <schwab@suse.de>
1151         * objects.texi (Symbol Type): Fix description of examples.
1153 2003-06-16  Andreas Schwab  <schwab@suse.de>
1155         * hash.texi (Creating Hash): Fix description of :weakness.
1157 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1159         * files.texi (Changing Files): copy-file copies file modes, too.
1161 2003-05-28  Richard M. Stallman  <rms@gnu.org>
1163         * strings.texi (Creating Strings): Clarify split-string.
1165 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
1167         * strings.texi (Creating Strings): Update split-string specification
1168         and examples.
1170 2003-05-19  Richard M. Stallman  <rms@gnu.org>
1172         * elisp.texi: Correct invariant section names.
1174 2003-04-20  Richard M. Stallman  <rms@gnu.org>
1176         * os.texi (Timers): Explain about timers and quitting.
1178 2003-04-19  Richard M. Stallman  <rms@gnu.org>
1180         * internals.texi (Writing Emacs Primitives): Strings are
1181         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
1182         Explain GCPRO convention for varargs function args.
1184 2003-04-16  Richard M. Stallman  <rms@gnu.org>
1186         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1188 2003-04-08  Richard M. Stallman  <rms@gnu.org>
1190         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1192 2003-02-13  Kim F. Storm  <storm@cua.dk>
1194         * objects.texi (Character Type): New \s escape for space.
1196 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1198         * os.texi (System Environment): Added cygwin system-type.
1200 2003-01-25  Richard M. Stallman  <rms@gnu.org>
1202         * keymaps.texi: Document that a symbol can act as a keymap.
1204 2003-01-13  Richard M. Stallman  <rms@gnu.org>
1206         * text.texi (Changing Properties): Say string indices are origin-0.
1208         * positions.texi (Screen Lines) <compute-motion>:
1209         Correct order of elts in return value.
1211         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1212         how to define a default binding.
1214 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
1216         * loading.texi (Unloading): Fix recent change for load-history.
1218         * customize.texi (Simple Types): Clarify description of custom
1219         type 'number. Describe new custom type 'float.
1221 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
1223         * variables.texi (File Local Variables): Fix typo.
1225 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1227         From Michael Albinus <Michael.Albinus@alcatel.de>.
1229         * README: Target for Info file is `make info'.
1231         * files.texi (File Name Components): Fixed typos in
1232         `file-name-sans-extension'.
1233         (Magic File Names): Complete list of operations for magic file
1234         name handlers.
1236 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
1238         * variables.texi (File Local Variables): New function
1239         risky-local-variable-p.
1241 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
1243         * functions.texi (Function safety): New node about unsafep.
1245 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1247         * customize.texi (Splicing into Lists): Fixed example.
1248         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1250 2002-06-17  Juanma Barranquero  <lektu@terra.es>
1252         * frames.texi (Display Feature Testing): Fix typo.
1254 2002-06-12  Andreas Schwab  <schwab@suse.de>
1256         * frames.texi (Initial Parameters, Resources): Fix references to
1257         the Emacs manual.
1259 2002-05-13  Kim F. Storm  <storm@cua.dk>
1261         * variables.texi (Intro to Buffer-Local): Updated warning and
1262         example relating to changing buffer inside let.
1264 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1266         * os.texi (Session Management): New node about X Session management.
1268 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
1270         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
1271         to which the manual corresponds, and the copyright years.
1273         * Makefile.in (VERSION): Set to 2.9.
1275 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
1277         * elisp.texi: Change the category in @dircategory to "Emacs", to
1278         make it consistent with info/dir.
1280 2001-11-25  Miles Bader  <miles@gnu.org>
1282         * text.texi (Fields): Describe new `limit' arg in
1283         field-beginning/field-end.
1285 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
1287         * permute-index: Don't depend on csh-specific features.  Replace
1288         the interpreter name with /bin/sh.
1290         * two-volume-cross-refs.txt: New file.
1291         * two.el: New file.
1292         * spellfile: New file.
1294 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
1296         * permute-index: New file.
1298         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1299         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1300         8+3 restricted namespace.
1302         * Makefile.in (infodir): Define relative to $(srcdir).
1303         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1304         include directories list via -I switch to makeinfo.
1305         (index.texi): Use cp if both hard and symbolic links fail.
1307 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
1309         * Makefile.in (distclean): Add.
1311         The following changes make ELisp manual part of the Emacs
1312         distribution:
1314         * Makefile.in: Add Copyright notice.
1315         (prefix): Remove.
1316         (infodir): Change value to "../info".
1317         (VPATH): New variable.
1318         (MAKE): Don't define.
1319         (texmacrodir): Don't define.
1320         (texinputdir): Append the existing value of TEXINPUTS.
1321         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
1322         command to be compatible with man/Makefile.in, and to put the
1323         output into ../info.
1324         (info): Add target.
1325         (installall): Target removed.
1327 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1329         * tips.texi (Coding Conventions): Fix typo.
1331 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
1333         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1335 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
1337         * files.texi (File Name Components): Update the description of
1338         file-name-sans-extension and file-name-extension, as they now
1339         ignore leading dots.
1341 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1343         * (Version 21.1 released.)
1345 2001-10-19  Miles Bader  <miles@gnu.org>
1347         * positions.texi (Text Lines): Describe behavior of
1348         `beginning-of-line'/`end-of-line' in the presence of field properties.
1350 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1352         * Makefile.in (VERSION): Set to 2.8.
1353         (manual): Use `manual-21'.
1355         * elisp.texi (VERSION): Add and use it where the version
1356         number was used.  Set it to 2.8.
1358         * intro.texi: Likewise.
1360 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
1362         * files.texi (File Name Completion): Document the significance of
1363         a trailing slash in elements of completion-ignored-extensions.
1365 2001-10-06  Miles Bader  <miles@gnu.org>
1367         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1369 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1371         * variables.texi (Variable Aliases): New node.
1373 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1375         * Branch for 21.1.
1377 2001-10-02  Miles Bader  <miles@gnu.org>
1379         * minibuf.texi (Minibuffer Misc): Add entries for
1380         `minibuffer-contents', `minibuffer-contents-no-properties', and
1381         `delete-minibuffer-contents'.
1382         Correct description for `minibuffer-prompt-end'.
1384         * text.texi (Property Search): Correct descriptions of
1385         `next-char-property-change' and `previous-char-property-change'.
1386         Add entries for `next-single-char-property-change' and
1387         `previous-single-char-property-change'.
1388         Make operand names a bit more consistent.
1390 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
1392         * frames.texi (Finding All Frames): Document that next-frame and
1393         previous-frame are local to current terminal.
1395 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
1397         * keymaps.texi (Creating Keymaps): Fix the description of the
1398         result of make-keymap.
1400 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
1402         * display.texi (Font Lookup, Attribute Functions)
1403         (Image Descriptors): Add cross-references to the definition of
1404         selected frame.
1406         * buffers.texi (The Buffer List): Add cross-references to the
1407         definition of selected frame.
1409         * frames.texi (Input Focus): Clarify which frame is _the_ selected
1410         frame at any given time.
1411         (Multiple Displays, Size and Position): Add a cross-reference to
1412         the definition of the selected frame.
1414 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
1416         * strings.texi (String Conversion) <string-to-number>: Document
1417         that a float is returned for integers that are too large.
1419         * frames.texi (Mouse Position): Document mouse-position-function.
1420         (Display Feature Testing): Document display-images-p.
1421         (Window Frame Parameters): Document the cursor-type variable.
1423         * numbers.texi (Integer Basics): Document CL style read syntax for
1424         integers in bases other than 10.
1426         * positions.texi (List Motion): Document
1427         open-paren-in-column-0-is-defun-start.
1429         * lists.texi (Sets And Lists): Document member-ignore-case.
1431         * internals.texi (Garbage Collection): Document the used and free
1432         strings report.
1433         (Memory Usage): Document strings-consed.
1435         * os.texi (Time of Day): Document float-time.
1436         (Recording Input): Document that clear-this-command-keys clears
1437         the vector to be returned by recent-keys.
1439         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1440         argument keymap can be a list.
1442         * nonascii.texi (User-Chosen Coding Systems)
1443         <select-safe-coding-system>: Document the new argument
1444         accept-default-p and the variable
1445         select-safe-coding-system-accept-default-p.  Tell what happens if
1446         buffer-file-coding-system is undecided.
1447         (Default Coding Systems): Document auto-coding-regexp-alist.
1449         * display.texi (The Echo Area) <message>: Document
1450         message-truncate-lines.
1451         (Glyphs): Document that the glyph table is unused on windowed
1452         displays.
1454         * help.texi (Describing Characters) <single-key-description>:
1455         Document the new argument no-angles.
1456         (Accessing Documentation) <documentation-property>: Document that
1457         a non-string property is evaluated.
1458         <documentation>: Document that the function-documentation property
1459         is looked for.
1461         * windows.texi (Selecting Windows): Document some-window.
1463         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1465         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1466         apropos-mode-hook.
1468         * commands.texi (Using Interactive): Document interactive-form.
1469         (Keyboard Macros): Document kbd-macro-termination-hook.
1470         (Command Loop Info): Document that clear-this-command-keys clears
1471         the vector to be returned by recent-keys.
1473 2001-09-04  Werner LEMBERG  <wl@gnu.org>
1475         * Makefile.in (srcdir, texinputdir): New variables.
1476         (srcs, index.texi, install): Use $(srcdir).
1477         (.PHONY): Remove elisp.dvi.
1478         (elisp): Use -I switch for makeinfo.
1479         (elisp.dvi): Use $(srcdir) and $(texinputdir).
1480         (installall, dist): Use $(srcdir).
1481         Fix path to texinfo.tex.
1482         (maintainer-clean): Add elisp.dvi and elisp.oaux.
1484 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
1486         * display.texi (Conditional Display): Adjust to API change.
1488         * configure: New file.
1490 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
1492         * commands.texi (Repeat Events): Add description of
1493         double-click-fuzz.
1495 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
1497         * syntax.texi (Syntax Class Table): Add the missing designator for
1498         comment and string fences.
1499         (Syntax Properties): Add a xref to syntax table internals.
1500         (Syntax Table Internals): Document string-to-syntax.
1502 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1504         * Makefile.in (install): Use install-info command line options
1505         like in Emacs' Makefile.in.
1507 2000-12-09  Miles Bader  <miles@gnu.org>
1509         * windows.texi (Window Start): Update documentation for
1510         `pos-visible-in-window-p'.
1512 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1514         * lists.texi (Building Lists): Add footnote to explain how to add
1515         to the end of a list.
1517 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
1519         * files.texi (Visiting Functions): Typos.
1521 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
1523         * files.texi (Visiting Functions): Return value of
1524         find-file-noselect may be a list of buffers if wildcards are used.
1526 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
1528         * display.texi (Defining Faces): Document `graphic' display type
1529         in face specs.
1531 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1533         * hooks.texi (Standard Hooks): Replace obsolete
1534         `after-make-frame-hook' with `after-make-frame-functions'.
1536         * frames.texi (Creating Frames): Ditto.
1538         * variables.texi (Future Local Variables): Ditto.
1540 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
1542         * display.texi (Other Image Types): Add description of :foreground
1543         and :background properties of mono PBM images.
1545 2000-08-17  Werner LEMBERG  <wl@gnu.org>
1547         * .cvsignore: New file.
1549 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
1551         * tindex.pl: New script.
1553 1999-12-03  Dave Love  <fx@gnu.org>
1555         * Makefile.in (MAKEINFO): New parameter.
1557 1999-09-17  Richard Stallman  <rms@gnu.org>
1559         * Makefile.in (srcs): Add hash.texi.
1560         (VERSION): Update to 20.6.
1562 1999-09-13  Richard Stallman  <rms@gnu.org>
1564         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1566 1998-08-29  Karl Heuer  <kwzh@gnu.org>
1568         * configure.in: New file.
1569         * Makefile.in: Renamed from Makefile.
1570         (prefix, infodir): Use value obtained from configure.
1571         (emacslibdir): Obsolete variable deleted.
1572         (dist): Distribute configure.in, configure, Makefile.in.
1574 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
1576         * Makefile (INSTALL_INFO): New variable.
1577         (install): Run install-info.
1579 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
1581         * Makefile (elisp.dvi): Add missing backslash.
1583 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
1585         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1586         Run texindex without `./'.  Always run texindex on elisp.tp.
1587         (elisp.tps): Target deleted.
1589 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
1591         * Makefile (srcs): Add nonascii.texi and customize.texi.
1592         (dist): Start by deleting `temp'.
1594 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
1596         * Makefile (makeinfo, texindex): Targets deleted.
1597         (makeinfo.o, texindex.o): Targets deleted.
1598         (clean, dist): Don't do anything with them or with getopt*.
1600 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
1602         * Makefile (SHELL): Defined.
1604 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
1606         * Makefile (elisp.tps): New target.
1607         (elisp.dvi): Depend on elisp.tps.
1609 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1611         * README: Update phone number.
1613         * Makefile (elisp): Make this be the default target.
1614         Depend on makeinfo.c instead of makeinfo.
1615         (install): Don't depend on elisp.dvi, since we don't install that.
1616         Use mkinstalldirs.
1617         (dist): Add mkinstalldirs.
1619 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1621         * Makefile (VERSION): Update version number.
1622         (maintainer-clean): Renamed from realclean.
1624 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
1626         * Makefile (realclean): New target.
1627         (elisp): Remove any old elisp-* files first.
1629 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
1631         * Makefile (VERSION): New variable.
1632         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1633         Compressed file suffix should be `.gz', not `.z'.
1635 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1637         * Makefile (elisp): Depend on makeinfo.
1639 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
1641         * Makefile (srcs): Add anti.texi.
1643 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1645         * Makefile (infodir, prefix): New vars.
1646         (install): Use infodir.
1647         (emacsinfodir): Deleted.
1649 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1651         * Makefile (srcs): Add calendar.texi.
1653         * Makefile (dist): Copy texindex.c and makeinfo.c.
1654         Limit elisp-* files to those with one or two digits.
1656 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1658         * Makefile (dist): Changed to use Gzip instead of compress.
1660 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1662         * loading.texi (Unloading): define-function changed back to
1663         defalias.  It may not stay this way, but at least it's
1664         consistent with the known-good version of the code patch.
1666 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1668         * modes.texi (Hooks): Document new optional arg of add-hook.
1670 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1672         * variables.texi: Document nil initial value of buffer-local variables.
1674         * tips.texi: Add new section on standard library headers.
1676 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1678         * Makefile (srcs): Add frame.texi to the list of sources.
1680 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1682         * Makefile (dist): Don't bother excluding autosave files; they'll
1683         never make it into the temp directory anyway, and the hash marks
1684         in the name are problematic for make and the Bourne shell.
1685         (srcs):
1687 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1689         * Makefile (dist): Don't include backup files or autosave files in
1690         the distribution tar file.
1692 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1694         * Makefile (srcs): Added index.perm.
1695         (elisp.dvi): Remove erroneous shell comment.
1696         Expect output of permute-index in permuted.fns.
1697         Save old elisp.aux in elisp.oaux.
1698         (clean): Added index.texi to be deleted.
1700 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1702         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1704 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
1706         * files.texi:  Noted that completion-ignored-extensions is ignored
1707         when making *Completions*.
1709 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1711         * Makefile  make dist now depends on elisp.dvi, since it tries
1712         to include it in the dist file.
1714 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
1716         * functions.texinfo (Mapping Functions): Add missing quote
1718 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1720         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1721         (defunargs): Turn off \hyphenchar of \sl font temporarily.
1723 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1725         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1726         and @error{} are the terms now being used.  The files in the
1727         directory have been changed to reflect this.
1729         * All instances of @indentedresultt{} have been changed to
1730         `     @result{}', using 5 spaces at the begining of the line.
1732 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1734         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1735         experimental @indentedresult{}, @indentedexpandsto{} are part of
1736         the texinfo.tex in this directory.  These TeX macros are not
1737         stable yet.
1739 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1741         * texinfo.tex:  temporarily added
1742                 \let\result=\dblarrow
1743                 \def\error{{\it ERROR} \longdblarrow}
1744         We need to do this better soon.
1746 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1748         * Applied Karl Berry's patches to *.texinfo files, but not to
1749         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1750         new title page format is also not applied, since it requires
1751         texinfo.tex changes.)
1753         * Cleaned up `Makefile' and defined the `emacslibdir' directory
1754         for the Project GNU development environment.
1756 ;; Local Variables:
1757 ;; coding: iso-2022-7bit
1758 ;; End:
1760     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1761   Copying and distribution of this file, with or without modification,
1762   are permitted provided the copyright notice and this notice are preserved.
1764 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda