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