* pcl-cvs.texi (Log Edit Mode): Fix typo.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
3afe8e39
RS
12003-08-13 Richard M. Stallman <rms@gnu.org>
2
3 * elisp.texi (Top): Update subnode lists in menu.
4
5 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
6 (Kill Functions): kill-region has new arg yank-handler.
7 (Yanking): New node.
8 (Yank Commands): Add yank-undo-function.
9 (Low-Level Kill Ring):
10 kill-new and kill-append have new arg yank-handler.
11 (Changing Properties): Add remove-list-of-text-properties.
12 (Atomic Changes): New node.
13
14 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
15
16 * streams.texi (Output Variables): Add eval-expression-print-length
17 and eval-expression-print-level.
18
19 * os.texi (Time Conversion): For encode-time, explain limits on year.
20
21 * objects.texi (Character Type): Define anchor "modifier bits".
22
23 * modes.texi (Emulating Mode Line): New node.
24 (Search-based Fontification): Font Lock uses font-lock-face property.
25 (Other Font Lock Variables): Likewise.
26
27 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
28 not vectors.
29 (Active Keymaps): Add emulation-mode-map-alists.
30 (Functions for Key Lookup): key-binding has new arg no-remap.
31 (Remapping Commands): New node.
32 (Scanning Keymaps): where-is-internal has new arg no-remap.
33 (Tool Bar): Add tool-bar-local-item-from-menu.
34 Clarify when to use tool-bar-add-item-from-menu.
35
36 * commands.texi (Interactive Call): commandp has new arg.
37 (Command Loop Info): Add this-original-command.
38
e37769b1
JPW
392003-08-06 John Paul Wallington <jpw@gnu.org>
40
41 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
42
43 * display.texi (Warning Basics): Fix typo.
44 (Fringes): Add closing curly bracket and fix typo.
45
46 * elisp.texi (Top): Fix typo.
47
c5e0561f
RS
482003-08-05 Richard M. Stallman <rms@gnu.org>
49
50 * elisp.texi: Update lists of subnodes.
51
52 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
53
54 * variables.texi (Local Variables): Use lc for example variable names.
55
56 * tips.texi (Library Headers): Explain where to put -*-.
57
58 * strings.texi (Creating Strings): Fix xref for vconcat.
59
60 * sequences.texi (Vector Functions):
61 vconcat no longer allows integer args.
62
63 * minibuf.texi (Reading File Names): read-file-name has new
64 arg PREDICATE. New function read-directory-name.
65
66 * macros.texi (Defining Macros): Give definition of `declare'
67 (Indenting Macros): New node.
68
69 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
70 (Window Frame Parameters): Make separate table of parameters
71 that are coupled with specific face attributes.
72 (Deleting Frames): delete-frame-hooks renamed to
73 delete-frame-functions.
74
75 * files.texi (Magic File Names): Add file-remote-p.
76 Clarify file-local-copy.
77
78 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
79 here; instead xref Defining Macros.
80
81 * display.texi (Warnings): New node, and subnodes.
82 (Fringes): New node.
83
84 * debugging.texi (Test Coverage): New node.
85
86 * compile.texi (Compiler Errors): Explain with-no-warnings
87 and other ways to suppress warnings.
88
89 * commands.texi (Interactive Call): Minor clarification.
90
91 * buffers.texi (Buffer File Name): set-visited-file-name
92 renames the buffer too.
93
94 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
95
ee59dede
MR
962003-07-24 Markus Rost <rost@math.ohio-state.edu>
97
98 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
99
f0514b34
MR
1002003-07-22 Markus Rost <rost@math.ohio-state.edu>
101
102 * internals.texi (Garbage Collection): Fix previous change.
103
c73983bb
RS
1042003-07-22 Richard M. Stallman <rms@gnu.org>
105
106 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
107
108 * display.texi (Width): Use \s syntax in example.
109 (Font Selection): Add face-font-rescale-alist.
110
111 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
112 Remove spurious indent in example.
113
114 * lists.texi (Building Lists): Add number-sequence.
115
116 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
117
118 * functions.texi (Function Documentation): Explain how to
119 show calling convention explicitly in the doc string.
120
121 * windows.texi (Selecting Windows): save-selected-window saves
122 selected window of each frame.
123 (Window Configurations): Minor change.
124
125 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
126
127 * streams.texi (Output Variables): Add print-continuous-numbering
128 and print-number-table.
129
130 * processes.texi (Decoding Output): New node.
131
132 * os.texi (Time Conversion): decode-time arg is optional.
133
134 * objects.texi (Character Type): Don't use space as example for \.
135 Make list of char names and \-sequences correspond.
136 Explain that \s is not used in strings. `\ ' needs space after.
137
138 * nonascii.texi (Converting Representations): Add string-to-multibyte.
139 (Translation of Characters): Add translation-table-for-input.
140 (Default Coding Systems): Add auto-coding-functions.
141 (Explicit Encoding): Add decode-coding-inserted-region.
142 (Locales): Add locale-info.
143
144 * minibuf.texi (Basic Completion): Describe test-completion.
145 Collections can be lists of strings.
146 Clean up lazy-completion-table.
147 (Programmed Completion): Mention test-completion.
148 Clarify why lambda expressions are not accepted.
149 (Minibuffer Misc): Describe minibufferp.
150
51a8b435
RS
1512003-07-14 Richard M. Stallman <rms@gnu.org>
152
153 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
154
155 * windows.texi (Selecting Windows): New arg to select-window.
156 (Selecting Windows): Add with-selected-window.
157 (Size of Window): Add window-inside-edges, etc.
158
159 * internals.texi (Garbage Collection): Add post-gc-hook.
160
161 * processes.texi (Subprocess Creation): Add exec-suffixes.
162
163 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
164 (Scanning Keymaps): Add map-keymaps.
165 (Defining Menus): Add keymap-prompt.
166
167 * numbers.texi (Integer Basics): Add most-positive-fixnum,
168 most-negative-fixnum.
169
170 * compile.texi (Byte Compilation): Explain no-byte-compile
171 (Compiler Errors): New node.
172
173 * os.texi (User Identification): user-uid, user-real-uid
174 can return float.
175
176 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
177 and about derived modes.
178 (Minor Modes): Add minor-mode-list.
179 (Defining Minor Modes): Keyword args for define-minor-mode.
180 (Search-based Fontification): Explain managing other properties.
181 (Other Font Lock Variables): Add font-lock-extra-managed-props.
182 (Faces for Font Lock): Add font-locl-preprocessor-face.
183 (Hooks): Add run-mode-hooks and delay-mode-hooks.
184
185 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
186 (Variable Aliases): Clarify defvralias.
187
188 * loading.texi (Library Search): Add load-suffixes.
189
190 * minibuf.texi (Basic Completion): Add lazy-completion-table.
191 (Programmed Completion): Add dynamic-completion-table.
192
193 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
194 (Magic File Names): Specify precedence order of handlers.
195o
196 * commands.texi (Command Overview): Emacs server runs pre-command-hook
197 and post-command-hook.
198 (Waiting): New calling convention for sit-for.
199
200 * text.texi (Special Properties): local-map and keymap properties
201 apply based on their stickiness.
202
c6de56a0
RS
2032003-07-07 Richard M. Stallman <rms@gnu.org>
204
205 * modes.texi (Minor Mode Conventions): Specify only some kinds
206 of list values as args to minor modes.
207
208 * files.texi (File Name Expansion): Warn about iterative use
209 of substitute-in-file-name.
210
211 * advice.texi (Activation of Advice): Clean up previous change.
212
8c761ea6
MR
2132003-07-06 Markus Rost <rost@math.ohio-state.edu>
214
215 * advice.texi (Activation of Advice): Note that ad-start-advice is
216 turned on by default.
217
c6de56a0
RS
2182003-06-30 Richard M. Stallman <rms@gnu.org>
219
220 * text.texi (Buffer Contents): Document current-word.
221 (Change Hooks): Not called for *Messages*.
222
223 * functions.texi (Defining Functions): Explain about redefining
224 primitives.
225 (Function Safety): Renamed. Minor changes.
226 Comment out the detailed criteria for what is safe.
227
3fe4e567
AS
2282003-06-22 Andreas Schwab <schwab@suse.de>
229
230 * objects.texi (Symbol Type): Fix description of examples.
231
cda7bd13
AS
2322003-06-16 Andreas Schwab <schwab@suse.de>
233
234 * hash.texi (Creating Hash): Fix description of :weakness.
235
fbcffa4a
KG
2362003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
237
238 * files.texi (Changing Files): copy-file copies file modes, too.
239
ff6a3bfb
RS
2402003-05-28 Richard M. Stallman <rms@gnu.org>
241
242 * strings.texi (Creating Strings): Clarify split-string.
243
1463a05d
JB
2442003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
245
246 * strings.texi (Creating Strings): Update split-string specification
247 and examples.
248
af253914
RS
2492003-05-19 Richard M. Stallman <rms@gnu.org>
250
251 * elisp.texi: Correct invariant section names.
252
7ea52f92
RS
2532003-04-20 Richard M. Stallman <rms@gnu.org>
254
255 * os.texi (Timers): Explain about timers and quitting.
256
e31afc09
RS
2572003-04-19 Richard M. Stallman <rms@gnu.org>
258
259 * internals.texi (Writing Emacs Primitives): Strings are
260 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
261 Explain GCPRO convention for varargs function args.
262
5ceea398
RS
2632003-04-16 Richard M. Stallman <rms@gnu.org>
264
265 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
266
b0ada147
RS
2672003-04-08 Richard M. Stallman <rms@gnu.org>
268
269 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
270
b23375aa
KS
2712003-02-13 Kim F. Storm <storm@cua.dk>
272
273 * objects.texi (Character Type): New \s escape for space.
274
c60ee5e7
JB
2752003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
276
277 * os.texi (System Environment): Added cygwin system-type.
278
84e47416
RS
2792003-01-25 Richard M. Stallman <rms@gnu.org>
280
281 * keymaps.texi: Document that a symbol can act as a keymap.
282
3e8cf2ea
RS
2832003-01-13 Richard M. Stallman <rms@gnu.org>
284
285 * text.texi (Changing Properties): Say string indices are origin-0.
286
287 * positions.texi (Screen Lines) <compute-motion>:
288 Correct order of elts in return value.
289
290 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
291 how to define a default binding.
292
7abb9fc5 2932002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 294
104bc3aa 295 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 296
104bc3aa
MR
297 * customize.texi (Simple Types): Clarify description of custom
298 type 'number. Describe new custom type 'float.
177f790c 299
7abb9fc5 3002002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
301
302 * variables.texi (File Local Variables): Fix typo.
303
df140a68 3042002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 305
df140a68
KG
306 From Michael Albinus <Michael.Albinus@alcatel.de>.
307
308 * README: Target for Info file is `make info'.
309
310 * files.texi (File Name Components): Fixed typos in
311 `file-name-sans-extension'.
312 (Magic File Names): Complete list of operations for magic file
313 name handlers.
314
7ed9159a
JY
3152002-09-16 Jonathan Yavner <jyavner@engineer.com>
316
317 * variables.texi (File Local Variables): New function
318 risky-local-variable-p.
319
3202002-09-15 Jonathan Yavner <jyavner@engineer.com>
321
322 * functions.texi (Function safety): New node about unsafep.
323
241f79af
PA
3242002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
325
326 * customize.texi (Splicing into Lists): Fixed example.
327 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
328
72459b15
JB
3292002-06-17 Juanma Barranquero <lektu@terra.es>
330
331 * frames.texi (Display Feature Testing): Fix typo.
332
61f7e0f5
AS
3332002-06-12 Andreas Schwab <schwab@suse.de>
334
335 * frames.texi (Initial Parameters, Resources): Fix references to
336 the Emacs manual.
337
4e792dbd
KS
3382002-05-13 Kim F. Storm <storm@cua.dk>
339
340 * variables.texi (Intro to Buffer-Local): Updated warning and
341 example relating to changing buffer inside let.
342
940344d4 3432002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
344
345 * os.texi (Session Management): New node about X Session management.
346
231ac53b
EZ
3472002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
348
349 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
350 to which the manual corresponds, and the copyright years.
351
352 * Makefile.in (VERSION): Set to 2.9.
353
140cc574
EZ
3542001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
355
356 * elisp.texi: Change the category in @dircategory to "Emacs", to
357 make it consistent with info/dir.
358
9c7fce05
MB
3592001-11-25 Miles Bader <miles@gnu.org>
360
361 * text.texi (Fields): Describe new `limit' arg in
362 field-beginning/field-end.
363
9f8bbf0f
EZ
3642001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
365
a5e6715c
EZ
366 * permute-index: Don't depend on csh-specific features. Replace
367 the interpreter name with /bin/sh.
368
9f8bbf0f
EZ
369 * two-volume-cross-refs.txt: New file.
370 * two.el: New file.
371 * spellfile: New file.
372
1756e2fb
EZ
3732001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
374
375 * permute-index: New file.
376
377 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
378 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
379 8+3 restricted namespace.
ad050e54
EZ
380
381 * Makefile.in (infodir): Define relative to $(srcdir).
382 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
383 include directories list via -I switch to makeinfo.
384 (index.texi): Use cp if both hard and symbolic links fail.
385
10fa7f8e
EZ
3862001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
387
7a1494ce
EZ
388 * Makefile.in (distclean): Add.
389
10fa7f8e
EZ
390 The following changes make ELisp manual part of the Emacs
391 distribution:
392
393 * Makefile.in: Add Copyright notice.
394 (prefix): Remove.
395 (infodir): Change value to "../info".
396 (VPATH): New variable.
397 (MAKE): Don't define.
398 (texmacrodir): Don't define.
399 (texinputdir): Append the existing value of TEXINPUTS.
400 ($(infodir)/elisp): Instead of just "elisp". Reformat the
401 command to be compatible with man/Makefile.in, and to put the
402 output into ../info.
5c32b7c5 403 (info): Add target.
10fa7f8e
EZ
404 (installall): Target removed.
405
ad050e54 4062001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
407
408 * tips.texi (Coding Conventions): Fix typo.
409
6fd735df
GM
4102001-10-23 Gerd Moellmann <gerd@gnu.org>
411
412 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
413
b704d54b
EZ
4142001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
415
416 * files.texi (File Name Components): Update the description of
417 file-name-sans-extension and file-name-extension, as they now
418 ignore leading dots.
419
71431a0e
GM
4202001-10-20 Gerd Moellmann <gerd@gnu.org>
421
6aa97356 422 * (Version 21.1 released.)
71431a0e 423
79f1f96c
MB
4242001-10-19 Miles Bader <miles@gnu.org>
425
426 * positions.texi (Text Lines): Describe behavior of
427 `beginning-of-line'/`end-of-line' in the presence of field properties.
428
892a8f36
GM
4292001-10-17 Gerd Moellmann <gerd@gnu.org>
430
431 * Makefile.in (VERSION): Set to 2.8.
432 (manual): Use `manual-21'.
433
8c1cc9e8 434 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
435 number was used. Set it to 2.8.
436
437 * intro.texi: Likewise.
438
51724e26
EZ
4392001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
440
441 * files.texi (File Name Completion): Document the significance of
442 a trailing slash in elements of completion-ignored-extensions.
443
57b338e8
MB
4442001-10-06 Miles Bader <miles@gnu.org>
445
446 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
447
c89e4bc5
GM
4482001-10-04 Gerd Moellmann <gerd@gnu.org>
449
450 * variables.texi (Variable Aliases): New node.
451
ab952a4f
GM
4522001-10-04 Gerd Moellmann <gerd@gnu.org>
453
454 * Branch for 21.1.
dff28924 455
9db3a582
MB
4562001-10-02 Miles Bader <miles@gnu.org>
457
ae1a9581
MB
458 * minibuf.texi (Minibuffer Misc): Add entries for
459 `minibuffer-contents', `minibuffer-contents-no-properties', and
460 `delete-minibuffer-contents'.
461 Correct description for `minibuffer-prompt-end'.
462
9db3a582
MB
463 * text.texi (Property Search): Correct descriptions of
464 `next-char-property-change' and `previous-char-property-change'.
465 Add entries for `next-single-char-property-change' and
466 `previous-single-char-property-change'.
467 Make operand names a bit more consistent.
468
03be5931
EZ
4692001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
470
471 * frames.texi (Finding All Frames): Document that next-frame and
472 previous-frame are local to current terminal.
473
974548ec
EZ
4742001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
475
476 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 477 result of make-keymap.
974548ec 478
8d82c597
EZ
4792001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
480
481 * display.texi (Font Lookup, Attribute Functions)
482 (Image Descriptors): Add cross-references to the definition of
483 selected frame.
484
485 * buffers.texi (The Buffer List): Add cross-references to the
486 definition of selected frame.
487
488 * frames.texi (Input Focus): Clarify which frame is _the_ selected
489 frame at any given time.
490 (Multiple Displays, Size and Position): Add a cross-reference to
491 the definition of the selected frame.
492
2842de30
EZ
4932001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
494
495 * strings.texi (String Conversion) <string-to-number>: Document
496 that a float is returned for integers that are too large.
497
498 * frames.texi (Mouse Position): Document mouse-position-function.
499 (Display Feature Testing): Document display-images-p.
500 (Window Frame Parameters): Document the cursor-type variable.
501
502 * numbers.texi (Integer Basics): Document CL style read syntax for
503 integers in bases other than 10.
504
505 * positions.texi (List Motion): Document
506 open-paren-in-column-0-is-defun-start.
507
508 * lists.texi (Sets And Lists): Document member-ignore-case.
509
510 * internals.texi (Garbage Collection): Document the used and free
511 strings report.
512 (Memory Usage): Document strings-consed.
513
514 * os.texi (Time of Day): Document float-time.
515 (Recording Input): Document that clear-this-command-keys clears
516 the vector to be returned by recent-keys.
517
518 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
519 argument keymap can be a list.
520
521 * nonascii.texi (User-Chosen Coding Systems)
522 <select-safe-coding-system>: Document the new argument
523 accept-default-p and the variable
524 select-safe-coding-system-accept-default-p. Tell what happens if
525 buffer-file-coding-system is undecided.
526 (Default Coding Systems): Document auto-coding-regexp-alist.
527
528 * display.texi (The Echo Area) <message>: Document
529 message-truncate-lines.
530 (Glyphs): Document that the glyph table is unused on windowed
531 displays.
532
533 * help.texi (Describing Characters) <single-key-description>:
534 Document the new argument no-angles.
535 (Accessing Documentation) <documentation-property>: Document that
536 a non-string property is evaluated.
537 <documentation>: Document that the function-documentation property
538 is looked for.
539
540 * windows.texi (Selecting Windows): Document some-window.
541
542 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
543
544 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
545 apropos-mode-hook.
546
547 * commands.texi (Using Interactive): Document interactive-form.
548 (Keyboard Macros): Document kbd-macro-termination-hook.
549 (Command Loop Info): Document that clear-this-command-keys clears
550 the vector to be returned by recent-keys.
551
2d43d823
GM
5522001-09-04 Werner LEMBERG <wl@gnu.org>
553
554 * Makefile.in (srcdir, texinputdir): New variables.
555 (srcs, index.texi, install): Use $(srcdir).
556 (.PHONY): Remove elisp.dvi.
557 (elisp): Use -I switch for makeinfo.
558 (elisp.dvi): Use $(srcdir) and $(texinputdir).
559 (installall, dist): Use $(srcdir).
560 Fix path to texinfo.tex.
561 (maintainer-clean): Add elisp.dvi and elisp.oaux.
562
fa739b31
GM
5632001-08-30 Gerd Moellmann <gerd@gnu.org>
564
92a25631
GM
565 * display.texi (Conditional Display): Adjust to API change.
566
fa739b31
GM
567 * configure: New file.
568
cef68af5
GM
5692001-07-30 Gerd Moellmann <gerd@gnu.org>
570
571 * commands.texi (Repeat Events): Add description of
572 double-click-fuzz.
573
d1f08d85
SM
5742001-05-08 Stefan Monnier <monnier@cs.yale.edu>
575
576 * syntax.texi (Syntax Class Table): Add the missing designator for
577 comment and string fences.
578 (Syntax Properties): Add a xref to syntax table internals.
579 (Syntax Table Internals): Document string-to-syntax.
580
1e9fc92e
GM
5812001-05-07 Gerd Moellmann <gerd@gnu.org>
582
583 * Makefile.in (install): Use install-info command line options
584 like in Emacs' Makefile.in.
585
00480554
MB
5862000-12-09 Miles Bader <miles@gnu.org>
587
588 * windows.texi (Window Start): Update documentation for
589 `pos-visible-in-window-p'.
590
1e344ee2
SM
5912000-11-12 Stefan Monnier <monnier@cs.yale.edu>
592
593 * lists.texi (Building Lists): Add footnote to explain how to add
594 to the end of a list.
595
a540f6ed
GM
5962000-10-25 Gerd Moellmann <gerd@gnu.org>
597
598 * files.texi (Visiting Functions): Typos.
599
28bcdbee
KH
6002000-10-25 Kenichi Handa <handa@etl.go.jp>
601
602 * files.texi (Visiting Functions): Return value of
603 find-file-noselect may be a list of buffers if wildcards are used.
604
22d1a4ed
MB
6052000-10-24 Miles Bader <miles@lsi.nec.co.jp>
606
607 * display.texi (Defining Faces): Document `graphic' display type
608 in face specs.
609
916a89db
KG
6102000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
611
1e9fc92e 612 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
613 `after-make-frame-hook' with `after-make-frame-functions'.
614
1e9fc92e 615 * frames.texi (Creating Frames): Ditto.
916a89db 616
1e9fc92e 617 * variables.texi (Future Local Variables): Ditto.
916a89db 618
483de32b
GM
6192000-10-16 Gerd Moellmann <gerd@gnu.org>
620
621 * display.texi (Other Image Types): Add description of :foreground
622 and :background properties of mono PBM images.
623
e23a63a5
WL
6242000-08-17 Werner LEMBERG <wl@gnu.org>
625
626 * .cvsignore: New file.
627
dfc16043
GM
6282000-01-05 Gerd Moellmann <gerd@gnu.org>
629
630 * tindex.pl: New script.
631
602613fe
DL
6321999-12-03 Dave Love <fx@gnu.org>
633
634 * Makefile.in (MAKEINFO): New parameter.
635
94ec544d
DL
6361999-09-17 Richard Stallman <rms@gnu.org>
637
638 * Makefile.in (srcs): Add hash.texi.
639 (VERSION): Update to 20.6.
640
6411999-09-13 Richard Stallman <rms@gnu.org>
642
643 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
644
6451998-08-29 Karl Heuer <kwzh@gnu.org>
646
647 * configure.in: New file.
648 * Makefile.in: Renamed from Makefile.
649 (prefix, infodir): Use value obtained from configure.
650 (emacslibdir): Obsolete variable deleted.
651 (dist): Distribute configure.in, configure, Makefile.in.
652
6531998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
654
655 * Makefile (INSTALL_INFO): New variable.
656 (install): Run install-info.
657
6581998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
659
660 * Makefile (elisp.dvi): Add missing backslash.
661
6621998-05-02 Richard Stallman <rms@psilocin.gnu.org>
663
664 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
665 Run texindex without `./'. Always run texindex on elisp.tp.
666 (elisp.tps): Target deleted.
667
6681998-04-05 Richard Stallman <rms@psilocin.gnu.org>
669
670 * Makefile (srcs): Add nonascii.texi and customize.texi.
671 (dist): Start by deleting `temp'.
672
6731998-02-17 Richard Stallman <rms@psilocin.gnu.org>
674
675 * Makefile (makeinfo, texindex): Targets deleted.
676 (makeinfo.o, texindex.o): Targets deleted.
677 (clean, dist): Don't do anything with them or with getopt*.
678
6791998-01-30 Richard Stallman <rms@psilocin.gnu.org>
680
681 * Makefile (SHELL): Defined.
682
6831998-01-27 Richard Stallman <rms@psilocin.gnu.org>
684
685 * Makefile (elisp.tps): New target.
686 (elisp.dvi): Depend on elisp.tps.
687
688Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
689
690 * README: Update phone number.
691
692 * Makefile (elisp): Make this be the default target.
693 Depend on makeinfo.c instead of makeinfo.
694 (install): Don't depend on elisp.dvi, since we don't install that.
695 Use mkinstalldirs.
696 (dist): Add mkinstalldirs.
697
698Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
699
700 * Makefile (VERSION): Update version number.
701 (maintainer-clean): Renamed from realclean.
702
703Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
704
705 * Makefile (realclean): New target.
706 (elisp): Remove any old elisp-* files first.
707
708Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
709
d1f08d85
SM
710 * Makefile (VERSION): New variable.
711 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
712 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
713
714Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
715
716 * Makefile (elisp): Depend on makeinfo.
717
718Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
719
d1f08d85 720 * Makefile (srcs): Add anti.texi.
94ec544d
DL
721
722Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
723
724 * Makefile (infodir, prefix): New vars.
725 (install): Use infodir.
726 (emacsinfodir): Deleted.
727
728Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
729
730 * Makefile (srcs): Add calendar.texi.
731
732 * Makefile (dist): Copy texindex.c and makeinfo.c.
733 Limit elisp-* files to those with one or two digits.
734
735Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
736
737 * Makefile (dist): Changed to use Gzip instead of compress.
738
739Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
740
741 * loading.texi (Unloading): define-function changed back to
742 defalias. It may not stay this way, but at least it's
743 consistent with the known-good version of the code patch.
744
745Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
746
747 * modes.texi (Hooks): Document new optional arg of add-hook.
748
749Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
750
d1f08d85 751 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
752
753 * tips.texi: Add new section on standard library headers.
754
755Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
756
757 * Makefile (srcs): Add frame.texi to the list of sources.
758
759Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
760
761 * Makefile (dist): Don't bother excluding autosave files; they'll
762 never make it into the temp directory anyway, and the hash marks
763 in the name are problematic for make and the Bourne shell.
dff28924 764 (srcs):
94ec544d
DL
765
766Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
767
d1f08d85 768 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
769 the distribution tar file.
770
dff28924 771Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
772
773 * Makefile (srcs): Added index.perm.
774 (elisp.dvi): Remove erroneous shell comment.
775 Expect output of permute-index in permuted.fns.
776 Save old elisp.aux in elisp.oaux.
777 (clean): Added index.texi to be deleted.
778
dff28924 779Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
780
781 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
782
dff28924 783Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
784
785 * files.texi: Noted that completion-ignored-extensions is ignored
786 when making *Completions*.
787
788Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
789
790 * Makefile make dist now depends on elisp.dvi, since it tries
791 to include it in the dist file.
792
dff28924 793Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
794
795 * functions.texinfo (Mapping Functions): Add missing quote
796
dff28924 797Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
798
799 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
800 (defunargs): Turn off \hyphenchar of \sl font temporarily.
801
dff28924 802Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
803
804 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
805 and @error{} are the terms now being used. The files in the
806 directory have been changed to reflect this.
807
d1f08d85 808 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
809 ` @result{}', using 5 spaces at the begining of the line.
810
dff28924 811Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
812
813 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
814 experimental @indentedresult{}, @indentedexpandsto{} are part of
815 the texinfo.tex in this directory. These TeX macros are not
816 stable yet.
817
dff28924 818Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
819
820 * texinfo.tex: temporarily added
d1f08d85 821 \let\result=\dblarrow
94ec544d
DL
822 \def\error{{\it ERROR} \longdblarrow}
823 We need to do this better soon.
824
dff28924 825Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
826
827 * Applied Karl Berry's patches to *.texinfo files, but not to
828 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
829 new title page format is also not applied, since it requires
830 texinfo.tex changes.)
831
832 * Cleaned up `Makefile' and defined the `emacslibdir' directory
833 for the Project GNU development environment.
834
ad050e54
EZ
835;; Local Variables:
836;; coding: iso-2022-7bit-unix
837;; End:
2a34a036
GM
838
839 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
840 Copying and distribution of this file, with or without modification,
841 are permitted provided the copyright notice and this notice are preserved.