aboutsummaryrefslogtreecommitdiffstats
path: root/man/ChangeLog
blob: d8aa55eab2aa71f8c44d1d4bc395eda82b5483d2 (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
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
2004-04-05  Jesper Harder  <[email protected]>

	* info.texi (Info Search): Add info-apropos.

2004-04-02  Luc Teirlinck  <[email protected]>

	* files.texi (Reverting): Correct description of revert-buffer's
	handling of point.

2004-03-22  Juri Linkov  <[email protected]>

	* emacs.texi (Top): Add `Misc X'.

	* faq.texi, trouble.texi: Fix help key bindings.

	* glossary.texi: Improve references.

	* help.texi: Sync keywords with finder.el.

	* mini.texi (Completion): Add description for menu items.

	* misc.texi (Browse-URL, FFAP): Add information about keywords.

	* sending.texi (Mail Methods): Fix xref to Message manual.

2004-03-17  Luc Teirlinck  <[email protected]>

	* info.texi (Advanced): Replace @unnumberedsubsec by @subheading
	(as suggested by Karl Berry).  Update information about colored
	stars in menus.  Add new subheading describing M-n.

2004-03-12  Richard M. Stallman  <[email protected]>

	* cl.texi (Top): Rename top node's title.

	* buffers.texi (Misc Buffer): Add index entry for rename-uniquely.

2004-03-08  Karl Berry  <[email protected]>

	* info.texi: \input texinfo.tex instead of just texinfo, to avoid
	problems making the texinfo distribution.

2004-03-04  Richard M. Stallman  <[email protected]>

	* search.texi (Regexps): Explain that ^ and $ have their
	special meanings only in certain contexts.

	* programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.

	* mule.texi (Specify Coding): Doc C-x RET F.

	* buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
	for multiple compile and grep buffers.
	(Indirect Buffers): Don't recommand clone-indirect-buffer
	for multiple compile and grep buffers.

2004-02-29  Simon Josefsson  <[email protected]>

	* smtpmail.texi (Authentication): Changed the list of supported
	authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
	CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
	<[email protected]>.

2004-02-29  Juanma Barranquero  <[email protected]>

	* makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
	$(DEL) instead of rm, and ignore exit code.

2004-02-29  Kai Grossjohann  <[email protected]>

	Tramp version 2.0.39 released.

2004-02-29  Michael Albinus  <[email protected]>

	* tramp.texi (Customizing Completion): Explain new functions
	`tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
	(all): Savannah URLs unified to "http://savannah.nongnu.org".
	(Top): Refer to Savannah mailing list as the major one.  Mention
	older mailing lists in HTML mode only.
	(Auto-save and Backup): Add auto-save.  Based on wording of Kai.
	(Frequently Asked Questions): Remote hosts must not be Unix-like
	for "smb" method.
	(Password caching): New node.
	(External transfer methods): Refer to password caching for "smb"
	method.

2004-02-23  Nick Roberts  <[email protected]>

	* building.texi (Watch Expressions): Update.

2004-02-21  Juri Linkov  <[email protected]>

	* cmdargs.texi (Action Arguments): Add alias --find-file.  Add
	--directory, --help, --version.  Move text about command-line-args
	to Command Arguments.
	(Initial Options): Remove alias -batch.  Add @cindex for --script.
	Fix @cindex for -q.  Add --no-desktop.  Add alias --no-multibyte,
	--no-unibyte.
	(Window Size X): Join -g and --geometry.  Add @cindex.
	(Borders X): Fix @cindex for -ib.  Add @cindex for -bw.
	(Title X): Remove alias -title.
	(Icons X): Remove alias -iconic.
	(Misc X): New node.

2004-02-17  Karl Berry  <[email protected]>

	* info.texi (Help-Int): mention the new line number feature.

2004-02-15  Jan Dj,Ad(Brv  <[email protected]>

	* frames.texi (Drag and drop): Add Motif to list of supported
	protocols.

2004-02-14  Jonathan Yavner  <[email protected]>

	* ses.texi (Advanced Features): New functionality for
	ses-set-header-row (defaults to current row unless C-u used).
	(Acknowledgements): Added Stefan Monnier.

2004-02-03  Jan Dj,Ad(Brv  <[email protected]>

	* frames.texi (Drag and drop): New section.

2004-01-24  Richard M. Stallman  <[email protected]>

	* emacs.texi (Acknowledgments): Renamed from Acknowledgements.
	Include it only @ifnotinfo.  Patch the preceding and following
	node headers to point to each other.

2004-01-11  Glenn Morris  <[email protected]>

	* calendar.texi (Appointments): Update section.

2003-12-29  Kevin Ryde  <[email protected]>

	* viper.texi (Vi Macros): Fix reference to the Emacs manual.

	* programs.texi (C Modes): Fix the xref.

2003-12-23  Nick Roberts  <[email protected]>

	* building.texi (Watch Expressions): Update.
	(Commands of GUD): Include use of toolbar + breakpoints set from
	fringe/margin.

2003-12-03  Andre Spiegel  <[email protected]>

	* files.texi: Say how to disable VC.  Suggested by Alan Mackenzie
	<[email protected]>.

2003-11-30  Kai Grossjohann  <[email protected]>

	Tramp version 2.0.38 released.

	* tramp.texi (Remote shell setup): Warn of environment variables
	FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
	<[email protected]>.
	(Configuration): Tramp now chooses base64/uuencode
	automatically.  Update wording accordingly.
	(Top): More description for the `Default Method' menu entry.
	(Default Method): Use @code, not @var, for Lisp variables.
	(Default Method): New subsection `Which method is the right one
	for me?'  Suggested by Christian Kirsch.
	(Configuration): Pointer to new subsection added.
	(Default Method): Too many "use" in one sentence.
	Rephrase.  Reported by Christian Kirsch.
	(Filename Syntax): Old `su' example is probably a left-over from
	the sm/su method naming.  Replace with `ssh', instead.
	(External transfer methods, Auto-save and Backup):
	Typo fixes.

2003-11-02  Michael Albinus  <[email protected]>

	* tramp.texi (all): Harmonize all occurences of @tramp{}.
	(Top): Mention japanese manual only if flag `jamanual' is set.
	Insert section `Japanese manual' in menu.

2003-11-29  Jan Dj,Ad(Brv  <[email protected]>

	* frames.texi (Dialog Boxes): Added use-file-dialog.

2003-11-26  Thien-Thi Nguyen  <[email protected]>

	* eshell.texi (Known Problems): Add doc item.

2003-11-22  Martin Stjernholm  <[email protected]>

	* ack.texi: Note that Alan Mackenzie contributed the AWK support
	in CC Mode.

2003-11-22  Martin Stjernholm  <[email protected]>

	* cc-mode.texi: Updated for CC Mode 5.30.

	Note: Please refrain from doing purely cosmetic changes like
	removing trailing whitespace in this manual; it clobbers cvs
	merging for no good reason.

2003-11-02  Jesper Harder  <[email protected]>  (tiny change)

	* man/ack.texi, man/basic.texi, man/cmdargs.texi:
	* man/commands.texi, man/custom.texi, man/display.texi:
	* man/ediff.texi, man/emacs.texi, man/faq.texi, man/files.texi:
	* man/frames.texi, man/glossary.texi, man/killing.texi:
	* man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
	* man/mule.texi, man/rmail.texi, man/search.texi:
	* man/sending.texi, man/text.texi, man/tramp.texi:
	* man/trouble.texi, man/vip.texi, man/viper.texi, man/widget.texi:
	* man/woman.texi: Replace @sc{ascii} and ASCII with @acronym{ASCII}.

2003-11-01  Alan Mackenzie  <[email protected]>

	* search.texi (Scrolling During Incremental Search): Document a
	new scrolling facility in isearch mode.

2003-10-26  Karl Berry  <[email protected]>

	* info.texi (Info Search): echo area, not echo are.  From Debian
	diff.

2003-10-26  Per Abrahamsen  <[email protected]>

	* widget.texi (Defining New Widgets): Document new beavior of
	:buttons and :children keywords.

2003-10-22  Miles Bader  <[email protected]>

	* Makefile.in (info): Move before $(top_srcdir)/info.

2003-10-22  Nick Roberts  <[email protected]>

	* building.texi (Watch Expressions): Update section on data display
	to reflect code changes (GDB Graphical Interface).

2003-10-17  Thien-Thi Nguyen  <[email protected]>

	* tramp.texi (Inline methods): Small grammar fix.
	(External transfer methods): Likewise.

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

	* xresources.texi (GTK resources): Clean up previous change.

2003-10-12  Jan Dj,Ad(Brv  <[email protected]>

	* xresources.texi (GTK resources): Added a note that some themes
	disallow customizations.  Added scroll theme example.

2003-10-08  Nick Roberts  <[email protected]>

	* speedbar.texi: Remove paragraph for GUD that is no longer true.

2003-10-06  Luc Teirlinck  <[email protected]>

	* texinfo.tex:  Replace `%' in arch tagline by @ignore.

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

	* dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.

	* widget.texi (User Interface): Fix typos.

	* pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.

	* cmdargs.texi (General Variables): Remove MAILRC envvar.

	* misc.texi (Saving Emacs Sessions): Shorten the section,
	collapsing back into one node.

2003-09-30  Lars Hansen  <[email protected]>

	* misc.texi: Section "Saving Emacs Sessions" rewritten.

2003-09-29  Jan D.  <[email protected]>

	* xresources.texi (GTK names in Emacs): Correct typo.

2003-09-29  Thien-Thi Nguyen  <[email protected]>

	* pcl-cvs.texi (Selected Files): Fix typo.

2003-09-24  Luc Teirlinck  <[email protected]>

	* cmdargs.texi (Font X): Mention new default font.  More
	fully describe long font names, wildcard patterns and the
	problems involved.  (Result of discussion on emacs-devel.)

2003-09-22  Luc Teirlinck  <[email protected]>

	* emacs.texi (Acknowledgements): Correct typo.

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

	* dired.texi (Misc Dired Commands): New node.
	(Dired Navigation): Add dired-goto-file.

	* files.texi (File Aliases, Misc File Ops): Add @cindex entries.

	* emacs.texi (Acknowledgements): New node, split from Distribution.

	* cmdargs.texi (Action Arguments): -f reads interactive args.

2003-09-21  Karl Berry  <[email protected]>

	* info.texi (] and [ commands): no period at end of section title.

2003-09-08  Lute Kamstra  <[email protected]>

	* screen.texi (Mode Line): Say that POS comes before LINE.
	Mention `size-indication-mode'.
	* display.texi (Optional Mode Line): Document
	`size-indication-mode'.
	* basic.texi (Position Info): Mention `size-indication-mode'.

2003-09-07  Luc Teirlinck  <[email protected]>

	* xresources.texi (Resources): Refer to `editres' man page.
	(Lucid Resources): Update defaults.  Expand desciption of
	`shadowThickness'.

2003-09-04  Miles Bader  <[email protected]>

	* Makefile.in (top_srcdir): New variable.
	($(top_srcdir)/info): New rule.
	(info): Depend on it.

2003-09-03  Peter Runestig  <[email protected]>

	* makefile.w32-in: New file.

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

	* misc.texi (Saving Emacs Sessions): Correct previous change.

2003-08-26  Per Abrahamsen  <[email protected]>

	* widget.texi (User Interface): Explain the need of static text
	around an editable field.

2003-08-19  Luc Teirlinck  <[email protected]>

	* widget.texi (Basic Types): The argument to `:help-echo' can now
	be a form that evaluates to a string.

	* emacs.texi (Top): Update menu to reflect new Keyboard Macros
	chapter.
	(Intro): Include kmacro.texi after fixit.texi instead of after
	custom.texi. (As suggested by Kim Storm.)

2003-08-18  Luc Teirlinck  <[email protected]>

	* fixit.texi (Fixit): Update `Next' pointer.
	* files.texi (Files): Update `Previous' pointer.
	* kmacro.texi (Keyboard Macros): Remove redundant node and
	section.
	* emacs.texi (Intro): Include kmacro.texi after custom.texi.
	(Suggested by Kim Storm.)
	* Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim
	Storm.)

2003-08-18  Kim F. Storm  <[email protected]>

	* kmacro.texi: New file describing enhanced keyboard macro
	functionality.  Replaces old description in custom.texi.

	* custom.texi (Customization): Add xref to Keyboard Macros chapter.
	(Keyboard Macros): Move to new kmacro.texi file.

	* emacs.texi (Keyboard Macros): Reference new keyboard macro topics.

	* calc.texi (Queries in Macros): Update xref to keyboard macro query.

2003-08-17  Edward M. Reingold  <[email protected]>

	* calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.

2003-08-17  Alex Schroeder  <[email protected]>

	* misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
	required.

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

	* dired-x.texi (Shell Command Guessing): Explain *.

2003-08-16  Chunyu Wang  <[email protected]>  (tiny change)

	* pcl-cvs.texi (Log Edit Mode): Fix key binding for
	log-edit-insert-changelog.

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

	* programs.texi (Lisp Indent): Don't describe
	lisp-indent-function property here.  Use xref to Lisp Manual.

2003-08-03  Karl Berry  <[email protected]>

	* info.texi: need @contents.

2003-08-03  Glenn Morris  <[email protected]>

	* calendar.texi (Date Formats): Document changed behaviour of
	abbreviations.

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

	* buffers.texi (List Buffers): Fix previous change.

2003-07-20  Kai Gro,A_(Bjohann  <[email protected]>

	Tramp version 2.0.36 released.

	* tramp.texi (Remote shell setup): Explain about problems with
	non-Bourne commands in ~/.profile and ~/.shrc.

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

	* buffers.texi (List Buffers): Adjust to new format of *Buffer
	List*.

2003-07-07  Luc Teirlinck  <[email protected]>

	* info.texi (Help-Inv, Help-M, Help-Xref): Update following
	renaming of `vis-mode' to `visible-mode'.

	* display.texi (Font Lock): Fix typo.

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

	* display.texi (Font Lock): Add xref for format info on
	font-lock-remove-keywords.

	* building.texi (Compilation): Document what happens with asynch
	children of compiler process.

	* help.texi (Library Keywords): Use @multitable.

2003-07-04  Luc Teirlinck  <[email protected]>

	* info.texi (Top, Help-Small-Screen): Remove accidentally added
	next, prev and up pointers.

2003-07-02  Luc Teirlinck  <[email protected]>

	* info.texi (Help): Mention existence of Emacs and stand-alone
	Info at the very beginning of the tutorial.
	(Help-Inv): New node.
	(Help-]): New node.
	(Help-M): Systematically point out the differences between default
	Emacs and stand-alone versions.  Delete second menu.
	(Help-Xref): Systematically point out the differences between
	default Emacs and stand-alone versions.
	(Help-Int): Change `l' example.
	(Expert Info): Fix typos.
	(Emacs Info Variables): Mention `Info-hide-note-references' and
	new default for `Info-scroll-prefer-subnodes'.

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

	Version 2.0.35 of Tramp released.

	* tramp.texi: From Michael Albinus <[email protected]>:
	(Inline methods): Add methods `remsh' and `plink1'.
	(External transfer methods): Add method `remcp'.
	(Multi-hop Methods): Add method `remsh'.
	Small patch from Adrian Aichner <[email protected]>:
	Fix minor typos.
	(Concept Index): Added to make manual searchable via
	`Info-index'.
	(Version Control): Add cindex entry.

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

	* programs.texi (Expressions): Delete C-M-DEL.

	* misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
	comint-move-point-for-output renamed from
	comint-scroll-to-bottom-on-output.

	* custom.texi (Init Rebinding): Replace previous change with xref.
	(Non-ASCII Rebinding): Explain that issue more briefly here.

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

	* indent.texi (Indentation): Condense, simplify, clarify prev change.

2003-05-28  Nick Roberts  <[email protected]>

	* building.texi (GDB Graphical Interface): New node.
	(Rewritten somewhat by RMS.)

2003-05-28  Kai Gro,A_(Bjohann  <[email protected]>

	* custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
	non-English letters.  Explain how to set coding systems correctly
	and how to include the right coding cookie in the file.

2003-05-24  Kai Gro,A_(Bjohann  <[email protected]>

	* trampver.texi: Version 2.0.34 released.

2003-05-22  Kai Gro,A_(Bjohann  <[email protected]>

	* indent.texi (Indentation): Explain the concepts.
	(Just Spaces): Explain why preventing tabs for indentation might
	be useful.

2003-05-03  Glenn Morris  <[email protected]>

	* faq.texi: Improve previous changes.

2003-05-02  Glenn Morris  <[email protected]>

	* faq.texi: Update copyright and maintenance details.
	Update some package URLs, versions, and maintainers.
	Remove many references to the Emacs Lisp Archive.

2003-04-23  Simon Josefsson  <[email protected]>

	* smtpmail.texi: Fix license (the invariant sections mentioned has
	never been part of the smtp manual).  Align info dir entry with
	other emacs packages.

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

	* search.texi (Regexps): Ref to Lisp manual for more regexp features.

2003-04-08  Michael Albinus  <[email protected]>

	* tramp.texi: Version 2.0.33 released.
	Remove installation chapter.  Remove XEmacs specifics.

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

	* tramp.texi (Top): Undo the previous renaming.
	(emacs-other-name, emacs-other-dir, emacs-other-file-name): Deleted.

2003-03-29  Kai Gro,A_(Bjohann  <[email protected]>

	* Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
	version of manual.

	* tramp.texi (Auto-save and Backup): New node.

2003-03-29  Michael Albinus  <[email protected]>

	* tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
	Emacs" in order to have better differentiation to "XEmacs".
	`emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
	are new macros in order to point to the other Emacs flavor where
	appropriate.  In info case, point to node `Installation' in order
	to explain how to generate the other way.  In html case, make a
	link to the other html file.
	(Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
	after CVS checkout/update.
	(Installation): Completely rewritten.
	(Installation parameters, Load paths): New sections under
	`Installation'.

2003-02-28  Kai Gro,A_(Bjohann  <[email protected]>

	* tramp.texi: Version 2.0.30 released.
	Replace word "path" with "localname" where used as a component of
	a Tramp file name.

2003-02-28  Michael Albinus  <[email protected]>

	* tramp.texi (Frequently Asked Questions): `tramp-chunksize'
	introduced.
	(Installation): Explain what to do if files from the tramp/contrib
	directory are needed.

2003-02-23  Alex Schroeder  <[email protected]>

	* smtpmail.texi (How Mail Works): New.

2003-02-22  Alex Schroeder  <[email protected]>

	* cmdargs.texi (General Variables): Document SMTPSERVER.

	* smtpmail.texi: New file.

	* sending.texi: Remove SMTP node.
	(Mail Sending): Describe `send-mail-function'.  Link to SMTP
	library.

	* Makefile.in: Build SMTP manual.

2003-02-22  Alex Schroeder  <[email protected]>

	* sending.texi (Sending via SMTP): Explain MTA/MUA.

2003-02-22  Simon Josefsson  <[email protected]>

	* sending.texi (Mail Methods): Add node about SMTP.

2003-02-17  Jan Dj,Ad(Brv  <[email protected]>

	* xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar

2003-02-05  Kai Gro,A_(Bjohann  <[email protected]>

	* tramp.texi: Version 2.0.29 released.
	(Installation): In Emacs, use M-x texinfo-format-buffer RET, not
	M-x makeinfo-buffer RET.  Reported by [email protected].

2003-02-01  Michael Albinus  <[email protected]>

	* tramp.texi (Frequently Asked Questions): Explain a workaround if
	another package loads accidently Ange-FTP.

2003-01-24  Michael Albinus  <[email protected]>

	* tramp.texi (Customizing Completion): Add function
	`tramp-parse-sconfig'.  Change example of
	`tramp-set-completion-function', because parsing of ssh config
	files looks more natural.

2003-02-01  Kevin Ryde  <[email protected]>

        * glossary.texi (Glossary): Correction to cl cross reference.

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

	* killing.texi (Rectangles): Document C-x c r.

2003-01-19  Jan Dj,Ad(Brv  <[email protected]>

	* xresources.texi (GTK resources): New node.
	(GTK widget names): New node.
	(GTK names in Emacs): New node.
	(GTK styles): New node.

2003-01-15  ShengHuo ZHU  <[email protected]>

	* gnus.texi: Do not use `path' in several locations.

2003-01-09  Francesco Potort,Al(B  <[email protected]>

	* maintaining.texi (Create Tags Table): Added reference to the new
	`etags --help --lang=LANG' option.

2002-12-26  Kai Gro,A_(Bjohann  <[email protected]>

	* tramp.texi (External transfer methods): New method `smb'.  From
	Michael Albinus.

2002-11-05  Karl Berry  <[email protected]>

	* info.texi (Info-fontify): reorder face list to avoid bad line
	breaks.

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

	* tramp.texi: Move @copying to standard place.  Use
	@insertcopying.

2002-10-02  Karl Berry  <[email protected]>

	* (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
	dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi emacs.texi
	eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
	message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
	speedbar.texi vip.texi viper.texi widget.texi woman.texi):
	Per rms, update all manuals to use @copying instead of @ifinfo.
	Also use @ifnottex instead of @ifinfo around the top node, where
	needed for the sake of the HTML output.
	(The gnus manual is not fixed since it's not clear to me how it
	 works; and the tramp manual already uses @copying, although in an
	 unusual way.  All others were changed.)

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

	* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
	(../info/ses, ses.dvi): New targets.
	* ses.texi: New file.

2002-09-06  Pavel Jan,Bm(Bk  <[email protected]>

	* texinfo.tex: Updated to texinfo 4.2.

2002-08-27  Carsten Dominik  <[email protected]>

	* reftex.texi: Update to RefTeX 4.19.

2002-06-17  Kai Gro,b_(Bjohann  <[email protected]>

	* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
	(../info/tramp, tramp.dvi): New targets.

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

	* Makefile.in (DVI_TARGETS): Add calc.dvi.
	(calc.dvi): Uncomment.

2001-12-20  Eli Zaretskii  <[email protected]>

	* Makefile.in (EMACSSOURCES): Update the list of Emacs manual
	source files.

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

	* Makefile.in (emacsman): New target.

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

	* Makefile.in (INFO_TARGETS): Add ../info/calc.
	(../info/calc): New target.

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

	* (Version 21.1 released.)

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

	* Branch for 21.1.

2001-04-14  Eli Zaretskii  <[email protected]>

	* Makefile.in (../info/info): Use an explicit -o switch to
	makeinfo.

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

	* Makefile.in (mostlyclean, maintainer-clean): Delete more files.

2000-12-20  Eli Zaretskii  <[email protected]>

	* Makefile.in (../info/idlwave): Use --no-split.

2000-12-14  Dave Love  <[email protected]>

	* Makefile.in (mostlyclean): Remove gnustmp.*
	(gnus.dvi): Change rule to remove @latex stuff.

2000-10-19  Eric M. Ludlam  <[email protected]>

	* Makefile.in (Speedbar): Added build targets for speedbar.texi.

2000-10-13  John Wiegley  <[email protected]>

	* Makefile.in: Added build targets for eshell.texi.

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

	* Makefile.in: Remove/comment speedbar stuff.

2000-09-22  Dave Love  <[email protected]>

	* Makefile.in: Add emacs-mime.

2000-08-08  Eli Zaretskii  <[email protected]>

	* Makefile.in (INFO_TARGETS): Add ../info/woman.
	(DVI_TARGETS): Add woman.dvi.
	(../info/woman, woman.dvi): New targets.

2000-05-31  Stefan Monnier  <[email protected]>

	* .cvsignore (*.tmp): New entry.  Seems to be used for @macro.

	* pcl-cvs.texi: New file.
	* Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
	(../info/pcl-cvs, pcl-cvs.dvi): New targets.

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

	* Makefile.in (INFO_TARGETS): Add info/ebrowse.
	(../info/ebrowse, ebrowse.dvi): New targets.

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

	* Makefile.in (INFO_TARGETS): Add eudc.
	(DVI_TARGETS): Add eudc.dvi
	(../info/eudc, eudc.dvi): New targets.

2000-01-05  Eli Zaretskii  <[email protected]>

	* Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
	compatibility with 8+3 filesystems).
	(../info/efaq): Renamed from emacs-faq.

2000-01-03  Eli Zaretskii  <[email protected]>

	* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
	(../info/idlwave, idlwave.dvi): New targets.

1999-10-23  Dave Love  <[email protected]>

	* Makefile.in: Use autotype.texi.

1999-10-12  Stefan Monnier  <[email protected]>

	* Makefile.in (faq): use ../info/emacs-faq.info (as specified in the
	  faq.texi file) rather than ../info/faq.

1999-10-07  Gerd Moellmann  <[email protected]>

	* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
	(../info/ada-mode, ada-mode.dvi): New targets.

1999-09-01  Dave Love  <[email protected]>

	* Makefile.in: Add faq.

1999-07-12  Richard Stallman  <[email protected]>

	* Version 20.4 released.

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

	* Makefile.in (INFO_TARGETS): Delete customize.info.
	(DVI_TARGETS): Delete customize.dvi.
	(../info/customize, customize.dvi): Targets deleted.

1998-08-19  Richard Stallman  <[email protected]>

	* Version 20.3 released.

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

	* Makefile.in (EMACSSOURCES): Add mule.texi.
	Add msdog.texi, ack.texi.  Remove gnu1.texi.

1998-04-06  Andreas Schwab  <[email protected]>

	* Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi.  Use
	it in dvi targets.
	(../etc/GNU): Change to $(srcdir) first.

1998-03-11  Carsten Dominik  <[email protected]>

	* reftex.texi Updated for RefTeX version 3.22.

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

	* Makefile.in (reftex.dvi, ../info/reftex): New targets.
	(INFO_TARGETS, DVI_TARGETS): Add the new targets.

1997-09-23  Paul Eggert  <[email protected]>

	* Makefile.in: Merge changes mistakenly made to `Makefile'.
	(INFO_TARGETS): Change ../info/custom to ../info/customize.
	(../info/customize): Renamed from ../info/custom.
	(../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.

1997-09-19  Richard Stallman  <[email protected]>

	* Version 20.2 released.

1997-09-15  Richard Stallman  <[email protected]>

	* Version 20.1 released.

1997-08-24  Richard Stallman  <[email protected]>

	* Makefile (../info/customize, customize.dvi): New targets.
	(INFO_TARGETS): Add ../info/customize.
	(DVI_TARGETS): Add customize.dvi.

1997-07-10  Richard Stallman  <[email protected]>

	* Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.

1996-08-11  Richard Stallman  <[email protected]>

	* Version 19.33 released.

1996-07-31  Richard Stallman  <[email protected]>

	* Version 19.32 released.

1996-06-27  Lars Magne Ingebrigtsen  <[email protected]>

	* Makefile.in: Add rules for the Message manual.

1996-06-26  Lars Magne Ingebrigtsen  <[email protected]>

	* gnus.texi: New version.

	* message.texi: New manual.

1996-06-20  Richard Stallman  <[email protected]>

	* Makefile.in (All info targets): cd $(srcdir) to do the work.

1996-06-19  Richard Stallman  <[email protected]>

	* Makefile.in (All info targets): Specify $(srcdir) in input files.
	Specify -I option.
	(All dvi targets): Set the TEXINPUTS variable.

1996-05-25  Karl Heuer  <[email protected]>

	* Version 19.31 released.

1996-01-07  Richard Stallman  <[email protected]>

	* Makefile.in (../info/ccmode): Renamed from ../info/cc-mode.
	(INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.

1995-11-29  Richard Stallman  <[email protected]>

	* Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
	(INFO_TARGETS): Add ../info/cc-mode.
	(DVI_TARGETS): Add cc-mode.dvi.

1995-11-24  Richard Stallman  <[email protected]>

	* Version 19.30 released.

1995-11-04  Lars Magne Ingebrigtsen  <[email protected]>

	* gnus.texi: New file.

1995-11-04  Erik Naggum  <[email protected]>

	* gnus.texi: File deleted.

1995-11-02  Stephen Gildea  <[email protected]>

	* mh-e.texi: "Function Index" -> "Command Index" to work with
	Emacs 19.30 C-h C-k support of separately-documented commands.

1995-06-26  Richard Stallman  <[email protected]>

	* Makefile.in (../info/ediff, ediff.dvi): New targets.
	(INFO_TARGETS, DVI_TARGETS): Add those new targets.

1995-04-24  Richard Stallman  <[email protected]>

	* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
	(../info/viper, viper.dvi): New targets.

1995-04-20  Kevin Rodgers  <[email protected]>

	* dired-x.texi (Installation): Change the example to set
	buffer-local variables like dired-omit-files-p in
	dired-mode-hook.

1995-04-17  Richard Stallman  <[email protected]>

	* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
	(../info/mh-e, mh-e.dvi): New targets.

1995-02-07  Richard Stallman  <[email protected]>

	* Makefile.in (maintainer-clean): Renamed from realclean.

1994-11-23  Richard Stallman  <[email protected]>

	* Makefile.in: New file.
	* Makefile: File deleted.

1994-11-19  Richard Stallman  <[email protected]>

	* Makefile (TEXINDEX_OBJS): Variable deleted.
	(texindex, texindex.o, getopt.o): Rules deleted.
	All deps on texindex deleted.
	(distclean): Don't delete texindex.
	(mostlyclean): Don't delete *.o.
	* texindex.c, getopt.c: Files deleted.

1994-09-07  Richard Stallman  <[email protected]>

	* Version 19.26 released.

1994-07-02  Richard Stallman  ([email protected])

	* Makefile (EMACSSOURCES): Exclude undo.texi.

1994-05-30  Richard Stallman  ([email protected])

	* Version 19.25 released.

1994-05-23  Richard Stallman  ([email protected])

	* Version 19.24 released.

1994-05-16  Richard Stallman  ([email protected])

	* Version 19.23 released.

1994-04-17  Richard Stallman  ([email protected])

	* Makefile: Delete spurious tab.

1994-02-16  Richard Stallman  ([email protected])

	* Makefile (.SUFFIXES): New rule.

1994-01-15  Richard Stallman  ([email protected])

	* Makefile (dired-x.dvi, ../info/dired-x): New targets.
	(INFO_TARGETS, DVI_TARGETS): Add the new targets.

1994-01-08  Richard Stallman  ([email protected])

	* Makefile (../info/sc): Renamed frin sc.info.
	(../info/cl): Likewise.
	(INFO_TARGETS): Use new names.

1993-12-04  Richard Stallman  (rms@srarc2)

	* getopt.c: New file.
	* Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
	(getopt.o): New rule.
	(dvi): Don't depend on texindex.
	(emacs.dvi, cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
	Depend on texindex.

1993-12-03  Richard Stallman  (rms@srarc2)

	* Makefile (../info/sc.info): Renamed from ../info/sc.
	(TEXI2DVI): New variable.
	(emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
	Add explicit commands.
	(TEXINDEX_OBJS): Delete duplicate getopt.o.

1993-11-27  Richard Stallman  ([email protected])

	* Version 19.22 released.

1993-11-18  Richard Stallman  ([email protected])

	* Makefile (TEXINDEX_OBJS): Delete spurious period.

1993-11-16  Richard Stallman  ([email protected])

	* Version 19.21 released.

1993-11-15  Paul Eggert  ([email protected])

	* man/Makefile (../info/cl.info): Renamed from ../info/cl.

1993-11-15  Richard Stallman  ([email protected])

	* Makefile (../etc/GNU): New target.
	(EMACSSOURCES): Add gnu1.texi.

1993-11-14  Richard Stallman  ([email protected])

	* Makefile (realclean): Don't delete the Info files.

1993-10-25  Brian Fox  ([email protected])

	* forms.texi: Fix forms.texi so that it will format correctly.
	Added missing `@end iftex', fixed bad reference.

	* info.texi, info-stn.texi: New files implement texinfo version of
	`info' file.

	* frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
  	4' where appropriate.

1993-10-20  Brian Fox  ([email protected])

	* Makefile: Fix targets for texindex, new info.texi files.
	* info-stnd.texi: New file implements info for standalone info
	reader.
	* info.texi: Updated to include recent changes to "../info/info".
	New source file for ../info/info; includes info-stnd.texi.

	* texindex.c: Include "../src/config.h" if building in emacs.

	* Makefile: Change all files to FILENAME.texi, force all targets
	to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
	vip.texinfo, forms.texinfo, cl.texinfo.
	Add target to build texindex.c, defining `emacs'.

	* forms.texi: Install new file to match version 2.3 of forms.el.

1993-08-14  Richard Stallman  ([email protected])

	* Version 19.19 released.

1993-08-10  Simon Leinen  ([email protected])

	* sc.texinfo: Fix info file name.

	* Makefile (info): Added gnus and sc.
	(dvi): Added gnus.dvi and sc.dvi.
	(../info/sc, sc.dvi): New targets.

1993-08-08  Richard Stallman  ([email protected])

	* Version 19.18 released.

1993-07-20  Richard Stallman  ([email protected])

	* Makefile: Fix source file names of the separate manuals.
	(gnus.dvi, ../info/gnus): New targets.

1993-07-18  Richard Stallman  ([email protected])

	* Version 19.17 released.

1993-07-10  Richard Stallman  ([email protected])

	* split-man: Fix typos in last change.

1993-07-06  Jim Blandy  ([email protected])

	* Version 19.16 released.

1993-06-19  Jim Blandy  ([email protected])

	* version 19.15 released.

1993-06-18  Jim Blandy  ([email protected])

	* Makefile (distclean): It's rm, not rf.

1993-06-17  Jim Blandy  ([email protected])

	* Version 19.14 released.

1993-06-16  Jim Blandy  ([email protected])

	* Makefile: New file.

1993-06-08  Jim Blandy  ([email protected])

	* Version 19.13 released.

1993-05-27  Jim Blandy  ([email protected])

	* Version 19.9 released.

1993-05-25  Jim Blandy  ([email protected])

	* Version 19.8 released.

1993-05-25  Jim Blandy  ([email protected])

	* cmdargs.texi: Document the -i, -itype, and -iconic options.

	* trouble.texi: It's `enable-flow-control-on', not
	`evade-flow-control-on'.

1993-05-24  Jim Blandy  ([email protected])

	* display.texi: Document standard-display-european.

1993-05-22  Jim Blandy  ([email protected])

	* Version 19.7 released.

	* emacs.texi: Add a sentence to the top menu mentioning the
	specific version of Emacs this manual applies to.

1993-04-25  Eric S. Raymond  ([email protected])

	* basic.texi: Documented next-line-add-lines variable used to
	implement down-arrow.

	* killing.texi: Documented kill-whole-line.

1993-04-18  Noah Friedman  ([email protected])

	* text.texi: Updated unix TeX ordering information.

1993-03-26  Eric S. Raymond  ([email protected])

	* news.texi: Mentioned fill-rectangle in keybinding list.

	* killing.texi: Documented fill-rectangle.

1993-03-17  Eric S. Raymond  ([email protected])

	* vc.texi: Brought the docs up to date with VC 5.2.

1992-01-10  Eric S. Raymond  ([email protected])

	* emacs.tex: Mentioned blackbox and gomoku under Amusements.
		     Assembler mode is now mentioned and appropriately
		     indexed under Programming Modes.

1991-02-15  Robert J. Chassell  ([email protected])

        * emacs.tex: Updated TeX ordering information.

1990-08-30  David Lawrence  ([email protected])

	* gnus.texinfo:  New file.  Removed installation instructions.

1990-06-26  David Lawrence  (tale@geech)

	* emacs.tex:  Noted that completion-ignored-extensions is not used
	to filter out names when all completions are displayed in
	*Completions*.

1990-05-25  Richard Stallman  ([email protected])

	* texindex.tex: If USG, include sys/types.h and sys/fcntl.h.

1990-03-21  Jim Kingdon  ([email protected])

	* emacs.tex: Add @findex grep.

1989-01-17  Robert J. Chassell  ([email protected])

	* texinfo.tex:  Changed spelling of `\sc' font to `\smallcaps' and
	then defined `\sc' as the command for smallcaps in Texinfo.  This
	measns that the @sc command will produce small caps.  bfox has
	made the corresponding change to makeinfo and texinfm.el.

1988-08-16  Robert J. Chassell  ([email protected])

	* emacs.tex:  Corrected two typos.  No other changes before
	Version 19 will be made.

	* vip.texinfo: Removed menu entry Adding Lisp Code in node
	Customization since the menu entry did not point to anything.
	Also added an @finalout command to remove overfull hboxes from the
	printed output.

	* cl.texinfo:  Added @bye, \input line and @settitle to file.
	This file is clearly intended to be a chapter of some other work,
	but the other work does not yet exist.

1988-07-25  Robert J. Chassell  ([email protected])

	* texinfo.texinfo: Three typos corrected.

1988-05-23  Robert J. Chassell  ([email protected])

	* emacs.tex: Update information for obtaining TeX distribution from the
	University of Washington.

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

    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 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.

;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd