2015-03-25 09:47:12 -04:00
|
|
|
2015-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: `save-excursion' doesn't save&restore the mark.
|
|
|
|
|
Less 'make' chatter for doc and lisp
[doc/emacs/ChangeLog]
Less 'make' chatter for Emacs doc
* Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
(am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
(ENVADD, $(buildinfodir)/emacs.info, emacs.html):
Use them.
[doc/lispintro/ChangeLog]
Less 'make' chatter for Emacs doc
* Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
(am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
(ENVADD, $(buildinfodir)/eintr.info, emacs-lisp-intro.html):
Use them.
[doc/lispref/ChangeLog]
Less 'make' chatter for Emacs doc
* Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
(am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
(ENVADD, $(buildinfodir)/elisp.info, elisp.html):
Use them.
[doc/misc/ChangeLog]
Less 'make' chatter for Emacs doc
* Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
(am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
(ENVADD, $(buildinfodir)/%.info, %.html, ${buildinfodir}/ccmode.info)
(${buildinfodir}/efaq%.info, efaq%.html):
Use them.
[lisp/ChangeLog]
Less 'make' chatter in lisp directory
* Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
(am__v_GEN_0, am__v_GEN_1): New macros, from ../src/Makefile.in.
(custom-deps, finder-data, autoloads, update-subdirs): Use them.
2014-12-31 11:59:02 -08:00
|
|
|
2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
|
|
|
|
|
|
|
|
Less 'make' chatter for Emacs doc
|
|
|
|
* Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
|
|
|
|
(am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
|
|
|
|
(ENVADD, $(buildinfodir)/eintr.info, emacs-lisp-intro.html):
|
|
|
|
Use them.
|
|
|
|
|
2014-11-08 18:02:51 -08:00
|
|
|
2014-11-09 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (version): Remove variable.
|
|
|
|
(clean): No longer delete dist tarfile.
|
|
|
|
(dist): Remove rule; replace with code in admin.el.
|
|
|
|
|
2014-10-20 20:21:15 +01:00
|
|
|
2014-10-20 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
2014-10-20 20:59:41 +01:00
|
|
|
* Merge in all changes up to 24.4 release.
|
2014-10-20 20:21:15 +01:00
|
|
|
|
2014-10-12 18:40:56 -07:00
|
|
|
2014-10-13 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (dist): Update for new output variables.
|
|
|
|
|
2014-07-16 13:06:12 -04:00
|
|
|
2014-07-16 Álvar Jesús Ibeas Martín <alvar.ibeas@unican.es> (tiny change)
|
2014-07-15 19:06:49 +03:00
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Variables, Buffer Names, if & or)
|
|
|
|
(Symbols as Chest, fwd-para while): Fix typos.
|
|
|
|
|
2014-07-02 23:00:53 -07:00
|
|
|
2014-07-03 Glenn Morris <rgm@gnu.org>
|
2014-06-28 19:33:50 -07:00
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Note for Novices, Finding More, Conclusion):
|
|
|
|
"Online" help doesn't mean what it used to any more.
|
|
|
|
|
2014-06-22 23:25:47 -07:00
|
|
|
2014-06-23 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (%.texi): Disable implicit rules.
|
2014-06-22 23:43:20 -07:00
|
|
|
(mkinfodir): Remove.
|
|
|
|
(.dvi.ps): Replace with explicit rule.
|
|
|
|
(${buildinfodir}): New rule.
|
|
|
|
(${buildinfodir}/eintr.info): Use order-only prereq for output dir.
|
|
|
|
Use $<.
|
|
|
|
(emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html):
|
|
|
|
Use $<.
|
|
|
|
(emacs-lisp-intro.ps): New rule.
|
2014-06-22 23:25:47 -07:00
|
|
|
|
Parallelize clean rules using GNU make features
* Makefile.in: (submake_template): New definition.
(mostlyclean_dirs, clean_dirs, distclean_dirs, maintainer_clean_dirs):
New variables.
(mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean)
(extraclean): Define using each subdirectory as a prequisite.
* lib/Makefile.am (bootstrap-clean):
* doc/emacs/Makefile.in (bootstrap-clean):
* doc/lispintro/Makefile.in (bootstrap-clean):
* doc/lispref/Makefile.in (bootstrap-clean):
* doc/misc/Makefile.in (bootstrap-clean):
* lib-src/Makefile.in (bootstrap-clean):
* lwlib/Makefile.in (bootstrap-clean):
* nextstep/Makefile.in (bootstrap-clean):
* nt/Makefile.in (bootstrap-clean):
* oldXMenu/Makefile.in (bootstrap-clean):
New rules, for symmetry/simplicity.
* lwlib/Makefile.in (mostlyclean, clean, distclean, maintainer-clean):
* oldXMenu/Makefile.in (mostlyclean, clean, distclean, maintainer-clean, tags):
Declare as PHONY.
2014-06-14 17:17:21 -07:00
|
|
|
2014-06-15 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (bootstrap-clean): New.
|
|
|
|
|
2014-06-09 22:11:38 -04:00
|
|
|
2014-06-10 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
|
|
|
|
(INFO_OPTS): Set directly rather than with configure.
|
|
|
|
|
2014-06-01 18:02:21 -07:00
|
|
|
2014-06-02 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Autoload): Update loaddefs.el details.
|
|
|
|
|
2014-04-16 18:35:20 -07:00
|
|
|
2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
|
|
|
|
|
|
|
|
* Makefile.in (infoclean): Be consistent about reporting failures.
|
|
|
|
|
2014-02-24 22:11:11 -05:00
|
|
|
2014-02-25 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (X11 Colors): Don't use setq with hooks.
|
|
|
|
|
2014-02-05 21:26:57 -05:00
|
|
|
2014-02-06 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Recursive Patterns):
|
|
|
|
Do not use colons in index entries.
|
|
|
|
|
2014-01-23 00:21:53 -08:00
|
|
|
2014-01-23 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (lengths-list-file): Fix textual parentheses.
|
|
|
|
|
Specify .texi encoding.
* emacs-lisp-intro.texi:
* back.texi, book-spine.texi, lay-flat.texi:
* ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
* cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
* ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
* emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
* eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
* gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
* message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
* octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
* reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
* ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
* todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
* widget.texi, wisent.texi, woman.texi:
Add @documentencoding.
2014-01-05 21:25:46 -08:00
|
|
|
2013-12-30 Paul Eggert <eggert@cs.ucla.edu>
|
|
|
|
|
|
|
|
Specify .texi encoding (Bug#16292).
|
|
|
|
* emacs-lisp-intro.texi: Add @documentencoding.
|
|
|
|
|
2013-12-29 19:08:09 -08:00
|
|
|
2013-12-30 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Use @quotation for license notice.
|
|
|
|
|
2013-12-11 19:37:38 -08:00
|
|
|
2013-12-12 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
2013-12-12 17:41:31 -05:00
|
|
|
* emacs-lisp-intro.texi: Tweak dircategory.
|
|
|
|
|
2013-12-11 19:37:38 -08:00
|
|
|
* emacs-lisp-intro.texi: Sync direntry with info/dir version.
|
|
|
|
|
2013-12-02 09:55:40 -08:00
|
|
|
2013-12-02 Paul Eggert <eggert@cs.ucla.edu>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Counting Words): Don't use ':' in xref
|
|
|
|
titles, as this isn't supported by Texinfo.
|
|
|
|
|
2013-11-30 10:34:58 -08:00
|
|
|
2013-11-30 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (distclean): Remove Makefile.
|
|
|
|
|
Progress towards allowing installation in directories with whitespace
* Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
(install-arch-indep, install-etcdoc, install-info, install-man)
(install-etc, uninstall): Quote entities that might contain whitespace.
* build-aux/update-subdirs: Handle whitespace in argument.
Check cd return value.
* doc/emacs/Makefile.in (install-dvi, install-html, install-pdf)
(install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
(uninstall-pdf): Quote entities that might contain whitespace.
* doc/lispintro/Makefile.in (install-dvi, install-html, install-pdf)
(install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
(uninstall-pdf): Quote entities that might contain whitespace.
* doc/lispref/Makefile.in (install-dvi, install-html, install-pdf)
(install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
(uninstall-pdf): Quote entities that might contain whitespace.
* doc/misc/Makefile.in (install-dvi, install-html, install-pdf)
(install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
(uninstall-pdf): Quote entities that might contain whitespace.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}, need-blessmail, install)
(uninstall): Quote entities that might contain whitespace.
* nt/Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall):
Quote entities that might contain whitespace.
2013-10-23 00:20:57 -07:00
|
|
|
2013-10-23 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (install-dvi, install-html, install-pdf)
|
|
|
|
(install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
|
|
|
|
(uninstall-pdf): Quote entities that might contain whitespace.
|
|
|
|
|
2013-08-31 18:23:06 -07:00
|
|
|
2013-09-01 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (beginning-of-buffer complete):
|
|
|
|
Put back a version of the removed paragraph about raw prefix arg.
|
|
|
|
|
2013-08-31 18:18:41 -07:00
|
|
|
2013-09-01 Dani Moncayo <dmoncayo@gmail.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (beginning-of-buffer complete):
|
|
|
|
Update function details. (Bug#15085)
|
|
|
|
|
2013-08-27 23:01:52 -07:00
|
|
|
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
|
|
|
|
|
|
|
|
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
|
|
|
|
for portability to hosts where /bin/sh has problems.
|
|
|
|
|
Add build, install, uninstall rules for all dvi, html, pdf, ps manuals
* configure.ac (etcdocdir): Rename from docdir, to avoid confusion
with configure's standard --docdir argument. All uses updated.
* Makefile.in (etcdocdir): Rename from docdir. All uses updated.
(install-etcdoc): Rename from install-doc. All uses updated.
(uninstall): Run uninstall-doc.
(PSS): Add misc-ps.
(INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
(INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
(UNINSTALL_PS, UNINSTALL_DOC): New variables.
($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
(install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
(uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
* doc/emacs/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
New variables.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(dvi, html, pdf, ps): Use *_TARGETS variables.
(emacs.ps, emacs-xtra.ps): Remove explicit rules.
(emacs.html): Use HTML_OPTS.
(clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
(.PHONY): install-dvi, install-html, install-pdf, install-ps
,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(install-dvi, install-html, install-pdf, install-ps, install-doc)
(uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
(uninstall-doc): New rules.
* doc/lispintro/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
New variables.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(dvi, html, pdf, ps): Use *_TARGETS variables.
(emacs-lisp-intro.ps): Remove explicit rule.
(emacs-lisp-intro.html): Use HTML_OPTS.
(clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
(.PHONY): install-dvi, install-html, install-pdf, install-ps
,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(install-dvi, install-html, install-pdf, install-ps, install-doc)
(uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
(uninstall-doc): New rules.
* doc/lispref/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
New variables.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(dvi, html, pdf, ps): Use *_TARGETS variables.
(elisp.html): Use HTML_OPTS.
(elisp.ps): Remove explicit rule.
(.PHONY): install-dvi, install-html, install-pdf, install-ps
,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(install-dvi, install-html, install-pdf, install-ps, install-doc)
(uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
(uninstall-doc): New rules.
(clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
* doc/misc/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
(.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
(calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
(ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
(emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
(ert.html, eshell.html, eudc.html, faq.html, flymake.html)
(forms.html, gnus.html, htmlfontify.html, idlwave.html)
(ido.html, mairix-el.html, message.html, mh-e.html)
(newsticker.html, nxml-mode.html, org.html, pgg.html)
(rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
(semantic.html, sieve.html, smtpmail.html, speedbar.html)
(srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
(viper.html, widget.html, wisent.html, woman.html, install-dvi)
(install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
(uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
New rules.
(clean): Remove HTML_TARGETS and PS_TARGETS.
2013-08-11 17:04:15 -07:00
|
|
|
2013-08-12 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
2013-08-03 12:43:59 -07:00
|
|
|
* emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
|
|
|
|
|
2013-07-30 23:58:16 -07:00
|
|
|
* emacs-lisp-intro.texi (Thank You): Avoid mailto: in html output.
|
|
|
|
|
Add build, install, uninstall rules for all dvi, html, pdf, ps manuals
* configure.ac (etcdocdir): Rename from docdir, to avoid confusion
with configure's standard --docdir argument. All uses updated.
* Makefile.in (etcdocdir): Rename from docdir. All uses updated.
(install-etcdoc): Rename from install-doc. All uses updated.
(uninstall): Run uninstall-doc.
(PSS): Add misc-ps.
(INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
(INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
(UNINSTALL_PS, UNINSTALL_DOC): New variables.
($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
(install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
(uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
* doc/emacs/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
New variables.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(dvi, html, pdf, ps): Use *_TARGETS variables.
(emacs.ps, emacs-xtra.ps): Remove explicit rules.
(emacs.html): Use HTML_OPTS.
(clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
(.PHONY): install-dvi, install-html, install-pdf, install-ps
,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(install-dvi, install-html, install-pdf, install-ps, install-doc)
(uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
(uninstall-doc): New rules.
* doc/lispintro/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
New variables.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(dvi, html, pdf, ps): Use *_TARGETS variables.
(emacs-lisp-intro.ps): Remove explicit rule.
(emacs-lisp-intro.html): Use HTML_OPTS.
(clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
(.PHONY): install-dvi, install-html, install-pdf, install-ps
,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(install-dvi, install-html, install-pdf, install-ps, install-doc)
(uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
(uninstall-doc): New rules.
* doc/lispref/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
New variables.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(dvi, html, pdf, ps): Use *_TARGETS variables.
(elisp.html): Use HTML_OPTS.
(elisp.ps): Remove explicit rule.
(.PHONY): install-dvi, install-html, install-pdf, install-ps
,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(install-dvi, install-html, install-pdf, install-ps, install-doc)
(uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
(uninstall-doc): New rules.
(clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
* doc/misc/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
(.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
(calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
(ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
(emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
(ert.html, eshell.html, eudc.html, faq.html, flymake.html)
(forms.html, gnus.html, htmlfontify.html, idlwave.html)
(ido.html, mairix-el.html, message.html, mh-e.html)
(newsticker.html, nxml-mode.html, org.html, pgg.html)
(rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
(semantic.html, sieve.html, smtpmail.html, speedbar.html)
(srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
(viper.html, widget.html, wisent.html, woman.html, install-dvi)
(install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
(uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
New rules.
(clean): Remove HTML_TARGETS and PS_TARGETS.
2013-08-11 17:04:15 -07:00
|
|
|
* Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
|
|
|
|
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
|
|
|
|
(INSTALL_DATA): New, set by configure.
|
|
|
|
(HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
|
|
|
|
New variables.
|
|
|
|
(.SUFFIXES): Add .ps and .dvi.
|
|
|
|
(.dvi.ps): New suffix rule.
|
|
|
|
(dvi, html, pdf, ps): Use *_TARGETS variables.
|
|
|
|
(emacs-lisp-intro.ps): Remove explicit rule.
|
|
|
|
(emacs-lisp-intro.html): Use HTML_OPTS.
|
|
|
|
(clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
|
2014-02-13 03:19:48 +01:00
|
|
|
(.PHONY): install-dvi, install-html, install-pdf, install-ps,
|
|
|
|
install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
|
Add build, install, uninstall rules for all dvi, html, pdf, ps manuals
* configure.ac (etcdocdir): Rename from docdir, to avoid confusion
with configure's standard --docdir argument. All uses updated.
* Makefile.in (etcdocdir): Rename from docdir. All uses updated.
(install-etcdoc): Rename from install-doc. All uses updated.
(uninstall): Run uninstall-doc.
(PSS): Add misc-ps.
(INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
(INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
(UNINSTALL_PS, UNINSTALL_DOC): New variables.
($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
(install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
(uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
* doc/emacs/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
New variables.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(dvi, html, pdf, ps): Use *_TARGETS variables.
(emacs.ps, emacs-xtra.ps): Remove explicit rules.
(emacs.html): Use HTML_OPTS.
(clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
(.PHONY): install-dvi, install-html, install-pdf, install-ps
,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(install-dvi, install-html, install-pdf, install-ps, install-doc)
(uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
(uninstall-doc): New rules.
* doc/lispintro/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
New variables.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(dvi, html, pdf, ps): Use *_TARGETS variables.
(emacs-lisp-intro.ps): Remove explicit rule.
(emacs-lisp-intro.html): Use HTML_OPTS.
(clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
(.PHONY): install-dvi, install-html, install-pdf, install-ps
,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(install-dvi, install-html, install-pdf, install-ps, install-doc)
(uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
(uninstall-doc): New rules.
* doc/lispref/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
New variables.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(dvi, html, pdf, ps): Use *_TARGETS variables.
(elisp.html): Use HTML_OPTS.
(elisp.ps): Remove explicit rule.
(.PHONY): install-dvi, install-html, install-pdf, install-ps
,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(install-dvi, install-html, install-pdf, install-ps, install-doc)
(uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
(uninstall-doc): New rules.
(clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
* doc/misc/Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
(docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
(INSTALL_DATA): New, set by configure.
(HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
(.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
uninstall-ps, and uninstall-doc.
(.SUFFIXES): Add .ps and .dvi.
(.dvi.ps): New suffix rule.
(html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
(calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
(ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
(emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
(ert.html, eshell.html, eudc.html, faq.html, flymake.html)
(forms.html, gnus.html, htmlfontify.html, idlwave.html)
(ido.html, mairix-el.html, message.html, mh-e.html)
(newsticker.html, nxml-mode.html, org.html, pgg.html)
(rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
(semantic.html, sieve.html, smtpmail.html, speedbar.html)
(srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
(viper.html, widget.html, wisent.html, woman.html, install-dvi)
(install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
(uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
New rules.
(clean): Remove HTML_TARGETS and PS_TARGETS.
2013-08-11 17:04:15 -07:00
|
|
|
uninstall-ps, and uninstall-doc.
|
|
|
|
(install-dvi, install-html, install-pdf, install-ps, install-doc)
|
|
|
|
(uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
|
|
|
|
(uninstall-doc): New rules.
|
|
|
|
|
2013-08-07 16:58:41 +03:00
|
|
|
2013-08-07 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Beginning init File): Rename from
|
|
|
|
"Beginning a .emacs File", since a node name cannot include a
|
|
|
|
period.
|
|
|
|
(Top, Emacs Initialization, Change a defun): All references
|
|
|
|
changed. (Bug#15038)
|
|
|
|
|
2013-08-02 10:33:12 +08:00
|
|
|
2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (zap-to-char): Remove obsolete stuff.
|
|
|
|
|
2013-07-05 18:39:21 -07:00
|
|
|
2013-07-06 Glenn Morris <rgm@gnu.org>
|
2013-07-04 18:32:13 -07:00
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Top):
|
|
|
|
Move WWW_GNU_ORG section outside @copying, update URL.
|
|
|
|
|
2013-07-02 20:03:47 -07:00
|
|
|
2013-07-03 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (edebug): Fix cross-references.
|
|
|
|
|
2013-06-18 20:49:26 -07:00
|
|
|
2013-06-19 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (dist): Edit more configure variables. (Bug#14660)
|
|
|
|
Try to check that we do not miss any in future.
|
|
|
|
|
2013-04-24 22:06:20 +03:00
|
|
|
2013-04-24 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
* makefile.w32-in (INFO_OPTS): Add "-I$(emacsdir)" to fix last
|
|
|
|
commit.
|
|
|
|
|
2013-04-23 20:58:23 -04:00
|
|
|
2013-04-24 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (emacsver.texi): Include it.
|
|
|
|
(copying): For non-printed versions, uses Emacs version rather
|
|
|
|
than that of the printed book.
|
|
|
|
(Complications, Lisp macro, defvar and asterisk, defcustom): Copyedits.
|
|
|
|
* Makefile.in (emacsdir): New variable..
|
|
|
|
(MAKEINFO_OPTS, ENVADD): Add $emacsdir.
|
|
|
|
(srcs): Add emacsver.texi.
|
|
|
|
(dist): Include emacsver.texi. Edit emacsdir.
|
|
|
|
* makefile.w32-in (emacsdir): New variable.
|
|
|
|
(INFO_SOURCES): Add emacsver.texi.
|
|
|
|
(ENVADD): Add $emacsdir (and $texinfodir).
|
|
|
|
|
2013-04-23 08:43:07 +08:00
|
|
|
2013-04-23 Xue Fuqiao <xfq.free@gmail.com>
|
|
|
|
|
2013-04-24 06:26:40 +08:00
|
|
|
* emacs-lisp-intro.texi (Complications, defvar, Writing Defuns)
|
|
|
|
(Prevent confusion, Determining the Element, lambda): Refine the
|
|
|
|
doc about Lisp macros, reported by Glenn Morris.
|
2013-04-23 08:43:07 +08:00
|
|
|
|
2013-04-21 19:56:28 +08:00
|
|
|
2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (defcustom, defun)
|
|
|
|
(simplified-beginning-of-buffer, defvar, Building Robots, Review)
|
|
|
|
(save-excursion): `defun' and `defcustom' are now macros rather
|
2013-06-19 22:10:57 +02:00
|
|
|
than special forms. (Bug#13853)
|
2013-04-21 19:56:28 +08:00
|
|
|
|
2013-03-16 18:08:22 -04:00
|
|
|
2013-03-16 Glenn Morris <rgm@gnu.org>
|
2013-03-12 00:15:15 -07:00
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org.
|
|
|
|
|
2013-03-02 18:34:48 -08:00
|
|
|
2013-03-03 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Digression into C): Update example.
|
2013-03-03 10:44:56 -08:00
|
|
|
(defcustom, Simple Extension): Fix typos.
|
2013-03-02 18:34:48 -08:00
|
|
|
|
2012-12-22 10:51:00 -08:00
|
|
|
2012-12-22 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (srcs): New variable, adding doclicense.texi.
|
|
|
|
(${buildinfodir}/eintr$(INFO_EXT), emacs-lisp-intro.dvi)
|
|
|
|
(emacs-lisp-intro.pdf, emacs-lisp-intro.html):
|
|
|
|
Use $srcs for dependencies.
|
2012-12-22 11:09:52 -08:00
|
|
|
|
Fix permissions bugs with setgid directories etc.
* configure.ac (BSD4_2): Remove; no longer needed.
* admin/CPP-DEFINES (BSD4_2): Remove.
* doc/lispintro/emacs-lisp-intro.texi (Files List):
directory-files-and-attributes now outputs t for attribute that's
now a placeholder.
* doc/lispref/files.texi (Testing Accessibility): Document GROUP arg
of file-ownership-preserved-p.
(File Attributes): Document that 9th element is now
just a placeholder.
* doc/lispref/os.texi (User Identification): Document new functions group-gid,
group-real-gid.
* etc/NEWS: Document changes to file-attributes,
file-ownership-preserved-p.
Mention new functions group-gid, group-real-gid.
* lisp/files.el (backup-buffer): Don't rely on 9th output of
file-attributes, as it's now a placeholder. Instead, use the new
optional arg of file-ownership-preserved-p.
(file-ownership-preserved-p): New optional arg GROUP.
Fix mishandling of setuid directories that would cause this
function to return t when it should have returned nil.
Document what happens if the file does not exist, and when
it's not known whether the ownership will be preserved.
* lisp/net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
Likewise.
(tramp-get-local-gid): Use group-gid for integer, as that's
faster and more reliable.
* src/dired.c (Ffile_attributes): Return t as the 9th attribute,
to mark it as a placeholder. The old value was often wrong.
The only user of this attribute has been changed to use
file-ownership-preserved-p instead, with its new group arg.
* src/editfns.c (Fgroup_gid, Fgroup_real_gid): New functions.
Fixes: debbugs:13125
2012-12-14 10:59:00 -08:00
|
|
|
2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
|
|
|
|
|
2013-06-19 22:10:57 +02:00
|
|
|
Fix permissions bugs with setgid directories etc. (Bug#13125)
|
Fix permissions bugs with setgid directories etc.
* configure.ac (BSD4_2): Remove; no longer needed.
* admin/CPP-DEFINES (BSD4_2): Remove.
* doc/lispintro/emacs-lisp-intro.texi (Files List):
directory-files-and-attributes now outputs t for attribute that's
now a placeholder.
* doc/lispref/files.texi (Testing Accessibility): Document GROUP arg
of file-ownership-preserved-p.
(File Attributes): Document that 9th element is now
just a placeholder.
* doc/lispref/os.texi (User Identification): Document new functions group-gid,
group-real-gid.
* etc/NEWS: Document changes to file-attributes,
file-ownership-preserved-p.
Mention new functions group-gid, group-real-gid.
* lisp/files.el (backup-buffer): Don't rely on 9th output of
file-attributes, as it's now a placeholder. Instead, use the new
optional arg of file-ownership-preserved-p.
(file-ownership-preserved-p): New optional arg GROUP.
Fix mishandling of setuid directories that would cause this
function to return t when it should have returned nil.
Document what happens if the file does not exist, and when
it's not known whether the ownership will be preserved.
* lisp/net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
Likewise.
(tramp-get-local-gid): Use group-gid for integer, as that's
faster and more reliable.
* src/dired.c (Ffile_attributes): Return t as the 9th attribute,
to mark it as a placeholder. The old value was often wrong.
The only user of this attribute has been changed to use
file-ownership-preserved-p instead, with its new group arg.
* src/editfns.c (Fgroup_gid, Fgroup_real_gid): New functions.
Fixes: debbugs:13125
2012-12-14 10:59:00 -08:00
|
|
|
* emacs-lisp-intro.texi (Files List):
|
|
|
|
directory-files-and-attributes now outputs t for attribute that's
|
|
|
|
now a placeholder.
|
|
|
|
|
2012-12-06 00:33:32 -08:00
|
|
|
2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
|
|
|
|
|
|
|
|
* doclicense.texi: Update to latest version from FSF.
|
|
|
|
These are just minor editorial changes.
|
|
|
|
|
2012-11-24 13:37:18 -08:00
|
|
|
2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
|
|
|
|
|
|
|
|
* doclicense.texi: Update to latest version from FSF.
|
|
|
|
These are just minor editorial changes.
|
|
|
|
|
2012-10-24 05:12:23 +00:00
|
|
|
2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Files List):
|
|
|
|
Update manual for new time stamp format (Bug#12706).
|
|
|
|
|
2012-10-16 20:44:00 -07:00
|
|
|
2012-10-17 Gregor Zattler <grfz@gmx.de> (tiny change)
|
2012-10-12 19:22:36 -07:00
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Narrowing advantages):
|
|
|
|
Minor update for changed what-line implementation. (Bug#12629)
|
|
|
|
|
2012-06-21 00:34:27 -07:00
|
|
|
2012-06-21 Glenn Morris <rgm@gnu.org>
|
2012-06-18 21:59:38 -04:00
|
|
|
|
|
|
|
* Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
|
|
|
|
|
2012-05-28 17:53:40 -07:00
|
|
|
2012-05-29 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Nuke hand-written node pointers.
|
|
|
|
(dolist, dotimes): Fix sectioning.
|
|
|
|
|
2012-05-11 20:57:48 -04:00
|
|
|
2012-05-12 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (MKDIR_P): New, set by configure.
|
|
|
|
(mkinfodir): Use $MKDIR_P.
|
|
|
|
|
2012-05-05 12:32:58 +08:00
|
|
|
2012-05-05 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Making Errors): Don't mention Emacs 20.
|
|
|
|
(Void Function, Wrong Type of Argument, Recursion with list)
|
|
|
|
(Simple Extension): Assume a non-ancient Emacs.
|
|
|
|
(Void Variable, Switching Buffers): Improve page breaks.
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Update GNU Press contact details.
|
|
|
|
|
Give info files the .info extension
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.
2012-05-03 23:45:03 -07:00
|
|
|
2012-05-04 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
* makefile.w32-in (INFO_EXT, INFO_OPTS): New.
|
|
|
|
(INFO_TARGETS, clean): Use $INFO_EXT.
|
|
|
|
($(infodir)/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
|
|
|
|
|
2012-05-02 00:20:29 -07:00
|
|
|
2012-05-02 Glenn Morris <rgm@gnu.org>
|
2012-04-28 11:26:17 -07:00
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox.
|
|
|
|
|
2012-04-13 18:46:06 -07:00
|
|
|
2012-04-14 Glenn Morris <rgm@gnu.org>
|
2012-04-07 12:23:53 -07:00
|
|
|
|
|
|
|
* Makefile.in: Replace non-portable use of $< in ordinary rules.
|
|
|
|
|
2012-02-28 00:17:21 -08:00
|
|
|
2012-02-28 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Standardize possessive apostrophe usage.
|
|
|
|
|
2012-02-16 23:44:31 -08:00
|
|
|
2012-02-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
|
|
|
|
(count-words-in-defun): Fix cross-refs to Emacs manual.
|
|
|
|
|
2012-01-28 20:16:02 +01:00
|
|
|
2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
|
2012-01-31 17:15:03 +01:00
|
|
|
of @menu. (Bug#10628)
|
2012-01-28 20:16:02 +01:00
|
|
|
|
2012-01-19 16:04:24 +01:00
|
|
|
2012-01-19 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (count-words-in-defun):
|
|
|
|
Add missing parenthesis (bug#10544).
|
|
|
|
|
2012-01-17 17:31:07 -05:00
|
|
|
2012-01-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (re-search-forward): Fix typo.
|
|
|
|
|
2011-11-24 03:22:09 +01:00
|
|
|
2011-11-24 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
* makefile.w32-in: Update dependencies.
|
|
|
|
|
2011-11-16 18:47:25 +01:00
|
|
|
2011-11-16 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (etags): Fix typo.
|
|
|
|
|
2011-04-06 14:18:10 +02:00
|
|
|
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* Version 23.3 released.
|
|
|
|
|
2011-02-19 11:40:59 -08:00
|
|
|
2011-02-19 Eli Zaretskii <eliz@gnu.org>
|
2011-02-18 21:03:59 +02:00
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir.
|
|
|
|
|
2011-01-23 11:31:21 +01:00
|
|
|
2011-01-23 Werner Lemberg <wl@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (MAKEINFO): Now controlled by `configure'.
|
|
|
|
(MAKEINFO_OPTS): New variable. Use it where appropriate.
|
|
|
|
(ENVADD): New variable to control texi2dvi and texi2pdf.
|
|
|
|
|
2010-11-12 19:48:16 -08:00
|
|
|
2010-11-13 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Rename the `count-words-region' example,
|
|
|
|
since there is now a standard command of that name.
|
|
|
|
|
2010-10-10 17:30:34 -07:00
|
|
|
2010-10-11 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (.dvi.ps): Remove unnecessary suffix rule.
|
|
|
|
(.PHONY): Add ps.
|
|
|
|
(ps, emacs-lisp-intro.ps): New targets.
|
|
|
|
(clean): Delete ps file.
|
2010-10-10 17:43:27 -07:00
|
|
|
(MAKEINFO): Use --force like the other doc/ Makefiles do.
|
2010-10-10 18:57:48 -07:00
|
|
|
Add explicit -I$srcdir.
|
2010-10-10 17:30:34 -07:00
|
|
|
|
2010-10-09 11:31:12 -07:00
|
|
|
2010-10-09 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
2010-10-09 14:19:09 -07:00
|
|
|
* Makefile.in (VPATH): Remove.
|
|
|
|
(infodir): Make it absolute.
|
|
|
|
(mkinfodir, $(infodir)/eintr, infoclean): No need to cd $srcdir.
|
|
|
|
|
2010-10-09 13:36:14 -07:00
|
|
|
* Makefile.in (dist): Anchor regexps.
|
|
|
|
|
2010-10-09 12:39:42 -07:00
|
|
|
* Makefile.in (${infodir}/eintr, emacs-lisp-intro.dvi)
|
|
|
|
(emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $<.
|
|
|
|
|
2010-10-09 11:39:01 -07:00
|
|
|
* Makefile.in (infoclean): Remove harmless, long-standing error.
|
|
|
|
|
2010-10-09 11:31:12 -07:00
|
|
|
* Makefile.in ($(infodir)): Delete rule.
|
|
|
|
(mkinfodir): New.
|
|
|
|
($(infodir)/eintr): Use $mkinfodir instead of infodir.
|
|
|
|
|
Mark some doc/ rules as PHONY.
* 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.
2010-10-08 18:02:21 -07:00
|
|
|
2010-10-09 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (.PHONY): Declare info, dvi, html, pdf, dist.
|
|
|
|
|
2010-10-06 19:23:28 -07:00
|
|
|
2010-10-07 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (version): New, set by configure.
|
|
|
|
(clean): Delete dist tar file.
|
|
|
|
(dist): Use version in tar name.
|
|
|
|
|
Misc cleanup for doc/*/Makefiles.
* 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.
2010-10-05 19:26:38 -07:00
|
|
|
2010-10-06 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2010-09-20 20:07:49 -07:00
|
|
|
2010-09-21 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* 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. (Bug#7064)
|
|
|
|
|
2010-06-22 19:51:01 -07:00
|
|
|
2010-06-23 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Untabify.
|
|
|
|
|
2010-05-07 23:28:26 -04:00
|
|
|
2010-05-07 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* Version 23.2 released.
|
|
|
|
|
2010-03-10 10:17:13 -05:00
|
|
|
2010-03-10 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* Branch for 23.2.
|
|
|
|
|
2010-02-15 18:38:00 -08:00
|
|
|
2010-02-16 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
|
|
|
|
|
2010-02-01 13:39:33 -05:00
|
|
|
2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Text and Auto-fill, Mode Line):
|
|
|
|
Avoid obsolete special default variables like default-major-mode.
|
|
|
|
|
2009-12-09 20:15:56 +00:00
|
|
|
2009-12-09 David Robinow <drobinow@gmail.com> (tiny change)
|
|
|
|
|
2010-05-08 14:47:07 -04:00
|
|
|
* makefile.w32-in: Use parenthesis for macros for nmake compatibility.
|
2009-12-09 20:15:56 +00:00
|
|
|
|
2009-12-03 03:09:45 +00:00
|
|
|
2009-12-03 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Free Software and Free Manuals):
|
|
|
|
Update URL, and remove duplicate text.
|
|
|
|
|
2009-10-28 15:54:00 +00:00
|
|
|
2009-10-28 Robert J. Chassell <bob@gnu.org>
|
|
|
|
|
2009-10-29 16:44:23 +00:00
|
|
|
* emacs-lisp-intro.texi: Don't change urlcolor or linkcolor in tex
|
|
|
|
output (not needed and does not work with recent texinfo.tex).
|
|
|
|
Bump edition number.
|
2009-10-28 15:54:00 +00:00
|
|
|
|
2009-10-27 11:55:13 +00:00
|
|
|
2009-10-27 Robert J. Chassell <bob@gnu.org>
|
|
|
|
|
2009-10-29 16:44:23 +00:00
|
|
|
* emacs-lisp-intro.texi: Bump edition number.
|
2009-10-27 11:55:13 +00:00
|
|
|
|
2009-10-27 02:46:22 +00:00
|
|
|
2009-10-27 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* cons-1.pdf, cons-2.pdf, cons-2a.pdf, cons-3.pdf, cons-4.pdf:
|
|
|
|
* cons-5.pdf, drawers.pdf, lambda-1.pdf, lambda-2.pdf, lambda-3.pdf:
|
|
|
|
New files, generated from .eps versions with epstopdf.
|
|
|
|
* README: Add copyright information for PDF images.
|
|
|
|
|
|
|
|
* Makefile.in (TEXI2PDF): New variable.
|
|
|
|
(emacs-lisp-intro.pdf): New target.
|
|
|
|
|
|
|
|
* makefile.w32-in (texinfodir, TEXI2PDF): New variables.
|
|
|
|
(ENVADD): Add -I$texinfodir.
|
|
|
|
(emacs-lisp-intro.pdf): New target.
|
|
|
|
|
2009-07-28 15:08:17 +00:00
|
|
|
2009-07-28 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
|
|
|
|
examples.
|
|
|
|
|
2009-07-10 04:49:24 +00:00
|
|
|
2009-07-10 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Top): Add missing @detailmenu entry.
|
|
|
|
|
2009-07-09 02:48:33 +00:00
|
|
|
2009-07-09 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (texinfodir): Rename from usermanualdir, and update.
|
|
|
|
|
2009-07-06 00:54:20 +00:00
|
|
|
2009-07-06 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (defvar and asterisk): Minor rephrasing.
|
|
|
|
|
2009-06-21 14:35:26 +00:00
|
|
|
2009-06-21 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* Branch for 23.1.
|
|
|
|
|
2009-06-14 18:34:43 +00:00
|
|
|
2009-06-14 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (edebug): Fix typo.
|
|
|
|
|
2009-02-22 19:32:53 +00:00
|
|
|
2009-02-22 Karl Berry <karl@gnu.org>
|
|
|
|
|
2010-05-08 14:47:07 -04:00
|
|
|
* emacs-lisp-intro.texi (Default Configuration): Fix dup word "by by".
|
2009-02-22 19:32:53 +00:00
|
|
|
|
2009-02-20 12:36:50 +00:00
|
|
|
2009-02-20 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (current-kill, Code for current-kill)
|
|
|
|
(Body of current-kill): Remove duplicate words.
|
|
|
|
|
2008-11-19 04:23:58 +00:00
|
|
|
2008-11-19 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* doclicense.texi: New file.
|
|
|
|
* emacs-lisp-intro.texi: Relicense under FDL 1.3 or later.
|
|
|
|
Include doclicense.texi rather than having license in the file itself.
|
|
|
|
|
2008-10-16 04:09:13 +00:00
|
|
|
2008-10-16 Sean Sieger <sean.sieger@gmail.com> (tiny change)
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Recursion with list): Fix typo.
|
|
|
|
|
2008-10-05 00:14:59 +00:00
|
|
|
2008-10-04 Karl Berry <karl@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Apply similar formatting changes as for
|
|
|
|
the emacs and lispref manuals, to save pages. A couple minor
|
|
|
|
rewordings and reformatting of code to avoid overfull and
|
2008-10-16 04:09:13 +00:00
|
|
|
underfull lines.
|
|
|
|
(edition-number): Bump to 3.08.
|
|
|
|
(update-date): Bump to 4 October 2008.
|
2008-10-05 00:14:59 +00:00
|
|
|
|
2008-06-20 15:11:53 +00:00
|
|
|
2008-06-20 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
* makefile.w32-in (distclean): Remove makefile.
|
|
|
|
|
2008-06-16 02:31:20 +00:00
|
|
|
2008-06-16 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.am, Makefile.old, aclocal.m4, configure, configure.in:
|
|
|
|
* install-sh, missing, mkinstalldirs: Remove obsolete files.
|
|
|
|
|
2008-05-13 16:41:17 +00:00
|
|
|
2008-05-13 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Lisp Atoms): Rephrase "in addition" to
|
|
|
|
avoid confusion with addition operation discussed in previous
|
|
|
|
paragraph.
|
|
|
|
|
2008-01-31 02:25:20 +00:00
|
|
|
2008-01-31 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Update back cover text.
|
|
|
|
|
2007-09-12 23:29:41 +00:00
|
|
|
2007-09-12 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
2008-01-07 16:17:04 +00:00
|
|
|
* emacs-lisp-intro.texi: Add email address to Thank You correctly.
|
2007-09-12 23:29:41 +00:00
|
|
|
|
2007-09-06 18:32:10 +00:00
|
|
|
2007-09-06 Romain Francoise <romain@orebokech.com>
|
|
|
|
|
|
|
|
* Makefile.in (maintainer-clean): Delete info files.
|
|
|
|
|
2007-09-06 04:04:58 +00:00
|
|
|
2007-09-06 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
2008-12-19 03:10:02 +00:00
|
|
|
Move from lispintro/ to doc/lispintro/.
|
2007-09-06 04:04:58 +00:00
|
|
|
* Makefile.in (infodir): Go up one more level.
|
|
|
|
(usermanualdir): Change from ../man to ../emacs.
|
|
|
|
* makefile.w32-in (infodir, ENVADD): Go up one more level.
|
|
|
|
* emacs-lisp-intro.texi (setfilename): Go up one more level.
|
|
|
|
|
|
|
|
2007-07-30 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Fix typo on line 5173, change `thee' to
|
|
|
|
`these'.
|
|
|
|
|
|
|
|
2007-07-25 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Relicense all FSF files to GPLv3 or later.
|
|
|
|
|
|
|
|
2007-06-02 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* Version 22.1 released.
|
|
|
|
|
|
|
|
2007-01-30 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (else): Rephrase message of first
|
|
|
|
if-then-else example so it is right both in itself and in the
|
|
|
|
"true" case of the expression, which asks whether 4 is greater
|
|
|
|
than 5.
|
|
|
|
|
|
|
|
2006-11-27 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
* Makefile.in (usermanualdir): Define.
|
|
|
|
(emacs-lisp-intro.dvi): Pass -I options to texi2dvi instead of
|
|
|
|
using TEXINPUTS.
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Input texinfo instead of ../man/texinfo
|
|
|
|
to fix building outside source directory.
|
|
|
|
|
|
|
|
2006-11-09 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Copy descriptions from detailed master
|
|
|
|
menu to menus within body.
|
|
|
|
|
2008-01-07 16:17:04 +00:00
|
|
|
* emacs-lisp-intro.texi (at the beginning): Add `other shell
|
2007-09-06 04:04:58 +00:00
|
|
|
commands' to produce additional output formats; total is now ten.
|
|
|
|
(A Loop with an Incrementing Counter, and others): Ensure Info
|
|
|
|
menus will appear in short windows.
|
|
|
|
(Disentangle beginning-of-buffer): Replace `version 21' with `more
|
|
|
|
recent versions'.
|
|
|
|
(Simple Extension): Show how to handle multiple versions by adding
|
2008-01-07 16:17:04 +00:00
|
|
|
an alternative with a test of `>= 21'.
|
2007-09-06 04:04:58 +00:00
|
|
|
|
|
|
|
2006-11-06 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Finish minor changes seen from DVI output.
|
|
|
|
Replace 22.1.100 with 22.1.1.
|
|
|
|
(current-kill): Mention functions that directly or indirectly call
|
|
|
|
`kill-new', which sets `kill-ring-yank-pointer'.
|
|
|
|
(Understanding current-kill): Change `lasted' to `last'. Remove
|
|
|
|
extraneous parenthesis. Reword item about returning `car' of list.
|
|
|
|
(yank): Remove mention of `rotate-yank-pointer'.
|
|
|
|
(Y Axis Element): Add comment regarding replacement of blank space.
|
|
|
|
(print-Y-axis Penultimate): Explain that `print-graph' will pass
|
|
|
|
`height-of-top-line' so `print-Y-axis' does not have a bug.
|
|
|
|
|
|
|
|
2006-11-05 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Yet more minor changes:
|
2014-10-20 21:17:06 -04:00
|
|
|
(defcustom): Said that `:options' is usually for a hook.
|
|
|
|
Remove extraneous space in parenthetical remark concerning
|
2007-09-06 04:04:58 +00:00
|
|
|
`text-mode-hook-identify'. At end, mention other defines, too.
|
|
|
|
(Beginning a .emacs File): Reverse words about comments so they
|
|
|
|
parallel numbers of listed semi-colons.
|
|
|
|
(Text and Auto-fill): Remove extraneous blank line in example.
|
|
|
|
(Mail Aliases): Remove extraneous blank line in example.
|
|
|
|
(Keybindings): Reformat as needed with `key' rather than `kbd'.
|
|
|
|
(Keybindings, Miscellaneous, Mode Line): For small book format, start
|
|
|
|
section name on top of new page.
|
|
|
|
(Simple Extension): Replace longer expression with
|
|
|
|
`emacs-major-version'. Remove comment about `number-to-string'
|
|
|
|
function.
|
2010-07-24 13:53:19 +02:00
|
|
|
(Miscellaneous): Add filename option, `-H', to `grep' example.
|
2008-01-07 16:17:04 +00:00
|
|
|
(debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
|
2007-09-06 04:04:58 +00:00
|
|
|
GNU Emacs'.
|
|
|
|
(edebug): More properly state where to place point for 'M-x
|
|
|
|
edebug-defun'.
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: More minor changes.
|
|
|
|
Center images for TeX output.
|
2008-01-07 16:17:04 +00:00
|
|
|
(kill-new function): Remove indentation for sentence talking about
|
2007-09-06 04:04:58 +00:00
|
|
|
momentarily skipping code.
|
2014-10-20 21:17:06 -04:00
|
|
|
(cons & search-fwd Review): Document @code{funcall}.
|
|
|
|
Document @code{re-search-forward} with existing @code{search-forward}.
|
2007-09-06 04:04:58 +00:00
|
|
|
Reference chapter on regular expression searches.
|
|
|
|
(Recursion with list): Specify a more recent version as being Emacs.
|
2014-10-20 21:17:06 -04:00
|
|
|
(Recursion with list, Every, recursive-graph-body-print):
|
|
|
|
Change `if ... progn' expression to `when'.
|
2007-09-06 04:04:58 +00:00
|
|
|
(Recursive triangle function): For printing in small book, ensure
|
|
|
|
section name is not last on bottom of preceding page.
|
|
|
|
(Keep): Remove extraneous space in function definition example.
|
|
|
|
(sentence-end): Specify `in English' for glyphs that end a sentence.
|
|
|
|
Note that in GNU Emacs 22, the name refers to both a variable and a
|
|
|
|
function.
|
2010-07-24 13:53:19 +02:00
|
|
|
(fwd-sentence while loops): Write a function as one, not as a form.
|
2007-09-06 04:04:58 +00:00
|
|
|
(fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
|
2014-10-20 21:17:06 -04:00
|
|
|
(etags): Move sentences involving `find-tag' and sources.
|
|
|
|
State location of Emacs `src' directory.
|
2008-01-07 16:17:04 +00:00
|
|
|
(Design count-words-region): Better explain two backslashes in a row.
|
2014-10-20 21:17:06 -04:00
|
|
|
(Find a File): Fix grammar; add a `to' and write `to visit'.
|
|
|
|
Change `named' to `selected'.
|
2007-09-06 04:04:58 +00:00
|
|
|
(lengths-list-file): Remove extraneous parenthesis from reference.
|
|
|
|
(lengths-list-many-files): Explain `expand-file-name' better.
|
2012-07-14 04:08:32 +02:00
|
|
|
(Files List): Rephrase sentence regarding Lisp sources directory.
|
2007-09-06 04:04:58 +00:00
|
|
|
|
|
|
|
2006-11-04 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
|
|
|
|
(defcustom): Note that the value set by defconst is a variable.
|
|
|
|
(Buffer Size & Locations): Parenthetical remark about evaluation.
|
|
|
|
(Finding More): Change text to include C sources by inference.
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Minor fixes.
|
|
|
|
Replace all tabs with eight spaces each so printed text looks correct.
|
|
|
|
Remove extraneous comma in a printed node name produced by `ref'.
|
|
|
|
(insert-buffer): Add a missing beginning parenthesis.
|
|
|
|
(beginning-of-buffer): Add `beginning of' to note about accessible
|
|
|
|
portion.
|
|
|
|
(narrow Exercise): Write closing parenthesis at end of correct
|
|
|
|
paragraph.
|
|
|
|
(zap-to-char): Remove extraneous `a' from first sentence.
|
|
|
|
(Complete zap-to-char): Remove two extraneous sentences.
|
|
|
|
(zap-to-char body): Move sentences on documentation two nodes earlier.
|
|
|
|
(Lisp macro): Add definition of `unless' macro.
|
|
|
|
(last-command & this-command): Remove comment that `we have not yet
|
|
|
|
seen' the @code{eq} function.
|
|
|
|
(kill-append function): Reformat `kill-append' function definition so
|
|
|
|
it prints well.
|
2014-10-20 21:17:06 -04:00
|
|
|
(kill-new function): Indent the sentence beginning `notice'.
|
|
|
|
Replace `the same as' with `similar to'. Repair typo. Remove obsolete
|
2007-09-06 04:04:58 +00:00
|
|
|
references to `yank' and `yank-pop. End section with a note that `we
|
|
|
|
will digress into C.'
|
|
|
|
|
|
|
|
2006-11-02 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
|
|
|
|
of extraneous quotation mark to rotate-yank-pointer.
|
|
|
|
|
|
|
|
2006-11-01 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Fix unbalanced quotes.
|
|
|
|
|
|
|
|
2006-10-31 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Revised text for kill-region,
|
|
|
|
copy-region-as-kill, kill-append, kill-new, forward-sentence,
|
|
|
|
forward-paragraph, find-file, current-kill, yank, and yank-pop.
|
|
|
|
Removed INSTALL MANIFEST from the directory since those files are
|
|
|
|
now irrelevant. Updated Info file in ../info. Changed numbering
|
|
|
|
so is now Revised Third Edition and this instance's edition-number
|
|
|
|
is 3.00. Did not update ISBN number.
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Remove version reference for X colors.
|
2014-10-20 21:17:06 -04:00
|
|
|
Document `='. Remove mention that :eval was new in 21.
|
|
|
|
Updated instance's edition-number to 3.01.
|
2007-09-06 04:04:58 +00:00
|
|
|
|
|
|
|
2006-10-30 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
2008-01-07 16:17:04 +00:00
|
|
|
* emacs-lisp-intro.texi: Many changes since it turned out that
|
2007-09-06 04:04:58 +00:00
|
|
|
many `simple' functions were rewritten. Changes to the text
|
|
|
|
regarding zap-to-char, mark-whole-buffer, append-to-buffer,
|
|
|
|
copy-to-buffer, beginning-of-buffer, what-line, and possibly
|
|
|
|
others. (I have not reviewed all yet.) This instance does build
|
|
|
|
for Info and TeX.
|
|
|
|
|
|
|
|
2006-10-29 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* Makefile.in: Use relative paths to avoid advertising filesystem
|
|
|
|
contents during compilation.
|
|
|
|
|
|
|
|
2006-08-21 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
2008-01-07 16:17:04 +00:00
|
|
|
* emacs-lisp-intro.texi: Deleted in directory copy of texinfo.tex
|
2010-05-11 04:04:13 +02:00
|
|
|
and pointed towards ../man/texinfo.tex so only one file
|
|
|
|
needs updating. Added comment of what to do when building on own.
|
2007-09-06 04:04:58 +00:00
|
|
|
|
2008-01-07 16:17:04 +00:00
|
|
|
* texinfo.tex: Changed to version 2006-02-13.16
|
2010-05-11 04:04:13 +02:00
|
|
|
to enable a DVI build using the more recent versions of TeX.
|
2007-09-06 04:04:58 +00:00
|
|
|
|
|
|
|
2006-05-25 David Kastrup <dak@gnu.org>
|
|
|
|
|
2008-01-07 16:17:04 +00:00
|
|
|
* emacs-lisp-intro.texi (setcar): Replace an antelope rather than
|
2007-09-06 04:04:58 +00:00
|
|
|
a giraffe with a hippopotamus.
|
|
|
|
|
|
|
|
2006-05-19 Thien-Thi Nguyen <ttn@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Digression concerning error): Fix typo.
|
|
|
|
|
|
|
|
2005-09-16 Romain Francoise <romain@orebokech.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (GNU Free Documentation License):
|
|
|
|
Specify GFDL version 1.2.
|
|
|
|
|
|
|
|
2005-07-30 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
* makefile.w32-in (info): Don't run install-info.
|
|
|
|
($(infodir)/dir): New target, produced by running install-info.
|
|
|
|
|
|
|
|
2005-07-04 Lute Kamstra <lute@gnu.org>
|
|
|
|
|
|
|
|
Update FSF's address in GPL notices.
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Update FSF's address.
|
|
|
|
|
|
|
|
2004-04-23 Juanma Barranquero <lektu@terra.es>
|
|
|
|
|
|
|
|
* makefile.w32-in: Add "-*- makefile -*-" mode tag.
|
|
|
|
|
|
|
|
2004-02-29 Juanma Barranquero <lektu@terra.es>
|
|
|
|
|
2008-01-07 16:17:04 +00:00
|
|
|
* makefile.w32-in (mostlyclean, clean, maintainer-clean):
|
|
|
|
Use $(DEL) instead of rm, and ignore exit code.
|
2007-09-06 04:04:58 +00:00
|
|
|
|
|
|
|
2003-11-16 Kevin Ryde <user42@zip.com.au>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
|
2010-07-24 13:53:19 +02:00
|
|
|
Corrections to cross references.
|
2007-09-06 04:04:58 +00:00
|
|
|
(Interactive Options): elisp "interactive" -> "Using Interactive".
|
|
|
|
(defvar and asterisk): Remove emacs "Edit Options" reference,
|
|
|
|
edit-options is no longer described in the emacs manual.
|
|
|
|
(Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
|
|
|
|
|
|
|
|
2003-09-03 Peter Runestig <peter@runestig.com>
|
|
|
|
|
|
|
|
* makefile.w32-in: New file.
|
|
|
|
|
|
|
|
2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Index): @ignore extraneous text.
|
|
|
|
Use @dircategory and @direntry to define the DIR entry.
|
|
|
|
|
|
|
|
2001-11-25 Robert J. Chassell <bob@rattlesnake.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Move @contents to the beginning of the
|
|
|
|
file. Set the size to @smallbook.
|
|
|
|
|
|
|
|
2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
|
|
|
|
|
|
|
|
* Makefile.in: New file.
|
|
|
|
|
|
|
|
* README: Update.
|
|
|
|
|
|
|
|
* *.eps: Rename to avoid clashes in DOS 8+3 namespace.
|
|
|
|
|
|
|
|
;; Local Variables:
|
2008-03-27 13:20:27 +00:00
|
|
|
;; coding: utf-8
|
2007-09-06 04:04:58 +00:00
|
|
|
;; End:
|
|
|
|
|
2019-01-01 00:59:58 +00:00
|
|
|
Copyright (C) 2001-2019 Free Software Foundation, Inc.
|
2007-09-06 04:04:58 +00:00
|
|
|
|
|
|
|
This file is part of GNU Emacs.
|
|
|
|
|
2008-05-16 05:49:14 +00:00
|
|
|
GNU Emacs is free software: you can redistribute it and/or modify
|
2007-09-06 04:04:58 +00:00
|
|
|
it under the terms of the GNU General Public License as published by
|
2008-05-16 05:49:14 +00:00
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
2007-09-06 04:04:58 +00:00
|
|
|
|
|
|
|
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
|
2017-09-29 17:44:23 -07:00
|
|
|
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|