*** empty log message ***
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
57b338e8
MB
12001-10-06 Miles Bader <miles@gnu.org>
2
3 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4
c89e4bc5
GM
52001-10-04 Gerd Moellmann <gerd@gnu.org>
6
7 * variables.texi (Variable Aliases): New node.
8
ab952a4f
GM
92001-10-04 Gerd Moellmann <gerd@gnu.org>
10
11 * Branch for 21.1.
12
9db3a582
MB
132001-10-02 Miles Bader <miles@gnu.org>
14
ae1a9581
MB
15 * minibuf.texi (Minibuffer Misc): Add entries for
16 `minibuffer-contents', `minibuffer-contents-no-properties', and
17 `delete-minibuffer-contents'.
18 Correct description for `minibuffer-prompt-end'.
19
9db3a582
MB
20 * text.texi (Property Search): Correct descriptions of
21 `next-char-property-change' and `previous-char-property-change'.
22 Add entries for `next-single-char-property-change' and
23 `previous-single-char-property-change'.
24 Make operand names a bit more consistent.
25
03be5931
EZ
262001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
27
28 * frames.texi (Finding All Frames): Document that next-frame and
29 previous-frame are local to current terminal.
30
974548ec
EZ
312001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
32
33 * keymaps.texi (Creating Keymaps): Fix the description of the
34 result of make-keymap.
35
8d82c597
EZ
362001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
37
38 * display.texi (Font Lookup, Attribute Functions)
39 (Image Descriptors): Add cross-references to the definition of
40 selected frame.
41
42 * buffers.texi (The Buffer List): Add cross-references to the
43 definition of selected frame.
44
45 * frames.texi (Input Focus): Clarify which frame is _the_ selected
46 frame at any given time.
47 (Multiple Displays, Size and Position): Add a cross-reference to
48 the definition of the selected frame.
49
2842de30
EZ
502001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
51
52 * strings.texi (String Conversion) <string-to-number>: Document
53 that a float is returned for integers that are too large.
54
55 * frames.texi (Mouse Position): Document mouse-position-function.
56 (Display Feature Testing): Document display-images-p.
57 (Window Frame Parameters): Document the cursor-type variable.
58
59 * numbers.texi (Integer Basics): Document CL style read syntax for
60 integers in bases other than 10.
61
62 * positions.texi (List Motion): Document
63 open-paren-in-column-0-is-defun-start.
64
65 * lists.texi (Sets And Lists): Document member-ignore-case.
66
67 * internals.texi (Garbage Collection): Document the used and free
68 strings report.
69 (Memory Usage): Document strings-consed.
70
71 * os.texi (Time of Day): Document float-time.
72 (Recording Input): Document that clear-this-command-keys clears
73 the vector to be returned by recent-keys.
74
75 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
76 argument keymap can be a list.
77
78 * nonascii.texi (User-Chosen Coding Systems)
79 <select-safe-coding-system>: Document the new argument
80 accept-default-p and the variable
81 select-safe-coding-system-accept-default-p. Tell what happens if
82 buffer-file-coding-system is undecided.
83 (Default Coding Systems): Document auto-coding-regexp-alist.
84
85 * display.texi (The Echo Area) <message>: Document
86 message-truncate-lines.
87 (Glyphs): Document that the glyph table is unused on windowed
88 displays.
89
90 * help.texi (Describing Characters) <single-key-description>:
91 Document the new argument no-angles.
92 (Accessing Documentation) <documentation-property>: Document that
93 a non-string property is evaluated.
94 <documentation>: Document that the function-documentation property
95 is looked for.
96
97 * windows.texi (Selecting Windows): Document some-window.
98
99 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
100
101 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
102 apropos-mode-hook.
103
104 * commands.texi (Using Interactive): Document interactive-form.
105 (Keyboard Macros): Document kbd-macro-termination-hook.
106 (Command Loop Info): Document that clear-this-command-keys clears
107 the vector to be returned by recent-keys.
108
2d43d823
GM
1092001-09-04 Werner LEMBERG <wl@gnu.org>
110
111 * Makefile.in (srcdir, texinputdir): New variables.
112 (srcs, index.texi, install): Use $(srcdir).
113 (.PHONY): Remove elisp.dvi.
114 (elisp): Use -I switch for makeinfo.
115 (elisp.dvi): Use $(srcdir) and $(texinputdir).
116 (installall, dist): Use $(srcdir).
117 Fix path to texinfo.tex.
118 (maintainer-clean): Add elisp.dvi and elisp.oaux.
119
fa739b31
GM
1202001-08-30 Gerd Moellmann <gerd@gnu.org>
121
92a25631
GM
122 * display.texi (Conditional Display): Adjust to API change.
123
fa739b31
GM
124 * configure: New file.
125
cef68af5
GM
1262001-07-30 Gerd Moellmann <gerd@gnu.org>
127
128 * commands.texi (Repeat Events): Add description of
129 double-click-fuzz.
130
d1f08d85
SM
1312001-05-08 Stefan Monnier <monnier@cs.yale.edu>
132
133 * syntax.texi (Syntax Class Table): Add the missing designator for
134 comment and string fences.
135 (Syntax Properties): Add a xref to syntax table internals.
136 (Syntax Table Internals): Document string-to-syntax.
137
1e9fc92e
GM
1382001-05-07 Gerd Moellmann <gerd@gnu.org>
139
140 * Makefile.in (install): Use install-info command line options
141 like in Emacs' Makefile.in.
142
00480554
MB
1432000-12-09 Miles Bader <miles@gnu.org>
144
145 * windows.texi (Window Start): Update documentation for
146 `pos-visible-in-window-p'.
147
1e344ee2
SM
1482000-11-12 Stefan Monnier <monnier@cs.yale.edu>
149
150 * lists.texi (Building Lists): Add footnote to explain how to add
151 to the end of a list.
152
a540f6ed
GM
1532000-10-25 Gerd Moellmann <gerd@gnu.org>
154
155 * files.texi (Visiting Functions): Typos.
156
28bcdbee
KH
1572000-10-25 Kenichi Handa <handa@etl.go.jp>
158
159 * files.texi (Visiting Functions): Return value of
160 find-file-noselect may be a list of buffers if wildcards are used.
161
22d1a4ed
MB
1622000-10-24 Miles Bader <miles@lsi.nec.co.jp>
163
164 * display.texi (Defining Faces): Document `graphic' display type
165 in face specs.
166
916a89db
KG
1672000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
168
1e9fc92e 169 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
170 `after-make-frame-hook' with `after-make-frame-functions'.
171
1e9fc92e 172 * frames.texi (Creating Frames): Ditto.
916a89db 173
1e9fc92e 174 * variables.texi (Future Local Variables): Ditto.
916a89db 175
483de32b
GM
1762000-10-16 Gerd Moellmann <gerd@gnu.org>
177
178 * display.texi (Other Image Types): Add description of :foreground
179 and :background properties of mono PBM images.
180
e23a63a5
WL
1812000-08-17 Werner LEMBERG <wl@gnu.org>
182
183 * .cvsignore: New file.
184
dfc16043
GM
1852000-01-05 Gerd Moellmann <gerd@gnu.org>
186
187 * tindex.pl: New script.
188
602613fe
DL
1891999-12-03 Dave Love <fx@gnu.org>
190
191 * Makefile.in (MAKEINFO): New parameter.
192
94ec544d
DL
1931999-09-17 Richard Stallman <rms@gnu.org>
194
195 * Makefile.in (srcs): Add hash.texi.
196 (VERSION): Update to 20.6.
197
1981999-09-13 Richard Stallman <rms@gnu.org>
199
200 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
201
2021998-08-29 Karl Heuer <kwzh@gnu.org>
203
204 * configure.in: New file.
205 * Makefile.in: Renamed from Makefile.
206 (prefix, infodir): Use value obtained from configure.
207 (emacslibdir): Obsolete variable deleted.
208 (dist): Distribute configure.in, configure, Makefile.in.
209
2101998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
211
212 * Makefile (INSTALL_INFO): New variable.
213 (install): Run install-info.
214
2151998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
216
217 * Makefile (elisp.dvi): Add missing backslash.
218
2191998-05-02 Richard Stallman <rms@psilocin.gnu.org>
220
221 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
222 Run texindex without `./'. Always run texindex on elisp.tp.
223 (elisp.tps): Target deleted.
224
2251998-04-05 Richard Stallman <rms@psilocin.gnu.org>
226
227 * Makefile (srcs): Add nonascii.texi and customize.texi.
228 (dist): Start by deleting `temp'.
229
2301998-02-17 Richard Stallman <rms@psilocin.gnu.org>
231
232 * Makefile (makeinfo, texindex): Targets deleted.
233 (makeinfo.o, texindex.o): Targets deleted.
234 (clean, dist): Don't do anything with them or with getopt*.
235
2361998-01-30 Richard Stallman <rms@psilocin.gnu.org>
237
238 * Makefile (SHELL): Defined.
239
2401998-01-27 Richard Stallman <rms@psilocin.gnu.org>
241
242 * Makefile (elisp.tps): New target.
243 (elisp.dvi): Depend on elisp.tps.
244
245Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
246
247 * README: Update phone number.
248
249 * Makefile (elisp): Make this be the default target.
250 Depend on makeinfo.c instead of makeinfo.
251 (install): Don't depend on elisp.dvi, since we don't install that.
252 Use mkinstalldirs.
253 (dist): Add mkinstalldirs.
254
255Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
256
257 * Makefile (VERSION): Update version number.
258 (maintainer-clean): Renamed from realclean.
259
260Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
261
262 * Makefile (realclean): New target.
263 (elisp): Remove any old elisp-* files first.
264
265Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
266
d1f08d85
SM
267 * Makefile (VERSION): New variable.
268 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
269 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
270
271Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
272
273 * Makefile (elisp): Depend on makeinfo.
274
275Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
276
d1f08d85 277 * Makefile (srcs): Add anti.texi.
94ec544d
DL
278
279Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
280
281 * Makefile (infodir, prefix): New vars.
282 (install): Use infodir.
283 (emacsinfodir): Deleted.
284
285Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
286
287 * Makefile (srcs): Add calendar.texi.
288
289 * Makefile (dist): Copy texindex.c and makeinfo.c.
290 Limit elisp-* files to those with one or two digits.
291
292Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
293
294 * Makefile (dist): Changed to use Gzip instead of compress.
295
296Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
297
298 * loading.texi (Unloading): define-function changed back to
299 defalias. It may not stay this way, but at least it's
300 consistent with the known-good version of the code patch.
301
302Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
303
304 * modes.texi (Hooks): Document new optional arg of add-hook.
305
306Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
307
d1f08d85 308 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
309
310 * tips.texi: Add new section on standard library headers.
311
312Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
313
314 * Makefile (srcs): Add frame.texi to the list of sources.
315
316Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
317
318 * Makefile (dist): Don't bother excluding autosave files; they'll
319 never make it into the temp directory anyway, and the hash marks
320 in the name are problematic for make and the Bourne shell.
321 (srcs):
322
323Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
324
d1f08d85 325 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
326 the distribution tar file.
327
328Tue Nov 26 21:10:34 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu)
329
330 * Makefile (srcs): Added index.perm.
331 (elisp.dvi): Remove erroneous shell comment.
332 Expect output of permute-index in permuted.fns.
333 Save old elisp.aux in elisp.oaux.
334 (clean): Added index.texi to be deleted.
335
336Sat Aug 11 17:39:10 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
337
338 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
339
340Tue Jun 26 09:57:26 1990 David Lawrence (tale at geech)
341
342 * files.texi: Noted that completion-ignored-extensions is ignored
343 when making *Completions*.
344
345Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
346
347 * Makefile make dist now depends on elisp.dvi, since it tries
348 to include it in the dist file.
349
350Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon at mole.ai.mit.edu)
351
352 * functions.texinfo (Mapping Functions): Add missing quote
353
354Mon Jun 19 18:09:24 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
355
356 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
357 (defunargs): Turn off \hyphenchar of \sl font temporarily.
358
359Wed May 10 18:01:17 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
360
361 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
362 and @error{} are the terms now being used. The files in the
363 directory have been changed to reflect this.
364
d1f08d85 365 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
366 ` @result{}', using 5 spaces at the begining of the line.
367
368Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
369
370 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
371 experimental @indentedresult{}, @indentedexpandsto{} are part of
372 the texinfo.tex in this directory. These TeX macros are not
373 stable yet.
374
375Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
376
377 * texinfo.tex: temporarily added
d1f08d85 378 \let\result=\dblarrow
94ec544d
DL
379 \def\error{{\it ERROR} \longdblarrow}
380 We need to do this better soon.
381
382Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
383
384 * Applied Karl Berry's patches to *.texinfo files, but not to
385 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
386 new title page format is also not applied, since it requires
387 texinfo.tex changes.)
388
389 * Cleaned up `Makefile' and defined the `emacslibdir' directory
390 for the Project GNU development environment.
391
2a34a036
GM
392
393 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
394 Copying and distribution of this file, with or without modification,
395 are permitted provided the copyright notice and this notice are preserved.