(get_minibuffer): Be careful when calling `reset_buffer'
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
c73983bb
RS
12003-07-22 Richard M. Stallman <rms@gnu.org>
2
3 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4
5 * display.texi (Width): Use \s syntax in example.
6 (Font Selection): Add face-font-rescale-alist.
7
8 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9 Remove spurious indent in example.
10
11 * lists.texi (Building Lists): Add number-sequence.
12
13 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
14
15 * functions.texi (Function Documentation): Explain how to
16 show calling convention explicitly in the doc string.
17
18 * windows.texi (Selecting Windows): save-selected-window saves
19 selected window of each frame.
20 (Window Configurations): Minor change.
21
22 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
23
24 * streams.texi (Output Variables): Add print-continuous-numbering
25 and print-number-table.
26
27 * processes.texi (Decoding Output): New node.
28
29 * os.texi (Time Conversion): decode-time arg is optional.
30
31 * objects.texi (Character Type): Don't use space as example for \.
32 Make list of char names and \-sequences correspond.
33 Explain that \s is not used in strings. `\ ' needs space after.
34
35 * nonascii.texi (Converting Representations): Add string-to-multibyte.
36 (Translation of Characters): Add translation-table-for-input.
37 (Default Coding Systems): Add auto-coding-functions.
38 (Explicit Encoding): Add decode-coding-inserted-region.
39 (Locales): Add locale-info.
40
41 * minibuf.texi (Basic Completion): Describe test-completion.
42 Collections can be lists of strings.
43 Clean up lazy-completion-table.
44 (Programmed Completion): Mention test-completion.
45 Clarify why lambda expressions are not accepted.
46 (Minibuffer Misc): Describe minibufferp.
47
51a8b435
RS
482003-07-14 Richard M. Stallman <rms@gnu.org>
49
50 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
51
52 * windows.texi (Selecting Windows): New arg to select-window.
53 (Selecting Windows): Add with-selected-window.
54 (Size of Window): Add window-inside-edges, etc.
55
56 * internals.texi (Garbage Collection): Add post-gc-hook.
57
58 * processes.texi (Subprocess Creation): Add exec-suffixes.
59
60 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
61 (Scanning Keymaps): Add map-keymaps.
62 (Defining Menus): Add keymap-prompt.
63
64 * numbers.texi (Integer Basics): Add most-positive-fixnum,
65 most-negative-fixnum.
66
67 * compile.texi (Byte Compilation): Explain no-byte-compile
68 (Compiler Errors): New node.
69
70 * os.texi (User Identification): user-uid, user-real-uid
71 can return float.
72
73 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
74 and about derived modes.
75 (Minor Modes): Add minor-mode-list.
76 (Defining Minor Modes): Keyword args for define-minor-mode.
77 (Search-based Fontification): Explain managing other properties.
78 (Other Font Lock Variables): Add font-lock-extra-managed-props.
79 (Faces for Font Lock): Add font-locl-preprocessor-face.
80 (Hooks): Add run-mode-hooks and delay-mode-hooks.
81
82 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
83 (Variable Aliases): Clarify defvralias.
84
85 * loading.texi (Library Search): Add load-suffixes.
86
87 * minibuf.texi (Basic Completion): Add lazy-completion-table.
88 (Programmed Completion): Add dynamic-completion-table.
89
90 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
91 (Magic File Names): Specify precedence order of handlers.
92o
93 * commands.texi (Command Overview): Emacs server runs pre-command-hook
94 and post-command-hook.
95 (Waiting): New calling convention for sit-for.
96
97 * text.texi (Special Properties): local-map and keymap properties
98 apply based on their stickiness.
99
c6de56a0
RS
1002003-07-07 Richard M. Stallman <rms@gnu.org>
101
102 * modes.texi (Minor Mode Conventions): Specify only some kinds
103 of list values as args to minor modes.
104
105 * files.texi (File Name Expansion): Warn about iterative use
106 of substitute-in-file-name.
107
108 * advice.texi (Activation of Advice): Clean up previous change.
109
8c761ea6
MR
1102003-07-06 Markus Rost <rost@math.ohio-state.edu>
111
112 * advice.texi (Activation of Advice): Note that ad-start-advice is
113 turned on by default.
114
c6de56a0
RS
1152003-06-30 Richard M. Stallman <rms@gnu.org>
116
117 * text.texi (Buffer Contents): Document current-word.
118 (Change Hooks): Not called for *Messages*.
119
120 * functions.texi (Defining Functions): Explain about redefining
121 primitives.
122 (Function Safety): Renamed. Minor changes.
123 Comment out the detailed criteria for what is safe.
124
3fe4e567
AS
1252003-06-22 Andreas Schwab <schwab@suse.de>
126
127 * objects.texi (Symbol Type): Fix description of examples.
128
cda7bd13
AS
1292003-06-16 Andreas Schwab <schwab@suse.de>
130
131 * hash.texi (Creating Hash): Fix description of :weakness.
132
fbcffa4a
KG
1332003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
134
135 * files.texi (Changing Files): copy-file copies file modes, too.
136
ff6a3bfb
RS
1372003-05-28 Richard M. Stallman <rms@gnu.org>
138
139 * strings.texi (Creating Strings): Clarify split-string.
140
1463a05d
JB
1412003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
142
143 * strings.texi (Creating Strings): Update split-string specification
144 and examples.
145
af253914
RS
1462003-05-19 Richard M. Stallman <rms@gnu.org>
147
148 * elisp.texi: Correct invariant section names.
149
7ea52f92
RS
1502003-04-20 Richard M. Stallman <rms@gnu.org>
151
152 * os.texi (Timers): Explain about timers and quitting.
153
e31afc09
RS
1542003-04-19 Richard M. Stallman <rms@gnu.org>
155
156 * internals.texi (Writing Emacs Primitives): Strings are
157 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
158 Explain GCPRO convention for varargs function args.
159
5ceea398
RS
1602003-04-16 Richard M. Stallman <rms@gnu.org>
161
162 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
163
b0ada147
RS
1642003-04-08 Richard M. Stallman <rms@gnu.org>
165
166 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
167
b23375aa
KS
1682003-02-13 Kim F. Storm <storm@cua.dk>
169
170 * objects.texi (Character Type): New \s escape for space.
171
c60ee5e7
JB
1722003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
173
174 * os.texi (System Environment): Added cygwin system-type.
175
84e47416
RS
1762003-01-25 Richard M. Stallman <rms@gnu.org>
177
178 * keymaps.texi: Document that a symbol can act as a keymap.
179
3e8cf2ea
RS
1802003-01-13 Richard M. Stallman <rms@gnu.org>
181
182 * text.texi (Changing Properties): Say string indices are origin-0.
183
184 * positions.texi (Screen Lines) <compute-motion>:
185 Correct order of elts in return value.
186
187 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
188 how to define a default binding.
189
7abb9fc5 1902002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 191
104bc3aa 192 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 193
104bc3aa
MR
194 * customize.texi (Simple Types): Clarify description of custom
195 type 'number. Describe new custom type 'float.
177f790c 196
7abb9fc5 1972002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
198
199 * variables.texi (File Local Variables): Fix typo.
200
df140a68 2012002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 202
df140a68
KG
203 From Michael Albinus <Michael.Albinus@alcatel.de>.
204
205 * README: Target for Info file is `make info'.
206
207 * files.texi (File Name Components): Fixed typos in
208 `file-name-sans-extension'.
209 (Magic File Names): Complete list of operations for magic file
210 name handlers.
211
7ed9159a
JY
2122002-09-16 Jonathan Yavner <jyavner@engineer.com>
213
214 * variables.texi (File Local Variables): New function
215 risky-local-variable-p.
216
2172002-09-15 Jonathan Yavner <jyavner@engineer.com>
218
219 * functions.texi (Function safety): New node about unsafep.
220
241f79af
PA
2212002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
222
223 * customize.texi (Splicing into Lists): Fixed example.
224 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
225
72459b15
JB
2262002-06-17 Juanma Barranquero <lektu@terra.es>
227
228 * frames.texi (Display Feature Testing): Fix typo.
229
61f7e0f5
AS
2302002-06-12 Andreas Schwab <schwab@suse.de>
231
232 * frames.texi (Initial Parameters, Resources): Fix references to
233 the Emacs manual.
234
4e792dbd
KS
2352002-05-13 Kim F. Storm <storm@cua.dk>
236
237 * variables.texi (Intro to Buffer-Local): Updated warning and
238 example relating to changing buffer inside let.
239
940344d4 2402002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
241
242 * os.texi (Session Management): New node about X Session management.
243
231ac53b
EZ
2442002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
245
246 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
247 to which the manual corresponds, and the copyright years.
248
249 * Makefile.in (VERSION): Set to 2.9.
250
140cc574
EZ
2512001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
252
253 * elisp.texi: Change the category in @dircategory to "Emacs", to
254 make it consistent with info/dir.
255
9c7fce05
MB
2562001-11-25 Miles Bader <miles@gnu.org>
257
258 * text.texi (Fields): Describe new `limit' arg in
259 field-beginning/field-end.
260
9f8bbf0f
EZ
2612001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
262
a5e6715c
EZ
263 * permute-index: Don't depend on csh-specific features. Replace
264 the interpreter name with /bin/sh.
265
9f8bbf0f
EZ
266 * two-volume-cross-refs.txt: New file.
267 * two.el: New file.
268 * spellfile: New file.
269
1756e2fb
EZ
2702001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
271
272 * permute-index: New file.
273
274 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
275 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
276 8+3 restricted namespace.
ad050e54
EZ
277
278 * Makefile.in (infodir): Define relative to $(srcdir).
279 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
280 include directories list via -I switch to makeinfo.
281 (index.texi): Use cp if both hard and symbolic links fail.
282
10fa7f8e
EZ
2832001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
284
7a1494ce
EZ
285 * Makefile.in (distclean): Add.
286
10fa7f8e
EZ
287 The following changes make ELisp manual part of the Emacs
288 distribution:
289
290 * Makefile.in: Add Copyright notice.
291 (prefix): Remove.
292 (infodir): Change value to "../info".
293 (VPATH): New variable.
294 (MAKE): Don't define.
295 (texmacrodir): Don't define.
296 (texinputdir): Append the existing value of TEXINPUTS.
297 ($(infodir)/elisp): Instead of just "elisp". Reformat the
298 command to be compatible with man/Makefile.in, and to put the
299 output into ../info.
5c32b7c5 300 (info): Add target.
10fa7f8e
EZ
301 (installall): Target removed.
302
ad050e54 3032001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
304
305 * tips.texi (Coding Conventions): Fix typo.
306
6fd735df
GM
3072001-10-23 Gerd Moellmann <gerd@gnu.org>
308
309 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
310
b704d54b
EZ
3112001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
312
313 * files.texi (File Name Components): Update the description of
314 file-name-sans-extension and file-name-extension, as they now
315 ignore leading dots.
316
71431a0e
GM
3172001-10-20 Gerd Moellmann <gerd@gnu.org>
318
6aa97356 319 * (Version 21.1 released.)
71431a0e 320
79f1f96c
MB
3212001-10-19 Miles Bader <miles@gnu.org>
322
323 * positions.texi (Text Lines): Describe behavior of
324 `beginning-of-line'/`end-of-line' in the presence of field properties.
325
892a8f36
GM
3262001-10-17 Gerd Moellmann <gerd@gnu.org>
327
328 * Makefile.in (VERSION): Set to 2.8.
329 (manual): Use `manual-21'.
330
8c1cc9e8 331 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
332 number was used. Set it to 2.8.
333
334 * intro.texi: Likewise.
335
51724e26
EZ
3362001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
337
338 * files.texi (File Name Completion): Document the significance of
339 a trailing slash in elements of completion-ignored-extensions.
340
57b338e8
MB
3412001-10-06 Miles Bader <miles@gnu.org>
342
343 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
344
c89e4bc5
GM
3452001-10-04 Gerd Moellmann <gerd@gnu.org>
346
347 * variables.texi (Variable Aliases): New node.
348
ab952a4f
GM
3492001-10-04 Gerd Moellmann <gerd@gnu.org>
350
351 * Branch for 21.1.
dff28924 352
9db3a582
MB
3532001-10-02 Miles Bader <miles@gnu.org>
354
ae1a9581
MB
355 * minibuf.texi (Minibuffer Misc): Add entries for
356 `minibuffer-contents', `minibuffer-contents-no-properties', and
357 `delete-minibuffer-contents'.
358 Correct description for `minibuffer-prompt-end'.
359
9db3a582
MB
360 * text.texi (Property Search): Correct descriptions of
361 `next-char-property-change' and `previous-char-property-change'.
362 Add entries for `next-single-char-property-change' and
363 `previous-single-char-property-change'.
364 Make operand names a bit more consistent.
365
03be5931
EZ
3662001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
367
368 * frames.texi (Finding All Frames): Document that next-frame and
369 previous-frame are local to current terminal.
370
974548ec
EZ
3712001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
372
373 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 374 result of make-keymap.
974548ec 375
8d82c597
EZ
3762001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
377
378 * display.texi (Font Lookup, Attribute Functions)
379 (Image Descriptors): Add cross-references to the definition of
380 selected frame.
381
382 * buffers.texi (The Buffer List): Add cross-references to the
383 definition of selected frame.
384
385 * frames.texi (Input Focus): Clarify which frame is _the_ selected
386 frame at any given time.
387 (Multiple Displays, Size and Position): Add a cross-reference to
388 the definition of the selected frame.
389
2842de30
EZ
3902001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
391
392 * strings.texi (String Conversion) <string-to-number>: Document
393 that a float is returned for integers that are too large.
394
395 * frames.texi (Mouse Position): Document mouse-position-function.
396 (Display Feature Testing): Document display-images-p.
397 (Window Frame Parameters): Document the cursor-type variable.
398
399 * numbers.texi (Integer Basics): Document CL style read syntax for
400 integers in bases other than 10.
401
402 * positions.texi (List Motion): Document
403 open-paren-in-column-0-is-defun-start.
404
405 * lists.texi (Sets And Lists): Document member-ignore-case.
406
407 * internals.texi (Garbage Collection): Document the used and free
408 strings report.
409 (Memory Usage): Document strings-consed.
410
411 * os.texi (Time of Day): Document float-time.
412 (Recording Input): Document that clear-this-command-keys clears
413 the vector to be returned by recent-keys.
414
415 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
416 argument keymap can be a list.
417
418 * nonascii.texi (User-Chosen Coding Systems)
419 <select-safe-coding-system>: Document the new argument
420 accept-default-p and the variable
421 select-safe-coding-system-accept-default-p. Tell what happens if
422 buffer-file-coding-system is undecided.
423 (Default Coding Systems): Document auto-coding-regexp-alist.
424
425 * display.texi (The Echo Area) <message>: Document
426 message-truncate-lines.
427 (Glyphs): Document that the glyph table is unused on windowed
428 displays.
429
430 * help.texi (Describing Characters) <single-key-description>:
431 Document the new argument no-angles.
432 (Accessing Documentation) <documentation-property>: Document that
433 a non-string property is evaluated.
434 <documentation>: Document that the function-documentation property
435 is looked for.
436
437 * windows.texi (Selecting Windows): Document some-window.
438
439 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
440
441 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
442 apropos-mode-hook.
443
444 * commands.texi (Using Interactive): Document interactive-form.
445 (Keyboard Macros): Document kbd-macro-termination-hook.
446 (Command Loop Info): Document that clear-this-command-keys clears
447 the vector to be returned by recent-keys.
448
2d43d823
GM
4492001-09-04 Werner LEMBERG <wl@gnu.org>
450
451 * Makefile.in (srcdir, texinputdir): New variables.
452 (srcs, index.texi, install): Use $(srcdir).
453 (.PHONY): Remove elisp.dvi.
454 (elisp): Use -I switch for makeinfo.
455 (elisp.dvi): Use $(srcdir) and $(texinputdir).
456 (installall, dist): Use $(srcdir).
457 Fix path to texinfo.tex.
458 (maintainer-clean): Add elisp.dvi and elisp.oaux.
459
fa739b31
GM
4602001-08-30 Gerd Moellmann <gerd@gnu.org>
461
92a25631
GM
462 * display.texi (Conditional Display): Adjust to API change.
463
fa739b31
GM
464 * configure: New file.
465
cef68af5
GM
4662001-07-30 Gerd Moellmann <gerd@gnu.org>
467
468 * commands.texi (Repeat Events): Add description of
469 double-click-fuzz.
470
d1f08d85
SM
4712001-05-08 Stefan Monnier <monnier@cs.yale.edu>
472
473 * syntax.texi (Syntax Class Table): Add the missing designator for
474 comment and string fences.
475 (Syntax Properties): Add a xref to syntax table internals.
476 (Syntax Table Internals): Document string-to-syntax.
477
1e9fc92e
GM
4782001-05-07 Gerd Moellmann <gerd@gnu.org>
479
480 * Makefile.in (install): Use install-info command line options
481 like in Emacs' Makefile.in.
482
00480554
MB
4832000-12-09 Miles Bader <miles@gnu.org>
484
485 * windows.texi (Window Start): Update documentation for
486 `pos-visible-in-window-p'.
487
1e344ee2
SM
4882000-11-12 Stefan Monnier <monnier@cs.yale.edu>
489
490 * lists.texi (Building Lists): Add footnote to explain how to add
491 to the end of a list.
492
a540f6ed
GM
4932000-10-25 Gerd Moellmann <gerd@gnu.org>
494
495 * files.texi (Visiting Functions): Typos.
496
28bcdbee
KH
4972000-10-25 Kenichi Handa <handa@etl.go.jp>
498
499 * files.texi (Visiting Functions): Return value of
500 find-file-noselect may be a list of buffers if wildcards are used.
501
22d1a4ed
MB
5022000-10-24 Miles Bader <miles@lsi.nec.co.jp>
503
504 * display.texi (Defining Faces): Document `graphic' display type
505 in face specs.
506
916a89db
KG
5072000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
508
1e9fc92e 509 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
510 `after-make-frame-hook' with `after-make-frame-functions'.
511
1e9fc92e 512 * frames.texi (Creating Frames): Ditto.
916a89db 513
1e9fc92e 514 * variables.texi (Future Local Variables): Ditto.
916a89db 515
483de32b
GM
5162000-10-16 Gerd Moellmann <gerd@gnu.org>
517
518 * display.texi (Other Image Types): Add description of :foreground
519 and :background properties of mono PBM images.
520
e23a63a5
WL
5212000-08-17 Werner LEMBERG <wl@gnu.org>
522
523 * .cvsignore: New file.
524
dfc16043
GM
5252000-01-05 Gerd Moellmann <gerd@gnu.org>
526
527 * tindex.pl: New script.
528
602613fe
DL
5291999-12-03 Dave Love <fx@gnu.org>
530
531 * Makefile.in (MAKEINFO): New parameter.
532
94ec544d
DL
5331999-09-17 Richard Stallman <rms@gnu.org>
534
535 * Makefile.in (srcs): Add hash.texi.
536 (VERSION): Update to 20.6.
537
5381999-09-13 Richard Stallman <rms@gnu.org>
539
540 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
541
5421998-08-29 Karl Heuer <kwzh@gnu.org>
543
544 * configure.in: New file.
545 * Makefile.in: Renamed from Makefile.
546 (prefix, infodir): Use value obtained from configure.
547 (emacslibdir): Obsolete variable deleted.
548 (dist): Distribute configure.in, configure, Makefile.in.
549
5501998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
551
552 * Makefile (INSTALL_INFO): New variable.
553 (install): Run install-info.
554
5551998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
556
557 * Makefile (elisp.dvi): Add missing backslash.
558
5591998-05-02 Richard Stallman <rms@psilocin.gnu.org>
560
561 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
562 Run texindex without `./'. Always run texindex on elisp.tp.
563 (elisp.tps): Target deleted.
564
5651998-04-05 Richard Stallman <rms@psilocin.gnu.org>
566
567 * Makefile (srcs): Add nonascii.texi and customize.texi.
568 (dist): Start by deleting `temp'.
569
5701998-02-17 Richard Stallman <rms@psilocin.gnu.org>
571
572 * Makefile (makeinfo, texindex): Targets deleted.
573 (makeinfo.o, texindex.o): Targets deleted.
574 (clean, dist): Don't do anything with them or with getopt*.
575
5761998-01-30 Richard Stallman <rms@psilocin.gnu.org>
577
578 * Makefile (SHELL): Defined.
579
5801998-01-27 Richard Stallman <rms@psilocin.gnu.org>
581
582 * Makefile (elisp.tps): New target.
583 (elisp.dvi): Depend on elisp.tps.
584
585Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
586
587 * README: Update phone number.
588
589 * Makefile (elisp): Make this be the default target.
590 Depend on makeinfo.c instead of makeinfo.
591 (install): Don't depend on elisp.dvi, since we don't install that.
592 Use mkinstalldirs.
593 (dist): Add mkinstalldirs.
594
595Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
596
597 * Makefile (VERSION): Update version number.
598 (maintainer-clean): Renamed from realclean.
599
600Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
601
602 * Makefile (realclean): New target.
603 (elisp): Remove any old elisp-* files first.
604
605Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
606
d1f08d85
SM
607 * Makefile (VERSION): New variable.
608 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
609 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
610
611Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
612
613 * Makefile (elisp): Depend on makeinfo.
614
615Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
616
d1f08d85 617 * Makefile (srcs): Add anti.texi.
94ec544d
DL
618
619Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
620
621 * Makefile (infodir, prefix): New vars.
622 (install): Use infodir.
623 (emacsinfodir): Deleted.
624
625Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
626
627 * Makefile (srcs): Add calendar.texi.
628
629 * Makefile (dist): Copy texindex.c and makeinfo.c.
630 Limit elisp-* files to those with one or two digits.
631
632Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
633
634 * Makefile (dist): Changed to use Gzip instead of compress.
635
636Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
637
638 * loading.texi (Unloading): define-function changed back to
639 defalias. It may not stay this way, but at least it's
640 consistent with the known-good version of the code patch.
641
642Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
643
644 * modes.texi (Hooks): Document new optional arg of add-hook.
645
646Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
647
d1f08d85 648 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
649
650 * tips.texi: Add new section on standard library headers.
651
652Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
653
654 * Makefile (srcs): Add frame.texi to the list of sources.
655
656Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
657
658 * Makefile (dist): Don't bother excluding autosave files; they'll
659 never make it into the temp directory anyway, and the hash marks
660 in the name are problematic for make and the Bourne shell.
dff28924 661 (srcs):
94ec544d
DL
662
663Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
664
d1f08d85 665 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
666 the distribution tar file.
667
dff28924 668Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
669
670 * Makefile (srcs): Added index.perm.
671 (elisp.dvi): Remove erroneous shell comment.
672 Expect output of permute-index in permuted.fns.
673 Save old elisp.aux in elisp.oaux.
674 (clean): Added index.texi to be deleted.
675
dff28924 676Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
677
678 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
679
dff28924 680Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
681
682 * files.texi: Noted that completion-ignored-extensions is ignored
683 when making *Completions*.
684
685Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
686
687 * Makefile make dist now depends on elisp.dvi, since it tries
688 to include it in the dist file.
689
dff28924 690Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
691
692 * functions.texinfo (Mapping Functions): Add missing quote
693
dff28924 694Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
695
696 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
697 (defunargs): Turn off \hyphenchar of \sl font temporarily.
698
dff28924 699Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
700
701 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
702 and @error{} are the terms now being used. The files in the
703 directory have been changed to reflect this.
704
d1f08d85 705 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
706 ` @result{}', using 5 spaces at the begining of the line.
707
dff28924 708Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
709
710 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
711 experimental @indentedresult{}, @indentedexpandsto{} are part of
712 the texinfo.tex in this directory. These TeX macros are not
713 stable yet.
714
dff28924 715Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
716
717 * texinfo.tex: temporarily added
d1f08d85 718 \let\result=\dblarrow
94ec544d
DL
719 \def\error{{\it ERROR} \longdblarrow}
720 We need to do this better soon.
721
dff28924 722Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
723
724 * Applied Karl Berry's patches to *.texinfo files, but not to
725 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
726 new title page format is also not applied, since it requires
727 texinfo.tex changes.)
728
729 * Cleaned up `Makefile' and defined the `emacslibdir' directory
730 for the Project GNU development environment.
731
ad050e54
EZ
732;; Local Variables:
733;; coding: iso-2022-7bit-unix
734;; End:
2a34a036
GM
735
736 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
737 Copying and distribution of this file, with or without modification,
738 are permitted provided the copyright notice and this notice are preserved.