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