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