(auto-mode-alist, interpreter-mode-alist): Removed entries to CC Mode
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
3fe4e567
AS
12003-06-22 Andreas Schwab <schwab@suse.de>
2
3 * objects.texi (Symbol Type): Fix description of examples.
4
cda7bd13
AS
52003-06-16 Andreas Schwab <schwab@suse.de>
6
7 * hash.texi (Creating Hash): Fix description of :weakness.
8
fbcffa4a
KG
92003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
10
11 * files.texi (Changing Files): copy-file copies file modes, too.
12
ff6a3bfb
RS
132003-05-28 Richard M. Stallman <rms@gnu.org>
14
15 * strings.texi (Creating Strings): Clarify split-string.
16
1463a05d
JB
172003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
18
19 * strings.texi (Creating Strings): Update split-string specification
20 and examples.
21
af253914
RS
222003-05-19 Richard M. Stallman <rms@gnu.org>
23
24 * elisp.texi: Correct invariant section names.
25
7ea52f92
RS
262003-04-20 Richard M. Stallman <rms@gnu.org>
27
28 * os.texi (Timers): Explain about timers and quitting.
29
e31afc09
RS
302003-04-19 Richard M. Stallman <rms@gnu.org>
31
32 * internals.texi (Writing Emacs Primitives): Strings are
33 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
34 Explain GCPRO convention for varargs function args.
35
5ceea398
RS
362003-04-16 Richard M. Stallman <rms@gnu.org>
37
38 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
39
b0ada147
RS
402003-04-08 Richard M. Stallman <rms@gnu.org>
41
42 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
43
b23375aa
KS
442003-02-13 Kim F. Storm <storm@cua.dk>
45
46 * objects.texi (Character Type): New \s escape for space.
47
c60ee5e7
JB
482003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
49
50 * os.texi (System Environment): Added cygwin system-type.
51
84e47416
RS
522003-01-25 Richard M. Stallman <rms@gnu.org>
53
54 * keymaps.texi: Document that a symbol can act as a keymap.
55
3e8cf2ea
RS
562003-01-13 Richard M. Stallman <rms@gnu.org>
57
58 * text.texi (Changing Properties): Say string indices are origin-0.
59
60 * positions.texi (Screen Lines) <compute-motion>:
61 Correct order of elts in return value.
62
63 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
64 how to define a default binding.
65
7abb9fc5 662002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 67
104bc3aa 68 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 69
104bc3aa
MR
70 * customize.texi (Simple Types): Clarify description of custom
71 type 'number. Describe new custom type 'float.
177f790c 72
7abb9fc5 732002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
74
75 * variables.texi (File Local Variables): Fix typo.
76
df140a68 772002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 78
df140a68
KG
79 From Michael Albinus <Michael.Albinus@alcatel.de>.
80
81 * README: Target for Info file is `make info'.
82
83 * files.texi (File Name Components): Fixed typos in
84 `file-name-sans-extension'.
85 (Magic File Names): Complete list of operations for magic file
86 name handlers.
87
7ed9159a
JY
882002-09-16 Jonathan Yavner <jyavner@engineer.com>
89
90 * variables.texi (File Local Variables): New function
91 risky-local-variable-p.
92
932002-09-15 Jonathan Yavner <jyavner@engineer.com>
94
95 * functions.texi (Function safety): New node about unsafep.
96
241f79af
PA
972002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
98
99 * customize.texi (Splicing into Lists): Fixed example.
100 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
101
72459b15
JB
1022002-06-17 Juanma Barranquero <lektu@terra.es>
103
104 * frames.texi (Display Feature Testing): Fix typo.
105
61f7e0f5
AS
1062002-06-12 Andreas Schwab <schwab@suse.de>
107
108 * frames.texi (Initial Parameters, Resources): Fix references to
109 the Emacs manual.
110
4e792dbd
KS
1112002-05-13 Kim F. Storm <storm@cua.dk>
112
113 * variables.texi (Intro to Buffer-Local): Updated warning and
114 example relating to changing buffer inside let.
115
940344d4 1162002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
117
118 * os.texi (Session Management): New node about X Session management.
119
231ac53b
EZ
1202002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
121
122 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
123 to which the manual corresponds, and the copyright years.
124
125 * Makefile.in (VERSION): Set to 2.9.
126
140cc574
EZ
1272001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
128
129 * elisp.texi: Change the category in @dircategory to "Emacs", to
130 make it consistent with info/dir.
131
9c7fce05
MB
1322001-11-25 Miles Bader <miles@gnu.org>
133
134 * text.texi (Fields): Describe new `limit' arg in
135 field-beginning/field-end.
136
9f8bbf0f
EZ
1372001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
138
a5e6715c
EZ
139 * permute-index: Don't depend on csh-specific features. Replace
140 the interpreter name with /bin/sh.
141
9f8bbf0f
EZ
142 * two-volume-cross-refs.txt: New file.
143 * two.el: New file.
144 * spellfile: New file.
145
1756e2fb
EZ
1462001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
147
148 * permute-index: New file.
149
150 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
151 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
152 8+3 restricted namespace.
ad050e54
EZ
153
154 * Makefile.in (infodir): Define relative to $(srcdir).
155 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
156 include directories list via -I switch to makeinfo.
157 (index.texi): Use cp if both hard and symbolic links fail.
158
10fa7f8e
EZ
1592001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
160
7a1494ce
EZ
161 * Makefile.in (distclean): Add.
162
10fa7f8e
EZ
163 The following changes make ELisp manual part of the Emacs
164 distribution:
165
166 * Makefile.in: Add Copyright notice.
167 (prefix): Remove.
168 (infodir): Change value to "../info".
169 (VPATH): New variable.
170 (MAKE): Don't define.
171 (texmacrodir): Don't define.
172 (texinputdir): Append the existing value of TEXINPUTS.
173 ($(infodir)/elisp): Instead of just "elisp". Reformat the
174 command to be compatible with man/Makefile.in, and to put the
175 output into ../info.
5c32b7c5 176 (info): Add target.
10fa7f8e
EZ
177 (installall): Target removed.
178
ad050e54 1792001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
180
181 * tips.texi (Coding Conventions): Fix typo.
182
6fd735df
GM
1832001-10-23 Gerd Moellmann <gerd@gnu.org>
184
185 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
186
b704d54b
EZ
1872001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
188
189 * files.texi (File Name Components): Update the description of
190 file-name-sans-extension and file-name-extension, as they now
191 ignore leading dots.
192
71431a0e
GM
1932001-10-20 Gerd Moellmann <gerd@gnu.org>
194
6aa97356 195 * (Version 21.1 released.)
71431a0e 196
79f1f96c
MB
1972001-10-19 Miles Bader <miles@gnu.org>
198
199 * positions.texi (Text Lines): Describe behavior of
200 `beginning-of-line'/`end-of-line' in the presence of field properties.
201
892a8f36
GM
2022001-10-17 Gerd Moellmann <gerd@gnu.org>
203
204 * Makefile.in (VERSION): Set to 2.8.
205 (manual): Use `manual-21'.
206
8c1cc9e8 207 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
208 number was used. Set it to 2.8.
209
210 * intro.texi: Likewise.
211
51724e26
EZ
2122001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
213
214 * files.texi (File Name Completion): Document the significance of
215 a trailing slash in elements of completion-ignored-extensions.
216
57b338e8
MB
2172001-10-06 Miles Bader <miles@gnu.org>
218
219 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
220
c89e4bc5
GM
2212001-10-04 Gerd Moellmann <gerd@gnu.org>
222
223 * variables.texi (Variable Aliases): New node.
224
ab952a4f
GM
2252001-10-04 Gerd Moellmann <gerd@gnu.org>
226
227 * Branch for 21.1.
dff28924 228
9db3a582
MB
2292001-10-02 Miles Bader <miles@gnu.org>
230
ae1a9581
MB
231 * minibuf.texi (Minibuffer Misc): Add entries for
232 `minibuffer-contents', `minibuffer-contents-no-properties', and
233 `delete-minibuffer-contents'.
234 Correct description for `minibuffer-prompt-end'.
235
9db3a582
MB
236 * text.texi (Property Search): Correct descriptions of
237 `next-char-property-change' and `previous-char-property-change'.
238 Add entries for `next-single-char-property-change' and
239 `previous-single-char-property-change'.
240 Make operand names a bit more consistent.
241
03be5931
EZ
2422001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
243
244 * frames.texi (Finding All Frames): Document that next-frame and
245 previous-frame are local to current terminal.
246
974548ec
EZ
2472001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
248
249 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 250 result of make-keymap.
974548ec 251
8d82c597
EZ
2522001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
253
254 * display.texi (Font Lookup, Attribute Functions)
255 (Image Descriptors): Add cross-references to the definition of
256 selected frame.
257
258 * buffers.texi (The Buffer List): Add cross-references to the
259 definition of selected frame.
260
261 * frames.texi (Input Focus): Clarify which frame is _the_ selected
262 frame at any given time.
263 (Multiple Displays, Size and Position): Add a cross-reference to
264 the definition of the selected frame.
265
2842de30
EZ
2662001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
267
268 * strings.texi (String Conversion) <string-to-number>: Document
269 that a float is returned for integers that are too large.
270
271 * frames.texi (Mouse Position): Document mouse-position-function.
272 (Display Feature Testing): Document display-images-p.
273 (Window Frame Parameters): Document the cursor-type variable.
274
275 * numbers.texi (Integer Basics): Document CL style read syntax for
276 integers in bases other than 10.
277
278 * positions.texi (List Motion): Document
279 open-paren-in-column-0-is-defun-start.
280
281 * lists.texi (Sets And Lists): Document member-ignore-case.
282
283 * internals.texi (Garbage Collection): Document the used and free
284 strings report.
285 (Memory Usage): Document strings-consed.
286
287 * os.texi (Time of Day): Document float-time.
288 (Recording Input): Document that clear-this-command-keys clears
289 the vector to be returned by recent-keys.
290
291 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
292 argument keymap can be a list.
293
294 * nonascii.texi (User-Chosen Coding Systems)
295 <select-safe-coding-system>: Document the new argument
296 accept-default-p and the variable
297 select-safe-coding-system-accept-default-p. Tell what happens if
298 buffer-file-coding-system is undecided.
299 (Default Coding Systems): Document auto-coding-regexp-alist.
300
301 * display.texi (The Echo Area) <message>: Document
302 message-truncate-lines.
303 (Glyphs): Document that the glyph table is unused on windowed
304 displays.
305
306 * help.texi (Describing Characters) <single-key-description>:
307 Document the new argument no-angles.
308 (Accessing Documentation) <documentation-property>: Document that
309 a non-string property is evaluated.
310 <documentation>: Document that the function-documentation property
311 is looked for.
312
313 * windows.texi (Selecting Windows): Document some-window.
314
315 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
316
317 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
318 apropos-mode-hook.
319
320 * commands.texi (Using Interactive): Document interactive-form.
321 (Keyboard Macros): Document kbd-macro-termination-hook.
322 (Command Loop Info): Document that clear-this-command-keys clears
323 the vector to be returned by recent-keys.
324
2d43d823
GM
3252001-09-04 Werner LEMBERG <wl@gnu.org>
326
327 * Makefile.in (srcdir, texinputdir): New variables.
328 (srcs, index.texi, install): Use $(srcdir).
329 (.PHONY): Remove elisp.dvi.
330 (elisp): Use -I switch for makeinfo.
331 (elisp.dvi): Use $(srcdir) and $(texinputdir).
332 (installall, dist): Use $(srcdir).
333 Fix path to texinfo.tex.
334 (maintainer-clean): Add elisp.dvi and elisp.oaux.
335
fa739b31
GM
3362001-08-30 Gerd Moellmann <gerd@gnu.org>
337
92a25631
GM
338 * display.texi (Conditional Display): Adjust to API change.
339
fa739b31
GM
340 * configure: New file.
341
cef68af5
GM
3422001-07-30 Gerd Moellmann <gerd@gnu.org>
343
344 * commands.texi (Repeat Events): Add description of
345 double-click-fuzz.
346
d1f08d85
SM
3472001-05-08 Stefan Monnier <monnier@cs.yale.edu>
348
349 * syntax.texi (Syntax Class Table): Add the missing designator for
350 comment and string fences.
351 (Syntax Properties): Add a xref to syntax table internals.
352 (Syntax Table Internals): Document string-to-syntax.
353
1e9fc92e
GM
3542001-05-07 Gerd Moellmann <gerd@gnu.org>
355
356 * Makefile.in (install): Use install-info command line options
357 like in Emacs' Makefile.in.
358
00480554
MB
3592000-12-09 Miles Bader <miles@gnu.org>
360
361 * windows.texi (Window Start): Update documentation for
362 `pos-visible-in-window-p'.
363
1e344ee2
SM
3642000-11-12 Stefan Monnier <monnier@cs.yale.edu>
365
366 * lists.texi (Building Lists): Add footnote to explain how to add
367 to the end of a list.
368
a540f6ed
GM
3692000-10-25 Gerd Moellmann <gerd@gnu.org>
370
371 * files.texi (Visiting Functions): Typos.
372
28bcdbee
KH
3732000-10-25 Kenichi Handa <handa@etl.go.jp>
374
375 * files.texi (Visiting Functions): Return value of
376 find-file-noselect may be a list of buffers if wildcards are used.
377
22d1a4ed
MB
3782000-10-24 Miles Bader <miles@lsi.nec.co.jp>
379
380 * display.texi (Defining Faces): Document `graphic' display type
381 in face specs.
382
916a89db
KG
3832000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
384
1e9fc92e 385 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
386 `after-make-frame-hook' with `after-make-frame-functions'.
387
1e9fc92e 388 * frames.texi (Creating Frames): Ditto.
916a89db 389
1e9fc92e 390 * variables.texi (Future Local Variables): Ditto.
916a89db 391
483de32b
GM
3922000-10-16 Gerd Moellmann <gerd@gnu.org>
393
394 * display.texi (Other Image Types): Add description of :foreground
395 and :background properties of mono PBM images.
396
e23a63a5
WL
3972000-08-17 Werner LEMBERG <wl@gnu.org>
398
399 * .cvsignore: New file.
400
dfc16043
GM
4012000-01-05 Gerd Moellmann <gerd@gnu.org>
402
403 * tindex.pl: New script.
404
602613fe
DL
4051999-12-03 Dave Love <fx@gnu.org>
406
407 * Makefile.in (MAKEINFO): New parameter.
408
94ec544d
DL
4091999-09-17 Richard Stallman <rms@gnu.org>
410
411 * Makefile.in (srcs): Add hash.texi.
412 (VERSION): Update to 20.6.
413
4141999-09-13 Richard Stallman <rms@gnu.org>
415
416 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
417
4181998-08-29 Karl Heuer <kwzh@gnu.org>
419
420 * configure.in: New file.
421 * Makefile.in: Renamed from Makefile.
422 (prefix, infodir): Use value obtained from configure.
423 (emacslibdir): Obsolete variable deleted.
424 (dist): Distribute configure.in, configure, Makefile.in.
425
4261998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
427
428 * Makefile (INSTALL_INFO): New variable.
429 (install): Run install-info.
430
4311998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
432
433 * Makefile (elisp.dvi): Add missing backslash.
434
4351998-05-02 Richard Stallman <rms@psilocin.gnu.org>
436
437 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
438 Run texindex without `./'. Always run texindex on elisp.tp.
439 (elisp.tps): Target deleted.
440
4411998-04-05 Richard Stallman <rms@psilocin.gnu.org>
442
443 * Makefile (srcs): Add nonascii.texi and customize.texi.
444 (dist): Start by deleting `temp'.
445
4461998-02-17 Richard Stallman <rms@psilocin.gnu.org>
447
448 * Makefile (makeinfo, texindex): Targets deleted.
449 (makeinfo.o, texindex.o): Targets deleted.
450 (clean, dist): Don't do anything with them or with getopt*.
451
4521998-01-30 Richard Stallman <rms@psilocin.gnu.org>
453
454 * Makefile (SHELL): Defined.
455
4561998-01-27 Richard Stallman <rms@psilocin.gnu.org>
457
458 * Makefile (elisp.tps): New target.
459 (elisp.dvi): Depend on elisp.tps.
460
461Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
462
463 * README: Update phone number.
464
465 * Makefile (elisp): Make this be the default target.
466 Depend on makeinfo.c instead of makeinfo.
467 (install): Don't depend on elisp.dvi, since we don't install that.
468 Use mkinstalldirs.
469 (dist): Add mkinstalldirs.
470
471Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
472
473 * Makefile (VERSION): Update version number.
474 (maintainer-clean): Renamed from realclean.
475
476Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
477
478 * Makefile (realclean): New target.
479 (elisp): Remove any old elisp-* files first.
480
481Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
482
d1f08d85
SM
483 * Makefile (VERSION): New variable.
484 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
485 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
486
487Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
488
489 * Makefile (elisp): Depend on makeinfo.
490
491Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
492
d1f08d85 493 * Makefile (srcs): Add anti.texi.
94ec544d
DL
494
495Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
496
497 * Makefile (infodir, prefix): New vars.
498 (install): Use infodir.
499 (emacsinfodir): Deleted.
500
501Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
502
503 * Makefile (srcs): Add calendar.texi.
504
505 * Makefile (dist): Copy texindex.c and makeinfo.c.
506 Limit elisp-* files to those with one or two digits.
507
508Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
509
510 * Makefile (dist): Changed to use Gzip instead of compress.
511
512Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
513
514 * loading.texi (Unloading): define-function changed back to
515 defalias. It may not stay this way, but at least it's
516 consistent with the known-good version of the code patch.
517
518Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
519
520 * modes.texi (Hooks): Document new optional arg of add-hook.
521
522Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
523
d1f08d85 524 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
525
526 * tips.texi: Add new section on standard library headers.
527
528Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
529
530 * Makefile (srcs): Add frame.texi to the list of sources.
531
532Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
533
534 * Makefile (dist): Don't bother excluding autosave files; they'll
535 never make it into the temp directory anyway, and the hash marks
536 in the name are problematic for make and the Bourne shell.
dff28924 537 (srcs):
94ec544d
DL
538
539Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
540
d1f08d85 541 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
542 the distribution tar file.
543
dff28924 544Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
545
546 * Makefile (srcs): Added index.perm.
547 (elisp.dvi): Remove erroneous shell comment.
548 Expect output of permute-index in permuted.fns.
549 Save old elisp.aux in elisp.oaux.
550 (clean): Added index.texi to be deleted.
551
dff28924 552Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
553
554 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
555
dff28924 556Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
557
558 * files.texi: Noted that completion-ignored-extensions is ignored
559 when making *Completions*.
560
561Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
562
563 * Makefile make dist now depends on elisp.dvi, since it tries
564 to include it in the dist file.
565
dff28924 566Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
567
568 * functions.texinfo (Mapping Functions): Add missing quote
569
dff28924 570Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
571
572 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
573 (defunargs): Turn off \hyphenchar of \sl font temporarily.
574
dff28924 575Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
576
577 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
578 and @error{} are the terms now being used. The files in the
579 directory have been changed to reflect this.
580
d1f08d85 581 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
582 ` @result{}', using 5 spaces at the begining of the line.
583
dff28924 584Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
585
586 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
587 experimental @indentedresult{}, @indentedexpandsto{} are part of
588 the texinfo.tex in this directory. These TeX macros are not
589 stable yet.
590
dff28924 591Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
592
593 * texinfo.tex: temporarily added
d1f08d85 594 \let\result=\dblarrow
94ec544d
DL
595 \def\error{{\it ERROR} \longdblarrow}
596 We need to do this better soon.
597
dff28924 598Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
599
600 * Applied Karl Berry's patches to *.texinfo files, but not to
601 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
602 new title page format is also not applied, since it requires
603 texinfo.tex changes.)
604
605 * Cleaned up `Makefile' and defined the `emacslibdir' directory
606 for the Project GNU development environment.
607
ad050e54
EZ
608;; Local Variables:
609;; coding: iso-2022-7bit-unix
610;; End:
2a34a036
GM
611
612 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
613 Copying and distribution of this file, with or without modification,
614 are permitted provided the copyright notice and this notice are preserved.