Jay Belanger
f6817529b4
* doc/misc/calc.texi (Basic Operations on Units): Streamline some
...
descriptions.
2013-03-09 17:36:02 -06:00
Glenn Morris
c3e2de4c1a
* doc/misc/faq.texi (Top): Don't say this was updated @today.
...
That's irrelevant and leads to spurious diffs.
2013-03-08 00:37:59 -08:00
Jay Belanger
6d7ebb726d
* doc/misc/calc.texi (Basic Operations on Units): Fix
...
cross-reference.
* calc/calc-units.el (calc-convert-units): Fix the way that default
new units are stored.
2013-03-07 20:11:25 -06:00
Katsumi Yamaoka
3cd23a35e7
doc/misc/gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL
2013-03-07 10:24:23 +00:00
Alan Mackenzie
33d1e2f5bd
Correct the position of point in some line-up functions.
...
progmodes/cc-align.el (c-lineup-whitesmith-in-block, c-lineup-assignments)
(c-lineup-gcc-asm-reg ): take position of point at column 0 rather than
at a random place in the line.
doc/misc/cc-mode.texi (Custom Line-Up): State explicitly that point
starts at a random position in the line being indented.
2013-03-06 14:24:39 +00:00
Paul Eggert
681ebc3315
Prefer UTF-8 for documentation.
...
With GNU Texinfo 5.0, this generates nicer-looking info files,
since they can use curly quotes. With older Texinfo it doesn't matter.
2013-03-04 00:45:03 -08:00
Michael Albinus
eeb8473937
* tramp.texi (External methods): Tramp does not connect Android
...
devices by itself.
2013-03-03 12:47:20 +01:00
Bill Wohler
fc0c5af838
* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
...
release 8.5.
* mh-e.texi (Preface, Conventions, Getting Started)
(Using This Manual, Folder Selection, Viewing, Aliases)
(Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
(Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E): Update
URLs.
2013-03-02 15:20:11 -08:00
Michael Albinus
c9400cdf0e
* tramp.texi (External methods): Explain user name and host name
...
specification for "adb".
2013-03-01 22:14:59 +01:00
Michael Albinus
adb7352b32
* tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
...
and "plink2" entries. "plink2" is obsolete for a long time.
(External methods): Remove "scp1" and "scp2" entries.
2013-03-01 09:16:13 +01:00
Michael Albinus
538d9b9439
* tramp.texi (External methods): Mention `tramp-adb-program'.
2013-02-28 20:29:41 +01:00
Glenn Morris
929aeac608
Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.org
2013-02-27 22:30:48 -08:00
Bastien Guerry
8a28a5b8d8
Merge latest Org fixes (commit 7524ef2).
2013-02-28 01:31:26 +01:00
Michael Albinus
db19bba331
* tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
...
the macros, for Texinfo 4.13 and 5.0.
2013-02-25 09:29:59 +01:00
Glenn Morris
1abfd3e85f
Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.org
2013-02-24 11:45:17 -08:00
Michael Albinus
c0c2eb8295
Port documentation to Texinfo 5.0.
...
* tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
(Filename Syntax): Do not use @trampfn{} in @item.
(Filename completion): Use @columnfractions in @multitable.
2013-02-24 18:58:55 +01:00
Glenn Morris
bba90ab24e
Merge from emacs-24; up to 2012-12-22T02:59:08Z!cyd@gnu.org
2013-02-22 09:13:05 -08:00
Glenn Morris
6800ff8d3a
* doc/misc/flymake.texi (Syntax check statuses): Fix multitable continued rows.
2013-02-21 21:16:44 -05:00
Paul Eggert
b59a2e9edb
Parallelize documentation builds.
...
This speeds up building of documentation on multiprocessor
platforms, and is motivated by Texinfo 5.0, which is much slower.
Add a toplevel rule 'make docs' to make all the documentation.
* .bzrignore: Add .dvi, .html, .ps.
* Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
($(DOCS), docs, vi, html, pdf, ps): New rules.
(info-real): Depend on $(INFOS) rather than doing it sequentially.
(dvi): Depend on $(DVIS) rather than doing it sequentially.
* doc/misc/Makefile.in (html): New rule.
2013-02-21 14:42:56 -08:00
Michael Albinus
5079cfefc0
* tramp.texi (Android shell setup): Improve. Reported by Thierry
...
Volpiatto <thierry.volpiatto@gmail.com>.
2013-02-20 15:49:52 +01:00
Michael Albinus
2150b4715f
* tramp.texi (Top, Configuration): Insert section `Android shell
...
setup' in menu.
(Android shell setup): New section.
(Connection types, Default Method)
(Frequently Asked Questions): Mention "scp" instead of "scpc".
(External methods): Remove "scpc" and "rsyncc" entries.
(Frequently Asked Questions): Remove entry about ControlPersist.
2013-02-16 18:38:37 +01:00
Glenn Morris
4e16ddf47e
Make yow.el obsolete
...
* lisp/play/yow.el: Move to obsolete/.
* doc/emacs/ack.texi (Acknowledgments): Don't mention yow any more.
* doc/misc/message.texi (News Headers): Don't mention yow any more.
* etc/NEWS: Mention this.
Fixes: debbugs:9384
2013-02-13 00:50:44 -08:00
Jay Belanger
5d9c6f17db
* doc/misc/calc.texi (Basic Operations on Units):
...
(Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
* lisp/calc/calc.el (calc-allow-units-as-numbers): New variable.
* lisp/calc/calc-units.el (calc-convert-units): Use new variable.
2013-02-09 17:17:05 -06:00
Glenn Morris
078891963d
Merge from emacs-24; up to 2012-12-14T21:27:39Z!rgm@gnu.org
2013-02-08 09:23:24 -08:00
Aidan Gauland
dacbc44ca3
* doc/misc/eshell.texi: Fill most of the missing sections.
2013-02-08 09:59:24 -05:00
Glenn Morris
025875980c
Merge from emacs-24; up to 2012-12-14T15:38:50Z!monnier@iro.umontreal.ca
2013-02-07 00:31:21 -08:00
Bastien Guerry
d351707783
Merge Org 7.9.3e (commit b07a9bb).
2013-02-07 08:11:59 +01:00
Glenn Morris
8c4b24b2ab
Merge from emacs-24; up to 2012-12-14T15:22:24Z!monnier@iro.umontreal.ca
2013-02-06 22:23:54 -08:00
Glenn Morris
1e934b8484
* doc/misc/cl.texi (Equality Predicates): Mention memql.
2013-02-05 20:36:44 -08:00
Eric M. Ludlam
cf4dd91110
Update EDE documentation (bug #11441 ).
...
* doc/misc/ede.texi (Creating a project): Make ede-new doc less
specific, and only about items it supports, indicating that there
might be more. Remove refs to simple project and direct automake
from ede new.
(Simple projects): Re-write to not talk about ede-simple-project
which is deprecated, and instead use the term to mean projects
that don't do much management, just project wrapping. Add
ede-generic-project link.
(ede-generic-project): New node (bug#11441).
2013-02-03 21:04:46 +01:00
Glenn Morris
72ff76bbc2
* doc/misc/cl.texi (Equality Predicates): Fix eq/eql pedantry.
2013-02-03 11:40:00 -08:00
Glenn Morris
0eb61895e5
Move lisp/calc/README* to etc/CALC-NEWS
...
* make-dist: Only README files exist in lisp/ now, not README*.
* doc/misc/calc.texi (Help Commands): Mention etc/CALC-NEWS.
* etc/CALC-NEWS: Move here from lisp/calc/README, README.prev.
* lisp/calc/README, lisp/calc/README.prev: Rename/merge to etc/CALC-NEWS.
2013-01-31 19:58:50 -08:00
Glenn Morris
86e100a693
Merge calc news from lisp/calc/README into etc/NEWS files
...
* doc/misc/calc.texi (Help Commands): Update calc-view-news description.
* lisp/calc/calc-help.el (calc-view-news): Use view-emacs-news.
* lisp/calc/README: Move news entries from here...
* etc/NEWS, etc/NEWS.23: ... to here
2013-01-31 19:51:08 -08:00
Michael Albinus
7ff2b2a628
* tramp.texi (Filename Syntax): Filenames must be unibyte strings.
2013-01-24 10:43:32 +01:00
Glenn Morris
c0511b5769
Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.edu
2013-01-13 12:03:01 -08:00
Bastien Guerry
a89c8ef024
Merge Org 7.9.3d (commit e8f5b0ad).
2013-01-13 11:33:16 +01:00
Michael Albinus
997d5f2d1d
* tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
2013-01-10 08:34:48 +01:00
Glenn Morris
fb9f714667
Merge from emacs-24; up to 2012-12-08T12:11:29Z!eliz@gnu.org
2013-01-09 00:30:21 -08:00
Bastien Guerry
6d3e4c8092
Merge Org (commit c8c217). Fix mistake about updating the wrong ChangeLog.
2013-01-08 16:31:30 +01:00
Bastien Guerry
c7cf0ebc24
Merge Org 7.9.3 (commit 31c1aea)
2013-01-08 15:27:18 +01:00
Juri Linkov
c6a22ce23d
* lisp/info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
...
that defaults to the Top node.
(Info-goto-node, Info-read-node-name): Doc fix to mention that
the short format (FILENAME) goes to the Top node.
(Info-build-node-completions): Rename arg `file' to `filename'.
* doc/misc/info.texi (Go to node): Mention the abbreviated format
`(FILENAME)' equal to `(FILENAME)Top'.
Fixes: debbugs:13365
2013-01-08 02:11:51 +02:00
Glenn Morris
d0cfb71f2e
Merge from emacs-24; up to 2012-12-07T15:31:43Z!cyd@gnu.org
2013-01-06 12:34:54 -08:00
Andreas Schwab
605f02eea9
* autotype.texi: Remove undefined command @subtitlefont.
...
* cc-mode.texi: Likewise.
2013-01-06 15:29:40 +01:00
Andreas Schwab
7b08ccf715
* org.texi (Advanced features): Use @w{ }' instead of @ ' in
...
@item argument.
(Property searches): Use \\ instead of @backslashchar{}.
* pgg.texi (VERSION): Move @set below @setfilename.
2013-01-06 11:34:26 +01:00
Glenn Morris
7a2657fa3b
Merge from emacs-24; up to 2012-12-07T08:13:49Z!dmantipov@yandex.ru
2013-01-05 13:18:01 -08:00
Andreas Schwab
651a2c7798
* tramp.texi (Remote shell setup): Replace literal NUL character by \0.
2013-01-05 17:49:56 +01:00
Andreas Schwab
db671917a8
Fix manual formatting errors
...
* lispref/hooks.texi (Standard Hooks): Fix use of @itemx.
* misc/ada-mode.texi: Remove braces from @title argument.
* misc/eudc.texi: Likewise.
* misc/smtpmail.texi: Likewise.
* misc/auth.texi (VERSION): Set before first use.
* misc/emacs-gnutls.texi (VERSION): Likewise.
* misc/pgg.texi (VERSION): Likewise.
* misc/ede.texi (Top): Rename from top, all uses changed.
* misc/eshell.texi: Add missing argument to @sp.
* misc/forms.texi (Top): Reorder menu to match structure.
* misc/htmlfontify.texi (Customisation): Add missing @item in
@enumerate.
* misc/org.texi (Advanced features): Add missing argument for @item.
(Property searches): Use @backslashchar{} in macro argument.
* misc/pcl-cvs.texi: Add missing argument to @sp.
(Movement commands): Fix use of @itemx.
* misc/vip.texi (Misc Commands, Viewing the Buffer): Likewise.
* misc/reftex.texi (Options (Creating Citations)): Add missing newline
before @end.
* misc/tramp.texi (Obtaining Tramp): Remove extra dots.
(Configuration): Reorder menu to match structure.
* misc/viper.texi (Marking): Add missing argument for @item.
2013-01-05 17:19:53 +01:00
Glenn Morris
0f668a4db4
Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.ca
2013-01-04 11:22:37 -08:00
Glenn Morris
92d5961122
Add htmlfontify manual to build process
...
* doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
Add htmlfontify.
(htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
(htmlfontify.dvi, htmlfontify.pdf): New targets.
* doc/misc/makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
Add htmlfontify.
($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
* info/dir: Add htmlfontify.
2013-01-04 01:43:08 -08:00
Glenn Morris
b55349fbd8
* doc/misc/htmlfontify.texi: Miscellaneous fixes and updates.
...
Set copyright to FSF, update license to GFDL 1.3+.
2013-01-04 01:39:40 -08:00