1 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3 * files.texi (File Name Components): Update the description of
4 file-name-sans-extension and file-name-extension, as they now
7 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9 * (Version 21.1 released.)
11 2001-10-19 Miles Bader <miles@gnu.org>
13 * positions.texi (Text Lines): Describe behavior of
14 `beginning-of-line'/`end-of-line' in the presence of field properties.
16 2001-10-17 Gerd Moellmann <gerd@gnu.org>
18 * Makefile.in (VERSION): Set to 2.8.
19 (manual): Use `manual-21'.
21 * elisp.texi (VERSION): Add and use it where the the version
22 number was used. Set it to 2.8.
24 * intro.texi: Likewise.
26 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
28 * files.texi (File Name Completion): Document the significance of
29 a trailing slash in elements of completion-ignored-extensions.
31 2001-10-06 Miles Bader <miles@gnu.org>
33 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
35 2001-10-04 Gerd Moellmann <gerd@gnu.org>
37 * variables.texi (Variable Aliases): New node.
39 2001-10-04 Gerd Moellmann <gerd@gnu.org>
43 2001-10-02 Miles Bader <miles@gnu.org>
45 * minibuf.texi (Minibuffer Misc): Add entries for
46 `minibuffer-contents', `minibuffer-contents-no-properties', and
47 `delete-minibuffer-contents'.
48 Correct description for `minibuffer-prompt-end'.
50 * text.texi (Property Search): Correct descriptions of
51 `next-char-property-change' and `previous-char-property-change'.
52 Add entries for `next-single-char-property-change' and
53 `previous-single-char-property-change'.
54 Make operand names a bit more consistent.
56 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
58 * frames.texi (Finding All Frames): Document that next-frame and
59 previous-frame are local to current terminal.
61 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
63 * keymaps.texi (Creating Keymaps): Fix the description of the
64 result of make-keymap.
66 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
68 * display.texi (Font Lookup, Attribute Functions)
69 (Image Descriptors): Add cross-references to the definition of
72 * buffers.texi (The Buffer List): Add cross-references to the
73 definition of selected frame.
75 * frames.texi (Input Focus): Clarify which frame is _the_ selected
76 frame at any given time.
77 (Multiple Displays, Size and Position): Add a cross-reference to
78 the definition of the selected frame.
80 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
82 * strings.texi (String Conversion) <string-to-number>: Document
83 that a float is returned for integers that are too large.
85 * frames.texi (Mouse Position): Document mouse-position-function.
86 (Display Feature Testing): Document display-images-p.
87 (Window Frame Parameters): Document the cursor-type variable.
89 * numbers.texi (Integer Basics): Document CL style read syntax for
90 integers in bases other than 10.
92 * positions.texi (List Motion): Document
93 open-paren-in-column-0-is-defun-start.
95 * lists.texi (Sets And Lists): Document member-ignore-case.
97 * internals.texi (Garbage Collection): Document the used and free
99 (Memory Usage): Document strings-consed.
101 * os.texi (Time of Day): Document float-time.
102 (Recording Input): Document that clear-this-command-keys clears
103 the vector to be returned by recent-keys.
105 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
106 argument keymap can be a list.
108 * nonascii.texi (User-Chosen Coding Systems)
109 <select-safe-coding-system>: Document the new argument
110 accept-default-p and the variable
111 select-safe-coding-system-accept-default-p. Tell what happens if
112 buffer-file-coding-system is undecided.
113 (Default Coding Systems): Document auto-coding-regexp-alist.
115 * display.texi (The Echo Area) <message>: Document
116 message-truncate-lines.
117 (Glyphs): Document that the glyph table is unused on windowed
120 * help.texi (Describing Characters) <single-key-description>:
121 Document the new argument no-angles.
122 (Accessing Documentation) <documentation-property>: Document that
123 a non-string property is evaluated.
124 <documentation>: Document that the function-documentation property
127 * windows.texi (Selecting Windows): Document some-window.
129 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
131 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
134 * commands.texi (Using Interactive): Document interactive-form.
135 (Keyboard Macros): Document kbd-macro-termination-hook.
136 (Command Loop Info): Document that clear-this-command-keys clears
137 the vector to be returned by recent-keys.
139 2001-09-04 Werner LEMBERG <wl@gnu.org>
141 * Makefile.in (srcdir, texinputdir): New variables.
142 (srcs, index.texi, install): Use $(srcdir).
143 (.PHONY): Remove elisp.dvi.
144 (elisp): Use -I switch for makeinfo.
145 (elisp.dvi): Use $(srcdir) and $(texinputdir).
146 (installall, dist): Use $(srcdir).
147 Fix path to texinfo.tex.
148 (maintainer-clean): Add elisp.dvi and elisp.oaux.
150 2001-08-30 Gerd Moellmann <gerd@gnu.org>
152 * display.texi (Conditional Display): Adjust to API change.
154 * configure: New file.
156 2001-07-30 Gerd Moellmann <gerd@gnu.org>
158 * commands.texi (Repeat Events): Add description of
161 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
163 * syntax.texi (Syntax Class Table): Add the missing designator for
164 comment and string fences.
165 (Syntax Properties): Add a xref to syntax table internals.
166 (Syntax Table Internals): Document string-to-syntax.
168 2001-05-07 Gerd Moellmann <gerd@gnu.org>
170 * Makefile.in (install): Use install-info command line options
171 like in Emacs' Makefile.in.
173 2000-12-09 Miles Bader <miles@gnu.org>
175 * windows.texi (Window Start): Update documentation for
176 `pos-visible-in-window-p'.
178 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
180 * lists.texi (Building Lists): Add footnote to explain how to add
181 to the end of a list.
183 2000-10-25 Gerd Moellmann <gerd@gnu.org>
185 * files.texi (Visiting Functions): Typos.
187 2000-10-25 Kenichi Handa <handa@etl.go.jp>
189 * files.texi (Visiting Functions): Return value of
190 find-file-noselect may be a list of buffers if wildcards are used.
192 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
194 * display.texi (Defining Faces): Document `graphic' display type
197 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
199 * hooks.texi (Standard Hooks): Replace obsolete
200 `after-make-frame-hook' with `after-make-frame-functions'.
202 * frames.texi (Creating Frames): Ditto.
204 * variables.texi (Future Local Variables): Ditto.
206 2000-10-16 Gerd Moellmann <gerd@gnu.org>
208 * display.texi (Other Image Types): Add description of :foreground
209 and :background properties of mono PBM images.
211 2000-08-17 Werner LEMBERG <wl@gnu.org>
213 * .cvsignore: New file.
215 2000-01-05 Gerd Moellmann <gerd@gnu.org>
217 * tindex.pl: New script.
219 1999-12-03 Dave Love <fx@gnu.org>
221 * Makefile.in (MAKEINFO): New parameter.
223 1999-09-17 Richard Stallman <rms@gnu.org>
225 * Makefile.in (srcs): Add hash.texi.
226 (VERSION): Update to 20.6.
228 1999-09-13 Richard Stallman <rms@gnu.org>
230 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
232 1998-08-29 Karl Heuer <kwzh@gnu.org>
234 * configure.in: New file.
235 * Makefile.in: Renamed from Makefile.
236 (prefix, infodir): Use value obtained from configure.
237 (emacslibdir): Obsolete variable deleted.
238 (dist): Distribute configure.in, configure, Makefile.in.
240 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
242 * Makefile (INSTALL_INFO): New variable.
243 (install): Run install-info.
245 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
247 * Makefile (elisp.dvi): Add missing backslash.
249 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
251 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
252 Run texindex without `./'. Always run texindex on elisp.tp.
253 (elisp.tps): Target deleted.
255 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
257 * Makefile (srcs): Add nonascii.texi and customize.texi.
258 (dist): Start by deleting `temp'.
260 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
262 * Makefile (makeinfo, texindex): Targets deleted.
263 (makeinfo.o, texindex.o): Targets deleted.
264 (clean, dist): Don't do anything with them or with getopt*.
266 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
268 * Makefile (SHELL): Defined.
270 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
272 * Makefile (elisp.tps): New target.
273 (elisp.dvi): Depend on elisp.tps.
275 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
277 * README: Update phone number.
279 * Makefile (elisp): Make this be the default target.
280 Depend on makeinfo.c instead of makeinfo.
281 (install): Don't depend on elisp.dvi, since we don't install that.
283 (dist): Add mkinstalldirs.
285 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
287 * Makefile (VERSION): Update version number.
288 (maintainer-clean): Renamed from realclean.
290 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
292 * Makefile (realclean): New target.
293 (elisp): Remove any old elisp-* files first.
295 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
297 * Makefile (VERSION): New variable.
298 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
299 Compressed file suffix should be `.gz', not `.z'.
301 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
303 * Makefile (elisp): Depend on makeinfo.
305 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
307 * Makefile (srcs): Add anti.texi.
309 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
311 * Makefile (infodir, prefix): New vars.
312 (install): Use infodir.
313 (emacsinfodir): Deleted.
315 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
317 * Makefile (srcs): Add calendar.texi.
319 * Makefile (dist): Copy texindex.c and makeinfo.c.
320 Limit elisp-* files to those with one or two digits.
322 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
324 * Makefile (dist): Changed to use Gzip instead of compress.
326 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
328 * loading.texi (Unloading): define-function changed back to
329 defalias. It may not stay this way, but at least it's
330 consistent with the known-good version of the code patch.
332 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
334 * modes.texi (Hooks): Document new optional arg of add-hook.
336 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
338 * variables.texi: Document nil initial value of buffer-local variables.
340 * tips.texi: Add new section on standard library headers.
342 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
344 * Makefile (srcs): Add frame.texi to the list of sources.
346 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
348 * Makefile (dist): Don't bother excluding autosave files; they'll
349 never make it into the temp directory anyway, and the hash marks
350 in the name are problematic for make and the Bourne shell.
353 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
355 * Makefile (dist): Don't include backup files or autosave files in
356 the distribution tar file.
358 Tue Nov 26 21:10:34 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu)
360 * Makefile (srcs): Added index.perm.
361 (elisp.dvi): Remove erroneous shell comment.
362 Expect output of permute-index in permuted.fns.
363 Save old elisp.aux in elisp.oaux.
364 (clean): Added index.texi to be deleted.
366 Sat Aug 11 17:39:10 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
368 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
370 Tue Jun 26 09:57:26 1990 David Lawrence (tale at geech)
372 * files.texi: Noted that completion-ignored-extensions is ignored
373 when making *Completions*.
375 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
377 * Makefile make dist now depends on elisp.dvi, since it tries
378 to include it in the dist file.
380 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon at mole.ai.mit.edu)
382 * functions.texinfo (Mapping Functions): Add missing quote
384 Mon Jun 19 18:09:24 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
386 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
387 (defunargs): Turn off \hyphenchar of \sl font temporarily.
389 Wed May 10 18:01:17 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
391 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
392 and @error{} are the terms now being used. The files in the
393 directory have been changed to reflect this.
395 * All instances of @indentedresultt{} have been changed to
396 ` @result{}', using 5 spaces at the begining of the line.
398 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
400 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
401 experimental @indentedresult{}, @indentedexpandsto{} are part of
402 the texinfo.tex in this directory. These TeX macros are not
405 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
407 * texinfo.tex: temporarily added
408 \let\result=\dblarrow
409 \def\error{{\it ERROR} \longdblarrow}
410 We need to do this better soon.
412 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
414 * Applied Karl Berry's patches to *.texinfo files, but not to
415 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
416 new title page format is also not applied, since it requires
417 texinfo.tex changes.)
419 * Cleaned up `Makefile' and defined the `emacslibdir' directory
420 for the Project GNU development environment.
423 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
424 Copying and distribution of this file, with or without modification,
425 are permitted provided the copyright notice and this notice are preserved.