ChangeLog.1 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801
  1. 2015-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
  2. * emacs-lisp-intro.texi: `save-excursion' doesn't save&restore the mark.
  3. 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
  4. Less 'make' chatter for Emacs doc
  5. * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
  6. (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
  7. (ENVADD, $(buildinfodir)/eintr.info, emacs-lisp-intro.html):
  8. Use them.
  9. 2014-11-09 Glenn Morris <rgm@gnu.org>
  10. * Makefile.in (version): Remove variable.
  11. (clean): No longer delete dist tarfile.
  12. (dist): Remove rule; replace with code in admin.el.
  13. 2014-10-20 Glenn Morris <rgm@gnu.org>
  14. * Merge in all changes up to 24.4 release.
  15. 2014-10-13 Glenn Morris <rgm@gnu.org>
  16. * Makefile.in (dist): Update for new output variables.
  17. 2014-07-16 Álvar Jesús Ibeas Martín <alvar.ibeas@unican.es> (tiny change)
  18. * emacs-lisp-intro.texi (Variables, Buffer Names, if & or)
  19. (Symbols as Chest, fwd-para while): Fix typos.
  20. 2014-07-03 Glenn Morris <rgm@gnu.org>
  21. * emacs-lisp-intro.texi (Note for Novices, Finding More, Conclusion):
  22. "Online" help doesn't mean what it used to any more.
  23. 2014-06-23 Glenn Morris <rgm@gnu.org>
  24. * Makefile.in (%.texi): Disable implicit rules.
  25. (mkinfodir): Remove.
  26. (.dvi.ps): Replace with explicit rule.
  27. (${buildinfodir}): New rule.
  28. (${buildinfodir}/eintr.info): Use order-only prereq for output dir.
  29. Use $<.
  30. (emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html):
  31. Use $<.
  32. (emacs-lisp-intro.ps): New rule.
  33. 2014-06-15 Glenn Morris <rgm@gnu.org>
  34. * Makefile.in (bootstrap-clean): New.
  35. 2014-06-10 Glenn Morris <rgm@gnu.org>
  36. * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
  37. (INFO_OPTS): Set directly rather than with configure.
  38. 2014-06-02 Glenn Morris <rgm@gnu.org>
  39. * emacs-lisp-intro.texi (Autoload): Update loaddefs.el details.
  40. 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
  41. * Makefile.in (infoclean): Be consistent about reporting failures.
  42. 2014-02-25 Glenn Morris <rgm@gnu.org>
  43. * emacs-lisp-intro.texi (X11 Colors): Don't use setq with hooks.
  44. 2014-02-06 Glenn Morris <rgm@gnu.org>
  45. * emacs-lisp-intro.texi (Recursive Patterns):
  46. Do not use colons in index entries.
  47. 2014-01-23 Glenn Morris <rgm@gnu.org>
  48. * emacs-lisp-intro.texi (lengths-list-file): Fix textual parentheses.
  49. 2013-12-30 Paul Eggert <eggert@cs.ucla.edu>
  50. Specify .texi encoding (Bug#16292).
  51. * emacs-lisp-intro.texi: Add @documentencoding.
  52. 2013-12-30 Glenn Morris <rgm@gnu.org>
  53. * emacs-lisp-intro.texi: Use @quotation for license notice.
  54. 2013-12-12 Glenn Morris <rgm@gnu.org>
  55. * emacs-lisp-intro.texi: Tweak dircategory.
  56. * emacs-lisp-intro.texi: Sync direntry with info/dir version.
  57. 2013-12-02 Paul Eggert <eggert@cs.ucla.edu>
  58. * emacs-lisp-intro.texi (Counting Words): Don't use ':' in xref
  59. titles, as this isn't supported by Texinfo.
  60. 2013-11-30 Glenn Morris <rgm@gnu.org>
  61. * Makefile.in (distclean): Remove Makefile.
  62. 2013-10-23 Glenn Morris <rgm@gnu.org>
  63. * Makefile.in (install-dvi, install-html, install-pdf)
  64. (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
  65. (uninstall-pdf): Quote entities that might contain whitespace.
  66. 2013-09-01 Glenn Morris <rgm@gnu.org>
  67. * emacs-lisp-intro.texi (beginning-of-buffer complete):
  68. Put back a version of the removed paragraph about raw prefix arg.
  69. 2013-09-01 Dani Moncayo <dmoncayo@gmail.com>
  70. * emacs-lisp-intro.texi (beginning-of-buffer complete):
  71. Update function details. (Bug#15085)
  72. 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
  73. * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
  74. for portability to hosts where /bin/sh has problems.
  75. 2013-08-12 Glenn Morris <rgm@gnu.org>
  76. * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
  77. * emacs-lisp-intro.texi (Thank You): Avoid mailto: in html output.
  78. * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
  79. (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
  80. (INSTALL_DATA): New, set by configure.
  81. (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
  82. New variables.
  83. (.SUFFIXES): Add .ps and .dvi.
  84. (.dvi.ps): New suffix rule.
  85. (dvi, html, pdf, ps): Use *_TARGETS variables.
  86. (emacs-lisp-intro.ps): Remove explicit rule.
  87. (emacs-lisp-intro.html): Use HTML_OPTS.
  88. (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
  89. (.PHONY): install-dvi, install-html, install-pdf, install-ps,
  90. install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
  91. uninstall-ps, and uninstall-doc.
  92. (install-dvi, install-html, install-pdf, install-ps, install-doc)
  93. (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
  94. (uninstall-doc): New rules.
  95. 2013-08-07 Eli Zaretskii <eliz@gnu.org>
  96. * emacs-lisp-intro.texi (Beginning init File): Rename from
  97. "Beginning a .emacs File", since a node name cannot include a
  98. period.
  99. (Top, Emacs Initialization, Change a defun): All references
  100. changed. (Bug#15038)
  101. 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
  102. * emacs-lisp-intro.texi (zap-to-char): Remove obsolete stuff.
  103. 2013-07-06 Glenn Morris <rgm@gnu.org>
  104. * emacs-lisp-intro.texi (Top):
  105. Move WWW_GNU_ORG section outside @copying, update URL.
  106. 2013-07-03 Glenn Morris <rgm@gnu.org>
  107. * emacs-lisp-intro.texi (edebug): Fix cross-references.
  108. 2013-06-19 Glenn Morris <rgm@gnu.org>
  109. * Makefile.in (dist): Edit more configure variables. (Bug#14660)
  110. Try to check that we do not miss any in future.
  111. 2013-04-24 Eli Zaretskii <eliz@gnu.org>
  112. * makefile.w32-in (INFO_OPTS): Add "-I$(emacsdir)" to fix last
  113. commit.
  114. 2013-04-24 Glenn Morris <rgm@gnu.org>
  115. * emacs-lisp-intro.texi (emacsver.texi): Include it.
  116. (copying): For non-printed versions, uses Emacs version rather
  117. than that of the printed book.
  118. (Complications, Lisp macro, defvar and asterisk, defcustom): Copyedits.
  119. * Makefile.in (emacsdir): New variable..
  120. (MAKEINFO_OPTS, ENVADD): Add $emacsdir.
  121. (srcs): Add emacsver.texi.
  122. (dist): Include emacsver.texi. Edit emacsdir.
  123. * makefile.w32-in (emacsdir): New variable.
  124. (INFO_SOURCES): Add emacsver.texi.
  125. (ENVADD): Add $emacsdir (and $texinfodir).
  126. 2013-04-23 Xue Fuqiao <xfq.free@gmail.com>
  127. * emacs-lisp-intro.texi (Complications, defvar, Writing Defuns)
  128. (Prevent confusion, Determining the Element, lambda): Refine the
  129. doc about Lisp macros, reported by Glenn Morris.
  130. 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
  131. * emacs-lisp-intro.texi (defcustom, defun)
  132. (simplified-beginning-of-buffer, defvar, Building Robots, Review)
  133. (save-excursion): `defun' and `defcustom' are now macros rather
  134. than special forms. (Bug#13853)
  135. 2013-03-16 Glenn Morris <rgm@gnu.org>
  136. * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org.
  137. 2013-03-03 Glenn Morris <rgm@gnu.org>
  138. * emacs-lisp-intro.texi (Digression into C): Update example.
  139. (defcustom, Simple Extension): Fix typos.
  140. 2012-12-22 Glenn Morris <rgm@gnu.org>
  141. * Makefile.in (srcs): New variable, adding doclicense.texi.
  142. (${buildinfodir}/eintr$(INFO_EXT), emacs-lisp-intro.dvi)
  143. (emacs-lisp-intro.pdf, emacs-lisp-intro.html):
  144. Use $srcs for dependencies.
  145. 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
  146. Fix permissions bugs with setgid directories etc. (Bug#13125)
  147. * emacs-lisp-intro.texi (Files List):
  148. directory-files-and-attributes now outputs t for attribute that's
  149. now a placeholder.
  150. 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
  151. * doclicense.texi: Update to latest version from FSF.
  152. These are just minor editorial changes.
  153. 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
  154. * doclicense.texi: Update to latest version from FSF.
  155. These are just minor editorial changes.
  156. 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
  157. * emacs-lisp-intro.texi (Files List):
  158. Update manual for new time stamp format (Bug#12706).
  159. 2012-10-17 Gregor Zattler <grfz@gmx.de> (tiny change)
  160. * emacs-lisp-intro.texi (Narrowing advantages):
  161. Minor update for changed what-line implementation. (Bug#12629)
  162. 2012-06-21 Glenn Morris <rgm@gnu.org>
  163. * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
  164. 2012-05-29 Glenn Morris <rgm@gnu.org>
  165. * emacs-lisp-intro.texi: Nuke hand-written node pointers.
  166. (dolist, dotimes): Fix sectioning.
  167. 2012-05-12 Glenn Morris <rgm@gnu.org>
  168. * Makefile.in (MKDIR_P): New, set by configure.
  169. (mkinfodir): Use $MKDIR_P.
  170. 2012-05-05 Glenn Morris <rgm@gnu.org>
  171. * emacs-lisp-intro.texi (Making Errors): Don't mention Emacs 20.
  172. (Void Function, Wrong Type of Argument, Recursion with list)
  173. (Simple Extension): Assume a non-ancient Emacs.
  174. (Void Variable, Switching Buffers): Improve page breaks.
  175. * emacs-lisp-intro.texi: Update GNU Press contact details.
  176. 2012-05-04 Glenn Morris <rgm@gnu.org>
  177. * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
  178. (info, infoclean): Use $INFO_EXT.
  179. (${infodir}/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
  180. * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
  181. (INFO_TARGETS, clean): Use $INFO_EXT.
  182. ($(infodir)/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
  183. 2012-05-02 Glenn Morris <rgm@gnu.org>
  184. * emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox.
  185. 2012-04-14 Glenn Morris <rgm@gnu.org>
  186. * Makefile.in: Replace non-portable use of $< in ordinary rules.
  187. 2012-02-28 Glenn Morris <rgm@gnu.org>
  188. * emacs-lisp-intro.texi: Standardize possessive apostrophe usage.
  189. 2012-02-17 Glenn Morris <rgm@gnu.org>
  190. * emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
  191. (count-words-in-defun): Fix cross-refs to Emacs manual.
  192. 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
  193. * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
  194. of @menu. (Bug#10628)
  195. 2012-01-19 Juanma Barranquero <lekktu@gmail.com>
  196. * emacs-lisp-intro.texi (count-words-in-defun):
  197. Add missing parenthesis (bug#10544).
  198. 2012-01-17 Glenn Morris <rgm@gnu.org>
  199. * emacs-lisp-intro.texi (re-search-forward): Fix typo.
  200. 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
  201. * makefile.w32-in: Update dependencies.
  202. 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
  203. * emacs-lisp-intro.texi (etags): Fix typo.
  204. 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
  205. * Version 23.3 released.
  206. 2011-02-19 Eli Zaretskii <eliz@gnu.org>
  207. * emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir.
  208. 2011-01-23 Werner Lemberg <wl@gnu.org>
  209. * Makefile.in (MAKEINFO): Now controlled by `configure'.
  210. (MAKEINFO_OPTS): New variable. Use it where appropriate.
  211. (ENVADD): New variable to control texi2dvi and texi2pdf.
  212. 2010-11-13 Glenn Morris <rgm@gnu.org>
  213. * emacs-lisp-intro.texi: Rename the `count-words-region' example,
  214. since there is now a standard command of that name.
  215. 2010-10-11 Glenn Morris <rgm@gnu.org>
  216. * Makefile.in (.dvi.ps): Remove unnecessary suffix rule.
  217. (.PHONY): Add ps.
  218. (ps, emacs-lisp-intro.ps): New targets.
  219. (clean): Delete ps file.
  220. (MAKEINFO): Use --force like the other doc/ Makefiles do.
  221. Add explicit -I$srcdir.
  222. 2010-10-09 Glenn Morris <rgm@gnu.org>
  223. * Makefile.in (VPATH): Remove.
  224. (infodir): Make it absolute.
  225. (mkinfodir, $(infodir)/eintr, infoclean): No need to cd $srcdir.
  226. * Makefile.in (dist): Anchor regexps.
  227. * Makefile.in (${infodir}/eintr, emacs-lisp-intro.dvi)
  228. (emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $<.
  229. * Makefile.in (infoclean): Remove harmless, long-standing error.
  230. * Makefile.in ($(infodir)): Delete rule.
  231. (mkinfodir): New.
  232. ($(infodir)/eintr): Use $mkinfodir instead of infodir.
  233. 2010-10-09 Glenn Morris <rgm@gnu.org>
  234. * Makefile.in (.PHONY): Declare info, dvi, html, pdf, dist.
  235. 2010-10-07 Glenn Morris <rgm@gnu.org>
  236. * Makefile.in (version): New, set by configure.
  237. (clean): Delete dist tar file.
  238. (dist): Use version in tar name.
  239. 2010-10-06 Glenn Morris <rgm@gnu.org>
  240. * Makefile.in (SHELL): Use /bin/sh, like every other Makefile.in.
  241. (INFO_SOURCES, INFO_TARGETS, DVI_TARGETS): Remove variables.
  242. ($(infodir), html, pdf, infoclean, dist): New rules.
  243. (${infodir}/eintr): Ensure $infodir exists. Use $@.
  244. (emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html):
  245. Use $^.
  246. (.PHONY): Declare clean rules.
  247. (mostlyclean): Delete more temp files.
  248. (clean): Delete specific dvi, pdf and html files.
  249. (maintainer-clean): Use infoclean.
  250. (.NOEXPORT): Remove, unused by any other Makefile.in.
  251. 2010-09-21 Glenn Morris <rgm@gnu.org>
  252. * cons-1.eps, cons-2.eps, cons-2a.eps, cons-3.eps, cons-4.eps:
  253. * cons-5.eps, lambda-1.eps, lambda-2.eps, lambda-3.eps:
  254. Add first line EPSF magic comment. (Bug#7064)
  255. 2010-06-23 Glenn Morris <rgm@gnu.org>
  256. * emacs-lisp-intro.texi: Untabify.
  257. 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
  258. * Version 23.2 released.
  259. 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
  260. * Branch for 23.2.
  261. 2010-02-16 Glenn Morris <rgm@gnu.org>
  262. * emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
  263. 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
  264. * emacs-lisp-intro.texi (Text and Auto-fill, Mode Line):
  265. Avoid obsolete special default variables like default-major-mode.
  266. 2009-12-09 David Robinow <drobinow@gmail.com> (tiny change)
  267. * makefile.w32-in: Use parenthesis for macros for nmake compatibility.
  268. 2009-12-03 Glenn Morris <rgm@gnu.org>
  269. * emacs-lisp-intro.texi (Free Software and Free Manuals):
  270. Update URL, and remove duplicate text.
  271. 2009-10-28 Robert J. Chassell <bob@gnu.org>
  272. * emacs-lisp-intro.texi: Don't change urlcolor or linkcolor in tex
  273. output (not needed and does not work with recent texinfo.tex).
  274. Bump edition number.
  275. 2009-10-27 Robert J. Chassell <bob@gnu.org>
  276. * emacs-lisp-intro.texi: Bump edition number.
  277. 2009-10-27 Glenn Morris <rgm@gnu.org>
  278. * cons-1.pdf, cons-2.pdf, cons-2a.pdf, cons-3.pdf, cons-4.pdf:
  279. * cons-5.pdf, drawers.pdf, lambda-1.pdf, lambda-2.pdf, lambda-3.pdf:
  280. New files, generated from .eps versions with epstopdf.
  281. * README: Add copyright information for PDF images.
  282. * Makefile.in (TEXI2PDF): New variable.
  283. (emacs-lisp-intro.pdf): New target.
  284. * makefile.w32-in (texinfodir, TEXI2PDF): New variables.
  285. (ENVADD): Add -I$texinfodir.
  286. (emacs-lisp-intro.pdf): New target.
  287. 2009-07-28 Chong Yidong <cyd@stupidchicken.com>
  288. * emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
  289. examples.
  290. 2009-07-10 Glenn Morris <rgm@gnu.org>
  291. * emacs-lisp-intro.texi (Top): Add missing @detailmenu entry.
  292. 2009-07-09 Glenn Morris <rgm@gnu.org>
  293. * Makefile.in (texinfodir): Rename from usermanualdir, and update.
  294. 2009-07-06 Glenn Morris <rgm@gnu.org>
  295. * emacs-lisp-intro.texi (defvar and asterisk): Minor rephrasing.
  296. 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
  297. * Branch for 23.1.
  298. 2009-06-14 Chong Yidong <cyd@stupidchicken.com>
  299. * emacs-lisp-intro.texi (edebug): Fix typo.
  300. 2009-02-22 Karl Berry <karl@gnu.org>
  301. * emacs-lisp-intro.texi (Default Configuration): Fix dup word "by by".
  302. 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
  303. * emacs-lisp-intro.texi (current-kill, Code for current-kill)
  304. (Body of current-kill): Remove duplicate words.
  305. 2008-11-19 Glenn Morris <rgm@gnu.org>
  306. * doclicense.texi: New file.
  307. * emacs-lisp-intro.texi: Relicense under FDL 1.3 or later.
  308. Include doclicense.texi rather than having license in the file itself.
  309. 2008-10-16 Sean Sieger <sean.sieger@gmail.com> (tiny change)
  310. * emacs-lisp-intro.texi (Recursion with list): Fix typo.
  311. 2008-10-04 Karl Berry <karl@gnu.org>
  312. * emacs-lisp-intro.texi: Apply similar formatting changes as for
  313. the emacs and lispref manuals, to save pages. A couple minor
  314. rewordings and reformatting of code to avoid overfull and
  315. underfull lines.
  316. (edition-number): Bump to 3.08.
  317. (update-date): Bump to 4 October 2008.
  318. 2008-06-20 Eli Zaretskii <eliz@gnu.org>
  319. * makefile.w32-in (distclean): Remove makefile.
  320. 2008-06-16 Glenn Morris <rgm@gnu.org>
  321. * Makefile.am, Makefile.old, aclocal.m4, configure, configure.in:
  322. * install-sh, missing, mkinstalldirs: Remove obsolete files.
  323. 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
  324. * emacs-lisp-intro.texi (Lisp Atoms): Rephrase "in addition" to
  325. avoid confusion with addition operation discussed in previous
  326. paragraph.
  327. 2008-01-31 Robert J. Chassell <bob@rattlesnake.com>
  328. * emacs-lisp-intro.texi: Update back cover text.
  329. 2007-09-12 Robert J. Chassell <bob@rattlesnake.com>
  330. * emacs-lisp-intro.texi: Add email address to Thank You correctly.
  331. 2007-09-06 Romain Francoise <romain@orebokech.com>
  332. * Makefile.in (maintainer-clean): Delete info files.
  333. 2007-09-06 Glenn Morris <rgm@gnu.org>
  334. Move from lispintro/ to doc/lispintro/.
  335. * Makefile.in (infodir): Go up one more level.
  336. (usermanualdir): Change from ../man to ../emacs.
  337. * makefile.w32-in (infodir, ENVADD): Go up one more level.
  338. * emacs-lisp-intro.texi (setfilename): Go up one more level.
  339. 2007-07-30 Robert J. Chassell <bob@rattlesnake.com>
  340. * emacs-lisp-intro.texi: Fix typo on line 5173, change `thee' to
  341. `these'.
  342. 2007-07-25 Glenn Morris <rgm@gnu.org>
  343. * Relicense all FSF files to GPLv3 or later.
  344. 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
  345. * Version 22.1 released.
  346. 2007-01-30 Robert J. Chassell <bob@rattlesnake.com>
  347. * emacs-lisp-intro.texi (else): Rephrase message of first
  348. if-then-else example so it is right both in itself and in the
  349. "true" case of the expression, which asks whether 4 is greater
  350. than 5.
  351. 2006-11-27 Andreas Schwab <schwab@suse.de>
  352. * Makefile.in (usermanualdir): Define.
  353. (emacs-lisp-intro.dvi): Pass -I options to texi2dvi instead of
  354. using TEXINPUTS.
  355. * emacs-lisp-intro.texi: Input texinfo instead of ../man/texinfo
  356. to fix building outside source directory.
  357. 2006-11-09 Robert J. Chassell <bob@rattlesnake.com>
  358. * emacs-lisp-intro.texi: Copy descriptions from detailed master
  359. menu to menus within body.
  360. * emacs-lisp-intro.texi (at the beginning): Add `other shell
  361. commands' to produce additional output formats; total is now ten.
  362. (A Loop with an Incrementing Counter, and others): Ensure Info
  363. menus will appear in short windows.
  364. (Disentangle beginning-of-buffer): Replace `version 21' with `more
  365. recent versions'.
  366. (Simple Extension): Show how to handle multiple versions by adding
  367. an alternative with a test of `>= 21'.
  368. 2006-11-06 Robert J. Chassell <bob@rattlesnake.com>
  369. * emacs-lisp-intro.texi: Finish minor changes seen from DVI output.
  370. Replace 22.1.100 with 22.1.1.
  371. (current-kill): Mention functions that directly or indirectly call
  372. `kill-new', which sets `kill-ring-yank-pointer'.
  373. (Understanding current-kill): Change `lasted' to `last'. Remove
  374. extraneous parenthesis. Reword item about returning `car' of list.
  375. (yank): Remove mention of `rotate-yank-pointer'.
  376. (Y Axis Element): Add comment regarding replacement of blank space.
  377. (print-Y-axis Penultimate): Explain that `print-graph' will pass
  378. `height-of-top-line' so `print-Y-axis' does not have a bug.
  379. 2006-11-05 Robert J. Chassell <bob@rattlesnake.com>
  380. * emacs-lisp-intro.texi: Yet more minor changes:
  381. (defcustom): Said that `:options' is usually for a hook.
  382. Remove extraneous space in parenthetical remark concerning
  383. `text-mode-hook-identify'. At end, mention other defines, too.
  384. (Beginning a .emacs File): Reverse words about comments so they
  385. parallel numbers of listed semi-colons.
  386. (Text and Auto-fill): Remove extraneous blank line in example.
  387. (Mail Aliases): Remove extraneous blank line in example.
  388. (Keybindings): Reformat as needed with `key' rather than `kbd'.
  389. (Keybindings, Miscellaneous, Mode Line): For small book format, start
  390. section name on top of new page.
  391. (Simple Extension): Replace longer expression with
  392. `emacs-major-version'. Remove comment about `number-to-string'
  393. function.
  394. (Miscellaneous): Add filename option, `-H', to `grep' example.
  395. (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
  396. GNU Emacs'.
  397. (edebug): More properly state where to place point for 'M-x
  398. edebug-defun'.
  399. * emacs-lisp-intro.texi: More minor changes.
  400. Center images for TeX output.
  401. (kill-new function): Remove indentation for sentence talking about
  402. momentarily skipping code.
  403. (cons & search-fwd Review): Document @code{funcall}.
  404. Document @code{re-search-forward} with existing @code{search-forward}.
  405. Reference chapter on regular expression searches.
  406. (Recursion with list): Specify a more recent version as being Emacs.
  407. (Recursion with list, Every, recursive-graph-body-print):
  408. Change `if ... progn' expression to `when'.
  409. (Recursive triangle function): For printing in small book, ensure
  410. section name is not last on bottom of preceding page.
  411. (Keep): Remove extraneous space in function definition example.
  412. (sentence-end): Specify `in English' for glyphs that end a sentence.
  413. Note that in GNU Emacs 22, the name refers to both a variable and a
  414. function.
  415. (fwd-sentence while loops): Write a function as one, not as a form.
  416. (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
  417. (etags): Move sentences involving `find-tag' and sources.
  418. State location of Emacs `src' directory.
  419. (Design count-words-region): Better explain two backslashes in a row.
  420. (Find a File): Fix grammar; add a `to' and write `to visit'.
  421. Change `named' to `selected'.
  422. (lengths-list-file): Remove extraneous parenthesis from reference.
  423. (lengths-list-many-files): Explain `expand-file-name' better.
  424. (Files List): Rephrase sentence regarding Lisp sources directory.
  425. 2006-11-04 Robert J. Chassell <bob@rattlesnake.com>
  426. * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
  427. (defcustom): Note that the value set by defconst is a variable.
  428. (Buffer Size & Locations): Parenthetical remark about evaluation.
  429. (Finding More): Change text to include C sources by inference.
  430. * emacs-lisp-intro.texi: Minor fixes.
  431. Replace all tabs with eight spaces each so printed text looks correct.
  432. Remove extraneous comma in a printed node name produced by `ref'.
  433. (insert-buffer): Add a missing beginning parenthesis.
  434. (beginning-of-buffer): Add `beginning of' to note about accessible
  435. portion.
  436. (narrow Exercise): Write closing parenthesis at end of correct
  437. paragraph.
  438. (zap-to-char): Remove extraneous `a' from first sentence.
  439. (Complete zap-to-char): Remove two extraneous sentences.
  440. (zap-to-char body): Move sentences on documentation two nodes earlier.
  441. (Lisp macro): Add definition of `unless' macro.
  442. (last-command & this-command): Remove comment that `we have not yet
  443. seen' the @code{eq} function.
  444. (kill-append function): Reformat `kill-append' function definition so
  445. it prints well.
  446. (kill-new function): Indent the sentence beginning `notice'.
  447. Replace `the same as' with `similar to'. Repair typo. Remove obsolete
  448. references to `yank' and `yank-pop. End section with a note that `we
  449. will digress into C.'
  450. 2006-11-02 Robert J. Chassell <bob@rattlesnake.com>
  451. * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
  452. of extraneous quotation mark to rotate-yank-pointer.
  453. 2006-11-01 Juri Linkov <juri@jurta.org>
  454. * emacs-lisp-intro.texi: Fix unbalanced quotes.
  455. 2006-10-31 Robert J. Chassell <bob@rattlesnake.com>
  456. * emacs-lisp-intro.texi: Revised text for kill-region,
  457. copy-region-as-kill, kill-append, kill-new, forward-sentence,
  458. forward-paragraph, find-file, current-kill, yank, and yank-pop.
  459. Removed INSTALL MANIFEST from the directory since those files are
  460. now irrelevant. Updated Info file in ../info. Changed numbering
  461. so is now Revised Third Edition and this instance's edition-number
  462. is 3.00. Did not update ISBN number.
  463. * emacs-lisp-intro.texi: Remove version reference for X colors.
  464. Document `='. Remove mention that :eval was new in 21.
  465. Updated instance's edition-number to 3.01.
  466. 2006-10-30 Robert J. Chassell <bob@rattlesnake.com>
  467. * emacs-lisp-intro.texi: Many changes since it turned out that
  468. many `simple' functions were rewritten. Changes to the text
  469. regarding zap-to-char, mark-whole-buffer, append-to-buffer,
  470. copy-to-buffer, beginning-of-buffer, what-line, and possibly
  471. others. (I have not reviewed all yet.) This instance does build
  472. for Info and TeX.
  473. 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
  474. * Makefile.in: Use relative paths to avoid advertising filesystem
  475. contents during compilation.
  476. 2006-08-21 Robert J. Chassell <bob@rattlesnake.com>
  477. * emacs-lisp-intro.texi: Deleted in directory copy of texinfo.tex
  478. and pointed towards ../man/texinfo.tex so only one file
  479. needs updating. Added comment of what to do when building on own.
  480. * texinfo.tex: Changed to version 2006-02-13.16
  481. to enable a DVI build using the more recent versions of TeX.
  482. 2006-05-25 David Kastrup <dak@gnu.org>
  483. * emacs-lisp-intro.texi (setcar): Replace an antelope rather than
  484. a giraffe with a hippopotamus.
  485. 2006-05-19 Thien-Thi Nguyen <ttn@gnu.org>
  486. * emacs-lisp-intro.texi (Digression concerning error): Fix typo.
  487. 2005-09-16 Romain Francoise <romain@orebokech.com>
  488. * emacs-lisp-intro.texi (GNU Free Documentation License):
  489. Specify GFDL version 1.2.
  490. 2005-07-30 Eli Zaretskii <eliz@gnu.org>
  491. * makefile.w32-in (info): Don't run install-info.
  492. ($(infodir)/dir): New target, produced by running install-info.
  493. 2005-07-04 Lute Kamstra <lute@gnu.org>
  494. Update FSF's address in GPL notices.
  495. * emacs-lisp-intro.texi: Update FSF's address.
  496. 2004-04-23 Juanma Barranquero <lektu@terra.es>
  497. * makefile.w32-in: Add "-*- makefile -*-" mode tag.
  498. 2004-02-29 Juanma Barranquero <lektu@terra.es>
  499. * makefile.w32-in (mostlyclean, clean, maintainer-clean):
  500. Use $(DEL) instead of rm, and ignore exit code.
  501. 2003-11-16 Kevin Ryde <user42@zip.com.au>
  502. * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
  503. Corrections to cross references.
  504. (Interactive Options): elisp "interactive" -> "Using Interactive".
  505. (defvar and asterisk): Remove emacs "Edit Options" reference,
  506. edit-options is no longer described in the emacs manual.
  507. (Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
  508. 2003-09-03 Peter Runestig <peter@runestig.com>
  509. * makefile.w32-in: New file.
  510. 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
  511. * emacs-lisp-intro.texi (Index): @ignore extraneous text.
  512. Use @dircategory and @direntry to define the DIR entry.
  513. 2001-11-25 Robert J. Chassell <bob@rattlesnake.com>
  514. * emacs-lisp-intro.texi: Move @contents to the beginning of the
  515. file. Set the size to @smallbook.
  516. 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
  517. * Makefile.in: New file.
  518. * README: Update.
  519. * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
  520. ;; Local Variables:
  521. ;; coding: utf-8
  522. ;; End:
  523. Copyright (C) 2001-2017 Free Software Foundation, Inc.
  524. This file is part of GNU Emacs.
  525. GNU Emacs is free software: you can redistribute it and/or modify
  526. it under the terms of the GNU General Public License as published by
  527. the Free Software Foundation, either version 3 of the License, or
  528. (at your option) any later version.
  529. GNU Emacs is distributed in the hope that it will be useful,
  530. but WITHOUT ANY WARRANTY; without even the implied warranty of
  531. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  532. GNU General Public License for more details.
  533. You should have received a copy of the GNU General Public License
  534. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.