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