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