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