| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* nt/configure.bat: Remove everything except the blurb about the
new build procedure.
* make-dist: Remove references to makefile.w32-in in various
directories, and to files in nt/ that were deleted.
* etc/NEWS: Mention the fact that the files were dropped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/lispref/tips.texi (Documentation Tips):
Distinguish more clearly among grave accent, apostrophe,
and single quote.
* doc/lispref/README, doc/lispref/buffers.texi:
* doc/lispref/commands.texi, doc/lispref/control.texi:
* doc/lispref/customize.texi, doc/lispref/display.texi:
* doc/lispref/elisp.texi, doc/lispref/files.texi:
* doc/lispref/frames.texi, doc/lispref/hash.texi:
* doc/lispref/help.texi, doc/lispref/internals.texi:
* doc/lispref/loading.texi, doc/lispref/makefile.w32-in:
* doc/lispref/markers.texi, doc/lispref/modes.texi:
* doc/lispref/nonascii.texi, doc/lispref/objects.texi:
* doc/lispref/os.texi, doc/lispref/positions.texi:
* doc/lispref/strings.texi, doc/lispref/syntax.texi:
* doc/lispref/text.texi, doc/lispref/tips.texi:
* doc/lispref/two-volume-cross-refs.txt, doc/lispref/windows.texi:
Use American-style double quoting in ordinary text,
and quote 'like this' when single-quoting in ASCII text.
Also, fix some minor spacing issues.
|
|
|
|
| |
Run admin/update-copyright.
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/lispref/modes.texi (Running Hooks): Don't document with-wrapper-hook and
run-hook-wrapped any more.
(Hooks): Link to the new Advising Functions node.
* doc/lispref/elisp.texi (Top): Don't include advice.texi.
* doc/lispref/advice.texi: Remove.
* doc/lispref/makefile.w32-in (srcs):
* doc/lispref/Makefile.in (srcs): Adjust accordingly.
* doc/misc/cl.texi (Function Bindings): Fix incorrect description of cl-let.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00354.html
* configure.in (INFO_EXT, INFO_OPTS): New output variables.
* doc/emacs/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
(info, infoclean): Use $INFO_EXT.
($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
* doc/emacs/makefile.w32-in (INFO_EXT, INFO_OPTS): New.
(INFO_TARGETS): Use $INFO_EXT.
($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
* doc/lispintro/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
(info, infoclean): Use $INFO_EXT.
(${infodir}/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
* doc/lispintro/makefile.w32-in (INFO_EXT, INFO_OPTS): New.
(INFO_TARGETS, clean): Use $INFO_EXT.
($(infodir)/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
* doc/lispref/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
(info, infoclean): Use $INFO_EXT.
($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
* doc/lispref/makefile.w32-in (INFO_EXT, INFO_OPTS): New.
(info, maintainer-clean): Use $INFO_EXT.
($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
* doc/misc/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
(INFO_TARGETS): Use $INFO_EXT.
Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
* doc/misc/makefile.w32-in (INFO_EXT, INFO_OPTS): New.
(INFO_TARGETS): Use $INFO_EXT.
Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
|
|
|
|
| |
* doc/lispref/makefile.w32-in (srcs): Same.
|
| |
|
|
|
|
|
| |
* doc/lispref/makefile.w32-in (texinputdir): Fix (presumed) typo.
(VERSION, manual): Remove, unused.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
doc/lispref/intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
doc/lispref/makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
doc/lispref/elisp.texi: Use ISO-8859-1 in @documentencoding.
doc/emacs/ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding. Use
Texinfo @-commands for non Latin-1 characters.
doc/emacs/emacs.texi: Use ISO-8859-1 in @documentencoding.
doc/emacs/makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2011-01-23T10:22:21Z!wl@gnu.org-2011-01-23T10:38:14Z!wl@gnu.org.
doc/lispref/makefile.w32-in (texinfodir): New variable.
(usermanualdir): Remove as redundant with $(emacsdir).
(MAKEINFO): Remove options, leave only program name.
(MAKEINFO_OPTS): New variable.
(texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
doc/emacs/makefile.w32-in (MAKEINFO): Remove options, leave only program name.
(MAKEINFO_OPTS): New variable.
(ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
(emacs.html): New target.
(clean): Remove emacs.html.
doc/misc/makefile.w32-in (MAKEINFO): Remove options, leave only program name.
(MAKEINFO_OPTS): New variable.
(ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
($(infodir)/edt): Use $(MAKEINFO_OPTS).
|
| |
|
| |
|
|\ |
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
misc/makefile.w32-in (emacsdir): New variable.
($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
(ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
emacs/makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
lispref/makefile.w32-in (emacsdir): New variable.
(srcs): Add emacsver.texi.
($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
($(infodir)/dir): Depend on info files.
|
|
|
|
| |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
|
|
|
|
| |
(usermanualdir): Change from ../man to ../emacs.
|
|
|