mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
75 lines
2.7 KiB
Plaintext
75 lines
2.7 KiB
Plaintext
2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de>
|
|
|
|
* erc.texi (Special-Features): Fix small typo.
|
|
|
|
2007-09-14 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* tramp.texi (Filename Syntax): Provide links to "Inline methods"
|
|
and "External transfer methods".
|
|
|
|
2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc.texi (Predefined Units): Add some history.
|
|
|
|
2007-09-08 Michael Olson <mwolson@gnu.org>
|
|
|
|
* erc.texi (Copying): New section included from gpl.texi. This matches
|
|
the look of the upstream ERC manual.
|
|
|
|
2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc.texi (History and Acknowledgements): Adjust the
|
|
"thanks".
|
|
(Random Numbers): Clarify the distribution of `random'.
|
|
|
|
2007-09-06 Glenn Morris <rgm@gnu.org>
|
|
|
|
* Move manual sources from man/ to subdirectories of doc/.
|
|
Split into the Emacs manual in emacs/, and other manuals in misc/.
|
|
Change all setfilename commands to use ../../info.
|
|
* Makefile.in: Move the parts of the old man/Makefile.in that do not
|
|
refer to the Emacs manual here.
|
|
(infodir): New variable.
|
|
(INFO_TARGETS, info): Use infodir. Also used by all info targets.
|
|
(cc-mode.texi, faq.texi): Update references to source file locations.
|
|
* makefile.w32-in: Move the parts of the old man/makefile.w32-in that
|
|
do not refer to the Emacs manual here.
|
|
(infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
|
|
|
|
* Makefile.in: Add `basename' versions of all info targets, for
|
|
convenience when rebuilding just one manual.
|
|
(../etc/GNU): Delete obsolete target.
|
|
(.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
|
|
(mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
|
|
*.vrs *.toc here...
|
|
(maintainer-clean): ...from here.
|
|
|
|
* makefile.w32-in (../etc/GNU): Delete obsolete target.
|
|
|
|
;; Local Variables:
|
|
;; coding: iso-2022-7bit
|
|
;; fill-column: 79
|
|
;; add-log-time-zone-rule: t
|
|
;; End:
|
|
|
|
Copyright (C) 2007 Free Software Foundation, Inc.
|
|
|
|
This file is part of GNU Emacs.
|
|
|
|
GNU Emacs is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 3, or (at your option)
|
|
any later version.
|
|
|
|
GNU Emacs is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with GNU Emacs; see the file COPYING. If not, write to the
|
|
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
Boston, MA 02110-1301, USA.
|
|
|
|
;; arch-tag: 08b2903e-900c-4c72-a4a9-e76416a80803
|