New major mode "SES" for spreadsheets.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
7ed9159a
JY
12002-09-16 Jonathan Yavner <jyavner@engineer.com>
2
3 * variables.texi (File Local Variables): New function
4 risky-local-variable-p.
5
62002-09-15 Jonathan Yavner <jyavner@engineer.com>
7
8 * functions.texi (Function safety): New node about unsafep.
9
241f79af
PA
102002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11
12 * customize.texi (Splicing into Lists): Fixed example.
13 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
14
72459b15
JB
152002-06-17 Juanma Barranquero <lektu@terra.es>
16
17 * frames.texi (Display Feature Testing): Fix typo.
18
61f7e0f5
AS
192002-06-12 Andreas Schwab <schwab@suse.de>
20
21 * frames.texi (Initial Parameters, Resources): Fix references to
22 the Emacs manual.
23
4e792dbd
KS
242002-05-13 Kim F. Storm <storm@cua.dk>
25
26 * variables.texi (Intro to Buffer-Local): Updated warning and
27 example relating to changing buffer inside let.
28
d873ec96
JD
292002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
30
31 * os.texi (Session Management): New node about X Session management.
32
231ac53b
EZ
332002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
34
35 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
36 to which the manual corresponds, and the copyright years.
37
38 * Makefile.in (VERSION): Set to 2.9.
39
140cc574
EZ
402001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
41
42 * elisp.texi: Change the category in @dircategory to "Emacs", to
43 make it consistent with info/dir.
44
9c7fce05
MB
452001-11-25 Miles Bader <miles@gnu.org>
46
47 * text.texi (Fields): Describe new `limit' arg in
48 field-beginning/field-end.
49
9f8bbf0f
EZ
502001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
51
a5e6715c
EZ
52 * permute-index: Don't depend on csh-specific features. Replace
53 the interpreter name with /bin/sh.
54
9f8bbf0f
EZ
55 * two-volume-cross-refs.txt: New file.
56 * two.el: New file.
57 * spellfile: New file.
58
1756e2fb
EZ
592001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
60
61 * permute-index: New file.
62
63 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
64 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
65 8+3 restricted namespace.
ad050e54
EZ
66
67 * Makefile.in (infodir): Define relative to $(srcdir).
68 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
69 include directories list via -I switch to makeinfo.
70 (index.texi): Use cp if both hard and symbolic links fail.
71
10fa7f8e
EZ
722001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
73
7a1494ce
EZ
74 * Makefile.in (distclean): Add.
75
10fa7f8e
EZ
76 The following changes make ELisp manual part of the Emacs
77 distribution:
78
79 * Makefile.in: Add Copyright notice.
80 (prefix): Remove.
81 (infodir): Change value to "../info".
82 (VPATH): New variable.
83 (MAKE): Don't define.
84 (texmacrodir): Don't define.
85 (texinputdir): Append the existing value of TEXINPUTS.
86 ($(infodir)/elisp): Instead of just "elisp". Reformat the
87 command to be compatible with man/Makefile.in, and to put the
88 output into ../info.
5c32b7c5 89 (info): Add target.
10fa7f8e
EZ
90 (installall): Target removed.
91
ad050e54 922001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
93
94 * tips.texi (Coding Conventions): Fix typo.
95
6fd735df
GM
962001-10-23 Gerd Moellmann <gerd@gnu.org>
97
98 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
99
b704d54b
EZ
1002001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
101
102 * files.texi (File Name Components): Update the description of
103 file-name-sans-extension and file-name-extension, as they now
104 ignore leading dots.
105
71431a0e
GM
1062001-10-20 Gerd Moellmann <gerd@gnu.org>
107
6aa97356 108 * (Version 21.1 released.)
71431a0e 109
79f1f96c
MB
1102001-10-19 Miles Bader <miles@gnu.org>
111
112 * positions.texi (Text Lines): Describe behavior of
113 `beginning-of-line'/`end-of-line' in the presence of field properties.
114
892a8f36
GM
1152001-10-17 Gerd Moellmann <gerd@gnu.org>
116
117 * Makefile.in (VERSION): Set to 2.8.
118 (manual): Use `manual-21'.
119
8c1cc9e8 120 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
121 number was used. Set it to 2.8.
122
123 * intro.texi: Likewise.
124
51724e26
EZ
1252001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
126
127 * files.texi (File Name Completion): Document the significance of
128 a trailing slash in elements of completion-ignored-extensions.
129
57b338e8
MB
1302001-10-06 Miles Bader <miles@gnu.org>
131
132 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
133
c89e4bc5
GM
1342001-10-04 Gerd Moellmann <gerd@gnu.org>
135
136 * variables.texi (Variable Aliases): New node.
137
ab952a4f
GM
1382001-10-04 Gerd Moellmann <gerd@gnu.org>
139
140 * Branch for 21.1.
dff28924 141
9db3a582
MB
1422001-10-02 Miles Bader <miles@gnu.org>
143
ae1a9581
MB
144 * minibuf.texi (Minibuffer Misc): Add entries for
145 `minibuffer-contents', `minibuffer-contents-no-properties', and
146 `delete-minibuffer-contents'.
147 Correct description for `minibuffer-prompt-end'.
148
9db3a582
MB
149 * text.texi (Property Search): Correct descriptions of
150 `next-char-property-change' and `previous-char-property-change'.
151 Add entries for `next-single-char-property-change' and
152 `previous-single-char-property-change'.
153 Make operand names a bit more consistent.
154
03be5931
EZ
1552001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
156
157 * frames.texi (Finding All Frames): Document that next-frame and
158 previous-frame are local to current terminal.
159
974548ec
EZ
1602001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
161
162 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 163 result of make-keymap.
974548ec 164
8d82c597
EZ
1652001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
166
167 * display.texi (Font Lookup, Attribute Functions)
168 (Image Descriptors): Add cross-references to the definition of
169 selected frame.
170
171 * buffers.texi (The Buffer List): Add cross-references to the
172 definition of selected frame.
173
174 * frames.texi (Input Focus): Clarify which frame is _the_ selected
175 frame at any given time.
176 (Multiple Displays, Size and Position): Add a cross-reference to
177 the definition of the selected frame.
178
2842de30
EZ
1792001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
180
181 * strings.texi (String Conversion) <string-to-number>: Document
182 that a float is returned for integers that are too large.
183
184 * frames.texi (Mouse Position): Document mouse-position-function.
185 (Display Feature Testing): Document display-images-p.
186 (Window Frame Parameters): Document the cursor-type variable.
187
188 * numbers.texi (Integer Basics): Document CL style read syntax for
189 integers in bases other than 10.
190
191 * positions.texi (List Motion): Document
192 open-paren-in-column-0-is-defun-start.
193
194 * lists.texi (Sets And Lists): Document member-ignore-case.
195
196 * internals.texi (Garbage Collection): Document the used and free
197 strings report.
198 (Memory Usage): Document strings-consed.
199
200 * os.texi (Time of Day): Document float-time.
201 (Recording Input): Document that clear-this-command-keys clears
202 the vector to be returned by recent-keys.
203
204 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
205 argument keymap can be a list.
206
207 * nonascii.texi (User-Chosen Coding Systems)
208 <select-safe-coding-system>: Document the new argument
209 accept-default-p and the variable
210 select-safe-coding-system-accept-default-p. Tell what happens if
211 buffer-file-coding-system is undecided.
212 (Default Coding Systems): Document auto-coding-regexp-alist.
213
214 * display.texi (The Echo Area) <message>: Document
215 message-truncate-lines.
216 (Glyphs): Document that the glyph table is unused on windowed
217 displays.
218
219 * help.texi (Describing Characters) <single-key-description>:
220 Document the new argument no-angles.
221 (Accessing Documentation) <documentation-property>: Document that
222 a non-string property is evaluated.
223 <documentation>: Document that the function-documentation property
224 is looked for.
225
226 * windows.texi (Selecting Windows): Document some-window.
227
228 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
229
230 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
231 apropos-mode-hook.
232
233 * commands.texi (Using Interactive): Document interactive-form.
234 (Keyboard Macros): Document kbd-macro-termination-hook.
235 (Command Loop Info): Document that clear-this-command-keys clears
236 the vector to be returned by recent-keys.
237
2d43d823
GM
2382001-09-04 Werner LEMBERG <wl@gnu.org>
239
240 * Makefile.in (srcdir, texinputdir): New variables.
241 (srcs, index.texi, install): Use $(srcdir).
242 (.PHONY): Remove elisp.dvi.
243 (elisp): Use -I switch for makeinfo.
244 (elisp.dvi): Use $(srcdir) and $(texinputdir).
245 (installall, dist): Use $(srcdir).
246 Fix path to texinfo.tex.
247 (maintainer-clean): Add elisp.dvi and elisp.oaux.
248
fa739b31
GM
2492001-08-30 Gerd Moellmann <gerd@gnu.org>
250
92a25631
GM
251 * display.texi (Conditional Display): Adjust to API change.
252
fa739b31
GM
253 * configure: New file.
254
cef68af5
GM
2552001-07-30 Gerd Moellmann <gerd@gnu.org>
256
257 * commands.texi (Repeat Events): Add description of
258 double-click-fuzz.
259
d1f08d85
SM
2602001-05-08 Stefan Monnier <monnier@cs.yale.edu>
261
262 * syntax.texi (Syntax Class Table): Add the missing designator for
263 comment and string fences.
264 (Syntax Properties): Add a xref to syntax table internals.
265 (Syntax Table Internals): Document string-to-syntax.
266
1e9fc92e
GM
2672001-05-07 Gerd Moellmann <gerd@gnu.org>
268
269 * Makefile.in (install): Use install-info command line options
270 like in Emacs' Makefile.in.
271
00480554
MB
2722000-12-09 Miles Bader <miles@gnu.org>
273
274 * windows.texi (Window Start): Update documentation for
275 `pos-visible-in-window-p'.
276
1e344ee2
SM
2772000-11-12 Stefan Monnier <monnier@cs.yale.edu>
278
279 * lists.texi (Building Lists): Add footnote to explain how to add
280 to the end of a list.
281
a540f6ed
GM
2822000-10-25 Gerd Moellmann <gerd@gnu.org>
283
284 * files.texi (Visiting Functions): Typos.
285
28bcdbee
KH
2862000-10-25 Kenichi Handa <handa@etl.go.jp>
287
288 * files.texi (Visiting Functions): Return value of
289 find-file-noselect may be a list of buffers if wildcards are used.
290
22d1a4ed
MB
2912000-10-24 Miles Bader <miles@lsi.nec.co.jp>
292
293 * display.texi (Defining Faces): Document `graphic' display type
294 in face specs.
295
916a89db
KG
2962000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
297
1e9fc92e 298 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
299 `after-make-frame-hook' with `after-make-frame-functions'.
300
1e9fc92e 301 * frames.texi (Creating Frames): Ditto.
916a89db 302
1e9fc92e 303 * variables.texi (Future Local Variables): Ditto.
916a89db 304
483de32b
GM
3052000-10-16 Gerd Moellmann <gerd@gnu.org>
306
307 * display.texi (Other Image Types): Add description of :foreground
308 and :background properties of mono PBM images.
309
e23a63a5
WL
3102000-08-17 Werner LEMBERG <wl@gnu.org>
311
312 * .cvsignore: New file.
313
dfc16043
GM
3142000-01-05 Gerd Moellmann <gerd@gnu.org>
315
316 * tindex.pl: New script.
317
602613fe
DL
3181999-12-03 Dave Love <fx@gnu.org>
319
320 * Makefile.in (MAKEINFO): New parameter.
321
94ec544d
DL
3221999-09-17 Richard Stallman <rms@gnu.org>
323
324 * Makefile.in (srcs): Add hash.texi.
325 (VERSION): Update to 20.6.
326
3271999-09-13 Richard Stallman <rms@gnu.org>
328
329 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
330
3311998-08-29 Karl Heuer <kwzh@gnu.org>
332
333 * configure.in: New file.
334 * Makefile.in: Renamed from Makefile.
335 (prefix, infodir): Use value obtained from configure.
336 (emacslibdir): Obsolete variable deleted.
337 (dist): Distribute configure.in, configure, Makefile.in.
338
3391998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
340
341 * Makefile (INSTALL_INFO): New variable.
342 (install): Run install-info.
343
3441998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
345
346 * Makefile (elisp.dvi): Add missing backslash.
347
3481998-05-02 Richard Stallman <rms@psilocin.gnu.org>
349
350 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
351 Run texindex without `./'. Always run texindex on elisp.tp.
352 (elisp.tps): Target deleted.
353
3541998-04-05 Richard Stallman <rms@psilocin.gnu.org>
355
356 * Makefile (srcs): Add nonascii.texi and customize.texi.
357 (dist): Start by deleting `temp'.
358
3591998-02-17 Richard Stallman <rms@psilocin.gnu.org>
360
361 * Makefile (makeinfo, texindex): Targets deleted.
362 (makeinfo.o, texindex.o): Targets deleted.
363 (clean, dist): Don't do anything with them or with getopt*.
364
3651998-01-30 Richard Stallman <rms@psilocin.gnu.org>
366
367 * Makefile (SHELL): Defined.
368
3691998-01-27 Richard Stallman <rms@psilocin.gnu.org>
370
371 * Makefile (elisp.tps): New target.
372 (elisp.dvi): Depend on elisp.tps.
373
374Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
375
376 * README: Update phone number.
377
378 * Makefile (elisp): Make this be the default target.
379 Depend on makeinfo.c instead of makeinfo.
380 (install): Don't depend on elisp.dvi, since we don't install that.
381 Use mkinstalldirs.
382 (dist): Add mkinstalldirs.
383
384Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
385
386 * Makefile (VERSION): Update version number.
387 (maintainer-clean): Renamed from realclean.
388
389Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
390
391 * Makefile (realclean): New target.
392 (elisp): Remove any old elisp-* files first.
393
394Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
395
d1f08d85
SM
396 * Makefile (VERSION): New variable.
397 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
398 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
399
400Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
401
402 * Makefile (elisp): Depend on makeinfo.
403
404Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
405
d1f08d85 406 * Makefile (srcs): Add anti.texi.
94ec544d
DL
407
408Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
409
410 * Makefile (infodir, prefix): New vars.
411 (install): Use infodir.
412 (emacsinfodir): Deleted.
413
414Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
415
416 * Makefile (srcs): Add calendar.texi.
417
418 * Makefile (dist): Copy texindex.c and makeinfo.c.
419 Limit elisp-* files to those with one or two digits.
420
421Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
422
423 * Makefile (dist): Changed to use Gzip instead of compress.
424
425Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
426
427 * loading.texi (Unloading): define-function changed back to
428 defalias. It may not stay this way, but at least it's
429 consistent with the known-good version of the code patch.
430
431Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
432
433 * modes.texi (Hooks): Document new optional arg of add-hook.
434
435Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
436
d1f08d85 437 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
438
439 * tips.texi: Add new section on standard library headers.
440
441Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
442
443 * Makefile (srcs): Add frame.texi to the list of sources.
444
445Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
446
447 * Makefile (dist): Don't bother excluding autosave files; they'll
448 never make it into the temp directory anyway, and the hash marks
449 in the name are problematic for make and the Bourne shell.
dff28924 450 (srcs):
94ec544d
DL
451
452Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
453
d1f08d85 454 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
455 the distribution tar file.
456
dff28924 457Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
458
459 * Makefile (srcs): Added index.perm.
460 (elisp.dvi): Remove erroneous shell comment.
461 Expect output of permute-index in permuted.fns.
462 Save old elisp.aux in elisp.oaux.
463 (clean): Added index.texi to be deleted.
464
dff28924 465Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
466
467 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
468
dff28924 469Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
470
471 * files.texi: Noted that completion-ignored-extensions is ignored
472 when making *Completions*.
473
474Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
475
476 * Makefile make dist now depends on elisp.dvi, since it tries
477 to include it in the dist file.
478
dff28924 479Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
480
481 * functions.texinfo (Mapping Functions): Add missing quote
482
dff28924 483Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
484
485 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
486 (defunargs): Turn off \hyphenchar of \sl font temporarily.
487
dff28924 488Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
489
490 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
491 and @error{} are the terms now being used. The files in the
492 directory have been changed to reflect this.
493
d1f08d85 494 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
495 ` @result{}', using 5 spaces at the begining of the line.
496
dff28924 497Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
498
499 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
500 experimental @indentedresult{}, @indentedexpandsto{} are part of
501 the texinfo.tex in this directory. These TeX macros are not
502 stable yet.
503
dff28924 504Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
505
506 * texinfo.tex: temporarily added
d1f08d85 507 \let\result=\dblarrow
94ec544d
DL
508 \def\error{{\it ERROR} \longdblarrow}
509 We need to do this better soon.
510
dff28924 511Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
512
513 * Applied Karl Berry's patches to *.texinfo files, but not to
514 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
515 new title page format is also not applied, since it requires
516 texinfo.tex changes.)
517
518 * Cleaned up `Makefile' and defined the `emacslibdir' directory
519 for the Project GNU development environment.
520
ad050e54
EZ
521;; Local Variables:
522;; coding: iso-2022-7bit-unix
523;; End:
2a34a036
GM
524
525 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
526 Copying and distribution of this file, with or without modification,
527 are permitted provided the copyright notice and this notice are preserved.