aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
blob: f82bad3e0c4cae95f4c383e483f2fa00d871be86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
2003-08-19  Luc Teirlinck  <[email protected]>

	* customize.texi (Type Keywords): Correct the description of
	`:help-echo' in the case where `motion-doc' is a function.

2003-08-14  John Paul Wallington  <[email protected]>

	* modes.texi (Emulating Mode Line): Subsection, not section.

2003-08-13  Richard M. Stallman  <[email protected]>

	* elisp.texi (Top): Update subnode lists in menu.

	* text.texi (Insertion): Add insert-buffer-substring-no-properties.
	(Kill Functions): kill-region has new arg yank-handler.
	(Yanking): New node.
	(Yank Commands): Add yank-undo-function.
	(Low-Level Kill Ring):
	kill-new and kill-append have new arg yank-handler.
	(Changing Properties): Add remove-list-of-text-properties.
	(Atomic Changes): New node.

	* symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.

	* streams.texi (Output Variables): Add eval-expression-print-length
	and eval-expression-print-level.

	* os.texi (Time Conversion): For encode-time, explain limits on year.

	* objects.texi (Character Type): Define anchor "modifier bits".

	* modes.texi (Emulating Mode Line): New node.
	(Search-based Fontification): Font Lock uses font-lock-face property.
	(Other Font Lock Variables): Likewise.

	* keymaps.texi (Format of Keymaps): Keymaps contain char tables,
	not vectors.
	(Active Keymaps): Add emulation-mode-map-alists.
	(Functions for Key Lookup): key-binding has new arg no-remap.
	(Remapping Commands): New node.
	(Scanning Keymaps): where-is-internal has new arg no-remap.
	(Tool Bar): Add tool-bar-local-item-from-menu.
	Clarify when to use tool-bar-add-item-from-menu.

	* commands.texi (Interactive Call): commandp has new arg.
	(Command Loop Info): Add this-original-command.

2003-08-06  John Paul Wallington  <[email protected]>

	* compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.

	* display.texi (Warning Basics): Fix typo.
	(Fringes): Add closing curly bracket and fix typo.

	* elisp.texi (Top): Fix typo.

2003-08-05  Richard M. Stallman  <[email protected]>

	* elisp.texi: Update lists of subnodes.

	* windows.texi (Buffers and Windows): set-window-buffer has new arg.

	* variables.texi (Local Variables): Use lc for example variable names.

	* tips.texi (Library Headers): Explain where to put -*-.

	* strings.texi (Creating Strings): Fix xref for vconcat.

	* sequences.texi (Vector Functions):
	vconcat no longer allows integer args.

	* minibuf.texi (Reading File Names): read-file-name has new
	arg PREDICATE.  New function read-directory-name.

	* macros.texi (Defining Macros): Give definition of `declare'
	(Indenting Macros): New node.

	* frames.texi (Parameter Access): Add modify-all-frames-parameters.
	(Window Frame Parameters): Make separate table of parameters
	that are coupled with specific face attributes.
	(Deleting Frames): delete-frame-hooks renamed to
	delete-frame-functions.

	* files.texi (Magic File Names): Add file-remote-p.
	Clarify file-local-copy.

	* edebug.texi (Instrumenting Macro Calls): Don't define `declare'
	here; instead xref Defining Macros.

	* display.texi (Warnings): New node, and subnodes.
	(Fringes): New node.

	* debugging.texi (Test Coverage): New node.

	* compile.texi (Compiler Errors): Explain with-no-warnings
	and other ways to suppress warnings.

	* commands.texi (Interactive Call): Minor clarification.

	* buffers.texi (Buffer File Name): set-visited-file-name
	renames the buffer too.

	* abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.

2003-07-24  Markus Rost  <[email protected]>

	* abbrevs.texi (Abbrev Expansion): Use \s syntax in example.

2003-07-22  Markus Rost  <[email protected]>

	* internals.texi (Garbage Collection): Fix previous change.

2003-07-22  Richard M. Stallman  <[email protected]>

	* files.texi (Truenames): Add LIMIT arg to file-chase-links.

	* display.texi (Width): Use \s syntax in example.
	(Font Selection): Add face-font-rescale-alist.

	* modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
	Remove spurious indent in example.

	* lists.texi (Building Lists): Add number-sequence.

	* internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.

	* functions.texi (Function Documentation): Explain how to
	show calling convention explicitly in the doc string.

	* windows.texi (Selecting Windows): save-selected-window saves
	selected window of each frame.
	(Window Configurations): Minor change.

	* syntax.texi (Syntax Table Functions): Use \s syntax in examples.

	* streams.texi (Output Variables): Add print-continuous-numbering
	and print-number-table.

	* processes.texi (Decoding Output): New node.

	* os.texi (Time Conversion): decode-time arg is optional.

	* objects.texi (Character Type): Don't use space as example for \.
	Make list of char names and \-sequences correspond.
	Explain that \s is not used in strings.  `\ ' needs space after.

	* nonascii.texi (Converting Representations): Add string-to-multibyte.
	(Translation of Characters): Add translation-table-for-input.
	(Default Coding Systems): Add auto-coding-functions.
	(Explicit Encoding): Add decode-coding-inserted-region.
	(Locales): Add locale-info.

	* minibuf.texi (Basic Completion): Describe test-completion.
	Collections can be lists of strings.
	Clean up lazy-completion-table.
	(Programmed Completion): Mention test-completion.
	Clarify why lambda expressions are not accepted.
	(Minibuffer Misc): Describe minibufferp.

2003-07-14  Richard M. Stallman  <[email protected]>

	* buffers.texi (Killing Buffers): kill-buffer-hook is perm local.

	* windows.texi (Selecting Windows): New arg to select-window.
	(Selecting Windows): Add with-selected-window.
	(Size of Window): Add window-inside-edges, etc.

	* internals.texi (Garbage Collection): Add post-gc-hook.

	* processes.texi (Subprocess Creation): Add exec-suffixes.

	* keymaps.texi (Functions for Key Lookup): Add current-active-maps.
	(Scanning Keymaps): Add map-keymaps.
	(Defining Menus): Add keymap-prompt.

	* numbers.texi (Integer Basics): Add most-positive-fixnum,
	most-negative-fixnum.

	* compile.texi (Byte Compilation): Explain no-byte-compile
	(Compiler Errors): New node.

	* os.texi (User Identification): user-uid, user-real-uid
	can return float.

	* modes.texi (Major Mode Conventions): Explain about run-mode-hooks
	and about derived modes.
	(Minor Modes): Add minor-mode-list.
	(Defining Minor Modes): Keyword args for define-minor-mode.
	(Search-based Fontification): Explain managing other properties.
	(Other Font Lock Variables): Add font-lock-extra-managed-props.
	(Faces for Font Lock): Add font-locl-preprocessor-face.
	(Hooks): Add run-mode-hooks and delay-mode-hooks.

	* variables.texi (Creating Buffer-Local): Add buffer-local-value.
	(Variable Aliases): Clarify defvralias.

	* loading.texi (Library Search): Add load-suffixes.

	* minibuf.texi (Basic Completion): Add lazy-completion-table.
	(Programmed Completion): Add dynamic-completion-table.

	* files.texi (Changing Files): copy-file allows dir as NEWNAME.
	(Magic File Names): Specify precedence order of handlers.
o
	* commands.texi (Command Overview): Emacs server runs pre-command-hook
	and post-command-hook.
	(Waiting): New calling convention for sit-for.

	* text.texi (Special Properties): local-map and keymap properties
	apply based on their stickiness.

2003-07-07  Richard M. Stallman  <[email protected]>

	* modes.texi (Minor Mode Conventions): Specify only some kinds
	of list values as args to minor modes.

	* files.texi (File Name Expansion): Warn about iterative use
	of substitute-in-file-name.

	* advice.texi (Activation of Advice): Clean up previous change.

2003-07-06  Markus Rost  <[email protected]>

	* advice.texi (Activation of Advice): Note that ad-start-advice is
	turned on by default.

2003-06-30  Richard M. Stallman  <[email protected]>

	* text.texi (Buffer Contents): Document current-word.
	(Change Hooks): Not called for *Messages*.

	* functions.texi (Defining Functions): Explain about redefining
	primitives.
	(Function Safety): Renamed.  Minor changes.
	Comment out the detailed criteria for what is safe.

2003-06-22  Andreas Schwab  <[email protected]>

	* objects.texi (Symbol Type): Fix description of examples.

2003-06-16  Andreas Schwab  <[email protected]>

	* hash.texi (Creating Hash): Fix description of :weakness.

2003-06-13  Kai Gro,A_(Bjohann  <[email protected]>

	* files.texi (Changing Files): copy-file copies file modes, too.

2003-05-28  Richard M. Stallman  <[email protected]>

	* strings.texi (Creating Strings): Clarify split-string.

2003-05-22  Stephen J. Turnbull  <[email protected]>

	* strings.texi (Creating Strings): Update split-string specification
	and examples.

2003-05-19  Richard M. Stallman  <[email protected]>

	* elisp.texi: Correct invariant section names.

2003-04-20  Richard M. Stallman  <[email protected]>

	* os.texi (Timers): Explain about timers and quitting.

2003-04-19  Richard M. Stallman  <[email protected]>

	* internals.texi (Writing Emacs Primitives): Strings are
	no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
	Explain GCPRO convention for varargs function args.

2003-04-16  Richard M. Stallman  <[email protected]>

	* minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.

2003-04-08  Richard M. Stallman  <[email protected]>

	* files.texi (Kinds of Files): Correct return value of file-symlink-p.

2003-02-13  Kim F. Storm  <[email protected]>

	* objects.texi (Character Type): New \s escape for space.

2003-01-31  Joe Buehler  <[email protected]>

	* os.texi (System Environment): Added cygwin system-type.

2003-01-25  Richard M. Stallman  <[email protected]>

	* keymaps.texi: Document that a symbol can act as a keymap.

2003-01-13  Richard M. Stallman  <[email protected]>

	* text.texi (Changing Properties): Say string indices are origin-0.

	* positions.texi (Screen Lines) <compute-motion>:
	Correct order of elts in return value.

	* keymaps.texi (Changing Key Bindings) <define-key>: Mention
	how to define a default binding.

2002-12-07  Markus Rost  <[email protected]>

	* loading.texi (Unloading): Fix recent change for load-history.

	* customize.texi (Simple Types): Clarify description of custom
	type 'number. Describe new custom type 'float.

2002-12-04  Markus Rost  <[email protected]>

	* variables.texi (File Local Variables): Fix typo.

2002-10-23  Kai Gro,A_(Bjohann  <[email protected]>

	From Michael Albinus <[email protected]>.

	* README: Target for Info file is `make info'.

	* files.texi (File Name Components): Fixed typos in
	`file-name-sans-extension'.
	(Magic File Names): Complete list of operations for magic file
	name handlers.

2002-09-16  Jonathan Yavner  <[email protected]>

	* variables.texi (File Local Variables): New function
	risky-local-variable-p.

2002-09-15  Jonathan Yavner  <[email protected]>

	* functions.texi (Function safety): New node about unsafep.

2002-08-05  Per Abrahamsen  <[email protected]>

	* customize.texi (Splicing into Lists): Fixed example.
	Reported by Fabrice Bauzac <[email protected]>

2002-06-17  Juanma Barranquero  <[email protected]>

	* frames.texi (Display Feature Testing): Fix typo.

2002-06-12  Andreas Schwab  <[email protected]>

	* frames.texi (Initial Parameters, Resources): Fix references to
	the Emacs manual.

2002-05-13  Kim F. Storm  <[email protected]>

	* variables.texi (Intro to Buffer-Local): Updated warning and
	example relating to changing buffer inside let.

2002-03-10  Jan Dj,Ad(Brv  <[email protected]>

	* os.texi (Session Management): New node about X Session management.

2002-01-18  Eli Zaretskii  <[email protected]>

	* elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
	to which the manual corresponds, and the copyright years.

	* Makefile.in (VERSION): Set to 2.9.

2001-11-29  Eli Zaretskii  <[email protected]>

	* elisp.texi: Change the category in @dircategory to "Emacs", to
	make it consistent with info/dir.

2001-11-25  Miles Bader  <[email protected]>

	* text.texi (Fields): Describe new `limit' arg in
	field-beginning/field-end.

2001-11-17  Eli Zaretskii  <[email protected]>

	* permute-index: Don't depend on csh-specific features.  Replace
	the interpreter name with /bin/sh.

	* two-volume-cross-refs.txt: New file.
	* two.el: New file.
	* spellfile: New file.

2001-11-16  Eli Zaretskii  <[email protected]>

	* permute-index: New file.

	* vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
	elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
	8+3 restricted namespace.

	* Makefile.in (infodir): Define relative to $(srcdir).
	($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
	include directories list via -I switch to makeinfo.
	(index.texi): Use cp if both hard and symbolic links fail.

2001-11-10  Eli Zaretskii  <[email protected]>

	* Makefile.in (distclean): Add.

	The following changes make ELisp manual part of the Emacs
	distribution:

	* Makefile.in: Add Copyright notice.
	(prefix): Remove.
	(infodir): Change value to "../info".
	(VPATH): New variable.
	(MAKE): Don't define.
	(texmacrodir): Don't define.
	(texinputdir): Append the existing value of TEXINPUTS.
	($(infodir)/elisp): Instead of just "elisp".  Reformat the
	command to be compatible with man/Makefile.in, and to put the
	output into ../info.
	(info): Add target.
	(installall): Target removed.

2001-10-31  Pavel Jan,Bm(Bk  <[email protected]>

	* tips.texi (Coding Conventions): Fix typo.

2001-10-23  Gerd Moellmann  <[email protected]>

	* Makefile.in (srcs): Add gpl.texi and doclicense.texi.

2001-10-22  Eli Zaretskii  <[email protected]>

	* files.texi (File Name Components): Update the description of
	file-name-sans-extension and file-name-extension, as they now
	ignore leading dots.

2001-10-20  Gerd Moellmann  <[email protected]>

	* (Version 21.1 released.)

2001-10-19  Miles Bader  <[email protected]>

	* positions.texi (Text Lines): Describe behavior of
	`beginning-of-line'/`end-of-line' in the presence of field properties.

2001-10-17  Gerd Moellmann  <[email protected]>

	* Makefile.in (VERSION): Set to 2.8.
	(manual): Use `manual-21'.

	* elisp.texi (VERSION): Add and use it where the version
	number was used.  Set it to 2.8.

	* intro.texi: Likewise.

2001-10-13  Eli Zaretskii  <[email protected]>

	* files.texi (File Name Completion): Document the significance of
	a trailing slash in elements of completion-ignored-extensions.

2001-10-06  Miles Bader  <[email protected]>

	* variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.

2001-10-04  Gerd Moellmann  <[email protected]>

	* variables.texi (Variable Aliases): New node.

2001-10-04  Gerd Moellmann  <[email protected]>

	* Branch for 21.1.

2001-10-02  Miles Bader  <[email protected]>

	* minibuf.texi (Minibuffer Misc): Add entries for
	`minibuffer-contents', `minibuffer-contents-no-properties', and
	`delete-minibuffer-contents'.
	Correct description for `minibuffer-prompt-end'.

	* text.texi (Property Search): Correct descriptions of
	`next-char-property-change' and `previous-char-property-change'.
	Add entries for `next-single-char-property-change' and
	`previous-single-char-property-change'.
	Make operand names a bit more consistent.

2001-09-30  Eli Zaretskii  <[email protected]>

	* frames.texi (Finding All Frames): Document that next-frame and
	previous-frame are local to current terminal.

2001-09-26  Eli Zaretskii  <[email protected]>

	* keymaps.texi (Creating Keymaps): Fix the description of the
	result of make-keymap.

2001-09-23  Eli Zaretskii  <[email protected]>

	* display.texi (Font Lookup, Attribute Functions)
	(Image Descriptors): Add cross-references to the definition of
	selected frame.

	* buffers.texi (The Buffer List): Add cross-references to the
	definition of selected frame.

	* frames.texi (Input Focus): Clarify which frame is _the_ selected
	frame at any given time.
	(Multiple Displays, Size and Position): Add a cross-reference to
	the definition of the selected frame.

2001-09-08  Eli Zaretskii  <[email protected]>

	* strings.texi (String Conversion) <string-to-number>: Document
	that a float is returned for integers that are too large.

	* frames.texi (Mouse Position): Document mouse-position-function.
	(Display Feature Testing): Document display-images-p.
	(Window Frame Parameters): Document the cursor-type variable.

	* numbers.texi (Integer Basics): Document CL style read syntax for
	integers in bases other than 10.

	* positions.texi (List Motion): Document
	open-paren-in-column-0-is-defun-start.

	* lists.texi (Sets And Lists): Document member-ignore-case.

	* internals.texi (Garbage Collection): Document the used and free
	strings report.
	(Memory Usage): Document strings-consed.

	* os.texi (Time of Day): Document float-time.
	(Recording Input): Document that clear-this-command-keys clears
	the vector to be returned by recent-keys.

	* keymaps.texi (Scanning Keymaps) <where-is-internal>: The
	argument keymap can be a list.

	* nonascii.texi (User-Chosen Coding Systems)
	<select-safe-coding-system>: Document the new argument
	accept-default-p and the variable
	select-safe-coding-system-accept-default-p.  Tell what happens if
	buffer-file-coding-system is undecided.
	(Default Coding Systems): Document auto-coding-regexp-alist.

	* display.texi (The Echo Area) <message>: Document
	message-truncate-lines.
	(Glyphs): Document that the glyph table is unused on windowed
	displays.

	* help.texi (Describing Characters) <single-key-description>:
	Document the new argument no-angles.
	(Accessing Documentation) <documentation-property>: Document that
	a non-string property is evaluated.
	<documentation>: Document that the function-documentation property
	is looked for.

	* windows.texi (Selecting Windows): Document some-window.

	* text.texi (MD5 Checksum): New node, documents the md5 primitive.

	* hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
	apropos-mode-hook.

	* commands.texi (Using Interactive): Document interactive-form.
	(Keyboard Macros): Document kbd-macro-termination-hook.
	(Command Loop Info): Document that clear-this-command-keys clears
	the vector to be returned by recent-keys.

2001-09-04  Werner LEMBERG  <[email protected]>

	* Makefile.in (srcdir, texinputdir): New variables.
	(srcs, index.texi, install): Use $(srcdir).
	(.PHONY): Remove elisp.dvi.
	(elisp): Use -I switch for makeinfo.
	(elisp.dvi): Use $(srcdir) and $(texinputdir).
	(installall, dist): Use $(srcdir).
	Fix path to texinfo.tex.
	(maintainer-clean): Add elisp.dvi and elisp.oaux.

2001-08-30  Gerd Moellmann  <[email protected]>

	* display.texi (Conditional Display): Adjust to API change.

	* configure: New file.

2001-07-30  Gerd Moellmann  <[email protected]>

	* commands.texi (Repeat Events): Add description of
	double-click-fuzz.

2001-05-08  Stefan Monnier  <[email protected]>

	* syntax.texi (Syntax Class Table): Add the missing designator for
	comment and string fences.
	(Syntax Properties): Add a xref to syntax table internals.
	(Syntax Table Internals): Document string-to-syntax.

2001-05-07  Gerd Moellmann  <[email protected]>

	* Makefile.in (install): Use install-info command line options
	like in Emacs' Makefile.in.

2000-12-09  Miles Bader  <[email protected]>

	* windows.texi (Window Start): Update documentation for
	`pos-visible-in-window-p'.

2000-11-12  Stefan Monnier  <[email protected]>

	* lists.texi (Building Lists): Add footnote to explain how to add
	to the end of a list.

2000-10-25  Gerd Moellmann  <[email protected]>

	* files.texi (Visiting Functions): Typos.

2000-10-25  Kenichi Handa  <[email protected]>

	* files.texi (Visiting Functions): Return value of
	find-file-noselect may be a list of buffers if wildcards are used.

2000-10-24  Miles Bader  <[email protected]>

	* display.texi (Defining Faces): Document `graphic' display type
	in face specs.

2000-10-18  Kai Grossjohann  <[email protected]>

	* hooks.texi (Standard Hooks): Replace obsolete
	`after-make-frame-hook' with `after-make-frame-functions'.

	* frames.texi (Creating Frames): Ditto.

	* variables.texi (Future Local Variables): Ditto.

2000-10-16  Gerd Moellmann  <[email protected]>

	* display.texi (Other Image Types): Add description of :foreground
	and :background properties of mono PBM images.

2000-08-17  Werner LEMBERG  <[email protected]>

	* .cvsignore: New file.

2000-01-05  Gerd Moellmann  <[email protected]>

	* tindex.pl: New script.

1999-12-03  Dave Love  <[email protected]>

	* Makefile.in (MAKEINFO): New parameter.

1999-09-17  Richard Stallman  <[email protected]>

	* Makefile.in (srcs): Add hash.texi.
	(VERSION): Update to 20.6.

1999-09-13  Richard Stallman  <[email protected]>

	* Makefile.in (index.texi): If cannot make a symlink, make a hard link.

1998-08-29  Karl Heuer  <[email protected]>

	* configure.in: New file.
	* Makefile.in: Renamed from Makefile.
	(prefix, infodir): Use value obtained from configure.
	(emacslibdir): Obsolete variable deleted.
	(dist): Distribute configure.in, configure, Makefile.in.

1998-06-12  Richard Stallman  <[email protected]>

	* Makefile (INSTALL_INFO): New variable.
	(install): Run install-info.

1998-05-09  Richard Stallman  <[email protected]>

	* Makefile (elisp.dvi): Add missing backslash.

1998-05-02  Richard Stallman  <[email protected]>

	* Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
	Run texindex without `./'.  Always run texindex on elisp.tp.
	(elisp.tps): Target deleted.

1998-04-05  Richard Stallman  <[email protected]>

	* Makefile (srcs): Add nonascii.texi and customize.texi.
	(dist): Start by deleting `temp'.

1998-02-17  Richard Stallman  <[email protected]>

	* Makefile (makeinfo, texindex): Targets deleted.
	(makeinfo.o, texindex.o): Targets deleted.
	(clean, dist): Don't do anything with them or with getopt*.

1998-01-30  Richard Stallman  <[email protected]>

	* Makefile (SHELL): Defined.

1998-01-27  Richard Stallman  <[email protected]>

	* Makefile (elisp.tps): New target.
	(elisp.dvi): Depend on elisp.tps.

Wed Apr  3 15:24:25 1996  Karl Heuer  <[email protected]>

	* README: Update phone number.

	* Makefile (elisp): Make this be the default target.
	Depend on makeinfo.c instead of makeinfo.
	(install): Don't depend on elisp.dvi, since we don't install that.
	Use mkinstalldirs.
	(dist): Add mkinstalldirs.

Mon Jun 19 14:35:26 1995  Richard Stallman  <[email protected]>

	* Makefile (VERSION): Update version number.
	(maintainer-clean): Renamed from realclean.

Wed Jun  7 17:04:59 1995  Karl Heuer  <[email protected]>

	* Makefile (realclean): New target.
	(elisp): Remove any old elisp-* files first.

Tue Nov 23 19:59:40 1993  Noah Friedman  ([email protected])

	* Makefile (VERSION): New variable.
	(dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
	Compressed file suffix should be `.gz', not `.z'.

Mon Nov 22 15:06:19 1993  Richard Stallman  ([email protected])

	* Makefile (elisp): Depend on makeinfo.

Fri Nov 19 02:29:33 1993  Noah Friedman  ([email protected])

	* Makefile (srcs): Add anti.texi.

Fri May 28 18:04:53 1993  Richard Stallman  ([email protected])

	* Makefile (infodir, prefix): New vars.
	(install): Use infodir.
	(emacsinfodir): Deleted.

Thu May 27 02:11:25 1993  Richard Stallman  ([email protected])

	* Makefile (srcs): Add calendar.texi.

	* Makefile (dist): Copy texindex.c and makeinfo.c.
	Limit elisp-* files to those with one or two digits.

Sun May 16 17:58:21 1993  Jim Blandy  ([email protected])

	* Makefile (dist): Changed to use Gzip instead of compress.

Fri Apr 23 01:05:23 1993  Eric S. Raymond  ([email protected])

	* loading.texi (Unloading): define-function changed back to
	defalias.  It may not stay this way, but at least it's
	consistent with the known-good version of the code patch.

Fri Mar 26 21:14:54 1993  Eric S. Raymond  ([email protected])

	* modes.texi (Hooks): Document new optional arg of add-hook.

Wed Mar 17 08:48:24 1993  Eric S. Raymond  ([email protected])

	* variables.texi: Document nil initial value of buffer-local variables.

	* tips.texi: Add new section on standard library headers.

Sat Feb 27 18:00:25 1993  Jim Blandy  ([email protected])

	* Makefile (srcs): Add frame.texi to the list of sources.

Tue Feb 23 10:50:25 1993  Jim Blandy  ([email protected])

	* Makefile (dist): Don't bother excluding autosave files; they'll
	never make it into the temp directory anyway, and the hash marks
	in the name are problematic for make and the Bourne shell.
	(srcs):

Fri Feb 12 16:54:38 1993  Jim Blandy  ([email protected])

	* Makefile (dist): Don't include backup files or autosave files in
	the distribution tar file.

Tue Nov 26 21:10:34 1991  Richard Stallman  ([email protected])

	* Makefile (srcs): Added index.perm.
	(elisp.dvi): Remove erroneous shell comment.
	Expect output of permute-index in permuted.fns.
	Save old elisp.aux in elisp.oaux.
	(clean): Added index.texi to be deleted.

Sat Aug 11 17:39:10 1990  Richard Stallman  ([email protected])

	* Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.

Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)

	* files.texi:  Noted that completion-ignored-extensions is ignored
	when making *Completions*.

Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason ([email protected])

	* Makefile  make dist now depends on elisp.dvi, since it tries
	to include it in the dist file.

Wed Mar 28 22:57:35 1990  Jim Kingdon  ([email protected])

	* functions.texinfo (Mapping Functions): Add missing quote

Mon Jun 19 18:09:24 1989  Richard Stallman  ([email protected])

	* texinfo.tex (frenchspacing): Use decimal codes for char to be set.
	(defunargs): Turn off \hyphenchar of \sl font temporarily.

Wed May 10 18:01:17 1989  Robert J. Chassell  ([email protected])

	* @result{}, @expansion{}, @print{}, @quiv{}, @point{},
	and @error{} are the terms now being used.  The files in the
	directory have been changed to reflect this.

	* All instances of @indentedresultt{} have been changed to
	`     @result{}', using 5 spaces at the begining of the line.

Mon Apr 24 21:02:55 1989  Robert J. Chassell  ([email protected])

	* @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
	experimental @indentedresult{}, @indentedexpandsto{} are part of
	the texinfo.tex in this directory.  These TeX macros are not
	stable yet.

Mon Apr 17 18:56:50 1989  Robert J. Chassell  ([email protected])

	* texinfo.tex:  temporarily added
		\let\result=\dblarrow
		\def\error{{\it ERROR} \longdblarrow}
	We need to do this better soon.

Tue Apr 11 12:23:28 1989  Robert J. Chassell  ([email protected])

	* Applied Karl Berry's patches to *.texinfo files, but not to
	texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
	new title page format is also not applied, since it requires
	texinfo.tex changes.)

	* Cleaned up `Makefile' and defined the `emacslibdir' directory
	for the Project GNU development environment.

;; Local Variables:
;; coding: iso-2022-7bit-unix
;; End:

    Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
  Copying and distribution of this file, with or without modification,
  are permitted provided the copyright notice and this notice are preserved.