(Network): Say what stopped datagram connections do.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
86b9b767
LK
12003-09-29 Lute Kamstra <Lute.Kamstra@cwi.nl>
2
3 * modes.texi (Mode Line Data): Explain when symbols in mode-line
4 constructs should be marked as risky.
5 Change cons cell into proper list.
6 (Mode Line Variables): Change cons cell into proper list.
7
bc3b02f9
LK
82003-09-26 Lute Kamstra <Lute.Kamstra@cwi.nl>
9
10 * modes.texi (Mode Line Data): Document the :propertize construct.
11 (Mode Line Variables): Reorder the descriptions of the variables
12 to match their order in the default mode-line-format.
13 Describe the new variables mode-line-position and mode-line-modes.
14 Update the default values of mode-line-frame-identification,
15 minor-mode-alist, and default-mode-line-format.
16 (Properties in Mode): Mention the :propertize construct.
6142d1d0 17
bc3b02f9 182003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0
RS
19
20 * buffers.texi, commands.texi, debugging.texi, eval.texi:
21 * loading.texi, minibuf.texi, text.texi, variables.texi:
22 Avoid @strong{Note:}.
23
242003-09-26 Richard M. Stallman <rms@gnu.org>
25
26 * keymaps.texi (Remapping Commands): Fix typo.
27
41beda59
LT
282003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
29
30 * processes.texi (Low-Level Network): Fix typo.
31
ef6ae4ff
KS
322003-09-23 Kim F. Storm <storm@cua.dk>
33
34 * processes.texi (Network, Network Servers): Fix typos.
35 (Low-Level Network): Add timeout value for :server keyword.
36 Add new option keywords to make-network-process.
37 Add set-network-process-options.
38 Explain how to test availability of network options.
39
b0f23edf
RS
402003-09-19 Richard M. Stallman <rms@gnu.org>
41
42 * text.texi (Motion by Indent): Arg to
43 backward-to-indentation and forward-to-indentation is optional.
44
45 * strings.texi (Creating Strings): Add substring-no-properties.
46
47 * processes.texi
48 (Process Information): Add list-processes arg QUERY-ONLY.
49 Delete process-contact from here.
50 Add new status values for process-status.
51 Add process-get, process-put, process-plist, set-process-plist.
52 (Synchronous Processes): Add call-process-shell-command.
53 (Signals to Processes): signal-process allows process objects.
54 (Network): Complete rewrite.
55 (Network Servers, Datagrams, Low-Level Network): New nodes.
56
57 * positions.texi (Word Motion): forward-word, backward-word
58 arg is optional. Reword.
59
60 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
61
62 * variables.texi (Creating Buffer-Local):
63 Delete duplicate definition of buffer-local-value.
64 (File Local Variables): Explain about discarding text props.
65
f387bdea
RS
662003-09-11 Richard M. Stallman <rms@gnu.org>
67
68 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
69 changes variables that record input events.
70 (Minibuffer Misc): Add minibuffer-selected-window.
71
72 * lists.texi (Building Lists): Add copy-tree.
73
74 * display.texi (Fontsets): Add char-displayable-p.
75 (Scroll Bars): New node.
76
5df034de
LK
772003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl>
78
79 * modes.texi (%-Constructs): Document new `%i' and `%I'
80 constructs.
81
fd026ee1
JR
822003-09-03 Peter Runestig <peter@runestig.com>
83
84 * makefile.w32-in: New file.
85
4828b4d7
RS
862003-08-29 Richard M. Stallman <rms@gnu.org>
87
88 * display.texi (Overlay Properties): Clarify how priorities
89 affect use of the properties.
90
a4e4f05d
LT
912003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
92
93 * customize.texi (Type Keywords): Correct the description of
94 `:help-echo' in the case where `motion-doc' is a function.
95
3ebe0346
JPW
962003-08-14 John Paul Wallington <jpw@gnu.org>
97
98 * modes.texi (Emulating Mode Line): Subsection, not section.
99
3afe8e39
RS
1002003-08-13 Richard M. Stallman <rms@gnu.org>
101
102 * elisp.texi (Top): Update subnode lists in menu.
103
104 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
105 (Kill Functions): kill-region has new arg yank-handler.
106 (Yanking): New node.
107 (Yank Commands): Add yank-undo-function.
108 (Low-Level Kill Ring):
109 kill-new and kill-append have new arg yank-handler.
110 (Changing Properties): Add remove-list-of-text-properties.
111 (Atomic Changes): New node.
112
113 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
114
115 * streams.texi (Output Variables): Add eval-expression-print-length
116 and eval-expression-print-level.
117
118 * os.texi (Time Conversion): For encode-time, explain limits on year.
119
120 * objects.texi (Character Type): Define anchor "modifier bits".
121
122 * modes.texi (Emulating Mode Line): New node.
123 (Search-based Fontification): Font Lock uses font-lock-face property.
124 (Other Font Lock Variables): Likewise.
125
126 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
127 not vectors.
128 (Active Keymaps): Add emulation-mode-map-alists.
129 (Functions for Key Lookup): key-binding has new arg no-remap.
130 (Remapping Commands): New node.
131 (Scanning Keymaps): where-is-internal has new arg no-remap.
132 (Tool Bar): Add tool-bar-local-item-from-menu.
133 Clarify when to use tool-bar-add-item-from-menu.
134
135 * commands.texi (Interactive Call): commandp has new arg.
136 (Command Loop Info): Add this-original-command.
137
e37769b1
JPW
1382003-08-06 John Paul Wallington <jpw@gnu.org>
139
140 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
141
142 * display.texi (Warning Basics): Fix typo.
143 (Fringes): Add closing curly bracket and fix typo.
144
145 * elisp.texi (Top): Fix typo.
146
c5e0561f
RS
1472003-08-05 Richard M. Stallman <rms@gnu.org>
148
149 * elisp.texi: Update lists of subnodes.
150
151 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
152
153 * variables.texi (Local Variables): Use lc for example variable names.
154
155 * tips.texi (Library Headers): Explain where to put -*-.
156
157 * strings.texi (Creating Strings): Fix xref for vconcat.
158
159 * sequences.texi (Vector Functions):
160 vconcat no longer allows integer args.
161
162 * minibuf.texi (Reading File Names): read-file-name has new
163 arg PREDICATE. New function read-directory-name.
164
165 * macros.texi (Defining Macros): Give definition of `declare'
166 (Indenting Macros): New node.
167
168 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
169 (Window Frame Parameters): Make separate table of parameters
170 that are coupled with specific face attributes.
171 (Deleting Frames): delete-frame-hooks renamed to
172 delete-frame-functions.
173
174 * files.texi (Magic File Names): Add file-remote-p.
175 Clarify file-local-copy.
176
177 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
178 here; instead xref Defining Macros.
179
180 * display.texi (Warnings): New node, and subnodes.
181 (Fringes): New node.
182
183 * debugging.texi (Test Coverage): New node.
184
185 * compile.texi (Compiler Errors): Explain with-no-warnings
186 and other ways to suppress warnings.
187
188 * commands.texi (Interactive Call): Minor clarification.
189
190 * buffers.texi (Buffer File Name): set-visited-file-name
191 renames the buffer too.
192
193 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
194
ee59dede
MR
1952003-07-24 Markus Rost <rost@math.ohio-state.edu>
196
197 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
198
f0514b34
MR
1992003-07-22 Markus Rost <rost@math.ohio-state.edu>
200
201 * internals.texi (Garbage Collection): Fix previous change.
202
c73983bb
RS
2032003-07-22 Richard M. Stallman <rms@gnu.org>
204
205 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
206
207 * display.texi (Width): Use \s syntax in example.
208 (Font Selection): Add face-font-rescale-alist.
209
210 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
211 Remove spurious indent in example.
212
213 * lists.texi (Building Lists): Add number-sequence.
214
215 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
216
217 * functions.texi (Function Documentation): Explain how to
218 show calling convention explicitly in the doc string.
219
220 * windows.texi (Selecting Windows): save-selected-window saves
221 selected window of each frame.
222 (Window Configurations): Minor change.
223
224 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
225
226 * streams.texi (Output Variables): Add print-continuous-numbering
227 and print-number-table.
228
229 * processes.texi (Decoding Output): New node.
230
231 * os.texi (Time Conversion): decode-time arg is optional.
232
233 * objects.texi (Character Type): Don't use space as example for \.
234 Make list of char names and \-sequences correspond.
235 Explain that \s is not used in strings. `\ ' needs space after.
236
237 * nonascii.texi (Converting Representations): Add string-to-multibyte.
238 (Translation of Characters): Add translation-table-for-input.
239 (Default Coding Systems): Add auto-coding-functions.
240 (Explicit Encoding): Add decode-coding-inserted-region.
241 (Locales): Add locale-info.
242
243 * minibuf.texi (Basic Completion): Describe test-completion.
244 Collections can be lists of strings.
245 Clean up lazy-completion-table.
246 (Programmed Completion): Mention test-completion.
247 Clarify why lambda expressions are not accepted.
248 (Minibuffer Misc): Describe minibufferp.
249
51a8b435
RS
2502003-07-14 Richard M. Stallman <rms@gnu.org>
251
252 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
253
254 * windows.texi (Selecting Windows): New arg to select-window.
255 (Selecting Windows): Add with-selected-window.
256 (Size of Window): Add window-inside-edges, etc.
257
258 * internals.texi (Garbage Collection): Add post-gc-hook.
259
260 * processes.texi (Subprocess Creation): Add exec-suffixes.
261
262 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
263 (Scanning Keymaps): Add map-keymaps.
264 (Defining Menus): Add keymap-prompt.
265
266 * numbers.texi (Integer Basics): Add most-positive-fixnum,
267 most-negative-fixnum.
268
269 * compile.texi (Byte Compilation): Explain no-byte-compile
270 (Compiler Errors): New node.
271
272 * os.texi (User Identification): user-uid, user-real-uid
273 can return float.
274
275 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
276 and about derived modes.
277 (Minor Modes): Add minor-mode-list.
278 (Defining Minor Modes): Keyword args for define-minor-mode.
279 (Search-based Fontification): Explain managing other properties.
280 (Other Font Lock Variables): Add font-lock-extra-managed-props.
281 (Faces for Font Lock): Add font-locl-preprocessor-face.
282 (Hooks): Add run-mode-hooks and delay-mode-hooks.
283
284 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
285 (Variable Aliases): Clarify defvralias.
286
287 * loading.texi (Library Search): Add load-suffixes.
288
289 * minibuf.texi (Basic Completion): Add lazy-completion-table.
290 (Programmed Completion): Add dynamic-completion-table.
291
292 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
293 (Magic File Names): Specify precedence order of handlers.
294o
295 * commands.texi (Command Overview): Emacs server runs pre-command-hook
296 and post-command-hook.
297 (Waiting): New calling convention for sit-for.
298
299 * text.texi (Special Properties): local-map and keymap properties
300 apply based on their stickiness.
301
c6de56a0
RS
3022003-07-07 Richard M. Stallman <rms@gnu.org>
303
304 * modes.texi (Minor Mode Conventions): Specify only some kinds
305 of list values as args to minor modes.
306
307 * files.texi (File Name Expansion): Warn about iterative use
308 of substitute-in-file-name.
309
310 * advice.texi (Activation of Advice): Clean up previous change.
311
8c761ea6
MR
3122003-07-06 Markus Rost <rost@math.ohio-state.edu>
313
314 * advice.texi (Activation of Advice): Note that ad-start-advice is
315 turned on by default.
316
c6de56a0
RS
3172003-06-30 Richard M. Stallman <rms@gnu.org>
318
319 * text.texi (Buffer Contents): Document current-word.
320 (Change Hooks): Not called for *Messages*.
321
322 * functions.texi (Defining Functions): Explain about redefining
323 primitives.
324 (Function Safety): Renamed. Minor changes.
325 Comment out the detailed criteria for what is safe.
326
3fe4e567
AS
3272003-06-22 Andreas Schwab <schwab@suse.de>
328
329 * objects.texi (Symbol Type): Fix description of examples.
330
cda7bd13
AS
3312003-06-16 Andreas Schwab <schwab@suse.de>
332
333 * hash.texi (Creating Hash): Fix description of :weakness.
334
fbcffa4a
KG
3352003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
336
337 * files.texi (Changing Files): copy-file copies file modes, too.
338
ff6a3bfb
RS
3392003-05-28 Richard M. Stallman <rms@gnu.org>
340
341 * strings.texi (Creating Strings): Clarify split-string.
342
1463a05d
JB
3432003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
344
345 * strings.texi (Creating Strings): Update split-string specification
346 and examples.
347
af253914
RS
3482003-05-19 Richard M. Stallman <rms@gnu.org>
349
350 * elisp.texi: Correct invariant section names.
351
7ea52f92
RS
3522003-04-20 Richard M. Stallman <rms@gnu.org>
353
354 * os.texi (Timers): Explain about timers and quitting.
355
e31afc09
RS
3562003-04-19 Richard M. Stallman <rms@gnu.org>
357
358 * internals.texi (Writing Emacs Primitives): Strings are
359 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
360 Explain GCPRO convention for varargs function args.
361
5ceea398
RS
3622003-04-16 Richard M. Stallman <rms@gnu.org>
363
364 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
365
b0ada147
RS
3662003-04-08 Richard M. Stallman <rms@gnu.org>
367
368 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
369
b23375aa
KS
3702003-02-13 Kim F. Storm <storm@cua.dk>
371
372 * objects.texi (Character Type): New \s escape for space.
373
c60ee5e7
JB
3742003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
375
376 * os.texi (System Environment): Added cygwin system-type.
377
84e47416
RS
3782003-01-25 Richard M. Stallman <rms@gnu.org>
379
380 * keymaps.texi: Document that a symbol can act as a keymap.
381
3e8cf2ea
RS
3822003-01-13 Richard M. Stallman <rms@gnu.org>
383
384 * text.texi (Changing Properties): Say string indices are origin-0.
385
386 * positions.texi (Screen Lines) <compute-motion>:
387 Correct order of elts in return value.
388
389 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
390 how to define a default binding.
391
7abb9fc5 3922002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 393
104bc3aa 394 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 395
104bc3aa
MR
396 * customize.texi (Simple Types): Clarify description of custom
397 type 'number. Describe new custom type 'float.
177f790c 398
7abb9fc5 3992002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
400
401 * variables.texi (File Local Variables): Fix typo.
402
df140a68 4032002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 404
df140a68
KG
405 From Michael Albinus <Michael.Albinus@alcatel.de>.
406
407 * README: Target for Info file is `make info'.
408
409 * files.texi (File Name Components): Fixed typos in
410 `file-name-sans-extension'.
411 (Magic File Names): Complete list of operations for magic file
412 name handlers.
413
7ed9159a
JY
4142002-09-16 Jonathan Yavner <jyavner@engineer.com>
415
416 * variables.texi (File Local Variables): New function
417 risky-local-variable-p.
418
4192002-09-15 Jonathan Yavner <jyavner@engineer.com>
420
421 * functions.texi (Function safety): New node about unsafep.
422
241f79af
PA
4232002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
424
425 * customize.texi (Splicing into Lists): Fixed example.
426 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
427
72459b15
JB
4282002-06-17 Juanma Barranquero <lektu@terra.es>
429
430 * frames.texi (Display Feature Testing): Fix typo.
431
61f7e0f5
AS
4322002-06-12 Andreas Schwab <schwab@suse.de>
433
434 * frames.texi (Initial Parameters, Resources): Fix references to
435 the Emacs manual.
436
4e792dbd
KS
4372002-05-13 Kim F. Storm <storm@cua.dk>
438
439 * variables.texi (Intro to Buffer-Local): Updated warning and
440 example relating to changing buffer inside let.
441
940344d4 4422002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
443
444 * os.texi (Session Management): New node about X Session management.
445
231ac53b
EZ
4462002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
447
448 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
449 to which the manual corresponds, and the copyright years.
450
451 * Makefile.in (VERSION): Set to 2.9.
452
140cc574
EZ
4532001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
454
455 * elisp.texi: Change the category in @dircategory to "Emacs", to
456 make it consistent with info/dir.
457
9c7fce05
MB
4582001-11-25 Miles Bader <miles@gnu.org>
459
460 * text.texi (Fields): Describe new `limit' arg in
461 field-beginning/field-end.
462
9f8bbf0f
EZ
4632001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
464
a5e6715c
EZ
465 * permute-index: Don't depend on csh-specific features. Replace
466 the interpreter name with /bin/sh.
467
9f8bbf0f
EZ
468 * two-volume-cross-refs.txt: New file.
469 * two.el: New file.
470 * spellfile: New file.
471
1756e2fb
EZ
4722001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
473
474 * permute-index: New file.
475
476 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
477 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
478 8+3 restricted namespace.
ad050e54
EZ
479
480 * Makefile.in (infodir): Define relative to $(srcdir).
481 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
482 include directories list via -I switch to makeinfo.
483 (index.texi): Use cp if both hard and symbolic links fail.
484
10fa7f8e
EZ
4852001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
486
7a1494ce
EZ
487 * Makefile.in (distclean): Add.
488
10fa7f8e
EZ
489 The following changes make ELisp manual part of the Emacs
490 distribution:
491
492 * Makefile.in: Add Copyright notice.
493 (prefix): Remove.
494 (infodir): Change value to "../info".
495 (VPATH): New variable.
496 (MAKE): Don't define.
497 (texmacrodir): Don't define.
498 (texinputdir): Append the existing value of TEXINPUTS.
499 ($(infodir)/elisp): Instead of just "elisp". Reformat the
500 command to be compatible with man/Makefile.in, and to put the
501 output into ../info.
5c32b7c5 502 (info): Add target.
10fa7f8e
EZ
503 (installall): Target removed.
504
ad050e54 5052001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
506
507 * tips.texi (Coding Conventions): Fix typo.
508
6fd735df
GM
5092001-10-23 Gerd Moellmann <gerd@gnu.org>
510
511 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
512
b704d54b
EZ
5132001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
514
515 * files.texi (File Name Components): Update the description of
516 file-name-sans-extension and file-name-extension, as they now
517 ignore leading dots.
518
71431a0e
GM
5192001-10-20 Gerd Moellmann <gerd@gnu.org>
520
6aa97356 521 * (Version 21.1 released.)
71431a0e 522
79f1f96c
MB
5232001-10-19 Miles Bader <miles@gnu.org>
524
525 * positions.texi (Text Lines): Describe behavior of
526 `beginning-of-line'/`end-of-line' in the presence of field properties.
527
892a8f36
GM
5282001-10-17 Gerd Moellmann <gerd@gnu.org>
529
530 * Makefile.in (VERSION): Set to 2.8.
531 (manual): Use `manual-21'.
532
8c1cc9e8 533 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
534 number was used. Set it to 2.8.
535
536 * intro.texi: Likewise.
537
51724e26
EZ
5382001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
539
540 * files.texi (File Name Completion): Document the significance of
541 a trailing slash in elements of completion-ignored-extensions.
542
57b338e8
MB
5432001-10-06 Miles Bader <miles@gnu.org>
544
545 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
546
c89e4bc5
GM
5472001-10-04 Gerd Moellmann <gerd@gnu.org>
548
549 * variables.texi (Variable Aliases): New node.
550
ab952a4f
GM
5512001-10-04 Gerd Moellmann <gerd@gnu.org>
552
553 * Branch for 21.1.
dff28924 554
9db3a582
MB
5552001-10-02 Miles Bader <miles@gnu.org>
556
ae1a9581
MB
557 * minibuf.texi (Minibuffer Misc): Add entries for
558 `minibuffer-contents', `minibuffer-contents-no-properties', and
559 `delete-minibuffer-contents'.
560 Correct description for `minibuffer-prompt-end'.
561
9db3a582
MB
562 * text.texi (Property Search): Correct descriptions of
563 `next-char-property-change' and `previous-char-property-change'.
564 Add entries for `next-single-char-property-change' and
565 `previous-single-char-property-change'.
566 Make operand names a bit more consistent.
567
03be5931
EZ
5682001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
569
570 * frames.texi (Finding All Frames): Document that next-frame and
571 previous-frame are local to current terminal.
572
974548ec
EZ
5732001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
574
575 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 576 result of make-keymap.
974548ec 577
8d82c597
EZ
5782001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
579
580 * display.texi (Font Lookup, Attribute Functions)
581 (Image Descriptors): Add cross-references to the definition of
582 selected frame.
583
584 * buffers.texi (The Buffer List): Add cross-references to the
585 definition of selected frame.
586
587 * frames.texi (Input Focus): Clarify which frame is _the_ selected
588 frame at any given time.
589 (Multiple Displays, Size and Position): Add a cross-reference to
590 the definition of the selected frame.
591
2842de30
EZ
5922001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
593
594 * strings.texi (String Conversion) <string-to-number>: Document
595 that a float is returned for integers that are too large.
596
597 * frames.texi (Mouse Position): Document mouse-position-function.
598 (Display Feature Testing): Document display-images-p.
599 (Window Frame Parameters): Document the cursor-type variable.
600
601 * numbers.texi (Integer Basics): Document CL style read syntax for
602 integers in bases other than 10.
603
604 * positions.texi (List Motion): Document
605 open-paren-in-column-0-is-defun-start.
606
607 * lists.texi (Sets And Lists): Document member-ignore-case.
608
609 * internals.texi (Garbage Collection): Document the used and free
610 strings report.
611 (Memory Usage): Document strings-consed.
612
613 * os.texi (Time of Day): Document float-time.
614 (Recording Input): Document that clear-this-command-keys clears
615 the vector to be returned by recent-keys.
616
617 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
618 argument keymap can be a list.
619
620 * nonascii.texi (User-Chosen Coding Systems)
621 <select-safe-coding-system>: Document the new argument
622 accept-default-p and the variable
623 select-safe-coding-system-accept-default-p. Tell what happens if
624 buffer-file-coding-system is undecided.
625 (Default Coding Systems): Document auto-coding-regexp-alist.
626
627 * display.texi (The Echo Area) <message>: Document
628 message-truncate-lines.
629 (Glyphs): Document that the glyph table is unused on windowed
630 displays.
631
632 * help.texi (Describing Characters) <single-key-description>:
633 Document the new argument no-angles.
634 (Accessing Documentation) <documentation-property>: Document that
635 a non-string property is evaluated.
636 <documentation>: Document that the function-documentation property
637 is looked for.
638
639 * windows.texi (Selecting Windows): Document some-window.
640
641 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
642
643 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
644 apropos-mode-hook.
645
646 * commands.texi (Using Interactive): Document interactive-form.
647 (Keyboard Macros): Document kbd-macro-termination-hook.
648 (Command Loop Info): Document that clear-this-command-keys clears
649 the vector to be returned by recent-keys.
650
2d43d823
GM
6512001-09-04 Werner LEMBERG <wl@gnu.org>
652
653 * Makefile.in (srcdir, texinputdir): New variables.
654 (srcs, index.texi, install): Use $(srcdir).
655 (.PHONY): Remove elisp.dvi.
656 (elisp): Use -I switch for makeinfo.
657 (elisp.dvi): Use $(srcdir) and $(texinputdir).
658 (installall, dist): Use $(srcdir).
659 Fix path to texinfo.tex.
660 (maintainer-clean): Add elisp.dvi and elisp.oaux.
661
fa739b31
GM
6622001-08-30 Gerd Moellmann <gerd@gnu.org>
663
92a25631
GM
664 * display.texi (Conditional Display): Adjust to API change.
665
fa739b31
GM
666 * configure: New file.
667
cef68af5
GM
6682001-07-30 Gerd Moellmann <gerd@gnu.org>
669
670 * commands.texi (Repeat Events): Add description of
671 double-click-fuzz.
672
d1f08d85
SM
6732001-05-08 Stefan Monnier <monnier@cs.yale.edu>
674
675 * syntax.texi (Syntax Class Table): Add the missing designator for
676 comment and string fences.
677 (Syntax Properties): Add a xref to syntax table internals.
678 (Syntax Table Internals): Document string-to-syntax.
679
1e9fc92e
GM
6802001-05-07 Gerd Moellmann <gerd@gnu.org>
681
682 * Makefile.in (install): Use install-info command line options
683 like in Emacs' Makefile.in.
684
00480554
MB
6852000-12-09 Miles Bader <miles@gnu.org>
686
687 * windows.texi (Window Start): Update documentation for
688 `pos-visible-in-window-p'.
689
1e344ee2
SM
6902000-11-12 Stefan Monnier <monnier@cs.yale.edu>
691
692 * lists.texi (Building Lists): Add footnote to explain how to add
693 to the end of a list.
694
a540f6ed
GM
6952000-10-25 Gerd Moellmann <gerd@gnu.org>
696
697 * files.texi (Visiting Functions): Typos.
698
28bcdbee
KH
6992000-10-25 Kenichi Handa <handa@etl.go.jp>
700
701 * files.texi (Visiting Functions): Return value of
702 find-file-noselect may be a list of buffers if wildcards are used.
703
22d1a4ed
MB
7042000-10-24 Miles Bader <miles@lsi.nec.co.jp>
705
706 * display.texi (Defining Faces): Document `graphic' display type
707 in face specs.
708
916a89db
KG
7092000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
710
1e9fc92e 711 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
712 `after-make-frame-hook' with `after-make-frame-functions'.
713
1e9fc92e 714 * frames.texi (Creating Frames): Ditto.
916a89db 715
1e9fc92e 716 * variables.texi (Future Local Variables): Ditto.
916a89db 717
483de32b
GM
7182000-10-16 Gerd Moellmann <gerd@gnu.org>
719
720 * display.texi (Other Image Types): Add description of :foreground
721 and :background properties of mono PBM images.
722
e23a63a5
WL
7232000-08-17 Werner LEMBERG <wl@gnu.org>
724
725 * .cvsignore: New file.
726
dfc16043
GM
7272000-01-05 Gerd Moellmann <gerd@gnu.org>
728
729 * tindex.pl: New script.
730
602613fe
DL
7311999-12-03 Dave Love <fx@gnu.org>
732
733 * Makefile.in (MAKEINFO): New parameter.
734
94ec544d
DL
7351999-09-17 Richard Stallman <rms@gnu.org>
736
737 * Makefile.in (srcs): Add hash.texi.
738 (VERSION): Update to 20.6.
739
7401999-09-13 Richard Stallman <rms@gnu.org>
741
742 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
743
7441998-08-29 Karl Heuer <kwzh@gnu.org>
745
746 * configure.in: New file.
747 * Makefile.in: Renamed from Makefile.
748 (prefix, infodir): Use value obtained from configure.
749 (emacslibdir): Obsolete variable deleted.
750 (dist): Distribute configure.in, configure, Makefile.in.
751
7521998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
753
754 * Makefile (INSTALL_INFO): New variable.
755 (install): Run install-info.
756
7571998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
758
759 * Makefile (elisp.dvi): Add missing backslash.
760
7611998-05-02 Richard Stallman <rms@psilocin.gnu.org>
762
763 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
764 Run texindex without `./'. Always run texindex on elisp.tp.
765 (elisp.tps): Target deleted.
766
7671998-04-05 Richard Stallman <rms@psilocin.gnu.org>
768
769 * Makefile (srcs): Add nonascii.texi and customize.texi.
770 (dist): Start by deleting `temp'.
771
7721998-02-17 Richard Stallman <rms@psilocin.gnu.org>
773
774 * Makefile (makeinfo, texindex): Targets deleted.
775 (makeinfo.o, texindex.o): Targets deleted.
776 (clean, dist): Don't do anything with them or with getopt*.
777
7781998-01-30 Richard Stallman <rms@psilocin.gnu.org>
779
780 * Makefile (SHELL): Defined.
781
7821998-01-27 Richard Stallman <rms@psilocin.gnu.org>
783
784 * Makefile (elisp.tps): New target.
785 (elisp.dvi): Depend on elisp.tps.
786
787Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
788
789 * README: Update phone number.
790
791 * Makefile (elisp): Make this be the default target.
792 Depend on makeinfo.c instead of makeinfo.
793 (install): Don't depend on elisp.dvi, since we don't install that.
794 Use mkinstalldirs.
795 (dist): Add mkinstalldirs.
796
797Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
798
799 * Makefile (VERSION): Update version number.
800 (maintainer-clean): Renamed from realclean.
801
802Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
803
804 * Makefile (realclean): New target.
805 (elisp): Remove any old elisp-* files first.
806
807Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
808
d1f08d85
SM
809 * Makefile (VERSION): New variable.
810 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
811 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
812
813Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
814
815 * Makefile (elisp): Depend on makeinfo.
816
817Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
818
d1f08d85 819 * Makefile (srcs): Add anti.texi.
94ec544d
DL
820
821Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
822
823 * Makefile (infodir, prefix): New vars.
824 (install): Use infodir.
825 (emacsinfodir): Deleted.
826
827Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
828
829 * Makefile (srcs): Add calendar.texi.
830
831 * Makefile (dist): Copy texindex.c and makeinfo.c.
832 Limit elisp-* files to those with one or two digits.
833
834Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
835
836 * Makefile (dist): Changed to use Gzip instead of compress.
837
838Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
839
840 * loading.texi (Unloading): define-function changed back to
841 defalias. It may not stay this way, but at least it's
842 consistent with the known-good version of the code patch.
843
844Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
845
846 * modes.texi (Hooks): Document new optional arg of add-hook.
847
848Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
849
d1f08d85 850 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
851
852 * tips.texi: Add new section on standard library headers.
853
854Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
855
856 * Makefile (srcs): Add frame.texi to the list of sources.
857
858Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
859
860 * Makefile (dist): Don't bother excluding autosave files; they'll
861 never make it into the temp directory anyway, and the hash marks
862 in the name are problematic for make and the Bourne shell.
dff28924 863 (srcs):
94ec544d
DL
864
865Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
866
d1f08d85 867 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
868 the distribution tar file.
869
dff28924 870Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
871
872 * Makefile (srcs): Added index.perm.
873 (elisp.dvi): Remove erroneous shell comment.
874 Expect output of permute-index in permuted.fns.
875 Save old elisp.aux in elisp.oaux.
876 (clean): Added index.texi to be deleted.
877
dff28924 878Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
879
880 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
881
dff28924 882Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
883
884 * files.texi: Noted that completion-ignored-extensions is ignored
885 when making *Completions*.
886
887Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
888
889 * Makefile make dist now depends on elisp.dvi, since it tries
890 to include it in the dist file.
891
dff28924 892Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
893
894 * functions.texinfo (Mapping Functions): Add missing quote
895
dff28924 896Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
897
898 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
899 (defunargs): Turn off \hyphenchar of \sl font temporarily.
900
dff28924 901Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
902
903 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
904 and @error{} are the terms now being used. The files in the
905 directory have been changed to reflect this.
906
d1f08d85 907 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
908 ` @result{}', using 5 spaces at the begining of the line.
909
dff28924 910Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
911
912 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
913 experimental @indentedresult{}, @indentedexpandsto{} are part of
914 the texinfo.tex in this directory. These TeX macros are not
915 stable yet.
916
dff28924 917Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
918
919 * texinfo.tex: temporarily added
d1f08d85 920 \let\result=\dblarrow
94ec544d
DL
921 \def\error{{\it ERROR} \longdblarrow}
922 We need to do this better soon.
923
dff28924 924Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
925
926 * Applied Karl Berry's patches to *.texinfo files, but not to
927 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
928 new title page format is also not applied, since it requires
929 texinfo.tex changes.)
930
931 * Cleaned up `Makefile' and defined the `emacslibdir' directory
932 for the Project GNU development environment.
933
ad050e54 934;; Local Variables:
fd026ee1 935;; coding: iso-2022-7bit
ad050e54 936;; End:
2a34a036
GM
937
938 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
939 Copying and distribution of this file, with or without modification,
940 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
941
942;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda