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