(Insertion): Add insert-buffer-substring-no-properties.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
e37769b1
JPW
12003-08-06 John Paul Wallington <jpw@gnu.org>
2
3 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4
5 * display.texi (Warning Basics): Fix typo.
6 (Fringes): Add closing curly bracket and fix typo.
7
8 * elisp.texi (Top): Fix typo.
9
c5e0561f
RS
102003-08-05 Richard M. Stallman <rms@gnu.org>
11
12 * elisp.texi: Update lists of subnodes.
13
14 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
15
16 * variables.texi (Local Variables): Use lc for example variable names.
17
18 * tips.texi (Library Headers): Explain where to put -*-.
19
20 * strings.texi (Creating Strings): Fix xref for vconcat.
21
22 * sequences.texi (Vector Functions):
23 vconcat no longer allows integer args.
24
25 * minibuf.texi (Reading File Names): read-file-name has new
26 arg PREDICATE. New function read-directory-name.
27
28 * macros.texi (Defining Macros): Give definition of `declare'
29 (Indenting Macros): New node.
30
31 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
32 (Window Frame Parameters): Make separate table of parameters
33 that are coupled with specific face attributes.
34 (Deleting Frames): delete-frame-hooks renamed to
35 delete-frame-functions.
36
37 * files.texi (Magic File Names): Add file-remote-p.
38 Clarify file-local-copy.
39
40 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
41 here; instead xref Defining Macros.
42
43 * display.texi (Warnings): New node, and subnodes.
44 (Fringes): New node.
45
46 * debugging.texi (Test Coverage): New node.
47
48 * compile.texi (Compiler Errors): Explain with-no-warnings
49 and other ways to suppress warnings.
50
51 * commands.texi (Interactive Call): Minor clarification.
52
53 * buffers.texi (Buffer File Name): set-visited-file-name
54 renames the buffer too.
55
56 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
57
ee59dede
MR
582003-07-24 Markus Rost <rost@math.ohio-state.edu>
59
60 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
61
f0514b34
MR
622003-07-22 Markus Rost <rost@math.ohio-state.edu>
63
64 * internals.texi (Garbage Collection): Fix previous change.
65
c73983bb
RS
662003-07-22 Richard M. Stallman <rms@gnu.org>
67
68 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
69
70 * display.texi (Width): Use \s syntax in example.
71 (Font Selection): Add face-font-rescale-alist.
72
73 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
74 Remove spurious indent in example.
75
76 * lists.texi (Building Lists): Add number-sequence.
77
78 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
79
80 * functions.texi (Function Documentation): Explain how to
81 show calling convention explicitly in the doc string.
82
83 * windows.texi (Selecting Windows): save-selected-window saves
84 selected window of each frame.
85 (Window Configurations): Minor change.
86
87 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
88
89 * streams.texi (Output Variables): Add print-continuous-numbering
90 and print-number-table.
91
92 * processes.texi (Decoding Output): New node.
93
94 * os.texi (Time Conversion): decode-time arg is optional.
95
96 * objects.texi (Character Type): Don't use space as example for \.
97 Make list of char names and \-sequences correspond.
98 Explain that \s is not used in strings. `\ ' needs space after.
99
100 * nonascii.texi (Converting Representations): Add string-to-multibyte.
101 (Translation of Characters): Add translation-table-for-input.
102 (Default Coding Systems): Add auto-coding-functions.
103 (Explicit Encoding): Add decode-coding-inserted-region.
104 (Locales): Add locale-info.
105
106 * minibuf.texi (Basic Completion): Describe test-completion.
107 Collections can be lists of strings.
108 Clean up lazy-completion-table.
109 (Programmed Completion): Mention test-completion.
110 Clarify why lambda expressions are not accepted.
111 (Minibuffer Misc): Describe minibufferp.
112
51a8b435
RS
1132003-07-14 Richard M. Stallman <rms@gnu.org>
114
115 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
116
117 * windows.texi (Selecting Windows): New arg to select-window.
118 (Selecting Windows): Add with-selected-window.
119 (Size of Window): Add window-inside-edges, etc.
120
121 * internals.texi (Garbage Collection): Add post-gc-hook.
122
123 * processes.texi (Subprocess Creation): Add exec-suffixes.
124
125 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
126 (Scanning Keymaps): Add map-keymaps.
127 (Defining Menus): Add keymap-prompt.
128
129 * numbers.texi (Integer Basics): Add most-positive-fixnum,
130 most-negative-fixnum.
131
132 * compile.texi (Byte Compilation): Explain no-byte-compile
133 (Compiler Errors): New node.
134
135 * os.texi (User Identification): user-uid, user-real-uid
136 can return float.
137
138 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
139 and about derived modes.
140 (Minor Modes): Add minor-mode-list.
141 (Defining Minor Modes): Keyword args for define-minor-mode.
142 (Search-based Fontification): Explain managing other properties.
143 (Other Font Lock Variables): Add font-lock-extra-managed-props.
144 (Faces for Font Lock): Add font-locl-preprocessor-face.
145 (Hooks): Add run-mode-hooks and delay-mode-hooks.
146
147 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
148 (Variable Aliases): Clarify defvralias.
149
150 * loading.texi (Library Search): Add load-suffixes.
151
152 * minibuf.texi (Basic Completion): Add lazy-completion-table.
153 (Programmed Completion): Add dynamic-completion-table.
154
155 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
156 (Magic File Names): Specify precedence order of handlers.
157o
158 * commands.texi (Command Overview): Emacs server runs pre-command-hook
159 and post-command-hook.
160 (Waiting): New calling convention for sit-for.
161
162 * text.texi (Special Properties): local-map and keymap properties
163 apply based on their stickiness.
164
c6de56a0
RS
1652003-07-07 Richard M. Stallman <rms@gnu.org>
166
167 * modes.texi (Minor Mode Conventions): Specify only some kinds
168 of list values as args to minor modes.
169
170 * files.texi (File Name Expansion): Warn about iterative use
171 of substitute-in-file-name.
172
173 * advice.texi (Activation of Advice): Clean up previous change.
174
8c761ea6
MR
1752003-07-06 Markus Rost <rost@math.ohio-state.edu>
176
177 * advice.texi (Activation of Advice): Note that ad-start-advice is
178 turned on by default.
179
c6de56a0
RS
1802003-06-30 Richard M. Stallman <rms@gnu.org>
181
182 * text.texi (Buffer Contents): Document current-word.
183 (Change Hooks): Not called for *Messages*.
184
185 * functions.texi (Defining Functions): Explain about redefining
186 primitives.
187 (Function Safety): Renamed. Minor changes.
188 Comment out the detailed criteria for what is safe.
189
3fe4e567
AS
1902003-06-22 Andreas Schwab <schwab@suse.de>
191
192 * objects.texi (Symbol Type): Fix description of examples.
193
cda7bd13
AS
1942003-06-16 Andreas Schwab <schwab@suse.de>
195
196 * hash.texi (Creating Hash): Fix description of :weakness.
197
fbcffa4a
KG
1982003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
199
200 * files.texi (Changing Files): copy-file copies file modes, too.
201
ff6a3bfb
RS
2022003-05-28 Richard M. Stallman <rms@gnu.org>
203
204 * strings.texi (Creating Strings): Clarify split-string.
205
1463a05d
JB
2062003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
207
208 * strings.texi (Creating Strings): Update split-string specification
209 and examples.
210
af253914
RS
2112003-05-19 Richard M. Stallman <rms@gnu.org>
212
213 * elisp.texi: Correct invariant section names.
214
7ea52f92
RS
2152003-04-20 Richard M. Stallman <rms@gnu.org>
216
217 * os.texi (Timers): Explain about timers and quitting.
218
e31afc09
RS
2192003-04-19 Richard M. Stallman <rms@gnu.org>
220
221 * internals.texi (Writing Emacs Primitives): Strings are
222 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
223 Explain GCPRO convention for varargs function args.
224
5ceea398
RS
2252003-04-16 Richard M. Stallman <rms@gnu.org>
226
227 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
228
b0ada147
RS
2292003-04-08 Richard M. Stallman <rms@gnu.org>
230
231 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
232
b23375aa
KS
2332003-02-13 Kim F. Storm <storm@cua.dk>
234
235 * objects.texi (Character Type): New \s escape for space.
236
c60ee5e7
JB
2372003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
238
239 * os.texi (System Environment): Added cygwin system-type.
240
84e47416
RS
2412003-01-25 Richard M. Stallman <rms@gnu.org>
242
243 * keymaps.texi: Document that a symbol can act as a keymap.
244
3e8cf2ea
RS
2452003-01-13 Richard M. Stallman <rms@gnu.org>
246
247 * text.texi (Changing Properties): Say string indices are origin-0.
248
249 * positions.texi (Screen Lines) <compute-motion>:
250 Correct order of elts in return value.
251
252 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
253 how to define a default binding.
254
7abb9fc5 2552002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 256
104bc3aa 257 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 258
104bc3aa
MR
259 * customize.texi (Simple Types): Clarify description of custom
260 type 'number. Describe new custom type 'float.
177f790c 261
7abb9fc5 2622002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
263
264 * variables.texi (File Local Variables): Fix typo.
265
df140a68 2662002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 267
df140a68
KG
268 From Michael Albinus <Michael.Albinus@alcatel.de>.
269
270 * README: Target for Info file is `make info'.
271
272 * files.texi (File Name Components): Fixed typos in
273 `file-name-sans-extension'.
274 (Magic File Names): Complete list of operations for magic file
275 name handlers.
276
7ed9159a
JY
2772002-09-16 Jonathan Yavner <jyavner@engineer.com>
278
279 * variables.texi (File Local Variables): New function
280 risky-local-variable-p.
281
2822002-09-15 Jonathan Yavner <jyavner@engineer.com>
283
284 * functions.texi (Function safety): New node about unsafep.
285
241f79af
PA
2862002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
287
288 * customize.texi (Splicing into Lists): Fixed example.
289 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
290
72459b15
JB
2912002-06-17 Juanma Barranquero <lektu@terra.es>
292
293 * frames.texi (Display Feature Testing): Fix typo.
294
61f7e0f5
AS
2952002-06-12 Andreas Schwab <schwab@suse.de>
296
297 * frames.texi (Initial Parameters, Resources): Fix references to
298 the Emacs manual.
299
4e792dbd
KS
3002002-05-13 Kim F. Storm <storm@cua.dk>
301
302 * variables.texi (Intro to Buffer-Local): Updated warning and
303 example relating to changing buffer inside let.
304
940344d4 3052002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
306
307 * os.texi (Session Management): New node about X Session management.
308
231ac53b
EZ
3092002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
310
311 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
312 to which the manual corresponds, and the copyright years.
313
314 * Makefile.in (VERSION): Set to 2.9.
315
140cc574
EZ
3162001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
317
318 * elisp.texi: Change the category in @dircategory to "Emacs", to
319 make it consistent with info/dir.
320
9c7fce05
MB
3212001-11-25 Miles Bader <miles@gnu.org>
322
323 * text.texi (Fields): Describe new `limit' arg in
324 field-beginning/field-end.
325
9f8bbf0f
EZ
3262001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
327
a5e6715c
EZ
328 * permute-index: Don't depend on csh-specific features. Replace
329 the interpreter name with /bin/sh.
330
9f8bbf0f
EZ
331 * two-volume-cross-refs.txt: New file.
332 * two.el: New file.
333 * spellfile: New file.
334
1756e2fb
EZ
3352001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
336
337 * permute-index: New file.
338
339 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
340 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
341 8+3 restricted namespace.
ad050e54
EZ
342
343 * Makefile.in (infodir): Define relative to $(srcdir).
344 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
345 include directories list via -I switch to makeinfo.
346 (index.texi): Use cp if both hard and symbolic links fail.
347
10fa7f8e
EZ
3482001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
349
7a1494ce
EZ
350 * Makefile.in (distclean): Add.
351
10fa7f8e
EZ
352 The following changes make ELisp manual part of the Emacs
353 distribution:
354
355 * Makefile.in: Add Copyright notice.
356 (prefix): Remove.
357 (infodir): Change value to "../info".
358 (VPATH): New variable.
359 (MAKE): Don't define.
360 (texmacrodir): Don't define.
361 (texinputdir): Append the existing value of TEXINPUTS.
362 ($(infodir)/elisp): Instead of just "elisp". Reformat the
363 command to be compatible with man/Makefile.in, and to put the
364 output into ../info.
5c32b7c5 365 (info): Add target.
10fa7f8e
EZ
366 (installall): Target removed.
367
ad050e54 3682001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
369
370 * tips.texi (Coding Conventions): Fix typo.
371
6fd735df
GM
3722001-10-23 Gerd Moellmann <gerd@gnu.org>
373
374 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
375
b704d54b
EZ
3762001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
377
378 * files.texi (File Name Components): Update the description of
379 file-name-sans-extension and file-name-extension, as they now
380 ignore leading dots.
381
71431a0e
GM
3822001-10-20 Gerd Moellmann <gerd@gnu.org>
383
6aa97356 384 * (Version 21.1 released.)
71431a0e 385
79f1f96c
MB
3862001-10-19 Miles Bader <miles@gnu.org>
387
388 * positions.texi (Text Lines): Describe behavior of
389 `beginning-of-line'/`end-of-line' in the presence of field properties.
390
892a8f36
GM
3912001-10-17 Gerd Moellmann <gerd@gnu.org>
392
393 * Makefile.in (VERSION): Set to 2.8.
394 (manual): Use `manual-21'.
395
8c1cc9e8 396 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
397 number was used. Set it to 2.8.
398
399 * intro.texi: Likewise.
400
51724e26
EZ
4012001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
402
403 * files.texi (File Name Completion): Document the significance of
404 a trailing slash in elements of completion-ignored-extensions.
405
57b338e8
MB
4062001-10-06 Miles Bader <miles@gnu.org>
407
408 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
409
c89e4bc5
GM
4102001-10-04 Gerd Moellmann <gerd@gnu.org>
411
412 * variables.texi (Variable Aliases): New node.
413
ab952a4f
GM
4142001-10-04 Gerd Moellmann <gerd@gnu.org>
415
416 * Branch for 21.1.
dff28924 417
9db3a582
MB
4182001-10-02 Miles Bader <miles@gnu.org>
419
ae1a9581
MB
420 * minibuf.texi (Minibuffer Misc): Add entries for
421 `minibuffer-contents', `minibuffer-contents-no-properties', and
422 `delete-minibuffer-contents'.
423 Correct description for `minibuffer-prompt-end'.
424
9db3a582
MB
425 * text.texi (Property Search): Correct descriptions of
426 `next-char-property-change' and `previous-char-property-change'.
427 Add entries for `next-single-char-property-change' and
428 `previous-single-char-property-change'.
429 Make operand names a bit more consistent.
430
03be5931
EZ
4312001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
432
433 * frames.texi (Finding All Frames): Document that next-frame and
434 previous-frame are local to current terminal.
435
974548ec
EZ
4362001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
437
438 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 439 result of make-keymap.
974548ec 440
8d82c597
EZ
4412001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
442
443 * display.texi (Font Lookup, Attribute Functions)
444 (Image Descriptors): Add cross-references to the definition of
445 selected frame.
446
447 * buffers.texi (The Buffer List): Add cross-references to the
448 definition of selected frame.
449
450 * frames.texi (Input Focus): Clarify which frame is _the_ selected
451 frame at any given time.
452 (Multiple Displays, Size and Position): Add a cross-reference to
453 the definition of the selected frame.
454
2842de30
EZ
4552001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
456
457 * strings.texi (String Conversion) <string-to-number>: Document
458 that a float is returned for integers that are too large.
459
460 * frames.texi (Mouse Position): Document mouse-position-function.
461 (Display Feature Testing): Document display-images-p.
462 (Window Frame Parameters): Document the cursor-type variable.
463
464 * numbers.texi (Integer Basics): Document CL style read syntax for
465 integers in bases other than 10.
466
467 * positions.texi (List Motion): Document
468 open-paren-in-column-0-is-defun-start.
469
470 * lists.texi (Sets And Lists): Document member-ignore-case.
471
472 * internals.texi (Garbage Collection): Document the used and free
473 strings report.
474 (Memory Usage): Document strings-consed.
475
476 * os.texi (Time of Day): Document float-time.
477 (Recording Input): Document that clear-this-command-keys clears
478 the vector to be returned by recent-keys.
479
480 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
481 argument keymap can be a list.
482
483 * nonascii.texi (User-Chosen Coding Systems)
484 <select-safe-coding-system>: Document the new argument
485 accept-default-p and the variable
486 select-safe-coding-system-accept-default-p. Tell what happens if
487 buffer-file-coding-system is undecided.
488 (Default Coding Systems): Document auto-coding-regexp-alist.
489
490 * display.texi (The Echo Area) <message>: Document
491 message-truncate-lines.
492 (Glyphs): Document that the glyph table is unused on windowed
493 displays.
494
495 * help.texi (Describing Characters) <single-key-description>:
496 Document the new argument no-angles.
497 (Accessing Documentation) <documentation-property>: Document that
498 a non-string property is evaluated.
499 <documentation>: Document that the function-documentation property
500 is looked for.
501
502 * windows.texi (Selecting Windows): Document some-window.
503
504 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
505
506 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
507 apropos-mode-hook.
508
509 * commands.texi (Using Interactive): Document interactive-form.
510 (Keyboard Macros): Document kbd-macro-termination-hook.
511 (Command Loop Info): Document that clear-this-command-keys clears
512 the vector to be returned by recent-keys.
513
2d43d823
GM
5142001-09-04 Werner LEMBERG <wl@gnu.org>
515
516 * Makefile.in (srcdir, texinputdir): New variables.
517 (srcs, index.texi, install): Use $(srcdir).
518 (.PHONY): Remove elisp.dvi.
519 (elisp): Use -I switch for makeinfo.
520 (elisp.dvi): Use $(srcdir) and $(texinputdir).
521 (installall, dist): Use $(srcdir).
522 Fix path to texinfo.tex.
523 (maintainer-clean): Add elisp.dvi and elisp.oaux.
524
fa739b31
GM
5252001-08-30 Gerd Moellmann <gerd@gnu.org>
526
92a25631
GM
527 * display.texi (Conditional Display): Adjust to API change.
528
fa739b31
GM
529 * configure: New file.
530
cef68af5
GM
5312001-07-30 Gerd Moellmann <gerd@gnu.org>
532
533 * commands.texi (Repeat Events): Add description of
534 double-click-fuzz.
535
d1f08d85
SM
5362001-05-08 Stefan Monnier <monnier@cs.yale.edu>
537
538 * syntax.texi (Syntax Class Table): Add the missing designator for
539 comment and string fences.
540 (Syntax Properties): Add a xref to syntax table internals.
541 (Syntax Table Internals): Document string-to-syntax.
542
1e9fc92e
GM
5432001-05-07 Gerd Moellmann <gerd@gnu.org>
544
545 * Makefile.in (install): Use install-info command line options
546 like in Emacs' Makefile.in.
547
00480554
MB
5482000-12-09 Miles Bader <miles@gnu.org>
549
550 * windows.texi (Window Start): Update documentation for
551 `pos-visible-in-window-p'.
552
1e344ee2
SM
5532000-11-12 Stefan Monnier <monnier@cs.yale.edu>
554
555 * lists.texi (Building Lists): Add footnote to explain how to add
556 to the end of a list.
557
a540f6ed
GM
5582000-10-25 Gerd Moellmann <gerd@gnu.org>
559
560 * files.texi (Visiting Functions): Typos.
561
28bcdbee
KH
5622000-10-25 Kenichi Handa <handa@etl.go.jp>
563
564 * files.texi (Visiting Functions): Return value of
565 find-file-noselect may be a list of buffers if wildcards are used.
566
22d1a4ed
MB
5672000-10-24 Miles Bader <miles@lsi.nec.co.jp>
568
569 * display.texi (Defining Faces): Document `graphic' display type
570 in face specs.
571
916a89db
KG
5722000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
573
1e9fc92e 574 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
575 `after-make-frame-hook' with `after-make-frame-functions'.
576
1e9fc92e 577 * frames.texi (Creating Frames): Ditto.
916a89db 578
1e9fc92e 579 * variables.texi (Future Local Variables): Ditto.
916a89db 580
483de32b
GM
5812000-10-16 Gerd Moellmann <gerd@gnu.org>
582
583 * display.texi (Other Image Types): Add description of :foreground
584 and :background properties of mono PBM images.
585
e23a63a5
WL
5862000-08-17 Werner LEMBERG <wl@gnu.org>
587
588 * .cvsignore: New file.
589
dfc16043
GM
5902000-01-05 Gerd Moellmann <gerd@gnu.org>
591
592 * tindex.pl: New script.
593
602613fe
DL
5941999-12-03 Dave Love <fx@gnu.org>
595
596 * Makefile.in (MAKEINFO): New parameter.
597
94ec544d
DL
5981999-09-17 Richard Stallman <rms@gnu.org>
599
600 * Makefile.in (srcs): Add hash.texi.
601 (VERSION): Update to 20.6.
602
6031999-09-13 Richard Stallman <rms@gnu.org>
604
605 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
606
6071998-08-29 Karl Heuer <kwzh@gnu.org>
608
609 * configure.in: New file.
610 * Makefile.in: Renamed from Makefile.
611 (prefix, infodir): Use value obtained from configure.
612 (emacslibdir): Obsolete variable deleted.
613 (dist): Distribute configure.in, configure, Makefile.in.
614
6151998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
616
617 * Makefile (INSTALL_INFO): New variable.
618 (install): Run install-info.
619
6201998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
621
622 * Makefile (elisp.dvi): Add missing backslash.
623
6241998-05-02 Richard Stallman <rms@psilocin.gnu.org>
625
626 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
627 Run texindex without `./'. Always run texindex on elisp.tp.
628 (elisp.tps): Target deleted.
629
6301998-04-05 Richard Stallman <rms@psilocin.gnu.org>
631
632 * Makefile (srcs): Add nonascii.texi and customize.texi.
633 (dist): Start by deleting `temp'.
634
6351998-02-17 Richard Stallman <rms@psilocin.gnu.org>
636
637 * Makefile (makeinfo, texindex): Targets deleted.
638 (makeinfo.o, texindex.o): Targets deleted.
639 (clean, dist): Don't do anything with them or with getopt*.
640
6411998-01-30 Richard Stallman <rms@psilocin.gnu.org>
642
643 * Makefile (SHELL): Defined.
644
6451998-01-27 Richard Stallman <rms@psilocin.gnu.org>
646
647 * Makefile (elisp.tps): New target.
648 (elisp.dvi): Depend on elisp.tps.
649
650Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
651
652 * README: Update phone number.
653
654 * Makefile (elisp): Make this be the default target.
655 Depend on makeinfo.c instead of makeinfo.
656 (install): Don't depend on elisp.dvi, since we don't install that.
657 Use mkinstalldirs.
658 (dist): Add mkinstalldirs.
659
660Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
661
662 * Makefile (VERSION): Update version number.
663 (maintainer-clean): Renamed from realclean.
664
665Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
666
667 * Makefile (realclean): New target.
668 (elisp): Remove any old elisp-* files first.
669
670Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
671
d1f08d85
SM
672 * Makefile (VERSION): New variable.
673 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
674 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
675
676Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
677
678 * Makefile (elisp): Depend on makeinfo.
679
680Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
681
d1f08d85 682 * Makefile (srcs): Add anti.texi.
94ec544d
DL
683
684Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
685
686 * Makefile (infodir, prefix): New vars.
687 (install): Use infodir.
688 (emacsinfodir): Deleted.
689
690Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
691
692 * Makefile (srcs): Add calendar.texi.
693
694 * Makefile (dist): Copy texindex.c and makeinfo.c.
695 Limit elisp-* files to those with one or two digits.
696
697Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
698
699 * Makefile (dist): Changed to use Gzip instead of compress.
700
701Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
702
703 * loading.texi (Unloading): define-function changed back to
704 defalias. It may not stay this way, but at least it's
705 consistent with the known-good version of the code patch.
706
707Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
708
709 * modes.texi (Hooks): Document new optional arg of add-hook.
710
711Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
712
d1f08d85 713 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
714
715 * tips.texi: Add new section on standard library headers.
716
717Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
718
719 * Makefile (srcs): Add frame.texi to the list of sources.
720
721Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
722
723 * Makefile (dist): Don't bother excluding autosave files; they'll
724 never make it into the temp directory anyway, and the hash marks
725 in the name are problematic for make and the Bourne shell.
dff28924 726 (srcs):
94ec544d
DL
727
728Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
729
d1f08d85 730 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
731 the distribution tar file.
732
dff28924 733Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
734
735 * Makefile (srcs): Added index.perm.
736 (elisp.dvi): Remove erroneous shell comment.
737 Expect output of permute-index in permuted.fns.
738 Save old elisp.aux in elisp.oaux.
739 (clean): Added index.texi to be deleted.
740
dff28924 741Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
742
743 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
744
dff28924 745Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
746
747 * files.texi: Noted that completion-ignored-extensions is ignored
748 when making *Completions*.
749
750Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
751
752 * Makefile make dist now depends on elisp.dvi, since it tries
753 to include it in the dist file.
754
dff28924 755Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
756
757 * functions.texinfo (Mapping Functions): Add missing quote
758
dff28924 759Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
760
761 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
762 (defunargs): Turn off \hyphenchar of \sl font temporarily.
763
dff28924 764Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
765
766 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
767 and @error{} are the terms now being used. The files in the
768 directory have been changed to reflect this.
769
d1f08d85 770 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
771 ` @result{}', using 5 spaces at the begining of the line.
772
dff28924 773Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
774
775 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
776 experimental @indentedresult{}, @indentedexpandsto{} are part of
777 the texinfo.tex in this directory. These TeX macros are not
778 stable yet.
779
dff28924 780Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
781
782 * texinfo.tex: temporarily added
d1f08d85 783 \let\result=\dblarrow
94ec544d
DL
784 \def\error{{\it ERROR} \longdblarrow}
785 We need to do this better soon.
786
dff28924 787Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
788
789 * Applied Karl Berry's patches to *.texinfo files, but not to
790 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
791 new title page format is also not applied, since it requires
792 texinfo.tex changes.)
793
794 * Cleaned up `Makefile' and defined the `emacslibdir' directory
795 for the Project GNU development environment.
796
ad050e54
EZ
797;; Local Variables:
798;; coding: iso-2022-7bit-unix
799;; End:
2a34a036
GM
800
801 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
802 Copying and distribution of this file, with or without modification,
803 are permitted provided the copyright notice and this notice are preserved.