Mercurial > emacs
annotate lispref/ChangeLog @ 32803:0c258c67cf54
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 24 Oct 2000 06:22:03 +0000 |
parents | 1cb37313bcac |
children | 5369fd91fc1e |
rev | line source |
---|---|
32803 | 1 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> |
2 | |
3 * display.texi (Defining Faces): Document `graphic' display type | |
4 in face specs. | |
5 | |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
6 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
|
7 |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
8 * hooks.texi (Standard Hooks): replace obsolete |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
9 `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
|
10 |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
11 * frames.texi (Creating Frames): dito. |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
12 |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
13 * variables.texi (Future Local Variables): dito. |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
14 |
32556 | 15 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
16 | |
17 * display.texi (Other Image Types): Add description of :foreground | |
18 and :background properties of mono PBM images. | |
19 | |
30904 | 20 2000-08-17 Werner LEMBERG <wl@gnu.org> |
21 | |
22 * .cvsignore: New file. | |
23 | |
27188 | 24 2000-01-05 Gerd Moellmann <gerd@gnu.org> |
25 | |
26 * tindex.pl: New script. | |
27 | |
26695 | 28 1999-12-03 Dave Love <fx@gnu.org> |
29 | |
30 * Makefile.in (MAKEINFO): New parameter. | |
31 | |
26693 | 32 1999-09-17 Richard Stallman <rms@gnu.org> |
33 | |
34 * Makefile.in (srcs): Add hash.texi. | |
35 (VERSION): Update to 20.6. | |
36 | |
37 1999-09-13 Richard Stallman <rms@gnu.org> | |
38 | |
39 * Makefile.in (index.texi): If cannot make a symlink, make a hard link. | |
40 | |
41 1998-08-29 Karl Heuer <kwzh@gnu.org> | |
42 | |
43 * configure.in: New file. | |
44 * Makefile.in: Renamed from Makefile. | |
45 (prefix, infodir): Use value obtained from configure. | |
46 (emacslibdir): Obsolete variable deleted. | |
47 (dist): Distribute configure.in, configure, Makefile.in. | |
48 | |
49 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
50 | |
51 * Makefile (INSTALL_INFO): New variable. | |
52 (install): Run install-info. | |
53 | |
54 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
55 | |
56 * Makefile (elisp.dvi): Add missing backslash. | |
57 | |
58 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
59 | |
60 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps. | |
61 Run texindex without `./'. Always run texindex on elisp.tp. | |
62 (elisp.tps): Target deleted. | |
63 | |
64 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
65 | |
66 * Makefile (srcs): Add nonascii.texi and customize.texi. | |
67 (dist): Start by deleting `temp'. | |
68 | |
69 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
70 | |
71 * Makefile (makeinfo, texindex): Targets deleted. | |
72 (makeinfo.o, texindex.o): Targets deleted. | |
73 (clean, dist): Don't do anything with them or with getopt*. | |
74 | |
75 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
76 | |
77 * Makefile (SHELL): Defined. | |
78 | |
79 1998-01-27 Richard Stallman <rms@psilocin.gnu.org> | |
80 | |
81 * Makefile (elisp.tps): New target. | |
82 (elisp.dvi): Depend on elisp.tps. | |
83 | |
84 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
85 | |
86 * README: Update phone number. | |
87 | |
88 * Makefile (elisp): Make this be the default target. | |
89 Depend on makeinfo.c instead of makeinfo. | |
90 (install): Don't depend on elisp.dvi, since we don't install that. | |
91 Use mkinstalldirs. | |
92 (dist): Add mkinstalldirs. | |
93 | |
94 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
95 | |
96 * Makefile (VERSION): Update version number. | |
97 (maintainer-clean): Renamed from realclean. | |
98 | |
99 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | |
100 | |
101 * Makefile (realclean): New target. | |
102 (elisp): Remove any old elisp-* files first. | |
103 | |
104 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) | |
105 | |
106 * Makefile (VERSION): New variable. | |
107 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. | |
108 Compressed file suffix should be `.gz', not `.z'. | |
109 | |
110 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
111 | |
112 * Makefile (elisp): Depend on makeinfo. | |
113 | |
114 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu) | |
115 | |
116 * Makefile (srcs): Add anti.texi. | |
117 | |
118 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
119 | |
120 * Makefile (infodir, prefix): New vars. | |
121 (install): Use infodir. | |
122 (emacsinfodir): Deleted. | |
123 | |
124 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
125 | |
126 * Makefile (srcs): Add calendar.texi. | |
127 | |
128 * Makefile (dist): Copy texindex.c and makeinfo.c. | |
129 Limit elisp-* files to those with one or two digits. | |
130 | |
131 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
132 | |
133 * Makefile (dist): Changed to use Gzip instead of compress. | |
134 | |
135 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
136 | |
137 * loading.texi (Unloading): define-function changed back to | |
138 defalias. It may not stay this way, but at least it's | |
139 consistent with the known-good version of the code patch. | |
140 | |
141 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
142 | |
143 * modes.texi (Hooks): Document new optional arg of add-hook. | |
144 | |
145 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
146 | |
147 * variables.texi: document nil initial value of buffer-local variables. | |
148 | |
149 * tips.texi: Add new section on standard library headers. | |
150 | |
151 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
152 | |
153 * Makefile (srcs): Add frame.texi to the list of sources. | |
154 | |
155 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
156 | |
157 * Makefile (dist): Don't bother excluding autosave files; they'll | |
158 never make it into the temp directory anyway, and the hash marks | |
159 in the name are problematic for make and the Bourne shell. | |
160 (srcs): | |
161 | |
162 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
163 | |
164 * Makefile (dist): Don't include backup files or autosave files in | |
165 the distribution tar file. | |
166 | |
167 Tue Nov 26 21:10:34 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu) | |
168 | |
169 * Makefile (srcs): Added index.perm. | |
170 (elisp.dvi): Remove erroneous shell comment. | |
171 Expect output of permute-index in permuted.fns. | |
172 Save old elisp.aux in elisp.oaux. | |
173 (clean): Added index.texi to be deleted. | |
174 | |
175 Sat Aug 11 17:39:10 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
176 | |
177 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. | |
178 | |
179 Tue Jun 26 09:57:26 1990 David Lawrence (tale at geech) | |
180 | |
181 * files.texi: Noted that completion-ignored-extensions is ignored | |
182 when making *Completions*. | |
183 | |
184 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu) | |
185 | |
186 * Makefile make dist now depends on elisp.dvi, since it tries | |
187 to include it in the dist file. | |
188 | |
189 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon at mole.ai.mit.edu) | |
190 | |
191 * functions.texinfo (Mapping Functions): Add missing quote | |
192 | |
193 Mon Jun 19 18:09:24 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
194 | |
195 * texinfo.tex (frenchspacing): Use decimal codes for char to be set. | |
196 (defunargs): Turn off \hyphenchar of \sl font temporarily. | |
197 | |
198 Wed May 10 18:01:17 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
199 | |
200 * @result{}, @expansion{}, @print{}, @quiv{}, @point{}, | |
201 and @error{} are the terms now being used. The files in the | |
202 directory have been changed to reflect this. | |
203 | |
204 * All instances of @indentedresultt{} have been changed to | |
205 ` @result{}', using 5 spaces at the begining of the line. | |
206 | |
207 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
208 | |
209 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the | |
210 experimental @indentedresult{}, @indentedexpandsto{} are part of | |
211 the texinfo.tex in this directory. These TeX macros are not | |
212 stable yet. | |
213 | |
214 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
215 | |
216 * texinfo.tex: temporarily added | |
217 \let\result=\dblarrow | |
218 \def\error{{\it ERROR} \longdblarrow} | |
219 We need to do this better soon. | |
220 | |
221 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
222 | |
223 * Applied Karl Berry's patches to *.texinfo files, but not to | |
224 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | |
225 new title page format is also not applied, since it requires | |
226 texinfo.tex changes.) | |
227 | |
228 * Cleaned up `Makefile' and defined the `emacslibdir' directory | |
229 for the Project GNU development environment. | |
230 |