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