1 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
3 * os.texi (Session Management): New node about X Session management.
5 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
7 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8 to which the manual corresponds, and the copyright years.
10 * Makefile.in (VERSION): Set to 2.9.
12 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
14 * elisp.texi: Change the category in @dircategory to "Emacs", to
15 make it consistent with info/dir.
17 2001-11-25 Miles Bader <miles@gnu.org>
19 * text.texi (Fields): Describe new `limit' arg in
20 field-beginning/field-end.
22 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
24 * permute-index: Don't depend on csh-specific features. Replace
25 the interpreter name with /bin/sh.
27 * two-volume-cross-refs.txt: New file.
29 * spellfile: New file.
31 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
33 * permute-index: New file.
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.
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.
44 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
46 * Makefile.in (distclean): Add.
48 The following changes make ELisp manual part of the Emacs
51 * Makefile.in: Add Copyright notice.
53 (infodir): Change value to "../info".
54 (VPATH): New variable.
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
62 (installall): Target removed.
64 2001-10-31 Pavel Jan
\e,Bm
\e(Bk <Pavel@Janik.cz>
66 * tips.texi (Coding Conventions): Fix typo.
68 2001-10-23 Gerd Moellmann <gerd@gnu.org>
70 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
72 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
74 * files.texi (File Name Components): Update the description of
75 file-name-sans-extension and file-name-extension, as they now
78 2001-10-20 Gerd Moellmann <gerd@gnu.org>
80 * (Version 21.1 released.)
82 2001-10-19 Miles Bader <miles@gnu.org>
84 * positions.texi (Text Lines): Describe behavior of
85 `beginning-of-line'/`end-of-line' in the presence of field properties.
87 2001-10-17 Gerd Moellmann <gerd@gnu.org>
89 * Makefile.in (VERSION): Set to 2.8.
90 (manual): Use `manual-21'.
92 * elisp.texi (VERSION): Add and use it where the version
93 number was used. Set it to 2.8.
95 * intro.texi: Likewise.
97 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
99 * files.texi (File Name Completion): Document the significance of
100 a trailing slash in elements of completion-ignored-extensions.
102 2001-10-06 Miles Bader <miles@gnu.org>
104 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
106 2001-10-04 Gerd Moellmann <gerd@gnu.org>
108 * variables.texi (Variable Aliases): New node.
110 2001-10-04 Gerd Moellmann <gerd@gnu.org>
114 2001-10-02 Miles Bader <miles@gnu.org>
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'.
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.
127 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
129 * frames.texi (Finding All Frames): Document that next-frame and
130 previous-frame are local to current terminal.
132 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
134 * keymaps.texi (Creating Keymaps): Fix the description of the
135 result of make-keymap.
137 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
139 * display.texi (Font Lookup, Attribute Functions)
140 (Image Descriptors): Add cross-references to the definition of
143 * buffers.texi (The Buffer List): Add cross-references to the
144 definition of selected frame.
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.
151 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
153 * strings.texi (String Conversion) <string-to-number>: Document
154 that a float is returned for integers that are too large.
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.
160 * numbers.texi (Integer Basics): Document CL style read syntax for
161 integers in bases other than 10.
163 * positions.texi (List Motion): Document
164 open-paren-in-column-0-is-defun-start.
166 * lists.texi (Sets And Lists): Document member-ignore-case.
168 * internals.texi (Garbage Collection): Document the used and free
170 (Memory Usage): Document strings-consed.
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.
176 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
177 argument keymap can be a list.
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.
186 * display.texi (The Echo Area) <message>: Document
187 message-truncate-lines.
188 (Glyphs): Document that the glyph table is unused on windowed
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
198 * windows.texi (Selecting Windows): Document some-window.
200 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
202 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
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.
210 2001-09-04 Werner LEMBERG <wl@gnu.org>
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.
221 2001-08-30 Gerd Moellmann <gerd@gnu.org>
223 * display.texi (Conditional Display): Adjust to API change.
225 * configure: New file.
227 2001-07-30 Gerd Moellmann <gerd@gnu.org>
229 * commands.texi (Repeat Events): Add description of
232 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
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.
239 2001-05-07 Gerd Moellmann <gerd@gnu.org>
241 * Makefile.in (install): Use install-info command line options
242 like in Emacs' Makefile.in.
244 2000-12-09 Miles Bader <miles@gnu.org>
246 * windows.texi (Window Start): Update documentation for
247 `pos-visible-in-window-p'.
249 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
251 * lists.texi (Building Lists): Add footnote to explain how to add
252 to the end of a list.
254 2000-10-25 Gerd Moellmann <gerd@gnu.org>
256 * files.texi (Visiting Functions): Typos.
258 2000-10-25 Kenichi Handa <handa@etl.go.jp>
260 * files.texi (Visiting Functions): Return value of
261 find-file-noselect may be a list of buffers if wildcards are used.
263 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
265 * display.texi (Defining Faces): Document `graphic' display type
268 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
270 * hooks.texi (Standard Hooks): Replace obsolete
271 `after-make-frame-hook' with `after-make-frame-functions'.
273 * frames.texi (Creating Frames): Ditto.
275 * variables.texi (Future Local Variables): Ditto.
277 2000-10-16 Gerd Moellmann <gerd@gnu.org>
279 * display.texi (Other Image Types): Add description of :foreground
280 and :background properties of mono PBM images.
282 2000-08-17 Werner LEMBERG <wl@gnu.org>
284 * .cvsignore: New file.
286 2000-01-05 Gerd Moellmann <gerd@gnu.org>
288 * tindex.pl: New script.
290 1999-12-03 Dave Love <fx@gnu.org>
292 * Makefile.in (MAKEINFO): New parameter.
294 1999-09-17 Richard Stallman <rms@gnu.org>
296 * Makefile.in (srcs): Add hash.texi.
297 (VERSION): Update to 20.6.
299 1999-09-13 Richard Stallman <rms@gnu.org>
301 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
303 1998-08-29 Karl Heuer <kwzh@gnu.org>
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.
311 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
313 * Makefile (INSTALL_INFO): New variable.
314 (install): Run install-info.
316 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
318 * Makefile (elisp.dvi): Add missing backslash.
320 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
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.
326 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
328 * Makefile (srcs): Add nonascii.texi and customize.texi.
329 (dist): Start by deleting `temp'.
331 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
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*.
337 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
339 * Makefile (SHELL): Defined.
341 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
343 * Makefile (elisp.tps): New target.
344 (elisp.dvi): Depend on elisp.tps.
346 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
348 * README: Update phone number.
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.
354 (dist): Add mkinstalldirs.
356 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
358 * Makefile (VERSION): Update version number.
359 (maintainer-clean): Renamed from realclean.
361 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
363 * Makefile (realclean): New target.
364 (elisp): Remove any old elisp-* files first.
366 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
368 * Makefile (VERSION): New variable.
369 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
370 Compressed file suffix should be `.gz', not `.z'.
372 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
374 * Makefile (elisp): Depend on makeinfo.
376 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
378 * Makefile (srcs): Add anti.texi.
380 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
382 * Makefile (infodir, prefix): New vars.
383 (install): Use infodir.
384 (emacsinfodir): Deleted.
386 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
388 * Makefile (srcs): Add calendar.texi.
390 * Makefile (dist): Copy texindex.c and makeinfo.c.
391 Limit elisp-* files to those with one or two digits.
393 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
395 * Makefile (dist): Changed to use Gzip instead of compress.
397 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
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.
403 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
405 * modes.texi (Hooks): Document new optional arg of add-hook.
407 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
409 * variables.texi: Document nil initial value of buffer-local variables.
411 * tips.texi: Add new section on standard library headers.
413 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
415 * Makefile (srcs): Add frame.texi to the list of sources.
417 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
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.
424 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
426 * Makefile (dist): Don't include backup files or autosave files in
427 the distribution tar file.
429 Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
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.
437 Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
439 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
441 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
443 * files.texi: Noted that completion-ignored-extensions is ignored
444 when making *Completions*.
446 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
448 * Makefile make dist now depends on elisp.dvi, since it tries
449 to include it in the dist file.
451 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
453 * functions.texinfo (Mapping Functions): Add missing quote
455 Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
457 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
458 (defunargs): Turn off \hyphenchar of \sl font temporarily.
460 Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
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.
466 * All instances of @indentedresultt{} have been changed to
467 ` @result{}', using 5 spaces at the begining of the line.
469 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
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
476 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
478 * texinfo.tex: temporarily added
479 \let\result=\dblarrow
480 \def\error{{\it ERROR} \longdblarrow}
481 We need to do this better soon.
483 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
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.)
490 * Cleaned up `Makefile' and defined the `emacslibdir' directory
491 for the Project GNU development environment.
494 ;; coding: iso-2022-7bit-unix
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.