changeset 70460:6184150082d1

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 May 2006 13:19:17 +0000
parents e6c15fc03c78
children a6e9a00b021b
files ChangeLog lispref/ChangeLog man/ChangeLog
diffstat 3 files changed, 95 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 06 13:18:44 2006 +0000
+++ b/ChangeLog	Sat May 06 13:19:17 2006 +0000
@@ -1,3 +1,9 @@
+2006-05-06  Eli Zaretskii  <eliz@gnu.org>
+
+	* Makefile.in (INFO_FILES): Remove emacs-xtra.
+
+	* info/dir: Remove the Emacs-Xtra entry.
+
 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
 
 	* Copyright (sources/emacs): updated copyright year(s)
--- a/lispref/ChangeLog	Sat May 06 13:18:44 2006 +0000
+++ b/lispref/ChangeLog	Sat May 06 13:19:17 2006 +0000
@@ -1,5 +1,9 @@
 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
 
+	* hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
+	conditional xref's to either emacs or emacs-xtra, depending on
+	@iftex/@ifnottex.
+
 	* minibuf.texi (Minibuffer History): Document add-to-history.
 
 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
--- a/man/ChangeLog	Sat May 06 13:18:44 2006 +0000
+++ b/man/ChangeLog	Sat May 06 13:19:17 2006 +0000
@@ -1,5 +1,90 @@
 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
 
+	The following changes merge the emacs-xtra manual into the main
+	manual, but only for on-line version of the manual.
+	
+	* Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
+	(EMACS_XTRA): New variable, lists the new *-xtra.texi files.
+	(EMACSSOURCES): Use EMACS_XTRA.
+	(../info/emacs-xtra): Remove.
+	(emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
+
+	* makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
+	(EMACS_XTRA): New variable, lists the new *-xtra.texi files.
+	(EMACSSOURCES): Use EMACS_XTRA.
+	($(infodir)/emacs-xtra): Remove.
+	(emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
+
+	* trouble.texi (Quitting): 
+	* text.texi (Text): 
+	* programs.texi (Program Modes): 
+	* msdog.texi (Microsoft Windows): 
+	* frames.texi (Frames): 
+	* files.texi (Backup, Version Control, VC Concepts)
+	(Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
+	(Registering, VC Status, VC Undo, Multi-User Branching)
+	(Comparing Files): 
+	* calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
+	(Displaying the Diary, Special Diary Entries, Importing Diary): 
+	* buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
+	conditional xref's, depending on @iftex/@ifnottex.
+
+	* msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
+	"MS-DOS".  @include msdog-xtra.texi.
+
+	* programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
+	<Top Level> [ifnottex]: @include fortran-xtra.texi.
+
+	* files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
+	for vc-xtra.texi subsections.
+	(VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
+	(Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
+
+	* sending.texi (Sending Mail): A @node line without explicit Prev,
+	Next, and Up links.
+
+	* abbrevs.texi (Abbrevs): A @node line without explicit Prev,
+	Next, and Up links.
+
+	* emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
+	and its sections.  @include picture-xtra.texi
+
+	* maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
+	"Emerge".
+	(List Tags) [ifnottex]: @include emerge-xtra.texi.
+
+	* cal-xtra.texi (Daylight Savings): Remove this node: it is an
+	exact duplicate of its name-sake in calendar.texi.
+
+	* calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
+	"Advanced Calendar/Diary Usage".
+	(Time Intervals) [ifnottex]: @include cal-xtra.texi.
+
+	* dired.texi (Subdirectories in Dired) [ifnottex]: @include
+	dired-xtra.texi.
+	(Dired) [ifnottex]: Add menu entry for "Subdir Switches".
+
+	* files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
+	(Files) [ifnottex]: Add menu entry for Autorevert.
+
+	* emacs-xtra.texi (Introduction): Reword to make consistent with
+	printed version only.
+	<Top level>: Remove the body of all chapters and move them to the
+	new *-xtra.texi files.  Use @raisesections and @lowersections to
+	convert sections to chapters etc.
+
+	* msdog-xtra.texi: 
+	* fortran-xtra.texi: 
+	* vc-xtra.texi: 
+	* vc1-xtra.texi: 
+	* vc2-xtra.texi: 
+	* emerge-xtra.texi: 
+	* cal-xtra.texi: 
+	* dired-xtra.texi: 
+	* arevert-xtra.texi: New files, with text from respective chapters
+	of emacs-xtra.texi.  Convert each @chapter into @section, @section
+	into @subsection, etc.
+
 	* emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG".  All references
 	updated.