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