summaryrefslogtreecommitdiff
path: root/doc/lispintro
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* Fix typos.Juanma Barranquero2011-11-162-2/+6
|
* Spelling fixes.Paul Eggert2011-11-141-1/+1
|
* Spelling fixes.Paul Eggert2011-11-131-24/+23
|
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
|
* Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.caGlenn Morris2011-02-192-1/+5
|\
| * Followup for fixing bug #7942.Eli Zaretskii2011-02-182-1/+5
| | | | | | | | | | | | doc/lispref/elisp.texi: Sync @dircategory with ../../info/dir. doc/lispintro/emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir. doc/misc/ede.texi: Sync letter-case with ../../info/dir.
* | Refill some long/short copyright headers.Glenn Morris2011-01-264-8/+4
| |
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-2415-28/+15
| |
* | Improve configuration of makeinfo.Werner LEMBERG2011-01-232-5/+15
| | | | | | | | | | | | * Makefile.in (MAKEINFO): Now controlled by `configure'. (MAKEINFO_OPTS): New variable. Use it where appropriate. (ENVADD): New variable to control texi2dvi and texi2pdf.
* | Refill some copyright headers.Glenn Morris2011-01-152-3/+4
| |
* | Nuke arch-tags.Glenn Morris2011-01-151-4/+0
| |
* | Merge from emacs-23Stefan Monnier2011-01-1415-17/+16
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0215-15/+15
| |
* | Document count-words-region.Glenn Morris2010-11-122-72/+80
| | | | | | | | | | | | | | | | | | * doc/emacs/basic.texi (Position Info): Add M-x count-words-region. * doc/lispintro/emacs-lisp-intro.texi: Rename the `count-words-region' example, since there is now a standard command of that name. * etc/NEWS: Mention it.
* | Add explicit -I$srcdir to makeinfo in some doc/ Makefiles.Glenn Morris2010-10-102-1/+2
| | | | | | | | | | | | * doc/emacs/Makefile.in (MAKEINFO): Add explicit -I$srcdir. * doc/lispintro/Makefile.in (MAKEINFO): Add explicit -I$srcdir. * doc/lispref/Makefile.in (MAKEINFO): Add explicit -I$srcdir.
* | Add html targets for some doc/ Makefiles.Glenn Morris2010-10-102-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/Makefile.in (.PHONY): Add html. (html, elisp.html): New targets. (clean): Delete html files. ($(infodir)/elisp): Remove unnecessary includes. * doc/lispintro/Makefile.in (MAKEINFO): Use --force like the other doc/ Makefiles do. * doc/emacs/Makefile.in (.PHONY): Add html. (html, emacs.html): New targets. (clean): Delete html files.
* | Add ps rules for some doc/ Makefiles.Glenn Morris2010-10-102-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/Makefile.in (.texi.dvi): Remove unnecessary suffix rule. * dos/lispref/Makefile.in (DVIPS): New variable. (.PHONY): Add ps. (ps, elisp.ps): New targets. (clean): Delete ps file. * doc/lispintro/Makefile.in (.dvi.ps): Remove unnecessary suffix rule. (.PHONY): Add ps. (ps, emacs-lisp-intro.ps): New targets. (clean): Delete ps file. * doc/emacs/Makefile.in (.texi.dvi): Remove unnecessary suffix rule. (DVIPS): New variable. (.PHONY): Add ps. (ps, emacs.ps, emacs-xtra.ps): New targets. (clean): Delete ps files.
* | Replace use of VPATH in most doc/ Makefiles.Glenn Morris2010-10-092-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/Makefile.in (VPATH): Remove. (infodir): Make it absolute. (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir. * doc/lispintro/Makefile.in (VPATH): Remove. (infodir): Make it absolute. (mkinfodir, $(infodir)/eintr, infoclean): No need to cd $srcdir. * doc/emacs/Makefile.in (VPATH): Remove. (infodir): Make it absolute. (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir. * doc/misc/Makefile.in: Comment.
* | Anchor regexps in doc/ `make dist' rules.Glenn Morris2010-10-092-2/+4
| | | | | | | | | | | | | | | | * doc/emacs/Makefile.in (dist): Anchor regexps. * doc/lispintro/Makefile.in (dist): Anchor regexps. * doc/lsipref/Makefile.in (dist): Anchor regexps.
* | Use $< in some doc/*/Makefile rules.Glenn Morris2010-10-092-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/Makefile.in (srcs): Put elisp.texi first. ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<. * doc/lispintro/Makefile.in (${infodir}/eintr, emacs-lisp-intro.dvi) (emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $<. * doc/emacs/Makefile.in (EMACSSOURCES): Put emacs.texi first. ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi) (emacs-xtra.pdf): Use $<.
* | Fix previous doc/*/Makefile.in change.Glenn Morris2010-10-091-1/+1
| |
* | Quieten emacs-devel.Glenn Morris2010-10-092-1/+3
| | | | | | | | | | | | | | | | | | | | * doc/misc/Makefile.in (maintainer-clean): Remove harmless, long-standing error. * doc/lispref/Makefile.in (infoclean): Remove harmless, long-standing error. * doc/lispintro/Makefile.in (infoclean): Remove harmless, long-standing error. * doc/emacs/Makefile.in (infoclean): Remove harmless, long-standing error.
* | Avoid having a directory as a prerequisite in doc Makefiles.Glenn Morris2010-10-092-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It does not play well with time-stamping. * doc/misc/Makefile.in ($(infodir)): Delete rule. (mkinfodir): New. Use it in all the info rules, rather than depending on infodir. * doc/lispref/Makefile.in ($(infodir)): Delete rule. (mkinfodir): New. ($(infodir)/elisp): Use $mkinfodir instead of infodir. * doc/lispintro/Makefile.in ($(infodir)): Delete rule. (mkinfodir): New. ($(infodir)/eintr): Use $mkinfodir instead of infodir. * doc/emacs/Makefile.in ($(infodir)): Delete rule. (mkinfodir): New. ($(infodir)/emacs): Use $mkinfodir instead of infodir.
* | Mark some doc/ rules as PHONY.Glenn Morris2010-10-082-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules. * doc/lispref/Makefile.in (.PHONY): Declare info, dvi, pdf, dist. * doc/lispintro/Makefile.in (.PHONY): Declare info, dvi, html, pdf, dist. * doc/emacs/Makefile.in (.PHONY): Declare info, dvi, pdf, dist. (emacs): Remove rule. (dist): No need to deal with the emacs rule any more.
* | Include version number in doc `make dist' tarfiles.Glenn Morris2010-10-062-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/Makefile.in (version): New, set by configure. (clean): Delete dist tar file. (dist): Use version in tar name. * doc/lispintro/Makefile.in (version): New, set by configure. (clean): Delete dist tar file. (dist): Use version in tar name. * doc/emacs/Makefile.in (version): New, set by configure. (clean): Delete dist tar file. (dist): Use version in tar name.
* | Minor doc/*/Makefile.in change.Glenn Morris2010-10-051-1/+1
| | | | | | | | | | | | | | * doc/emacs/Makefile.in ($(infodir)): Add parallel build workaround. * doc/lispintro/Makefile.in ($(infodir)): Add parallel build workaround. * doc/lispref/Makefile.in ($(infodir)): Add parallel build workaround. * doc/misc/Makefile.in ($(infodir)): Add parallel build workaround.
* | Misc cleanup for doc/*/Makefiles.Glenn Morris2010-10-052-27/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/Makefile.in (SHELL): Set it. (info): Move the mkdir dependency to the individual info files. (mostlyclean): Tidy up. (clean): Only delete the specific dvi and pdf files. (maintainer-clean): Be more restrictive in what we delete. * doc/lispref/Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile. (INSTALL_INFO): Remove unused variable. (mostlyclean, infoclean, dist): New rules. (clean): Delete dvi and pdf files. (maintainer-clean): Remove elisp.oaux, use infoclean. * doc/lispintro/Makefile.in (SHELL): Use /bin/sh, like every other Makefile.in. (INFO_SOURCES, INFO_TARGETS, DVI_TARGETS): Remove variables. ($(infodir), html, pdf, infoclean, dist): New rules. (${infodir}/eintr): Ensure $infodir exists. Use $@. (emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $^. (.PHONY): Declare clean rules. (mostlyclean): Delete more temp files. (clean): Delete specific dvi, pdf and html files. (maintainer-clean): Use infoclean. (.NOEXPORT): Remove, unused by any other Makefile.in. * doc/emacs/Makefile.in (EMACS_XTRA): Add the main source file. (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi. (mostlyclean): No core files, reorder other files. (clean): Delete specific dvi and pdf files. (infoclean, dist): New rules. (maintainer-clean): Use infoclean.
* | Merge changes from emacs-23 branchChong Yidong2010-09-2310-54/+33
|\|
| * Add EPSF magic header to doc/lispintro/*.eps. (Bug#7064)Glenn Morris2010-09-2010-54/+33
| | | | | | | | | | | | * cons-1.eps, cons-2.eps, cons-2a.eps, cons-3.eps, cons-4.eps: * cons-5.eps, lambda-1.eps, lambda-2.eps, lambda-3.eps: Add first line EPSF magic comment.
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-241-3/+3
| |
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-102-1/+5
|\|
| * * doc/lispintro/emacs-lisp-intro.texi: Untabify.Glenn Morris2010-06-222-1/+5
| |
* | Fix typos and whitespace in ChangeLogs.Juanma Barranquero2010-05-111-3/+3
| |
* | Merge from emacs-23Stefan Monnier2010-05-081-3/+6
|\|
| * Bump version to 23.2.Chong Yidong2010-05-071-0/+4
| |
* | Bump version to 24.0.50.Chong Yidong2010-03-101-0/+4
|/
* Merge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in ↵Robert J. Chassell2010-02-241-1/+1
| | | | section Finding More Information
* * emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.Glenn Morris2010-02-152-10/+15
|
* Avoid obsolete special default variables like default-major-mode.Stefan Monnier2010-02-012-6/+11
| | | | | | | | * display.texi (Line Height): * emacs-lisp-intro.texi (Text and Auto-fill, Mode Line): * display.texi (Useless Whitespace, Text Display): * custom.texi (Init Examples): Avoid obsolete special default variables like default-major-mode.
* Add 2010 to copyright years.Glenn Morris2010-01-1315-15/+15
|
* * lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: UseChong Yidong2009-12-092-1/+6
| | | | parenthesis for macros for nmake compatibility.
* (Free Software and Free Manuals): Update URL, and remove duplicate text.Glenn Morris2009-12-032-8/+8
|
* Fix some entries.Glenn Morris2009-10-291-11/+4
|
* removed lines 33 and 34 of emacs-lisp-intro.texi which saidRobert J. Chassell2009-10-282-4/+16
| | | | | | | | | | | | \global\let\urlcolor=\Black % don't print links in grayscale \global\let\linkcolor=\Black bumped Emacs version ../../Makefile.in: created new target for PDF of emacs-lisp-intro.pdf and autoconf'd and configure's the Makefile.in ../misc/texinfo.tex: updated to version 4.13 of 2008-04-18
* Minor change, bump Emacs versionRobert J. Chassell2009-10-272-2/+7
|
* Add copyright information for PDF images.Glenn Morris2009-10-272-0/+24
|
* (texinfodir, TEXI2PDF): New variables.Glenn Morris2009-10-271-1/+7
| | | | | (ENVADD): Add -I$texinfodir. (emacs-lisp-intro.pdf): New target.
* (TEXI2PDF): New variable.Glenn Morris2009-10-271-2/+6
| | | | (emacs-lisp-intro.pdf): New target.
* New file, generated from .eps version with epstopdf.Glenn Morris2009-10-2710-0/+209
|