Glenn Morris
ea4f775071
Document count-words-region.
...
* doc/emacs/basic.texi (Position Info): Add M-x count-words-region.
* doc/lispintro/emacs-lisp-intro.texi: Rename the `count-words-region' example,
since there is now a standard command of that name.
* etc/NEWS: Mention it.
2010-11-12 19:48:16 -08:00
Glenn Morris
df187c6252
Add explicit -I$srcdir to makeinfo in some doc/ Makefiles.
...
* doc/emacs/Makefile.in (MAKEINFO): Add explicit -I$srcdir.
* doc/lispintro/Makefile.in (MAKEINFO): Add explicit -I$srcdir.
* doc/lispref/Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2010-10-10 18:57:48 -07:00
Glenn Morris
234db610c6
Add html targets for some doc/ Makefiles.
...
* doc/lispref/Makefile.in (.PHONY): Add html.
(html, elisp.html): New targets.
(clean): Delete html files.
($(infodir)/elisp): Remove unnecessary includes.
* doc/lispintro/Makefile.in (MAKEINFO): Use --force like the other
doc/ Makefiles do.
* doc/emacs/Makefile.in (.PHONY): Add html.
(html, emacs.html): New targets.
(clean): Delete html files.
2010-10-10 17:43:27 -07:00
Glenn Morris
c12e4a81fe
Add ps rules for some doc/ Makefiles.
...
* doc/misc/Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
* dos/lispref/Makefile.in (DVIPS): New variable.
(.PHONY): Add ps.
(ps, elisp.ps): New targets.
(clean): Delete ps file.
* doc/lispintro/Makefile.in (.dvi.ps): Remove unnecessary suffix rule.
(.PHONY): Add ps.
(ps, emacs-lisp-intro.ps): New targets.
(clean): Delete ps file.
* doc/emacs/Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
(DVIPS): New variable.
(.PHONY): Add ps.
(ps, emacs.ps, emacs-xtra.ps): New targets.
(clean): Delete ps files.
2010-10-10 17:30:34 -07:00
Glenn Morris
c1dc72b395
Replace use of VPATH in most doc/ Makefiles.
...
* doc/lispref/Makefile.in (VPATH): Remove.
(infodir): Make it absolute.
(mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
* doc/lispintro/Makefile.in (VPATH): Remove.
(infodir): Make it absolute.
(mkinfodir, $(infodir)/eintr, infoclean): No need to cd $srcdir.
* doc/emacs/Makefile.in (VPATH): Remove.
(infodir): Make it absolute.
(mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
* doc/misc/Makefile.in: Comment.
2010-10-09 14:19:09 -07:00
Glenn Morris
4393405b96
Anchor regexps in doc/ `make dist' rules.
...
* doc/emacs/Makefile.in (dist): Anchor regexps.
* doc/lispintro/Makefile.in (dist): Anchor regexps.
* doc/lsipref/Makefile.in (dist): Anchor regexps.
2010-10-09 13:36:14 -07:00
Glenn Morris
eef3ab9443
Use $< in some doc/*/Makefile rules.
...
* doc/lispref/Makefile.in (srcs): Put elisp.texi first.
($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
* doc/lispintro/Makefile.in (${infodir}/eintr, emacs-lisp-intro.dvi)
(emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $<.
* doc/emacs/Makefile.in (EMACSSOURCES): Put emacs.texi first.
($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
(emacs-xtra.pdf): Use $<.
2010-10-09 12:39:42 -07:00
Glenn Morris
5bd2348590
Fix previous doc/*/Makefile.in change.
2010-10-09 12:27:22 -07:00
Glenn Morris
aa9db089bc
Quieten emacs-devel.
...
* doc/misc/Makefile.in (maintainer-clean): Remove harmless, long-standing error.
* doc/lispref/Makefile.in (infoclean): Remove harmless, long-standing error.
* doc/lispintro/Makefile.in (infoclean): Remove harmless, long-standing error.
* doc/emacs/Makefile.in (infoclean): Remove harmless, long-standing error.
2010-10-09 11:39:01 -07:00
Glenn Morris
abd40fb4ee
Avoid having a directory as a prerequisite in doc Makefiles.
...
It does not play well with time-stamping.
* doc/misc/Makefile.in ($(infodir)): Delete rule.
(mkinfodir): New. Use it in all the info rules, rather than depending
on infodir.
* doc/lispref/Makefile.in ($(infodir)): Delete rule.
(mkinfodir): New.
($(infodir)/elisp): Use $mkinfodir instead of infodir.
* doc/lispintro/Makefile.in ($(infodir)): Delete rule.
(mkinfodir): New.
($(infodir)/eintr): Use $mkinfodir instead of infodir.
* doc/emacs/Makefile.in ($(infodir)): Delete rule.
(mkinfodir): New.
($(infodir)/emacs): Use $mkinfodir instead of infodir.
2010-10-09 11:31:12 -07:00
Glenn Morris
ea274122d5
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
Glenn Morris
17ca795035
Include version number in doc `make dist' tarfiles.
...
* doc/lispref/Makefile.in (version): New, set by configure.
(clean): Delete dist tar file.
(dist): Use version in tar name.
* doc/lispintro/Makefile.in (version): New, set by configure.
(clean): Delete dist tar file.
(dist): Use version in tar name.
* doc/emacs/Makefile.in (version): New, set by configure.
(clean): Delete dist tar file.
(dist): Use version in tar name.
2010-10-06 19:23:28 -07:00
Glenn Morris
8a944cea15
Minor doc/*/Makefile.in change.
...
* doc/emacs/Makefile.in ($(infodir)): Add parallel build workaround.
* doc/lispintro/Makefile.in ($(infodir)): Add parallel build workaround.
* doc/lispref/Makefile.in ($(infodir)): Add parallel build workaround.
* doc/misc/Makefile.in ($(infodir)): Add parallel build workaround.
2010-10-05 21:20:46 -07:00
Glenn Morris
4c83f6e1e2
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
Chong Yidong
266a86bd7f
Merge changes from emacs-23 branch
2010-09-23 15:00:31 -04:00
Glenn Morris
f06d3d36df
Add EPSF magic header to doc/lispintro/*.eps. (Bug#7064)
...
* 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.
2010-09-20 20:07:49 -07:00
Juanma Barranquero
c4cc8b9a23
Fix typos in ChangeLogs.
2010-07-24 13:53:19 +02:00
Chong Yidong
2ec1b5ee34
Merge changes from emacs-23 branch.
2010-07-10 14:52:53 -04:00
Glenn Morris
e0e10d9d19
* doc/lispintro/emacs-lisp-intro.texi: Untabify.
2010-06-22 19:51:01 -07:00
Juanma Barranquero
4e2af7825f
Fix typos and whitespace in ChangeLogs.
2010-05-11 04:04:13 +02:00
Stefan Monnier
0235128c15
Merge from emacs-23
2010-05-08 14:47:07 -04:00
Chong Yidong
61a808e819
Bump version to 23.2.
2010-05-07 23:28:26 -04:00
Chong Yidong
288f9fc069
Bump version to 24.0.50.
2010-03-10 10:17:13 -05:00
Robert J. Chassell
0ca10bb75f
Merge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in section Finding More Information
2010-02-24 22:07:26 +00:00
Glenn Morris
88c26f5c45
* emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
2010-02-15 18:38:00 -08:00
Stefan Monnier
cd61af01c1
Avoid obsolete special default variables like default-major-mode.
...
* display.texi (Line Height):
* emacs-lisp-intro.texi (Text and Auto-fill, Mode Line):
* display.texi (Useless Whitespace, Text Display):
* custom.texi (Init Examples): Avoid obsolete special default variables
like default-major-mode.
2010-02-01 13:39:33 -05:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Chong Yidong
03dcfe0121
* lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: Use
...
parenthesis for macros for nmake compatibility.
2009-12-09 20:15:56 +00:00
Glenn Morris
31b62755af
(Free Software and Free Manuals): Update URL, and remove duplicate text.
2009-12-03 03:09:45 +00:00
Glenn Morris
e0880dcffb
Fix some entries.
2009-10-29 16:44:23 +00:00
Robert J. Chassell
6e3da0ae02
removed lines 33 and 34 of emacs-lisp-intro.texi which said
...
\global\let\urlcolor=\Black % don't print links in grayscale
\global\let\linkcolor=\Black
bumped Emacs version
../../Makefile.in: created new target for PDF of emacs-lisp-intro.pdf
and autoconf'd and configure's the Makefile.in
../misc/texinfo.tex: updated to version 4.13 of 2008-04-18
2009-10-28 15:54:00 +00:00
Robert J. Chassell
45cf6cbd8c
Minor change, bump Emacs version
2009-10-27 11:55:13 +00:00
Glenn Morris
6bfde5f209
Add copyright information for PDF images.
2009-10-27 02:46:22 +00:00
Glenn Morris
ce109c95cc
(texinfodir, TEXI2PDF): New variables.
...
(ENVADD): Add -I$texinfodir.
(emacs-lisp-intro.pdf): New target.
2009-10-27 02:45:57 +00:00
Glenn Morris
b60bfeccea
(TEXI2PDF): New variable.
...
(emacs-lisp-intro.pdf): New target.
2009-10-27 02:45:40 +00:00
Glenn Morris
b595510adb
New file, generated from .eps version with epstopdf.
2009-10-27 02:45:17 +00:00
Stefan Monnier
4e3b4528ea
* subr.el (default-mode-line-format, default-header-line-format)
...
(default-line-spacing, default-abbrev-mode, default-ctl-arrow)
(default-direction-reversed, default-truncate-lines)
(default-left-margin, default-tab-width, default-case-fold-search)
(default-left-margin-width, default-right-margin-width)
(default-left-fringe-width, default-right-fringe-width)
(default-fringes-outside-margins, default-scroll-bar-width)
(default-vertical-scroll-bar, default-indicate-empty-lines)
(default-indicate-buffer-boundaries, default-fringe-indicator-alist)
(default-fringe-cursor-alist, default-scroll-up-aggressively)
(default-scroll-down-aggressively, default-fill-column)
(default-cursor-type, default-buffer-file-type)
(default-cursor-in-non-selected-windows)
(default-buffer-file-coding-system, default-major-mode)
(default-enable-multibyte-characters): Mark as obsolete.
* cus-start.el (default-major-mode): Customize `major-mode' instead.
(enable-multibyte-characters): Not customizable any more.
2009-08-27 04:24:00 +00:00
Chong Yidong
6dd2819379
* emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
...
examples.
2009-07-28 15:08:17 +00:00
Glenn Morris
45d773757a
(Top): Add missing @detailmenu entry.
2009-07-10 04:49:24 +00:00
Glenn Morris
fdf93ad986
(texinfodir): Rename from usermanualdir, and update.
2009-07-09 02:48:33 +00:00
Glenn Morris
943157cf49
(defvar and asterisk): Minor rephrasing.
2009-07-06 00:54:20 +00:00
Chong Yidong
7024347875
Add "Branch for 23.1" ChangeLog entry.
2009-06-21 14:35:26 +00:00
Chong Yidong
a1539cd759
* emacs-lisp-intro.texi (edebug): Fix typo.
2009-06-14 18:34:43 +00:00
Karl Berry
6bd6c2faca
dup word by
2009-02-22 19:32:53 +00:00
Juanma Barranquero
867d4bb371
Remove duplicate words.
2009-02-20 12:36:50 +00:00
Glenn Morris
6ed161e1d6
Add 2009 to copyright years.
2009-01-08 05:28:46 +00:00
Glenn Morris
ef158dcd9d
Formatting fix, for AUTHORS.
2008-12-19 03:10:02 +00:00
Glenn Morris
e41dfb1e60
Relicense under FDL 1.3 or later.
...
Include doclicense.texi rather than having license in the file itself.
2008-11-19 04:23:58 +00:00
Glenn Morris
c9a1ae277e
New file.
2008-11-19 04:23:17 +00:00
Glenn Morris
2d7752a0d3
Sean Sieger <sean.sieger at gmail.com> (tiny change)
...
(Recursion with list): Fix typo.
2008-10-16 04:09:13 +00:00
Karl Berry
a9097c6dda
formatting fixes for new printed edition
2008-10-05 00:14:59 +00:00
Eli Zaretskii
9b4fb9b710
(distclean): Remove makefile.
2008-06-20 15:11:53 +00:00
Glenn Morris
bebcd7f7ef
Remove obsolete files
2008-06-16 02:31:20 +00:00
Glenn Morris
2360a8f535
Remove out-of-date and irrelevant information on size on .eps files.
2008-06-15 03:06:50 +00:00
Glenn Morris
8ae3715e3e
Switch to recommended form of GPLv3 permissions notice.
2008-05-16 05:49:14 +00:00
Chong Yidong
6c4999321b
(Lisp Atoms): Rephrase "in addition" to avoid confusion with addition
...
operation discussed in previous paragraph.
2008-05-13 16:41:32 +00:00
Chong Yidong
6dc64eebc7
* emacs-lisp-intro.texi (Lisp Atoms): Rephrase "in addition" to
...
avoid confusion with addition operation discussed in previous
paragraph.
2008-05-13 16:41:17 +00:00
Stefan Monnier
f51f97dde3
Update example of complex interactive spec.
2008-04-19 19:35:46 +00:00
Kenichi Handa
c8763fb642
*** empty log message ***
2008-03-27 13:20:27 +00:00
Jason Rumney
9c92f9c982
Revert last change
2008-02-06 23:02:52 +00:00
Jason Rumney
2ca712b648
* makefile.w32-in (info): Depend on $(infodir)/dir
...
($(infodir)/dir): Depend on info files.
2008-02-05 14:53:02 +00:00
Robert J. Chassell
868a6b71bd
emacs-lisp-intro.texi: Update back cover text.
2008-01-31 02:25:20 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Juanma Barranquero
6fbbfef49d
*** empty log message ***
2008-01-07 16:17:04 +00:00
Robert J. Chassell
4724cafbd8
Add email address to Thank You correctly
2007-09-12 23:51:00 +00:00
Robert J. Chassell
1df454a055
Add email address to Thank You
2007-09-12 23:29:41 +00:00
Romain Francoise
5e6876cb16
(maintainer-clean): Delete info files.
2007-09-06 18:32:10 +00:00
Glenn Morris
43475ab350
Move here from ../../lispintro/
2007-09-06 04:06:39 +00:00
Glenn Morris
5371a305dc
(infodir, ENVADD): Go up one more level.
2007-09-06 04:06:03 +00:00
Glenn Morris
fb3dc8468d
(setfilename): Go up one more level.
2007-09-06 04:05:47 +00:00
Glenn Morris
9d2663a902
(infodir): Go up one more level.
...
(usermanualdir): Change from ../man to ../emacs.
2007-09-06 04:05:16 +00:00
Glenn Morris
8cda6f8f44
Move here from ../../lispintro/
2007-09-06 04:04:58 +00:00