(Modification Time): `visited-file-modtime' now
[emacs.git] / lispref / ChangeLog
blob4ad59d3fe9af9ba0e28fc27d41b30f40de5b3a2f
1 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
3         * windows.texi: Various changes in addition to:
4         (Splitting Windows): Add `split-window-keep-point'.
6 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8         * frames.texi (Input Focus): Minor fix.
10 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
12         * frames.texi (Input Focus): Clarify descriptions of
13         `select-frame-set-input-focus' and `select-frame'.
15 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
17         * os.texi: Various small changes in addition to:
18         (Killing Emacs): Expand and clarify description of
19         `kill-emacs-query-functions' and `kill-emacs-hook'.
20         (System Environment): Expand and clarify description of `getenv'
21         and `setenv'.
22         (Timers): Clarify description of `run-at-time'.
23         (Translating Input): Correct description of
24         `extra-keyboard-modifiers'.
25         (Flow Control): Correct description of `enable-flow-control'.
27 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
29         * os.texi: Update copyright.
30         (Session Management): Grammar fix.
31         Clarify which Emacs does the restarting.
32         Use @samp for *scratch* buffer.
34 2004-07-04  Alan Mackenzie  <acm@muc.de>
36         * frames.texi (Input Focus): Add documentation for
37         `select-frame-set-input-focus'.  Replace refs to non-existent
38         `switch-frame' with `select-frame'.  Minor corrections and tidying
39         up of text-only terminal stuff.
41 2004-07-02  Richard M. Stallman  <rms@gnu.org>
43         * files.texi (Saving Buffers): Cleanup write-contents-function.
44         (Magic File Names): Cleanup file-remote-p.
46 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
48         * files.texi (Magic File Names): `file-remote-p' returns an
49         identifier of the remote system, not just t.
51 2004-07-02  David Kastrup  <dak@gnu.org>
53         * searching.texi (Entire Match Data): Add explanation about new
54         match-data behavior when @var{integers} is non-nil.
56 2004-06-24  Richard M. Stallman  <rms@gnu.org>
58         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
60         * customize.texi (Variable Definitions): Note about doc strings
61         and :set.
63         * keymaps.texi (Keymap Terminology): Document `kbd'.
64         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
66         * display.texi (Invisible Text): Setting buffer-invisibility-spec
67         makes it buffer-local.
69         * files.texi (Saving Buffers): Correct previous change.
71         * commands.texi (Accessing Events):
72         Clarify posn-col-row and posn-actual-col-row.
74 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
76         * commands.texi (Accessing Events): New functions
77         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
79 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
81         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
82         * frames.texi, buffers.texi, backups.texi, variables.texi:
83         * loading.texi, eval.texi, functions.texi, control.texi:
84         * symbols.texi, minibuf.texi: Reposition @anchor's.
86         * help.texi: Various small changes in addition to the following.
87         (Describing Characters): Describe PREFIX argument to
88         `key-description'.  Correct and clarify definition of
89         `text-char-description'.  Describe NEED-VECTOR argument to
90         `read-kbd-macro'.
91         (Help Functions): Clarify definition of `apropos'.
93 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
95         * files.texi (Saving Buffers): Correct description of
96         `write-contents-functions'.
98 2004-06-21  Juanma Barranquero  <lektu@terra.es>
100         * display.texi (Images): Remove redundant @vindex directives.
101         Rewrite `image-library-alist' doc in active voice.
103 2004-06-14  Juanma Barranquero  <lektu@terra.es>
105         * display.texi (Images): Document new delayed library loading,
106         variable `image-library-alist' and (existing but undocumented)
107         function `image-type-available-p'.
109 2004-06-05  Richard M. Stallman  <rms@gnu.org>
111         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
112         refer the user to the Initial Input node.
113         (Text from Minibuffer): Likewise.
114         (Initial Input): New node.  Document this feature
115         and say it is mostly deprecated.
117 2004-05-30  Richard M. Stallman  <rms@gnu.org>
119         * loading.texi (Named Features): Clarify return value
120         and meaning of NOERROR.
122         * variables.texi (File Local Variables): Minor cleanup.
124 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
126         * files.texi (Magic File Names): Add `file-remote-p' as operation
127         of file name handlers.
129 2004-05-29  Richard M. Stallman  <rms@gnu.org>
131         * modes.texi (Minor Mode Conventions): (-) has no special meaning
132         as arg to a minor mode command.
134 2004-05-22  Richard M. Stallman  <rms@gnu.org>
136         * syntax.texi (Syntax Class Table): Word syntax not just for English.
138         * streams.texi (Output Variables): Doc float-output-format.
140         * searching.texi (Regexp Special): Nested repetition can be infloop.
142         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
143         real stack overflow.
145         * compile.texi: Minor cleanups.
147 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
149         * lists.texi (Cons Cells): Explain dotted lists, true lists,
150         circular lists.
151         (List Elements): Explain handling of circular and dotted lists.
153 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
155         * modes.texi (Search-based Fontification): Fix typo.
157 2004-05-10  Juanma Barranquero  <lektu@terra.es>
159         * modes.texi (Mode Line Variables): Fix description of
160         global-mode-string, which is now after which-func-mode, not the
161         buffer name.
163 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
165         * modes.texi (Desktop Save Mode): Add.
166         (Modes): Add menu entry Desktop Save Mode.
168         * hooks.texi: Add desktop-after-read-hook,
169         desktop-no-desktop-file-hook and desktop-save-hook.
171         * locals.texi: Add desktop-save-buffer.
173 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
175         * display.texi: emacs -> Emacs.
177 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
179         * files.texi (Changing Files): Document set-file-times.
181 2004-04-23  Juanma Barranquero  <lektu@terra.es>
183         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
185 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
187         * tips.texi (Coding Conventions): defopt -> defcustom.
189 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
191         * sequences.texi: Various clarifications.
193 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
195         * buffers.texi (Read Only Buffers): Mention optional ARG to
196         `toggle-read-only'.
198 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
200         * windows.texi (Selecting Windows): Note that get-lru-window
201         returns a full-width window if possible.
203 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
205         * buffers.texi: Various changes in addition to:
206         (Buffer File Name): Add `find-buffer-visiting'.
207         (Buffer Modification): Mention optional ARG to `not-modified'.
208         (Indirect Buffers): Mention optional CLONE argument to
209         `make-indirect-buffer'.
211         * files.texi: Various changes in addition to:
212         (Visiting Functions): `find-file-hook' is now a normal hook.
213         (File Name Expansion): Explain difference between the way that
214         `expand-file-name' and `file-truename' treat `..'.
215         (Contents of Directories): Mention optional ID-FORMAT argument to
216         `directory-files-and-attributes'.
217         (Format Conversion): Mention new optional CONFIRM argument to
218         `format-write-file'.
220 2004-04-12  Miles Bader  <miles@gnu.org>
222         * macros.texi (Expansion): Add description of `macroexpand-all'.
224 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
226         * variables.texi (Variable Aliases): Mention
227         cyclic-variable-indirection.
229         * errors.texi (Standard Errors): Ditto.
231 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
233         * backups.texi:  Various small changes in addition to:
234         (Making Backups): Mention return value of `backup-buffer'.
235         (Auto-Saving): Mention optional FORCE argument to
236         `delete-auto-save-file-if-necessary'.
237         (Reverting): Mention optional PRESERVE-MODES argument to
238         `revert-buffer'.  Correct description of `revert-buffer-function'.
240 2004-03-22  Juri Linkov  <juri@jurta.org>
242         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
243         with `Vector Functions'.
245         * text.texi (Sorting): Add missing quote.
247 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
249         * intro.texi (Lisp History): Replace xref to `cl' manual with
250         inforef.
252 2004-03-12  Richard M. Stallman  <rms@gnu.org>
254         * intro.texi (Version Info): Add arg to emacs-version.
255         (Lisp History): Change xref to CL manual.
257 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
259         * minibuf.texi (Completion Commands): Add xref to Emacs manual
260         for Partial Completion mode.
262 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
264         * customize.texi: Fix typo. Remove eol whitespace.
266 2004-03-04  Richard M. Stallman  <rms@gnu.org>
268         * processes.texi: Fix typos.
270         * lists.texi (Building Lists): Minor clarification.
272         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
273         in make-hash-table.
275 2004-02-29  Juanma Barranquero  <lektu@terra.es>
277         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
278         rm, and ignore exit code.
280 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
282         * display.texi (Defining Faces): Add description for min-colors.
283         Update example.
285 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
287         * abbrevs.texi: Various corrections and clarifications in addition
288         to the following:
289         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
291 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
293         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
295 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
297         * text.texi: Various small changes in addition to the following:
298         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
299         to delete-horizontal-space.
300         (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
301         description of yank-handler text property at various places.
303         * frames.texi (Window System Selections): Add anchor.
305         * syntax.texi (Syntax Table Functions): Clarify and correct
306         descriptions of make-syntax-table and copy-syntax-table.
307         (Motion and Syntax): Clarify SYNTAXES argument to
308         skip-syntax-forward.
309         (Parsing Expressions): Mention that the return value of
310         parse-partial-sexp is currently a list of ten rather than nine
311         elements.
312         (Categories): Various corrections and clarifications.
314 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
316         * markers.texi (Marker Insertion Types): Minor change.
318         * locals.texi (Standard Buffer-Local Variables):
319         * commands.texi (Interactive Codes, Using Interactive):
320         * functions.texi (Related Topics): Fix xrefs.
322 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
324         * lists.texi (Sets And Lists): Update description of delete-dups.
326 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
328         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
330 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
332         * frames.texi (Parameter Access): frame-parameters arg is optional.
333         modify-frame-parameters handles nil for FRAME.
334         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
335         are all-or-nothing for certain toolkits.
336         Mention parameter wait-for-wm.
337         (Frames and Windows): In frame-first-window and frame-selected-window
338         the arg is optional.
339         (Input Focus): In redirect-frame-focus the second arg is optional.
340         (Window System Selections): Mention selection type CLIPBOARD.
341         Mention data-type UTF8_STRING.
342         Mention numbering of cut buffers.
343         (Resources): Describe x-resource-name.
345 2004-02-16  Richard M. Stallman  <rms@gnu.org>
347         * windows.texi (Buffers and Windows): Delete false table
348         about all-frames.
350         * syntax.texi (Parsing Expressions): Delete old caveat
351         about parse-sexp-ignore-comments.
353         * streams.texi (Output Variables): Add print-quoted.
355         * lists.texi (Building Lists): Minor cleanup.
357         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
359         * display.texi (Overlays): Explain overlays use markers.
360         (Managing Overlays): Explain front-advance and rear-advance
361         in more detail.
363         * loading.texi (Unloading): Document unload-feature-special-hooks.
364         Get rid of fns-NNN.el file.
366 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
368         * help.texi (Describing Characters): Fix text-char-description
369         example output.
371         * edebug.texi (Using Edebug): Fix example.
373         * debugging.texi (Internals of Debugger): Fix return value.
375         * files.texi (Changing Files): Fix argname.
377         * calendar.texi: Fix parens, and default values.
379         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
380         * nonascii.texi, objects.texi, os.texi: Minor fixes.
381         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
383         * positions.texi (Text Lines): Don't add -1 in current-line.
385 2004-02-16  Richard M. Stallman  <rms@gnu.org>
387         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
389 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
391         * processes.texi (Low-Level Network): Fix a typo.
393 2004-02-12  Kim F. Storm  <storm@cua.dk>
395         * display.texi (Fringes): Use consistent wording.
396         Note that window-fringe's window arg is optional.
397         (Scroll Bars): Use consistent wording.
399 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
401         * tips.texi (Comment Tips): Document the new conventions for
402         commenting out code.
404 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
406         * positions.texi (Text Lines): Added missing end defun.
408 2004-02-07  Kim F. Storm  <storm@cua.dk>
410         * positions.texi (Text Lines): Add line-number-at-pos.
412 2004-02-06  John Paul Wallington  <jpw@gnu.org>
414         * display.texi (Button Properties, Button Buffer Commands):
415         mouse-2 invokes button, not down-mouse-1.
417 2004-02-04  Jason Rumney  <jasonr@gnu.org>
419         * makefile.w32-in: Sync with Makefile.in changes.
421 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
423         * minibuf.texi (Text from Minibuffer): Various corrections and
424         clarifications.
425         (Object from Minibuffer): Correct Lisp description of
426         read-minibuffer.
427         (Minibuffer History): Clarify description of cons values for
428         HISTORY arguments.
429         (Basic Completion): Various corrections and clarifications.  Add
430         completion-regexp-list.
431         (Minibuffer Completion): Correct and clarify description of
432         completing-read.
433         (Completion Commands): Mention Partial Completion mode.  Various
434         other minor changes.
435         (High-Level Completion): Various corrections and clarifications.
436         (Reading File Names): Ditto.
437         (Minibuffer Misc): Ditto.
439 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
441         * strings.texi (Text Comparison): assoc-string also matches
442         elements of alists that are strings instead of conses.
443         (Formatting Strings): Standardize Texinfo usage.  Update index
444         entries.
446 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
448         * lists.texi (Sets And Lists): Add delete-dups.
450 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
452         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
453         special form.
454         * macros.texi (Defining Macros): Update description of `declare',
455         which now is a macro.
456         (Wrong Time): Fix typos.
458 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
460         * compile.texi (Compilation Functions): Expand descriptions of
461         `compile-defun', `byte-compile-file', `byte-recompile-directory'
462         and `batch-byte-compile'.  In particular, mention and describe
463         all optional arguments.
464         (Disassembly): Correct and clarify the description of `disassemble'.
466 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
468         * searching.texi: Various small changes in addition to the
469         following.
470         (Regexp Example): Adapt to new value of `sentence-end'.
471         (Regexp Functions): The PAREN argument to `regexp-opt' can be
472         `words'.
473         (Search and Replace): Add usage note for `perform-replace'.
474         (Entire Match Data): Mention INTEGERS and REUSE arguments to
475         `match-data'.
476         (Standard Regexps): Update for new values of `paragraph-start'
477         and `sentence-end'.
479 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
481         * files.texi (Saving Buffers): Clarify descriptions of
482         `write-contents-functions' and `before-save-hook'.
483         Make the defvar's for `before-save-hook' and `after-save-hook'
484         into defopt's.
486 2004-01-07  Kim F. Storm  <storm@cua.dk>
488         * commands.texi (Click Events): Describe new image and
489         width/height elements of click events.
490         (Accessing Events): Add posn-string, posn-image, and
491         posn-object-width-height.  Change posn-object to return either
492         image or string object.
494 2004-01-01  Simon Josefsson  <jas@extundo.com>
496         * hooks.texi (Standard Hooks): Add before-save-hook.
497         * files.texi (Saving Buffers): Likewise.
499 2004-01-03  Richard M. Stallman  <rms@gnu.org>
501         * frames.texi (Frames and Windows): Delete frame-root-window.
503 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
505         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
507         * functions.texi: Various small changes in addition to the
508         following.
509         (What Is a Function): `functionp' returns nil for macros.  Clarify
510         behavior of this and following functions for symbol arguments.
511         (Function Documentation): Add `\' in front of (fn @var{arglist})
512         and explain why.
513         (Defining Functions): Mention DOCSTRING argument to `defalias'.
514         Add anchor.
515         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
517 2004-01-01  Miles Bader  <miles@gnu.org>
519         * display.texi (Buttons): New section.
521 2003-12-31  Andreas Schwab  <schwab@suse.de>
523         * numbers.texi (Math Functions): sqrt reports a domain-error
524         error.
525         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
527 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
529         * tips.texi (Documentation Tips): Update item on hyperlinks in
530         documentation strings.
532         * errors.texi (Standard Errors): Various small corrections and
533         additions.
535         * control.texi: Various small changes in addition to the
536         following.
537         (Signaling Errors): Provide some more details on how `signal'
538         constructs the error message.  Add anchor to the definition of
539         `signal'.
540         (Error Symbols): Describe special treatment of `quit'.
541         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
542         to emphasize that it has to be a single form.
544         * buffers.texi: Add anchor.
546 2003-12-29  Richard M. Stallman  <rms@gnu.org>
548         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
549         (Window Configurations): Add window-configuration-frame.
551         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
553         * text.texi (Examining Properties): Add get-char-property-and-overlay.
554         Change arg name in get-char-property.
555         (Special Properties): Update handling of keymap property.
557         * strings.texi (Modifying Strings): Add clear-string.
558         (Text Comparison): Add assoc-string and remove
559         assoc-ignore-case, assoc-ignore-representation.
561         * os.texi (Time of Day): Add set-time-zone-rule.
563         * numbers.texi (Math Functions): asin, acos, log, log10
564         report domain-error errors.
566         * nonascii.texi (Converting Representations):
567         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
568         (Encoding and I/O): Add file-name-coding-system.
570         * modes.texi (Search-based Fontification): Explain that
571         face specs are symbols with face names as values.
573         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
575         * lists.texi (Building Lists): remq moved elsewhere.
576         (Sets And Lists): remq moved here.
577         (Association Lists): Refer to assoc-string.
579         * internals.texi (Garbage Collection): Add memory-use-counts.
581         * frames.texi (Frames and Windows): Add set-frame-selected-window
582         and frame-root-window.
584         * files.texi (Contents of Directories):
585         Add directory-files-and-attributes.
587         * display.texi (Refresh Screen): Add force-window-update.
588         (Invisible Text): Explain about moving point out of invis text.
589         (Overlay Properties): Add overlay-properties.
590         (Managing Overlays): Add overlayp.
591         (GIF Images): Invalid image number displays a hollow box.
593         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
594         (Killing Buffers): Add buffer-live-p.
596 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
598         * display.texi (Fringes): Fix typo "set-buffer-window".
600 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
602         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
603         * nonascii.texi, processes.texi, tips.texi, variables.texi:
604         Add or change various xrefs and anchors.
606         * commands.texi: Replace all occurrences of @acronym{CAR} with
607         @sc{car}, for consistency with the rest of the Elisp manual.
608         `car' and `cdr' are historically acronyms, but are no longer
609         widely thought of as such.
611         * internals.texi (Pure Storage): Mention that `purecopy' does not
612         copy text properties.
613         (Object Internals): Now 29 bits are used (in most implementations)
614         to address Lisp objects.
616         * variables.texi (Variables with Restricted Values): New node.
618         * objects.texi (Lisp Data Types): Mention that certain variables
619         can only take on a restricted set of values and add an xref to
620         the new node "Variables with Restricted Values".
622         * eval.texi (Function Indirection): Describe the errors that
623         `indirect-function' can signal.
624         (Eval): Clarify the descriptions of `eval-region' and `values'.
625         Describe `eval-buffer' instead of `eval-current-buffer' and
626         mention `eval-current-buffer' as an alias for `current-buffer'.
627         Correct the description and mention all optional arguments.
629         * nonascii.texi: Various small changes in addition to the
630         following.
631         (Converting Representations): Clarify behavior of
632         `string-make-multibyte' and `string-to-multibyte' for unibyte all
633         ASCII arguments.
634         (Character Sets): Document the variable `charset-list' and adapt
635         the definition of the function `charset-list' accordingly.
636         (Translation of Characters): Clarify use of generic characters in
637         `make-translation-table'.  Clarify and correct the description of
638         the use of translation tables in encoding and decoding.
639         (User-Chosen Coding Systems): Correct and clarify the description
640         of `select-safe-coding-system'.
641         (Default Coding Systems): Clarify description of
642         `file-coding-system-alist'.
644 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
646         * strings.texi (Text Comparison): Correctly describe when two
647         strings are `equal'.  Combine and clarify descriptions of
648         `assoc-ignore-case' and `assoc-ignore-representation'.
650         * objects.texi (Non-ASCII in Strings): Clarify description of
651         when a string is unibyte or multibyte.
652         (Bool-Vector Type): Update examples.
653         (Equality Predicates): Correctly describe when two strings are
654         `equal'.
656 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
658         * lists.texi (Building Lists): `append' no longer accepts integer
659         arguments.  Update the description of `number-sequence' to reflect
660         recent changes.
661         (Sets And Lists): Describe `member-ignore-case' after `member'.
663 2003-11-27  Kim F. Storm  <storm@cua.dk>
665         * commands.texi (Click Events): Click object may be an images.
666         Describe (dx . dy) element of click positions.
667         (Accessing Events): Remove duplicate posn-timestamp.
668         New functions posn-object and posn-object-x-y.
670 2003-11-23  Kim F. Storm  <storm@cua.dk>
672         * commands.texi (Click Events): Describe enhancements to event
673         position lists, including new text-pos and (col . row) items.
674         Mention left-fringe and right-fringe area events.
675         (Accessing Events): New functions posn-area and
676         posn-actual-col-row.  Mention posn-timestamp.  Mention that
677         posn-point in non-text area still returns buffer position.
678         Clarify posn-col-row.
680 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
682         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
683         * anti.texi (File Attributes): Describe removed parameter
684         ID-FORMAT.
686 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
688         * positions.texi (Positions): Mention that, if a marker is used as
689         a position, its buffer is ignored.
691         * markers.texi (Overview of Markers): Mention it here too.
693 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
695         * numbers.texi (Numeric Conversions): Not just `floor', but also
696         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
698 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
700         * markers.texi (Creating Markers): Specify insertion type of
701         created markers.  Add xref to `Marker Insertion Types'.
702         Second argument to `copy-marker' is optional.
703         (Marker Insertion Types): Mention that most markers are created
704         with insertion type nil.
705         (The Mark): Correctly describe when `mark' signals an error.
706         (The Region): Correctly describe when `region-beginning' and
707         `region-end' signal an error.
709 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
711         * hash.texi (Creating Hash): Clarify description of `eql'.
712         `makehash' is obsolete.
713         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
715         * positions.texi (Point): Change description of `buffer-end', so
716         that it is also correct for floating point arguments.
717         (List Motion): Correct argument lists of `beginning-of-defun' and
718         `end-of-defun'.
719         (Excursions): Add xref to `Marker Insertion Types'.
720         (Narrowing): Argument to `narrow-to-page' is optional.
722 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
724         * streams.texi (Output Streams): Clarify behavior of point for
725         marker output streams.
727 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
729         * variables.texi (Defining Variables): Second argument to
730         `defconst' is not optional.
731         (Setting Variables): Mention optional argument APPEND to
732         `add-to-list'.
733         (Creating Buffer-Local): Expand description of
734         `make-variable-buffer-local'.
735         (Frame-Local Variables): Expand description of
736         `make-variable-frame-local'.
737         (Variable Aliases): Correct description of optional argument
738         DOCSTRING to `defvaralias'.  Mention return value of
739         `defvaralias'.
740         (File Local Variables): Add xref to `File variables' in Emacs
741         Manual.  Correct description of `hack-local-variables'.  Mention
742         `safe-local-variable' property.  Mention optional second argument
743         to `risky-local-variable-p'.
745 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
747         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
749 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
751         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
752         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
753         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
754         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
755         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
756         lispref/processes.texi, lispref/searching.texi,
757         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
758         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
759         @acronym{FOO}.
761 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
763         * strings.texi (Creating Strings): Argument START to `substring'
764         can not be `nil'.  Expand description of
765         `substring-no-properties'.  Correct description of `split-string',
766         especially with respect to empty matches.  Prevent very bad line
767         break in definition of `split-string-default-separators'.
768         (Text Comparison): `string=' and `string<' also accept symbols as
769         arguments.
770         (String Conversion): More completely describe argument BASE in
771         `string-to-number'.
772         (Formatting Strings): `%s' and `%S' in `format' do require
773         corresponding object.  Clarify behavior of numeric prefix after
774         `%' in `format'.
775         (Case Conversion): The argument to `upcase-initials' can be a
776         character.
778 2003-10-27  Kenichi Handa  <handa@m17n.org>
780         * display.texi (Fontsets): Fix texinfo usage.
782 2003-10-25  Kenichi Handa  <handa@m17n.org>
784         * display.texi (Fontsets): Add description of the function
785         set-fontset-font.
787 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
789         * display.texi (Temporary Displays): Add xref to `Documentation
790         Tips'.
792         * functions.texi (Function Safety): Use inforef instead of pxref
793         for SES.
795 2003-10-23  Andreas Schwab  <schwab@suse.de>
797         * Makefile.in (TEX, texinputdir): Don't define.
798         (TEXI2DVI): Define.
799         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
800         add $(srcdir)/index.texi.
801         ($(infodir)/elisp): Remove index.texi dependency.
802         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
803         (index.texi): Remove target.
804         (dist): Don't link $(srcdir)/permute-index.
805         (clean): Don't remove index.texi.
807         * permute-index, index.perm: Remove.
808         * index.texi: Rename from index.unperm.
810 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
812         * tips.texi (Documentation Tips): Document new behavior for face
813         and variable hyperlinks in Help mode.
815 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
817         * objects.texi (Integer Type): Update for extra bit of integer range.
818         (Character Type): Ditto.
820 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
822         * numbers.texi (Integer Basics): Add index entries for reading
823         numbers in hex, octal, and binary.
825 2003-10-16  Lute Kamstra  <lute@gnu.org>
827         * modes.texi (Mode Line Format): Mention force-mode-line-update's
828         argument.
830 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
832         * windows.texi (Choosing Window): Fix typo.
833         * edebug.texi (Edebug Execution Modes): Fix typo.
835 2003-10-13  Richard M. Stallman  <rms@gnu.org>
837         * windows.texi (Basic Windows): A window has fringe settings,
838         display margins and scroll-bar settings.
839         (Splitting Windows): Doc split-window return value.
840         Clean up one-window-p.
841         (Selecting Windows): Fix typo.
842         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
843         (Buffers and Windows): In set-window-buffer, explain effect
844         on fringe settings and scroll bar settings.
845         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
846         (Choosing Window): Use defopt for pop-up-frame-function.
847         For special-display-buffer-names, explain same-window and same-frame.
848         Clarify window-dedicated-p return value.
849         (Textual Scrolling): scroll-up and scroll-down can get an error.
850         (Horizontal Scrolling): Clarify auto-hscroll-mode.
851         Clarify set-window-hscroll.
852         (Size of Window): Don't mention tool bar in window-height.
853         (Coordinates and Windows): Explain what coordinates-in-window-p
854         returns for fringes and display margins.
855         (Window Configurations): Explain saving fringes, etc.
857         * tips.texi (Library Headers): Clean up Documentation.
859         * syntax.texi (Parsing Expressions): Clean up forward-comment
860         and parse-sexp-lookup-properties.
862         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
864         * os.texi (System Environment): Clean up text for load-average errors.
866         * modes.texi (Hooks): Don't explain local hook details at front.
867         Clarify run-hooks and run-hook-with-args a little.
868         Clean up add-hook and remove-hook.
870         * edebug.texi (Edebug Execution Modes): Clarify t.
871         Document edebug-sit-for-seconds.
872         (Coverage Testing): Document C-x X = and =.
873         (Instrumenting Macro Calls): Fix typo.
874         (Specification List): Don't index the specification keywords.
876 2003-10-10  Kim F. Storm  <storm@cua.dk>
878         * processes.texi (Network): Introduce make-network-process.
880 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
882         * tips.texi (Library Headers): Fix typo.
884 2003-10-07  Juri Linkov  <juri@jurta.org>
886         * modes.texi (Imenu): Mention imenu-create-index-function's
887         default value.  Explain submenus better.
889 2003-10-07  Lute Kamstra  <lute@gnu.org>
891         * modes.texi (Faces for Font Lock): Fix typo.
892         (Hooks): Explain how buffer-local hook variables can refer to
893         global hook variables.
894         Various minor clarifications.
896 2003-10-06  Lute Kamstra  <lute@gnu.org>
898         * tips.texi (Coding Conventions): Mention naming conventions for
899         hooks.
901 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
903         * loading.texi (Library Search): Correct default value of
904         load-suffixes.
905         (Named Features): Fix typo.
907 2003-10-05  Richard M. Stallman  <rms@gnu.org>
909         * loading.texi (Named Features): In `provide',
910         say how to test for subfeatures.
911         (Unloading): In unload-feature, use new var name
912         unload-feature-special-hooks.
914 2003-10-03  Lute Kamstra  <lute@gnu.org>
916         * modes.texi (Major Mode Conventions): Mention third way to set up
917         Imenu.
918         (Imenu): A number of small fixes.
919         Delete documentation of internal variable imenu--index-alist.
920         Document the return value format of imenu-create-index-function
921         functions.
923 2003-09-30  Richard M. Stallman  <rms@gnu.org>
925         * processes.texi (Network): Say what stopped datagram connections do.
927         * lists.texi (Association Lists): Clarify `assq-delete-all'.
929         * display.texi (Overlay Properties): Clarify `evaporate' property.
931 2003-09-29  Lute Kamstra  <lute@gnu.org>
933         * modes.texi (Mode Line Data): Explain when symbols in mode-line
934         constructs should be marked as risky.
935         Change cons cell into proper list.
936         (Mode Line Variables): Change cons cell into proper list.
938 2003-09-26  Lute Kamstra  <lute@gnu.org>
940         * modes.texi (Mode Line Data): Document the :propertize construct.
941         (Mode Line Variables): Reorder the descriptions of the variables
942         to match their order in the default mode-line-format.
943         Describe the new variables mode-line-position and mode-line-modes.
944         Update the default values of mode-line-frame-identification,
945         minor-mode-alist, and default-mode-line-format.
946         (Properties in Mode): Mention the :propertize construct.
948 2003-09-26  Richard M. Stallman  <rms@gnu.org>
950         * buffers.texi, commands.texi, debugging.texi, eval.texi:
951         * loading.texi, minibuf.texi, text.texi, variables.texi:
952         Avoid @strong{Note:}.
954 2003-09-26  Richard M. Stallman  <rms@gnu.org>
956         * keymaps.texi (Remapping Commands): Fix typo.
958 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
960         * processes.texi (Low-Level Network): Fix typo.
962 2003-09-23  Kim F. Storm  <storm@cua.dk>
964         * processes.texi (Network, Network Servers): Fix typos.
965         (Low-Level Network): Add timeout value for :server keyword.
966         Add new option keywords to make-network-process.
967         Add set-network-process-options.
968         Explain how to test availability of network options.
970 2003-09-19  Richard M. Stallman  <rms@gnu.org>
972         * text.texi (Motion by Indent): Arg to
973         backward-to-indentation and forward-to-indentation is optional.
975         * strings.texi (Creating Strings): Add substring-no-properties.
977         * processes.texi
978         (Process Information): Add list-processes arg QUERY-ONLY.
979         Delete process-contact from here.
980         Add new status values for process-status.
981         Add process-get, process-put, process-plist, set-process-plist.
982         (Synchronous Processes): Add call-process-shell-command.
983         (Signals to Processes): signal-process allows process objects.
984         (Network): Complete rewrite.
985         (Network Servers, Datagrams, Low-Level Network): New nodes.
987         * positions.texi (Word Motion): forward-word, backward-word
988         arg is optional.  Reword.
990         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
992         * variables.texi (Creating Buffer-Local):
993         Delete duplicate definition of buffer-local-value.
994         (File Local Variables): Explain about discarding text props.
996 2003-09-11  Richard M. Stallman  <rms@gnu.org>
998         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
999         changes variables that record input events.
1000         (Minibuffer Misc): Add minibuffer-selected-window.
1002         * lists.texi (Building Lists): Add copy-tree.
1004         * display.texi (Fontsets): Add char-displayable-p.
1005         (Scroll Bars): New node.
1007 2003-09-08  Lute Kamstra  <lute@gnu.org>
1009         * modes.texi (%-Constructs): Document new `%i' and `%I'
1010         constructs.
1012 2003-09-03  Peter Runestig  <peter@runestig.com>
1014         * makefile.w32-in: New file.
1016 2003-08-29  Richard M. Stallman  <rms@gnu.org>
1018         * display.texi (Overlay Properties): Clarify how priorities
1019         affect use of the properties.
1021 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
1023         * customize.texi (Type Keywords): Correct the description of
1024         `:help-echo' in the case where `motion-doc' is a function.
1026 2003-08-14  John Paul Wallington  <jpw@gnu.org>
1028         * modes.texi (Emulating Mode Line): Subsection, not section.
1030 2003-08-13  Richard M. Stallman  <rms@gnu.org>
1032         * elisp.texi (Top): Update subnode lists in menu.
1034         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
1035         (Kill Functions): kill-region has new arg yank-handler.
1036         (Yanking): New node.
1037         (Yank Commands): Add yank-undo-function.
1038         (Low-Level Kill Ring):
1039         kill-new and kill-append have new arg yank-handler.
1040         (Changing Properties): Add remove-list-of-text-properties.
1041         (Atomic Changes): New node.
1043         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
1045         * streams.texi (Output Variables): Add eval-expression-print-length
1046         and eval-expression-print-level.
1048         * os.texi (Time Conversion): For encode-time, explain limits on year.
1050         * objects.texi (Character Type): Define anchor "modifier bits".
1052         * modes.texi (Emulating Mode Line): New node.
1053         (Search-based Fontification): Font Lock uses font-lock-face property.
1054         (Other Font Lock Variables): Likewise.
1056         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
1057         not vectors.
1058         (Active Keymaps): Add emulation-mode-map-alists.
1059         (Functions for Key Lookup): key-binding has new arg no-remap.
1060         (Remapping Commands): New node.
1061         (Scanning Keymaps): where-is-internal has new arg no-remap.
1062         (Tool Bar): Add tool-bar-local-item-from-menu.
1063         Clarify when to use tool-bar-add-item-from-menu.
1065         * commands.texi (Interactive Call): commandp has new arg.
1066         (Command Loop Info): Add this-original-command.
1068 2003-08-06  John Paul Wallington  <jpw@gnu.org>
1070         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
1072         * display.texi (Warning Basics): Fix typo.
1073         (Fringes): Add closing curly bracket and fix typo.
1075         * elisp.texi (Top): Fix typo.
1077 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1079         * elisp.texi: Update lists of subnodes.
1081         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
1083         * variables.texi (Local Variables): Use lc for example variable names.
1085         * tips.texi (Library Headers): Explain where to put -*-.
1087         * strings.texi (Creating Strings): Fix xref for vconcat.
1089         * sequences.texi (Vector Functions):
1090         vconcat no longer allows integer args.
1092         * minibuf.texi (Reading File Names): read-file-name has new
1093         arg PREDICATE.  New function read-directory-name.
1095         * macros.texi (Defining Macros): Give definition of `declare'
1096         (Indenting Macros): New node.
1098         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
1099         (Window Frame Parameters): Make separate table of parameters
1100         that are coupled with specific face attributes.
1101         (Deleting Frames): delete-frame-hooks renamed to
1102         delete-frame-functions.
1104         * files.texi (Magic File Names): Add file-remote-p.
1105         Clarify file-local-copy.
1107         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
1108         here; instead xref Defining Macros.
1110         * display.texi (Warnings): New node, and subnodes.
1111         (Fringes): New node.
1113         * debugging.texi (Test Coverage): New node.
1115         * compile.texi (Compiler Errors): Explain with-no-warnings
1116         and other ways to suppress warnings.
1118         * commands.texi (Interactive Call): Minor clarification.
1120         * buffers.texi (Buffer File Name): set-visited-file-name
1121         renames the buffer too.
1123         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
1125 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
1127         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
1129 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
1131         * internals.texi (Garbage Collection): Fix previous change.
1133 2003-07-22  Richard M. Stallman  <rms@gnu.org>
1135         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
1137         * display.texi (Width): Use \s syntax in example.
1138         (Font Selection): Add face-font-rescale-alist.
1140         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
1141         Remove spurious indent in example.
1143         * lists.texi (Building Lists): Add number-sequence.
1145         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
1147         * functions.texi (Function Documentation): Explain how to
1148         show calling convention explicitly in the doc string.
1150         * windows.texi (Selecting Windows): save-selected-window saves
1151         selected window of each frame.
1152         (Window Configurations): Minor change.
1154         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
1156         * streams.texi (Output Variables): Add print-continuous-numbering
1157         and print-number-table.
1159         * processes.texi (Decoding Output): New node.
1161         * os.texi (Time Conversion): decode-time arg is optional.
1163         * objects.texi (Character Type): Don't use space as example for \.
1164         Make list of char names and \-sequences correspond.
1165         Explain that \s is not used in strings.  `\ ' needs space after.
1167         * nonascii.texi (Converting Representations): Add string-to-multibyte.
1168         (Translation of Characters): Add translation-table-for-input.
1169         (Default Coding Systems): Add auto-coding-functions.
1170         (Explicit Encoding): Add decode-coding-inserted-region.
1171         (Locales): Add locale-info.
1173         * minibuf.texi (Basic Completion): Describe test-completion.
1174         Collections can be lists of strings.
1175         Clean up lazy-completion-table.
1176         (Programmed Completion): Mention test-completion.
1177         Clarify why lambda expressions are not accepted.
1178         (Minibuffer Misc): Describe minibufferp.
1180 2003-07-14  Richard M. Stallman  <rms@gnu.org>
1182         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
1184         * windows.texi (Selecting Windows): New arg to select-window.
1185         (Selecting Windows): Add with-selected-window.
1186         (Size of Window): Add window-inside-edges, etc.
1188         * internals.texi (Garbage Collection): Add post-gc-hook.
1190         * processes.texi (Subprocess Creation): Add exec-suffixes.
1192         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1193         (Scanning Keymaps): Add map-keymaps.
1194         (Defining Menus): Add keymap-prompt.
1196         * numbers.texi (Integer Basics): Add most-positive-fixnum,
1197         most-negative-fixnum.
1199         * compile.texi (Byte Compilation): Explain no-byte-compile
1200         (Compiler Errors): New node.
1202         * os.texi (User Identification): user-uid, user-real-uid
1203         can return float.
1205         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1206         and about derived modes.
1207         (Minor Modes): Add minor-mode-list.
1208         (Defining Minor Modes): Keyword args for define-minor-mode.
1209         (Search-based Fontification): Explain managing other properties.
1210         (Other Font Lock Variables): Add font-lock-extra-managed-props.
1211         (Faces for Font Lock): Add font-locl-preprocessor-face.
1212         (Hooks): Add run-mode-hooks and delay-mode-hooks.
1214         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
1215         (Variable Aliases): Clarify defvaralias.
1217         * loading.texi (Library Search): Add load-suffixes.
1219         * minibuf.texi (Basic Completion): Add lazy-completion-table.
1220         (Programmed Completion): Add dynamic-completion-table.
1222         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1223         (Magic File Names): Specify precedence order of handlers.
1225         * commands.texi (Command Overview): Emacs server runs pre-command-hook
1226         and post-command-hook.
1227         (Waiting): New calling convention for sit-for.
1229         * text.texi (Special Properties): local-map and keymap properties
1230         apply based on their stickiness.
1232 2003-07-07  Richard M. Stallman  <rms@gnu.org>
1234         * modes.texi (Minor Mode Conventions): Specify only some kinds
1235         of list values as args to minor modes.
1237         * files.texi (File Name Expansion): Warn about iterative use
1238         of substitute-in-file-name.
1240         * advice.texi (Activation of Advice): Clean up previous change.
1242 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
1244         * advice.texi (Activation of Advice): Note that ad-start-advice is
1245         turned on by default.
1247 2003-06-30  Richard M. Stallman  <rms@gnu.org>
1249         * text.texi (Buffer Contents): Document current-word.
1250         (Change Hooks): Not called for *Messages*.
1252         * functions.texi (Defining Functions): Explain about redefining
1253         primitives.
1254         (Function Safety): Renamed.  Minor changes.
1255         Comment out the detailed criteria for what is safe.
1257 2003-06-22  Andreas Schwab  <schwab@suse.de>
1259         * objects.texi (Symbol Type): Fix description of examples.
1261 2003-06-16  Andreas Schwab  <schwab@suse.de>
1263         * hash.texi (Creating Hash): Fix description of :weakness.
1265 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1267         * files.texi (Changing Files): copy-file copies file modes, too.
1269 2003-05-28  Richard M. Stallman  <rms@gnu.org>
1271         * strings.texi (Creating Strings): Clarify split-string.
1273 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
1275         * strings.texi (Creating Strings): Update split-string specification
1276         and examples.
1278 2003-05-19  Richard M. Stallman  <rms@gnu.org>
1280         * elisp.texi: Correct invariant section names.
1282 2003-04-20  Richard M. Stallman  <rms@gnu.org>
1284         * os.texi (Timers): Explain about timers and quitting.
1286 2003-04-19  Richard M. Stallman  <rms@gnu.org>
1288         * internals.texi (Writing Emacs Primitives): Strings are
1289         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
1290         Explain GCPRO convention for varargs function args.
1292 2003-04-16  Richard M. Stallman  <rms@gnu.org>
1294         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1296 2003-04-08  Richard M. Stallman  <rms@gnu.org>
1298         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1300 2003-02-13  Kim F. Storm  <storm@cua.dk>
1302         * objects.texi (Character Type): New \s escape for space.
1304 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1306         * os.texi (System Environment): Added cygwin system-type.
1308 2003-01-25  Richard M. Stallman  <rms@gnu.org>
1310         * keymaps.texi: Document that a symbol can act as a keymap.
1312 2003-01-13  Richard M. Stallman  <rms@gnu.org>
1314         * text.texi (Changing Properties): Say string indices are origin-0.
1316         * positions.texi (Screen Lines) <compute-motion>:
1317         Correct order of elts in return value.
1319         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1320         how to define a default binding.
1322 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
1324         * loading.texi (Unloading): Fix recent change for load-history.
1326         * customize.texi (Simple Types): Clarify description of custom
1327         type 'number. Describe new custom type 'float.
1329 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
1331         * variables.texi (File Local Variables): Fix typo.
1333 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1335         From Michael Albinus <Michael.Albinus@alcatel.de>.
1337         * README: Target for Info file is `make info'.
1339         * files.texi (File Name Components): Fixed typos in
1340         `file-name-sans-extension'.
1341         (Magic File Names): Complete list of operations for magic file
1342         name handlers.
1344 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
1346         * variables.texi (File Local Variables): New function
1347         risky-local-variable-p.
1349 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
1351         * functions.texi (Function safety): New node about unsafep.
1353 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1355         * customize.texi (Splicing into Lists): Fixed example.
1356         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1358 2002-06-17  Juanma Barranquero  <lektu@terra.es>
1360         * frames.texi (Display Feature Testing): Fix typo.
1362 2002-06-12  Andreas Schwab  <schwab@suse.de>
1364         * frames.texi (Initial Parameters, Resources): Fix references to
1365         the Emacs manual.
1367 2002-05-13  Kim F. Storm  <storm@cua.dk>
1369         * variables.texi (Intro to Buffer-Local): Updated warning and
1370         example relating to changing buffer inside let.
1372 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1374         * os.texi (Session Management): New node about X Session management.
1376 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
1378         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
1379         to which the manual corresponds, and the copyright years.
1381         * Makefile.in (VERSION): Set to 2.9.
1383 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
1385         * elisp.texi: Change the category in @dircategory to "Emacs", to
1386         make it consistent with info/dir.
1388 2001-11-25  Miles Bader  <miles@gnu.org>
1390         * text.texi (Fields): Describe new `limit' arg in
1391         field-beginning/field-end.
1393 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
1395         * permute-index: Don't depend on csh-specific features.  Replace
1396         the interpreter name with /bin/sh.
1398         * two-volume-cross-refs.txt: New file.
1399         * two.el: New file.
1400         * spellfile: New file.
1402 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
1404         * permute-index: New file.
1406         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1407         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1408         8+3 restricted namespace.
1410         * Makefile.in (infodir): Define relative to $(srcdir).
1411         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1412         include directories list via -I switch to makeinfo.
1413         (index.texi): Use cp if both hard and symbolic links fail.
1415 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
1417         * Makefile.in (distclean): Add.
1419         The following changes make ELisp manual part of the Emacs
1420         distribution:
1422         * Makefile.in: Add Copyright notice.
1423         (prefix): Remove.
1424         (infodir): Change value to "../info".
1425         (VPATH): New variable.
1426         (MAKE): Don't define.
1427         (texmacrodir): Don't define.
1428         (texinputdir): Append the existing value of TEXINPUTS.
1429         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
1430         command to be compatible with man/Makefile.in, and to put the
1431         output into ../info.
1432         (info): Add target.
1433         (installall): Target removed.
1435 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1437         * tips.texi (Coding Conventions): Fix typo.
1439 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
1441         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1443 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
1445         * files.texi (File Name Components): Update the description of
1446         file-name-sans-extension and file-name-extension, as they now
1447         ignore leading dots.
1449 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1451         * (Version 21.1 released.)
1453 2001-10-19  Miles Bader  <miles@gnu.org>
1455         * positions.texi (Text Lines): Describe behavior of
1456         `beginning-of-line'/`end-of-line' in the presence of field properties.
1458 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1460         * Makefile.in (VERSION): Set to 2.8.
1461         (manual): Use `manual-21'.
1463         * elisp.texi (VERSION): Add and use it where the version
1464         number was used.  Set it to 2.8.
1466         * intro.texi: Likewise.
1468 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
1470         * files.texi (File Name Completion): Document the significance of
1471         a trailing slash in elements of completion-ignored-extensions.
1473 2001-10-06  Miles Bader  <miles@gnu.org>
1475         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1477 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1479         * variables.texi (Variable Aliases): New node.
1481 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1483         * Branch for 21.1.
1485 2001-10-02  Miles Bader  <miles@gnu.org>
1487         * minibuf.texi (Minibuffer Misc): Add entries for
1488         `minibuffer-contents', `minibuffer-contents-no-properties', and
1489         `delete-minibuffer-contents'.
1490         Correct description for `minibuffer-prompt-end'.
1492         * text.texi (Property Search): Correct descriptions of
1493         `next-char-property-change' and `previous-char-property-change'.
1494         Add entries for `next-single-char-property-change' and
1495         `previous-single-char-property-change'.
1496         Make operand names a bit more consistent.
1498 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
1500         * frames.texi (Finding All Frames): Document that next-frame and
1501         previous-frame are local to current terminal.
1503 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
1505         * keymaps.texi (Creating Keymaps): Fix the description of the
1506         result of make-keymap.
1508 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
1510         * display.texi (Font Lookup, Attribute Functions)
1511         (Image Descriptors): Add cross-references to the definition of
1512         selected frame.
1514         * buffers.texi (The Buffer List): Add cross-references to the
1515         definition of selected frame.
1517         * frames.texi (Input Focus): Clarify which frame is _the_ selected
1518         frame at any given time.
1519         (Multiple Displays, Size and Position): Add a cross-reference to
1520         the definition of the selected frame.
1522 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
1524         * strings.texi (String Conversion) <string-to-number>: Document
1525         that a float is returned for integers that are too large.
1527         * frames.texi (Mouse Position): Document mouse-position-function.
1528         (Display Feature Testing): Document display-images-p.
1529         (Window Frame Parameters): Document the cursor-type variable.
1531         * numbers.texi (Integer Basics): Document CL style read syntax for
1532         integers in bases other than 10.
1534         * positions.texi (List Motion): Document
1535         open-paren-in-column-0-is-defun-start.
1537         * lists.texi (Sets And Lists): Document member-ignore-case.
1539         * internals.texi (Garbage Collection): Document the used and free
1540         strings report.
1541         (Memory Usage): Document strings-consed.
1543         * os.texi (Time of Day): Document float-time.
1544         (Recording Input): Document that clear-this-command-keys clears
1545         the vector to be returned by recent-keys.
1547         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1548         argument keymap can be a list.
1550         * nonascii.texi (User-Chosen Coding Systems)
1551         <select-safe-coding-system>: Document the new argument
1552         accept-default-p and the variable
1553         select-safe-coding-system-accept-default-p.  Tell what happens if
1554         buffer-file-coding-system is undecided.
1555         (Default Coding Systems): Document auto-coding-regexp-alist.
1557         * display.texi (The Echo Area) <message>: Document
1558         message-truncate-lines.
1559         (Glyphs): Document that the glyph table is unused on windowed
1560         displays.
1562         * help.texi (Describing Characters) <single-key-description>:
1563         Document the new argument no-angles.
1564         (Accessing Documentation) <documentation-property>: Document that
1565         a non-string property is evaluated.
1566         <documentation>: Document that the function-documentation property
1567         is looked for.
1569         * windows.texi (Selecting Windows): Document some-window.
1571         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1573         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1574         apropos-mode-hook.
1576         * commands.texi (Using Interactive): Document interactive-form.
1577         (Keyboard Macros): Document kbd-macro-termination-hook.
1578         (Command Loop Info): Document that clear-this-command-keys clears
1579         the vector to be returned by recent-keys.
1581 2001-09-04  Werner LEMBERG  <wl@gnu.org>
1583         * Makefile.in (srcdir, texinputdir): New variables.
1584         (srcs, index.texi, install): Use $(srcdir).
1585         (.PHONY): Remove elisp.dvi.
1586         (elisp): Use -I switch for makeinfo.
1587         (elisp.dvi): Use $(srcdir) and $(texinputdir).
1588         (installall, dist): Use $(srcdir).
1589         Fix path to texinfo.tex.
1590         (maintainer-clean): Add elisp.dvi and elisp.oaux.
1592 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
1594         * display.texi (Conditional Display): Adjust to API change.
1596         * configure: New file.
1598 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
1600         * commands.texi (Repeat Events): Add description of
1601         double-click-fuzz.
1603 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
1605         * syntax.texi (Syntax Class Table): Add the missing designator for
1606         comment and string fences.
1607         (Syntax Properties): Add a xref to syntax table internals.
1608         (Syntax Table Internals): Document string-to-syntax.
1610 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1612         * Makefile.in (install): Use install-info command line options
1613         like in Emacs' Makefile.in.
1615 2000-12-09  Miles Bader  <miles@gnu.org>
1617         * windows.texi (Window Start): Update documentation for
1618         `pos-visible-in-window-p'.
1620 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1622         * lists.texi (Building Lists): Add footnote to explain how to add
1623         to the end of a list.
1625 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
1627         * files.texi (Visiting Functions): Typos.
1629 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
1631         * files.texi (Visiting Functions): Return value of
1632         find-file-noselect may be a list of buffers if wildcards are used.
1634 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
1636         * display.texi (Defining Faces): Document `graphic' display type
1637         in face specs.
1639 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1641         * hooks.texi (Standard Hooks): Replace obsolete
1642         `after-make-frame-hook' with `after-make-frame-functions'.
1644         * frames.texi (Creating Frames): Ditto.
1646         * variables.texi (Future Local Variables): Ditto.
1648 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
1650         * display.texi (Other Image Types): Add description of :foreground
1651         and :background properties of mono PBM images.
1653 2000-08-17  Werner LEMBERG  <wl@gnu.org>
1655         * .cvsignore: New file.
1657 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
1659         * tindex.pl: New script.
1661 1999-12-03  Dave Love  <fx@gnu.org>
1663         * Makefile.in (MAKEINFO): New parameter.
1665 1999-09-17  Richard Stallman  <rms@gnu.org>
1667         * Makefile.in (srcs): Add hash.texi.
1668         (VERSION): Update to 20.6.
1670 1999-09-13  Richard Stallman  <rms@gnu.org>
1672         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1674 1998-08-29  Karl Heuer  <kwzh@gnu.org>
1676         * configure.in: New file.
1677         * Makefile.in: Renamed from Makefile.
1678         (prefix, infodir): Use value obtained from configure.
1679         (emacslibdir): Obsolete variable deleted.
1680         (dist): Distribute configure.in, configure, Makefile.in.
1682 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
1684         * Makefile (INSTALL_INFO): New variable.
1685         (install): Run install-info.
1687 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
1689         * Makefile (elisp.dvi): Add missing backslash.
1691 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
1693         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1694         Run texindex without `./'.  Always run texindex on elisp.tp.
1695         (elisp.tps): Target deleted.
1697 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
1699         * Makefile (srcs): Add nonascii.texi and customize.texi.
1700         (dist): Start by deleting `temp'.
1702 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
1704         * Makefile (makeinfo, texindex): Targets deleted.
1705         (makeinfo.o, texindex.o): Targets deleted.
1706         (clean, dist): Don't do anything with them or with getopt*.
1708 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
1710         * Makefile (SHELL): Defined.
1712 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
1714         * Makefile (elisp.tps): New target.
1715         (elisp.dvi): Depend on elisp.tps.
1717 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1719         * README: Update phone number.
1721         * Makefile (elisp): Make this be the default target.
1722         Depend on makeinfo.c instead of makeinfo.
1723         (install): Don't depend on elisp.dvi, since we don't install that.
1724         Use mkinstalldirs.
1725         (dist): Add mkinstalldirs.
1727 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1729         * Makefile (VERSION): Update version number.
1730         (maintainer-clean): Renamed from realclean.
1732 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
1734         * Makefile (realclean): New target.
1735         (elisp): Remove any old elisp-* files first.
1737 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
1739         * Makefile (VERSION): New variable.
1740         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1741         Compressed file suffix should be `.gz', not `.z'.
1743 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1745         * Makefile (elisp): Depend on makeinfo.
1747 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
1749         * Makefile (srcs): Add anti.texi.
1751 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1753         * Makefile (infodir, prefix): New vars.
1754         (install): Use infodir.
1755         (emacsinfodir): Deleted.
1757 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1759         * Makefile (srcs): Add calendar.texi.
1761         * Makefile (dist): Copy texindex.c and makeinfo.c.
1762         Limit elisp-* files to those with one or two digits.
1764 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1766         * Makefile (dist): Changed to use Gzip instead of compress.
1768 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1770         * loading.texi (Unloading): define-function changed back to
1771         defalias.  It may not stay this way, but at least it's
1772         consistent with the known-good version of the code patch.
1774 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1776         * modes.texi (Hooks): Document new optional arg of add-hook.
1778 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1780         * variables.texi: Document nil initial value of buffer-local variables.
1782         * tips.texi: Add new section on standard library headers.
1784 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1786         * Makefile (srcs): Add frame.texi to the list of sources.
1788 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1790         * Makefile (dist): Don't bother excluding autosave files; they'll
1791         never make it into the temp directory anyway, and the hash marks
1792         in the name are problematic for make and the Bourne shell.
1793         (srcs):
1795 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1797         * Makefile (dist): Don't include backup files or autosave files in
1798         the distribution tar file.
1800 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1802         * Makefile (srcs): Added index.perm.
1803         (elisp.dvi): Remove erroneous shell comment.
1804         Expect output of permute-index in permuted.fns.
1805         Save old elisp.aux in elisp.oaux.
1806         (clean): Added index.texi to be deleted.
1808 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1810         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1812 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
1814         * files.texi:  Noted that completion-ignored-extensions is ignored
1815         when making *Completions*.
1817 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1819         * Makefile  make dist now depends on elisp.dvi, since it tries
1820         to include it in the dist file.
1822 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
1824         * functions.texinfo (Mapping Functions): Add missing quote
1826 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1828         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1829         (defunargs): Turn off \hyphenchar of \sl font temporarily.
1831 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1833         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1834         and @error{} are the terms now being used.  The files in the
1835         directory have been changed to reflect this.
1837         * All instances of @indentedresultt{} have been changed to
1838         `     @result{}', using 5 spaces at the begining of the line.
1840 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1842         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1843         experimental @indentedresult{}, @indentedexpandsto{} are part of
1844         the texinfo.tex in this directory.  These TeX macros are not
1845         stable yet.
1847 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1849         * texinfo.tex:  temporarily added
1850                 \let\result=\dblarrow
1851                 \def\error{{\it ERROR} \longdblarrow}
1852         We need to do this better soon.
1854 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1856         * Applied Karl Berry's patches to *.texinfo files, but not to
1857         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1858         new title page format is also not applied, since it requires
1859         texinfo.tex changes.)
1861         * Cleaned up `Makefile' and defined the `emacslibdir' directory
1862         for the Project GNU development environment.
1864 ;; Local Variables:
1865 ;; coding: iso-2022-7bit
1866 ;; End:
1868     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1869   Copying and distribution of this file, with or without modification,
1870   are permitted provided the copyright notice and this notice are preserved.
1872 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda