| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | * doc/misc/calc.texi (Basic Operations on Units): Streamline some | Jay Belanger | 2013-03-09 | 2 | -14/+12 | |
| | | | | | | | | | descriptions. | |||||
| * | | * doc/misc/faq.texi (Top): Don't say this was updated @today. | Glenn Morris | 2013-03-08 | 2 | -2/+6 | |
| | | | | | | | | | That's irrelevant and leads to spurious diffs. | |||||
| * | | * doc/misc/calc.texi (Basic Operations on Units): Fix | Jay Belanger | 2013-03-07 | 2 | -2/+7 | |
| | | | | | | | | | | | | | | | cross-reference. * calc/calc-units.el (calc-convert-units): Fix the way that default new units are stored. | |||||
| * | | doc/misc/gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL | Katsumi Yamaoka | 2013-03-07 | 2 | -26/+7 | |
| | | | ||||||
| * | | Specify utf-8, not iso-8859-1, for ASCII files. | Paul Eggert | 2013-03-06 | 2 | -2/+2 | |
| | | | ||||||
| * | | Correct the position of point in some line-up functions. | Alan Mackenzie | 2013-03-06 | 2 | -7/+13 | |
| | | | | | | | | | | | | | | | | | 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. | |||||
| * | | Prefer UTF-8 for documentation. | Paul Eggert | 2013-03-04 | 6 | -10/+15 | |
| | | | | | | | | | | | With GNU Texinfo 5.0, this generates nicer-looking info files, since they can use curly quotes. With older Texinfo it doesn't matter. | |||||
| * | | * tramp.texi (External methods): Tramp does not connect Android | Michael Albinus | 2013-03-03 | 2 | -9/+16 | |
| | | | | | | | | | devices by itself. | |||||
| * | | Spelling fixes. | Paul Eggert | 2013-03-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update formh-e-doc-8.5 | Bill Wohler | 2013-03-02 | 2 | -65/+75 | |
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | * tramp.texi (External methods): Explain user name and host name | Michael Albinus | 2013-03-01 | 2 | -1/+14 | |
| | | | | | | | | | specification for "adb". | |||||
| * | | * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1" | Michael Albinus | 2013-03-01 | 2 | -24/+6 | |
| | | | | | | | | | | | and "plink2" entries. "plink2" is obsolete for a long time. (External methods): Remove "scp1" and "scp2" entries. | |||||
| * | | * tramp.texi (External methods): Mention `tramp-adb-program'. | Michael Albinus | 2013-02-28 | 2 | -3/+9 | |
| | | | ||||||
| * | | Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.org | Glenn Morris | 2013-02-27 | 3 | -4/+47 | |
| |\ \ | |/ | ||||||
| | * | * doc/misc/org.texi: Fix previous change. | Glenn Morris | 2013-02-27 | 1 | -2/+1 | |
| | | | ||||||
| | * | Merge latest Org fixes (commit 7524ef2). | Bastien Guerry | 2013-02-28 | 2 | -4/+17 | |
| | | | ||||||
| | * | * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of | Michael Albinus | 2013-02-25 | 2 | -0/+31 | |
| | | | | | | | | | the macros, for Texinfo 4.13 and 5.0. | |||||
| * | | Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.org | Glenn Morris | 2013-02-24 | 2 | -14/+26 | |
| |\ \ | |/ | ||||||
| | * | Port documentation to Texinfo 5.0. | Michael Albinus | 2013-02-24 | 2 | -14/+27 | |
| | | | | | | | | | | | | | * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c. (Filename Syntax): Do not use @trampfn{} in @item. (Filename completion): Use @columnfractions in @multitable. | |||||
| * | | Merge from emacs-24; up to 2012-12-22T02:59:08Z!cyd@gnu.org | Glenn Morris | 2013-02-22 | 2 | -8/+12 | |
| |\ \ | |/ | ||||||
| | * | * doc/misc/flymake.texi (Syntax check statuses): Fix multitable continued rows. | Glenn Morris | 2013-02-21 | 2 | -8/+12 | |
| | | | ||||||
| | * | Port to Texinfo 5.0 by backporting trunk 2012-12-22T19:57:35Z!rgm@gnu.org ↵ | Paul Eggert | 2013-02-21 | 7 | -114/+91 | |
| | | | | | | | | | and 2013-02-21T02:42:30Z!eggert@cs.ucla.edu. | |||||
| * | | Parallelize documentation builds. | Paul Eggert | 2013-02-21 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | Port documentation to Texinfo 5.0. | Paul Eggert | 2013-02-20 | 6 | -13/+23 | |
| | | | ||||||
| * | | * tramp.texi (Android shell setup): Improve. Reported by Thierry | Michael Albinus | 2013-02-20 | 2 | -3/+35 | |
| | | | | | | | | | Volpiatto <thierry.volpiatto@gmail.com>. | |||||
| * | | Make cl-floatp-safe just an alias for floatp | Glenn Morris | 2013-02-19 | 1 | -16/+0 | |
| | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp. * lisp/emacs-lisp/cl-macs.el (cl--make-type-test) (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe. * doc/misc/cl.texi: Remove commented out sections about cl-floatp-safe. | |||||
| * | | Spelling fixes. | Paul Eggert | 2013-02-19 | 1 | -2/+2 | |
| | | | ||||||
| * | | Documented Eshell's insert output-redirection operator | Aidan Gauland | 2013-02-19 | 1 | -5/+12 | |
| | | | ||||||
| * | | * tramp.texi (Top, Configuration): Insert section `Android shell | Michael Albinus | 2013-02-16 | 2 | -66/+64 | |
| | | | | | | | | | | | | | | | | | | | 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 obsolete | Glenn Morris | 2013-02-13 | 2 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| * | | Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org | Glenn Morris | 2013-02-12 | 27 | -63/+63 | |
| |\ \ | |/ | ||||||
| | * | In doc, use standard American English style for e.g., etc., i.e. | Paul Eggert | 2013-02-12 | 27 | -64/+64 | |
| | | | ||||||
| * | | * doc/misc/calc.texi (Basic Operations on Units): | Jay Belanger | 2013-02-09 | 2 | -9/+32 | |
| | | | | | | | | | | | | | | | (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 gnulib. | Paul Eggert | 2013-02-08 | 1 | -23/+27 | |
| | | | ||||||
| * | | Merge from emacs-24; up to 2012-12-14T21:27:39Z!rgm@gnu.org | Glenn Morris | 2013-02-08 | 2 | -138/+401 | |
| |\ \ | |/ | ||||||
| | * | * doc/misc/eshell.texi: Fill most of the missing sections. | Aidan Gauland | 2013-02-08 | 2 | -231/+474 | |
| | |\ | ||||||
| | | * | * doc/misc/eshell.texi: Fill most of the missing sections.emacs-23 | Aidan Gauland | 2013-02-08 | 1 | -132/+391 | |
| | | | | ||||||
| | | * | Bump version number to 23.4 | Chong Yidong | 2012-01-19 | 2 | -1/+5 | |
| | | | | ||||||
| | | * | Bump version to 23.3.90. | Chong Yidong | 2012-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Regenerate ldefs-boot.el and AUTHORS. | |||||
| | | * | Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) | Glenn Morris | 2012-01-10 | 57 | -58/+59 | |
| | | | | ||||||
| | | * | Remove arch-tag. | Michael Albinus | 2011-03-12 | 3 | -11/+7 | |
| | | | | | | | | | | | | | * trampver.texi: Update release number. | |||||
| | | * | Bump version to 23.3.50 | Chong Yidong | 2011-03-11 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs. | Chong Yidong | 2011-03-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | * lisp/progmodes/cc-cmds.el (c-beginning-of-statement): Revert 2011-01-31 change. | |||||
| | | * | Release logs for 23.3 release. | Chong Yidong | 2011-02-28 | 2 | -1/+5 | |
| | | | | | | | | | | | | | Regenerate configure and other release files. | |||||
| * | | | Merge from emacs-24; up to 2012-12-14T15:38:50Z!monnier@iro.umontreal.ca | Glenn Morris | 2013-02-07 | 2 | -12/+22 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge Org 7.9.3e (commit b07a9bb). | Bastien Guerry | 2013-02-07 | 2 | -12/+22 | |
| | | | | ||||||
| * | | | Merge from emacs-24; up to 2012-12-14T15:22:24Z!monnier@iro.umontreal.ca | Glenn Morris | 2013-02-06 | 3 | -35/+94 | |
| |\ \ \ | |/ / | ||||||
| | * | | * doc/misc/cl.texi (Equality Predicates): Mention memql. | Glenn Morris | 2013-02-05 | 2 | -2/+5 | |
| | | | | ||||||
| | * | | ede.texi typo fixes | Glenn Morris | 2013-02-03 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Update EDE documentation (bug #11441). | Eric M. Ludlam | 2013-02-03 | 2 | -33/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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). | |||||