aboutsummaryrefslogtreecommitdiffstats
path: root/man/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'man/ChangeLog')
-rw-r--r--man/ChangeLog85
1 files changed, 85 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 38a1d9c5121..a50fa9e15da 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,5 +1,90 @@
12006-05-06 Eli Zaretskii <eliz@gnu.org> 12006-05-06 Eli Zaretskii <eliz@gnu.org>
2 2
3 The following changes merge the emacs-xtra manual into the main
4 manual, but only for on-line version of the manual.
5
6 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
7 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
8 (EMACSSOURCES): Use EMACS_XTRA.
9 (../info/emacs-xtra): Remove.
10 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
11
12 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
13 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
14 (EMACSSOURCES): Use EMACS_XTRA.
15 ($(infodir)/emacs-xtra): Remove.
16 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
17
18 * trouble.texi (Quitting):
19 * text.texi (Text):
20 * programs.texi (Program Modes):
21 * msdog.texi (Microsoft Windows):
22 * frames.texi (Frames):
23 * files.texi (Backup, Version Control, VC Concepts)
24 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
25 (Registering, VC Status, VC Undo, Multi-User Branching)
26 (Comparing Files):
27 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
28 (Displaying the Diary, Special Diary Entries, Importing Diary):
29 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
30 conditional xref's, depending on @iftex/@ifnottex.
31
32 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
33 "MS-DOS". @include msdog-xtra.texi.
34
35 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
36 <Top Level> [ifnottex]: @include fortran-xtra.texi.
37
38 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
39 for vc-xtra.texi subsections.
40 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
41 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
42
43 * sending.texi (Sending Mail): A @node line without explicit Prev,
44 Next, and Up links.
45
46 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
47 Next, and Up links.
48
49 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
50 and its sections. @include picture-xtra.texi
51
52 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
53 "Emerge".
54 (List Tags) [ifnottex]: @include emerge-xtra.texi.
55
56 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
57 exact duplicate of its name-sake in calendar.texi.
58
59 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
60 "Advanced Calendar/Diary Usage".
61 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
62
63 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
64 dired-xtra.texi.
65 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
66
67 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
68 (Files) [ifnottex]: Add menu entry for Autorevert.
69
70 * emacs-xtra.texi (Introduction): Reword to make consistent with
71 printed version only.
72 <Top level>: Remove the body of all chapters and move them to the
73 new *-xtra.texi files. Use @raisesections and @lowersections to
74 convert sections to chapters etc.
75
76 * msdog-xtra.texi:
77 * fortran-xtra.texi:
78 * vc-xtra.texi:
79 * vc1-xtra.texi:
80 * vc2-xtra.texi:
81 * emerge-xtra.texi:
82 * cal-xtra.texi:
83 * dired-xtra.texi:
84 * arevert-xtra.texi: New files, with text from respective chapters
85 of emacs-xtra.texi. Convert each @chapter into @section, @section
86 into @subsection, etc.
87
3 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references 88 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
4 updated. 89 updated.
5 90