Mercurial > emacs
annotate lispref/ChangeLog @ 41193:1377d461b09c
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 17 Nov 2001 09:38:14 +0000 |
parents | e7fb0abe0a4d |
children | 6ea90136e5d8 |
rev | line source |
---|---|
41193 | 1 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> |
2 | |
3 * two-volume-cross-refs.txt: New file. | |
4 * two.el: New file. | |
5 * spellfile: New file. | |
6 | |
41139 | 7 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> |
8 | |
9 * permute-index: New file. | |
10 | |
11 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and | |
12 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS | |
13 8+3 restricted namespace. | |
41117 | 14 |
15 * Makefile.in (infodir): Define relative to $(srcdir). | |
16 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the | |
17 include directories list via -I switch to makeinfo. | |
18 (index.texi): Use cp if both hard and symbolic links fail. | |
19 | |
40886 | 20 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> |
21 | |
40897 | 22 * Makefile.in (distclean): Add. |
23 | |
40886 | 24 The following changes make ELisp manual part of the Emacs |
25 distribution: | |
26 | |
27 * Makefile.in: Add Copyright notice. | |
28 (prefix): Remove. | |
29 (infodir): Change value to "../info". | |
30 (VPATH): New variable. | |
31 (MAKE): Don't define. | |
32 (texmacrodir): Don't define. | |
33 (texinputdir): Append the existing value of TEXINPUTS. | |
34 ($(infodir)/elisp): Instead of just "elisp". Reformat the | |
35 command to be compatible with man/Makefile.in, and to put the | |
36 output into ../info. | |
40888 | 37 (info): Add target. |
40886 | 38 (installall): Target removed. |
39 | |
41117 | 40 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
40573 | 41 |
42 * tips.texi (Coding Conventions): Fix typo. | |
43 | |
40431 | 44 2001-10-23 Gerd Moellmann <gerd@gnu.org> |
45 | |
46 * Makefile.in (srcs): Add gpl.texi and doclicense.texi. | |
47 | |
40189 | 48 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> |
49 | |
50 * files.texi (File Name Components): Update the description of | |
51 file-name-sans-extension and file-name-extension, as they now | |
52 ignore leading dots. | |
53 | |
40111 | 54 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
55 | |
40152 | 56 * (Version 21.1 released.) |
40111 | 57 |
40043 | 58 2001-10-19 Miles Bader <miles@gnu.org> |
59 | |
60 * positions.texi (Text Lines): Describe behavior of | |
61 `beginning-of-line'/`end-of-line' in the presence of field properties. | |
62 | |
39995 | 63 2001-10-17 Gerd Moellmann <gerd@gnu.org> |
64 | |
65 * Makefile.in (VERSION): Set to 2.8. | |
66 (manual): Use `manual-21'. | |
67 | |
68 * elisp.texi (VERSION): Add and use it where the the version | |
69 number was used. Set it to 2.8. | |
70 | |
71 * intro.texi: Likewise. | |
72 | |
39884 | 73 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> |
74 | |
75 * files.texi (File Name Completion): Document the significance of | |
76 a trailing slash in elements of completion-ignored-extensions. | |
77 | |
39629 | 78 2001-10-06 Miles Bader <miles@gnu.org> |
79 | |
80 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'. | |
81 | |
39588 | 82 2001-10-04 Gerd Moellmann <gerd@gnu.org> |
83 | |
84 * variables.texi (Variable Aliases): New node. | |
85 | |
39742 | 86 2001-10-04 Gerd Moellmann <gerd@gnu.org> |
87 | |
88 * Branch for 21.1. | |
40965 | 89 |
39529 | 90 2001-10-02 Miles Bader <miles@gnu.org> |
91 | |
39532 | 92 * minibuf.texi (Minibuffer Misc): Add entries for |
93 `minibuffer-contents', `minibuffer-contents-no-properties', and | |
94 `delete-minibuffer-contents'. | |
95 Correct description for `minibuffer-prompt-end'. | |
96 | |
39529 | 97 * text.texi (Property Search): Correct descriptions of |
98 `next-char-property-change' and `previous-char-property-change'. | |
99 Add entries for `next-single-char-property-change' and | |
100 `previous-single-char-property-change'. | |
101 Make operand names a bit more consistent. | |
102 | |
39506 | 103 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il> |
104 | |
105 * frames.texi (Finding All Frames): Document that next-frame and | |
106 previous-frame are local to current terminal. | |
107 | |
39470 | 108 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il> |
109 | |
110 * keymaps.texi (Creating Keymaps): Fix the description of the | |
40965 | 111 result of make-keymap. |
39470 | 112 |
39405 | 113 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il> |
114 | |
115 * display.texi (Font Lookup, Attribute Functions) | |
116 (Image Descriptors): Add cross-references to the definition of | |
117 selected frame. | |
118 | |
119 * buffers.texi (The Buffer List): Add cross-references to the | |
120 definition of selected frame. | |
121 | |
122 * frames.texi (Input Focus): Clarify which frame is _the_ selected | |
123 frame at any given time. | |
124 (Multiple Displays, Size and Position): Add a cross-reference to | |
125 the definition of the selected frame. | |
126 | |
39211 | 127 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
128 | |
129 * strings.texi (String Conversion) <string-to-number>: Document | |
130 that a float is returned for integers that are too large. | |
131 | |
132 * frames.texi (Mouse Position): Document mouse-position-function. | |
133 (Display Feature Testing): Document display-images-p. | |
134 (Window Frame Parameters): Document the cursor-type variable. | |
135 | |
136 * numbers.texi (Integer Basics): Document CL style read syntax for | |
137 integers in bases other than 10. | |
138 | |
139 * positions.texi (List Motion): Document | |
140 open-paren-in-column-0-is-defun-start. | |
141 | |
142 * lists.texi (Sets And Lists): Document member-ignore-case. | |
143 | |
144 * internals.texi (Garbage Collection): Document the used and free | |
145 strings report. | |
146 (Memory Usage): Document strings-consed. | |
147 | |
148 * os.texi (Time of Day): Document float-time. | |
149 (Recording Input): Document that clear-this-command-keys clears | |
150 the vector to be returned by recent-keys. | |
151 | |
152 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The | |
153 argument keymap can be a list. | |
154 | |
155 * nonascii.texi (User-Chosen Coding Systems) | |
156 <select-safe-coding-system>: Document the new argument | |
157 accept-default-p and the variable | |
158 select-safe-coding-system-accept-default-p. Tell what happens if | |
159 buffer-file-coding-system is undecided. | |
160 (Default Coding Systems): Document auto-coding-regexp-alist. | |
161 | |
162 * display.texi (The Echo Area) <message>: Document | |
163 message-truncate-lines. | |
164 (Glyphs): Document that the glyph table is unused on windowed | |
165 displays. | |
166 | |
167 * help.texi (Describing Characters) <single-key-description>: | |
168 Document the new argument no-angles. | |
169 (Accessing Documentation) <documentation-property>: Document that | |
170 a non-string property is evaluated. | |
171 <documentation>: Document that the function-documentation property | |
172 is looked for. | |
173 | |
174 * windows.texi (Selecting Windows): Document some-window. | |
175 | |
176 * text.texi (MD5 Checksum): New node, documents the md5 primitive. | |
177 | |
178 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and | |
179 apropos-mode-hook. | |
180 | |
181 * commands.texi (Using Interactive): Document interactive-form. | |
182 (Keyboard Macros): Document kbd-macro-termination-hook. | |
183 (Command Loop Info): Document that clear-this-command-keys clears | |
184 the vector to be returned by recent-keys. | |
185 | |
39112 | 186 2001-09-04 Werner LEMBERG <wl@gnu.org> |
187 | |
188 * Makefile.in (srcdir, texinputdir): New variables. | |
189 (srcs, index.texi, install): Use $(srcdir). | |
190 (.PHONY): Remove elisp.dvi. | |
191 (elisp): Use -I switch for makeinfo. | |
192 (elisp.dvi): Use $(srcdir) and $(texinputdir). | |
193 (installall, dist): Use $(srcdir). | |
194 Fix path to texinfo.tex. | |
195 (maintainer-clean): Add elisp.dvi and elisp.oaux. | |
196 | |
39030 | 197 2001-08-30 Gerd Moellmann <gerd@gnu.org> |
198 | |
39034 | 199 * display.texi (Conditional Display): Adjust to API change. |
200 | |
39030 | 201 * configure: New file. |
202 | |
38604 | 203 2001-07-30 Gerd Moellmann <gerd@gnu.org> |
204 | |
205 * commands.texi (Repeat Events): Add description of | |
206 double-click-fuzz. | |
207 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
208 2001-05-08 Stefan Monnier <monnier@cs.yale.edu> |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
209 |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
210 * syntax.texi (Syntax Class Table): Add the missing designator for |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
211 comment and string fences. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
212 (Syntax Properties): Add a xref to syntax table internals. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
213 (Syntax Table Internals): Document string-to-syntax. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
214 |
37606 | 215 2001-05-07 Gerd Moellmann <gerd@gnu.org> |
216 | |
217 * Makefile.in (install): Use install-info command line options | |
218 like in Emacs' Makefile.in. | |
219 | |
34391 | 220 2000-12-09 Miles Bader <miles@gnu.org> |
221 | |
222 * windows.texi (Window Start): Update documentation for | |
223 `pos-visible-in-window-p'. | |
224 | |
33429
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
225 2000-11-12 Stefan Monnier <monnier@cs.yale.edu> |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
226 |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
227 * lists.texi (Building Lists): Add footnote to explain how to add |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
228 to the end of a list. |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
229 |
32860 | 230 2000-10-25 Gerd Moellmann <gerd@gnu.org> |
231 | |
232 * files.texi (Visiting Functions): Typos. | |
233 | |
32841 | 234 2000-10-25 Kenichi Handa <handa@etl.go.jp> |
235 | |
236 * files.texi (Visiting Functions): Return value of | |
237 find-file-noselect may be a list of buffers if wildcards are used. | |
238 | |
32803 | 239 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> |
240 | |
241 * display.texi (Defining Faces): Document `graphic' display type | |
242 in face specs. | |
243 | |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
244 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
245 |
37606 | 246 * hooks.texi (Standard Hooks): Replace obsolete |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
247 `after-make-frame-hook' with `after-make-frame-functions'. |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
248 |
37606 | 249 * frames.texi (Creating Frames): Ditto. |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
250 |
37606 | 251 * variables.texi (Future Local Variables): Ditto. |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
252 |
32556 | 253 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
254 | |
255 * display.texi (Other Image Types): Add description of :foreground | |
256 and :background properties of mono PBM images. | |
257 | |
30904 | 258 2000-08-17 Werner LEMBERG <wl@gnu.org> |
259 | |
260 * .cvsignore: New file. | |
261 | |
27188 | 262 2000-01-05 Gerd Moellmann <gerd@gnu.org> |
263 | |
264 * tindex.pl: New script. | |
265 | |
26695 | 266 1999-12-03 Dave Love <fx@gnu.org> |
267 | |
268 * Makefile.in (MAKEINFO): New parameter. | |
269 | |
26693 | 270 1999-09-17 Richard Stallman <rms@gnu.org> |
271 | |
272 * Makefile.in (srcs): Add hash.texi. | |
273 (VERSION): Update to 20.6. | |
274 | |
275 1999-09-13 Richard Stallman <rms@gnu.org> | |
276 | |
277 * Makefile.in (index.texi): If cannot make a symlink, make a hard link. | |
278 | |
279 1998-08-29 Karl Heuer <kwzh@gnu.org> | |
280 | |
281 * configure.in: New file. | |
282 * Makefile.in: Renamed from Makefile. | |
283 (prefix, infodir): Use value obtained from configure. | |
284 (emacslibdir): Obsolete variable deleted. | |
285 (dist): Distribute configure.in, configure, Makefile.in. | |
286 | |
287 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
288 | |
289 * Makefile (INSTALL_INFO): New variable. | |
290 (install): Run install-info. | |
291 | |
292 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
293 | |
294 * Makefile (elisp.dvi): Add missing backslash. | |
295 | |
296 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
297 | |
298 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps. | |
299 Run texindex without `./'. Always run texindex on elisp.tp. | |
300 (elisp.tps): Target deleted. | |
301 | |
302 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
303 | |
304 * Makefile (srcs): Add nonascii.texi and customize.texi. | |
305 (dist): Start by deleting `temp'. | |
306 | |
307 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
308 | |
309 * Makefile (makeinfo, texindex): Targets deleted. | |
310 (makeinfo.o, texindex.o): Targets deleted. | |
311 (clean, dist): Don't do anything with them or with getopt*. | |
312 | |
313 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
314 | |
315 * Makefile (SHELL): Defined. | |
316 | |
317 1998-01-27 Richard Stallman <rms@psilocin.gnu.org> | |
318 | |
319 * Makefile (elisp.tps): New target. | |
320 (elisp.dvi): Depend on elisp.tps. | |
321 | |
322 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
323 | |
324 * README: Update phone number. | |
325 | |
326 * Makefile (elisp): Make this be the default target. | |
327 Depend on makeinfo.c instead of makeinfo. | |
328 (install): Don't depend on elisp.dvi, since we don't install that. | |
329 Use mkinstalldirs. | |
330 (dist): Add mkinstalldirs. | |
331 | |
332 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
333 | |
334 * Makefile (VERSION): Update version number. | |
335 (maintainer-clean): Renamed from realclean. | |
336 | |
337 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | |
338 | |
339 * Makefile (realclean): New target. | |
340 (elisp): Remove any old elisp-* files first. | |
341 | |
342 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) | |
343 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
344 * Makefile (VERSION): New variable. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
345 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
346 Compressed file suffix should be `.gz', not `.z'. |
26693 | 347 |
348 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
349 | |
350 * Makefile (elisp): Depend on makeinfo. | |
351 | |
352 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu) | |
353 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
354 * Makefile (srcs): Add anti.texi. |
26693 | 355 |
356 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
357 | |
358 * Makefile (infodir, prefix): New vars. | |
359 (install): Use infodir. | |
360 (emacsinfodir): Deleted. | |
361 | |
362 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
363 | |
364 * Makefile (srcs): Add calendar.texi. | |
365 | |
366 * Makefile (dist): Copy texindex.c and makeinfo.c. | |
367 Limit elisp-* files to those with one or two digits. | |
368 | |
369 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
370 | |
371 * Makefile (dist): Changed to use Gzip instead of compress. | |
372 | |
373 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
374 | |
375 * loading.texi (Unloading): define-function changed back to | |
376 defalias. It may not stay this way, but at least it's | |
377 consistent with the known-good version of the code patch. | |
378 | |
379 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
380 | |
381 * modes.texi (Hooks): Document new optional arg of add-hook. | |
382 | |
383 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
384 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
385 * variables.texi: Document nil initial value of buffer-local variables. |
26693 | 386 |
387 * tips.texi: Add new section on standard library headers. | |
388 | |
389 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
390 | |
391 * Makefile (srcs): Add frame.texi to the list of sources. | |
392 | |
393 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
394 | |
395 * Makefile (dist): Don't bother excluding autosave files; they'll | |
396 never make it into the temp directory anyway, and the hash marks | |
397 in the name are problematic for make and the Bourne shell. | |
40965 | 398 (srcs): |
26693 | 399 |
400 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
401 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
402 * Makefile (dist): Don't include backup files or autosave files in |
26693 | 403 the distribution tar file. |
404 | |
40965 | 405 Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
26693 | 406 |
407 * Makefile (srcs): Added index.perm. | |
408 (elisp.dvi): Remove erroneous shell comment. | |
409 Expect output of permute-index in permuted.fns. | |
410 Save old elisp.aux in elisp.oaux. | |
411 (clean): Added index.texi to be deleted. | |
412 | |
40965 | 413 Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
26693 | 414 |
415 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. | |
416 | |
40965 | 417 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech) |
26693 | 418 |
419 * files.texi: Noted that completion-ignored-extensions is ignored | |
420 when making *Completions*. | |
421 | |
422 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu) | |
423 | |
424 * Makefile make dist now depends on elisp.dvi, since it tries | |
425 to include it in the dist file. | |
426 | |
40965 | 427 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu) |
26693 | 428 |
429 * functions.texinfo (Mapping Functions): Add missing quote | |
430 | |
40965 | 431 Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
26693 | 432 |
433 * texinfo.tex (frenchspacing): Use decimal codes for char to be set. | |
434 (defunargs): Turn off \hyphenchar of \sl font temporarily. | |
435 | |
40965 | 436 Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 437 |
438 * @result{}, @expansion{}, @print{}, @quiv{}, @point{}, | |
439 and @error{} are the terms now being used. The files in the | |
440 directory have been changed to reflect this. | |
441 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
442 * All instances of @indentedresultt{} have been changed to |
26693 | 443 ` @result{}', using 5 spaces at the begining of the line. |
444 | |
40965 | 445 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 446 |
447 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the | |
448 experimental @indentedresult{}, @indentedexpandsto{} are part of | |
449 the texinfo.tex in this directory. These TeX macros are not | |
450 stable yet. | |
451 | |
40965 | 452 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 453 |
454 * texinfo.tex: temporarily added | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
455 \let\result=\dblarrow |
26693 | 456 \def\error{{\it ERROR} \longdblarrow} |
457 We need to do this better soon. | |
458 | |
40965 | 459 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 460 |
461 * Applied Karl Berry's patches to *.texinfo files, but not to | |
462 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | |
463 new title page format is also not applied, since it requires | |
464 texinfo.tex changes.) | |
465 | |
466 * Cleaned up `Makefile' and defined the `emacslibdir' directory | |
467 for the Project GNU development environment. | |
468 | |
41117 | 469 ;; Local Variables: |
470 ;; coding: iso-2022-7bit-unix | |
471 ;; End: | |
39627 | 472 |
473 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | |
474 Copying and distribution of this file, with or without modification, | |
475 are permitted provided the copyright notice and this notice are preserved. |