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