2012-12-22 18:51:00 +00: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 19:09:52 +00: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 18:59:00 +00:00
|
|
|
2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
|
|
|
|
|
|
|
|
Fix permissions bugs with setgid directories etc. (Bug#13125)
|
|
|
|
* emacs-lisp-intro.texi (Files List):
|
|
|
|
directory-files-and-attributes now outputs t for attribute that's
|
|
|
|
now a placeholder.
|
|
|
|
|
2012-12-06 08:33:32 +00: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 21:37:18 +00: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-17 03:44:00 +00:00
|
|
|
2012-10-17 Gregor Zattler <grfz@gmx.de> (tiny change)
|
2012-10-13 02:22:36 +00:00
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Narrowing advantages):
|
|
|
|
Minor update for changed what-line implementation. (Bug#12629)
|
|
|
|
|
2012-06-21 07:34:27 +00:00
|
|
|
2012-06-21 Glenn Morris <rgm@gnu.org>
|
2012-06-19 01:59:38 +00:00
|
|
|
|
|
|
|
* Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
|
|
|
|
|
2012-05-29 00:53:40 +00:00
|
|
|
2012-05-29 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Nuke hand-written node pointers.
|
|
|
|
(dolist, dotimes): Fix sectioning.
|
|
|
|
|
2012-05-12 00:57:48 +00:00
|
|
|
2012-05-12 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (MKDIR_P): New, set by configure.
|
|
|
|
(mkinfodir): Use $MKDIR_P.
|
|
|
|
|
2012-05-05 04:32:58 +00: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-04 06:45:03 +00: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 07:20:29 +00:00
|
|
|
2012-05-02 Glenn Morris <rgm@gnu.org>
|
2012-04-28 18:26:17 +00:00
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox.
|
|
|
|
|
2012-04-14 01:46:06 +00:00
|
|
|
2012-04-14 Glenn Morris <rgm@gnu.org>
|
2012-04-07 19:23:53 +00:00
|
|
|
|
|
|
|
* Makefile.in: Replace non-portable use of $< in ordinary rules.
|
|
|
|
|
2012-02-28 08:17:21 +00:00
|
|
|
2012-02-28 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Standardize possessive apostrophe usage.
|
|
|
|
|
2012-02-17 07:44:31 +00: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 19:16:02 +00:00
|
|
|
2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
|
2012-01-31 16:15:03 +00:00
|
|
|
of @menu. (Bug#10628)
|
2012-01-28 19:16:02 +00:00
|
|
|
|
2012-01-19 15:04:24 +00: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 22:31:07 +00:00
|
|
|
2012-01-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (re-search-forward): Fix typo.
|
|
|
|
|
2011-11-24 02:22:09 +00:00
|
|
|
2011-11-24 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
* makefile.w32-in: Update dependencies.
|
|
|
|
|
2011-11-16 17:47:25 +00:00
|
|
|
2011-11-16 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi (etags): Fix typo.
|
|
|
|
|
2011-04-06 12:18:10 +00:00
|
|
|
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* Version 23.3 released.
|
|
|
|
|
2011-02-19 19:40:59 +00:00
|
|
|
2011-02-19 Eli Zaretskii <eliz@gnu.org>
|
2011-02-18 19:03:59 +00:00
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir.
|
|
|
|
|
2011-01-23 10:31:21 +00: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-13 03:48:16 +00: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-11 00:30:34 +00: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-11 00:43:27 +00:00
|
|
|
(MAKEINFO): Use --force like the other doc/ Makefiles do.
|
2010-10-11 01:57:48 +00:00
|
|
|
Add explicit -I$srcdir.
|
2010-10-11 00:30:34 +00:00
|
|
|
|
2010-10-09 18:31:12 +00:00
|
|
|
2010-10-09 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
2010-10-09 21:19:09 +00:00
|
|
|
* Makefile.in (VPATH): Remove.
|
|
|
|
(infodir): Make it absolute.
|
|
|
|
(mkinfodir, $(infodir)/eintr, infoclean): No need to cd $srcdir.
|
|
|
|
|
2010-10-09 20:36:14 +00:00
|
|
|
* Makefile.in (dist): Anchor regexps.
|
|
|
|
|
2010-10-09 19:39:42 +00:00
|
|
|
* Makefile.in (${infodir}/eintr, emacs-lisp-intro.dvi)
|
|
|
|
(emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $<.
|
|
|
|
|
2010-10-09 18:39:01 +00:00
|
|
|
* Makefile.in (infoclean): Remove harmless, long-standing error.
|
|
|
|
|
2010-10-09 18:31:12 +00: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-09 01:02:21 +00:00
|
|
|
2010-10-09 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (.PHONY): Declare info, dvi, html, pdf, dist.
|
|
|
|
|
2010-10-07 02:23:28 +00: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-06 02:26:38 +00: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-21 03:07:49 +00: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-23 02:51:01 +00:00
|
|
|
2010-06-23 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Untabify.
|
|
|
|
|
2010-05-08 03:28:26 +00:00
|
|
|
2010-05-07 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* Version 23.2 released.
|
|
|
|
|
2010-03-10 15:17:13 +00:00
|
|
|
2010-03-10 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
* Branch for 23.2.
|
|
|
|
|
2010-02-16 02:38:00 +00:00
|
|
|
2010-02-16 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
* emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
|
|
|
|
|
2010-02-01 18:39:33 +00: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 18:47:07 +00: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 18:47:07 +00: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:
|
|
|
|
(defcustom): Said that `:options' is usually for a hook. Remove
|
|
|
|
extraneous space in parenthetical remark concerning
|
|
|
|
`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 11:53:19 +00: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.
|
2008-01-07 16:17:04 +00:00
|
|
|
(cons & search-fwd Review): Document @code{funcall}. Document
|
2007-09-06 04:04:58 +00:00
|
|
|
@code{re-search-forward} with existing @code{search-forward}.
|
|
|
|
Reference chapter on regular expression searches.
|
|
|
|
(Recursion with list): Specify a more recent version as being Emacs.
|
2008-01-07 16:17:04 +00:00
|
|
|
(Recursion with list, Every, recursive-graph-body-print): Change
|
2007-09-06 04:04:58 +00:00
|
|
|
`if ... progn' expression to `when'.
|
|
|
|
(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 11:53:19 +00: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'.
|
|
|
|
(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.
|
2007-09-06 04:04:58 +00:00
|
|
|
(Find a File): Fix grammar; add a `to' and write `to visit'. Change
|
|
|
|
`named' to `selected'.
|
|
|
|
(lengths-list-file): Remove extraneous parenthesis from reference.
|
|
|
|
(lengths-list-many-files): Explain `expand-file-name' better.
|
2012-07-14 02:08:32 +00: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.
|
|
|
|
(kill-new function): Indent the sentence beginning `notice'. Replace
|
|
|
|
`the same as' with `similar to'. Repair typo. Remove obsolete
|
|
|
|
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.
|
2008-01-07 16:17:04 +00:00
|
|
|
Document `='. Remove mention that :eval was new in 21. Updated
|
2007-09-06 04:04:58 +00:00
|
|
|
instance's edition-number to 3.01.
|
|
|
|
|
|
|
|
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 02:04:13 +00: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 02:04:13 +00: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 11:53:19 +00: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:
|
|
|
|
|
2012-04-28 18:26:17 +00:00
|
|
|
Copyright (C) 2001-2012 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
|
2008-05-16 05:49:14 +00:00
|
|
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|