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