aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Parallelize documentation builds.Paul Eggert2013-02-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | * tramp.texi (Android shell setup): Improve. Reported by ThierryMichael Albinus2013-02-201-0/+5
| | | | | | | | Volpiatto <thierry.volpiatto@gmail.com>.
* | * tramp.texi (Top, Configuration): Insert section `Android shellMichael Albinus2013-02-161-0/+10
| | | | | | | | | | | | | | | | | | 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.
* | Make yow.el obsoleteGlenn Morris2013-02-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* | * doc/misc/calc.texi (Basic Operations on Units):Jay Belanger2013-02-091-0/+5
| | | | | | | | | | | | | | (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.
* | Merge from emacs-24; up to 2012-12-14T21:27:39Z!rgm@gnu.orgGlenn Morris2013-02-081-0/+4
|\ \ | |/
| * * doc/misc/eshell.texi: Fill most of the missing sections.Aidan Gauland2013-02-081-93/+77
| |\
| | * Bump version number to 23.4Chong Yidong2012-01-191-0/+4
| | |
| | * Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris2012-01-101-1/+1
| | |
| | * Remove arch-tag.Michael Albinus2011-03-121-0/+4
| | | | | | | | | | | | * trampver.texi: Update release number.
| | * Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs.Chong Yidong2011-03-071-1/+1
| | | | | | | | | | | | | | | * lisp/progmodes/cc-cmds.el (c-beginning-of-statement): Revert 2011-01-31 change.
| | * Release logs for 23.3 release.Chong Yidong2011-02-281-0/+4
| | | | | | | | | | | | Regenerate configure and other release files.
* | | Merge from emacs-24; up to 2012-12-14T15:38:50Z!monnier@iro.umontreal.caGlenn Morris2013-02-071-0/+7
|\ \ \ | |/ /
| * | Merge Org 7.9.3e (commit b07a9bb).Bastien Guerry2013-02-071-0/+7
| | |
* | | Merge from emacs-24; up to 2012-12-14T15:22:24Z!monnier@iro.umontreal.caGlenn Morris2013-02-061-0/+20
|\ \ \ | |/ /
| * | * doc/misc/cl.texi (Equality Predicates): Mention memql.Glenn Morris2013-02-051-0/+4
| | |
| * | Update EDE documentation (bug #11441).Eric M. Ludlam2013-02-031-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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).
| * | * doc/misc/cl.texi (Equality Predicates): Fix eq/eql pedantry.Glenn Morris2013-02-031-0/+4
| | |
* | | Move lisp/calc/README* to etc/CALC-NEWSGlenn Morris2013-01-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | Merge calc news from lisp/calc/README into etc/NEWS filesGlenn Morris2013-01-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | * tramp.texi (Filename Syntax): Filenames must be unibyte strings.Michael Albinus2013-01-241-0/+4
| | |
* | | Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-131-0/+11
|\ \ \ | |/ /
| * | Merge Org 7.9.3d (commit e8f5b0ad).Bastien Guerry2013-01-131-0/+11
| | |
* | | * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.Michael Albinus2013-01-101-0/+4
| | |
* | | Merge from emacs-24; up to 2012-12-08T12:11:29Z!eliz@gnu.orgGlenn Morris2013-01-091-0/+15
|\ \ \ | |/ /
| * | Merge Org (commit c8c217). Fix mistake about updating the wrong ChangeLog.Bastien Guerry2013-01-081-0/+3
| | |
| * | Merge Org 7.9.3 (commit 31c1aea)Bastien Guerry2013-01-081-0/+12
| | |
* | | * lisp/info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)Juri Linkov2013-01-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge from emacs-24; up to 2012-12-07T15:31:43Z!cyd@gnu.orgGlenn Morris2013-01-061-0/+10
|\ \ \ | |/ /
| * | * autotype.texi: Remove undefined command @subtitlefont.Andreas Schwab2013-01-061-0/+3
| | | | | | | | | | | | * cc-mode.texi: Likewise.
| * | * org.texi (Advanced features): Use `@w{ }' instead of `@ ' inAndreas Schwab2013-01-061-0/+7
| | | | | | | | | | | | | | | | | | @item argument. (Property searches): Use \\ instead of @backslashchar{}. * pgg.texi (VERSION): Move @set below @setfilename.
* | | Merge from emacs-24; up to 2012-12-07T08:13:49Z!dmantipov@yandex.ruGlenn Morris2013-01-051-0/+25
|\ \ \ | |/ /
| * | * tramp.texi (Remote shell setup): Replace literal NUL character by \0.Andreas Schwab2013-01-051-0/+1
| | |
| * | Fix manual formatting errorsAndreas Schwab2013-01-051-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.caGlenn Morris2013-01-041-0/+16
|\ \ \ | |/ /
| * | Add htmlfontify manual to build processGlenn Morris2013-01-041-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | * doc/misc/htmlfontify.texi: Miscellaneous fixes and updates.Glenn Morris2013-01-041-0/+5
| | | | | | | | | | | | Set copyright to FSF, update license to GFDL 1.3+.
| * | Import the htmlfontify manualVivek Dasmohapatra2013-01-041-0/+4
| | |
* | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ \ | |/ /
| * | Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| | |
* | | * doc/misc/calc.texi (Free-Form Dates): Expand on the date readingJay Belanger2013-01-011-0/+5
| | | | | | | | | | | | | | | | | | algorithm. * lisp/calc/README: Mention ISO 8601 week-numbering dates.
* | | Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.eduGlenn Morris2012-12-271-0/+25
|\ \ \ | |/ /
| * | Avoid some overfull lines in doc/misc/viperGlenn Morris2012-12-221-0/+3
| | |
| * | * doc/misc/widget.texi (Programming Example): Break some long lines.Glenn Morris2012-12-221-0/+2
| | |
| * | doc/misc/wisent.texi tweaksGlenn Morris2012-12-221-0/+3
| | | | | | | | | | | | | | | * doc/misc/wisent.texi (Wisent Overview): Fix xref. (Grammar format, Understanding the automaton): Avoid overfill.
| * | * doc/misc/bovine.texi (Optional Lambda Expression): Allow line break.Glenn Morris2012-12-221-0/+2
| | |
| * | * doc/misc/auth.texi (Help for users): Break long lines.Glenn Morris2012-12-221-0/+2
| | |
| * | Tweak some over/underfull linesGlenn Morris2012-12-221-0/+5
| | | | | | | | | | | | | | | | | | | | | * doc/misc/ada-mode.texi (Project file variables): Reword to reduce underfull hbox. (No project files, Use GNAT project file): Use smallexample to make some overfull lines less terrible.
| * | Fix some doc/misc cross-references to separate manuals.Glenn Morris2012-12-221-0/+3
| | |
* | | Merge changes made in Gnus masterLars Ingebrigtsen2012-12-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nnimap.el (nnimap-authenticator): Expand to allow specifying the login methods. (nnimap-login): Respect the `nnimap-authenticator' variable. gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete mark state when moving articles. Otherwise unticked articles will get their ticks back after moving. gnus.texi (Customizing the IMAP Connection): Mention the other authenticators.