| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge changes from Tramp repository | Michael Albinus | 2016-01-31 | 3 | -64/+54 |
| * | - | Paul Eggert | 2016-01-30 | 12 | -71/+232 |
| |\ | |||||
| | * | Support Go language in 'etags' | lu4nx | 2016-01-30 | 2 | -1/+4 |
| | * | Improve Ruby support in 'etags' | Eli Zaretskii | 2016-01-30 | 1 | -1/+1 |
| | * | Document xwidget commands and functions | Eli Zaretskii | 2016-01-30 | 3 | -0/+136 |
| | * | c:/emacs-git/next/ChangeLog | Martin Rudalics | 2016-01-29 | 2 | -39/+43 |
| | * | Minor improvements to 'pcase' documentation | Eli Zaretskii | 2016-01-29 | 1 | -20/+35 |
| | * | * lisp/custom.el (defcustom): Doc fix. | Glenn Morris | 2016-01-28 | 1 | -1/+2 |
| | * | C-u C-x = example doc fix | Paul Eggert | 2016-01-26 | 1 | -2/+3 |
| | * | ; Fix a typo in the user manual | Eli Zaretskii | 2016-01-26 | 1 | -1/+1 |
| | * | * doc/emacs/mark.texi (Using Region): Clarify wording. (Bug#22467) | Eli Zaretskii | 2016-01-26 | 1 | -6/+7 |
| * | | - | Paul Eggert | 2016-01-30 | 21 | -96/+87 |
| |\ \ | |/ | |||||
| | * | * lisp/files.el: Use a fixed file name for the second dir-locals file | Artur Malabarba | 2016-01-25 | 2 | -28/+15 |
| | * | Spelling fixes | Paul Eggert | 2016-01-25 | 2 | -2/+2 |
| | * | Expunge "allow" + infinitive from source and doc, part 2. | Alan Mackenzie | 2016-01-25 | 2 | -2/+2 |
| | * | Improve wording for SMB support | Paul Eggert | 2016-01-24 | 1 | -7/+5 |
| | * | Merge from gnulib | Paul Eggert | 2016-01-24 | 1 | -10/+15 |
| | * | Expunge "allow" + infinitive without direct object from source and doc. | Alan Mackenzie | 2016-01-24 | 16 | -46/+47 |
| * | | - | Paul Eggert | 2016-01-30 | 2 | -123/+90 |
| |\ \ | |/ | |||||
| | * | Port Tramp manual to latest Texinfo | Paul Eggert | 2016-01-24 | 1 | -124/+90 |
| | * | ; ChangeLog fixes | Nicolas Petton | 2016-01-24 | 1 | -2/+2 |
| * | | Merge from origin/emacs-25 | Paul Eggert | 2016-01-30 | 3 | -9/+9 |
| |\ \ | |/ | |||||
| | * | Rename xref-query-replace to xref-query-replace-in-results | Dmitry Gutov | 2016-01-24 | 2 | -8/+8 |
| | * | Correct a use of "which" in intro.texi | John Wiegley | 2016-01-23 | 1 | -1/+1 |
| * | | - | Paul Eggert | 2016-01-30 | 4 | -86/+390 |
| |\ \ | |/ | |||||
| | * | ; Another minor change in Dired docs | Eli Zaretskii | 2016-01-23 | 1 | -1/+1 |
| | * | Improve documentation of 'pcase' | Eli Zaretskii | 2016-01-23 | 1 | -75/+149 |
| | * | Update documentation for Dired search and replace | Eli Zaretskii | 2016-01-23 | 1 | -11/+15 |
| | * | Document cl-generic.el | Eli Zaretskii | 2016-01-22 | 2 | -0/+226 |
| | * | Backport kqueue integration from master | Michael Albinus | 2016-01-22 | 1 | -19/+22 |
| * | | - | Paul Eggert | 2016-01-30 | 4 | -91/+197 |
| |\ \ | |/ | |||||
| | * | * doc/emacs/anti.texi (Antinews): Rewrite for Emacs 25. | Eli Zaretskii | 2016-01-22 | 2 | -73/+178 |
| | * | Improve documentation of 'alist-get' | Eli Zaretskii | 2016-01-19 | 1 | -2/+2 |
| | * | Minor copyedits of doc/emacs/maintaining.texi | Eli Zaretskii | 2016-01-19 | 1 | -16/+17 |
| * | | - | John Wiegley | 2016-01-18 | 11 | -137/+288 |
| |\ \ | |/ | |||||
| | * | Minor improvements to (random t) documentation | Paul Eggert | 2016-01-18 | 1 | -3/+3 |
| | * | * doc/lispref/frames.texi (Position Parameters): Say they don't exist on TTYs. | Alan Mackenzie | 2016-01-18 | 1 | -2/+2 |
| | * | Improve user documentation of Xref | Eli Zaretskii | 2016-01-18 | 3 | -96/+96 |
| | * | Improve documentation of dynamic modules | Eli Zaretskii | 2016-01-16 | 1 | -7/+11 |
| | * | Document 'function-put' | Eli Zaretskii | 2016-01-16 | 1 | -2/+15 |
| | * | Document 'funcall-interactively' | Eli Zaretskii | 2016-01-16 | 2 | -0/+12 |
| | * | * doc/lispref/lists.texi (Association Lists): Document 'alist-get'. | Eli Zaretskii | 2016-01-16 | 1 | -0/+8 |
| | * | * doc/lispref/strings.texi (Text Comparison): Document 'string-greaterp'. | Eli Zaretskii | 2016-01-16 | 1 | -1/+7 |
| | * | Document renaming of selection-related functions | Eli Zaretskii | 2016-01-16 | 1 | -20/+27 |
| | * | * doc/lispref/macros.texi (Expansion): Document 'macroexpand-1'. | Eli Zaretskii | 2016-01-16 | 1 | -0/+6 |
| | * | Document 'define-inline' | Eli Zaretskii | 2016-01-16 | 1 | -10/+105 |
| | * | Make 'random' seeds cryptographically secure if possible | Eli Zaretskii | 2016-01-15 | 1 | -1/+3 |
| | * | Unhide the --no-line-directive option to 'etags' | Eli Zaretskii | 2016-01-15 | 1 | -3/+9 |
| * | | - | John Wiegley | 2016-01-18 | 13 | -48/+226 |
| |\ \ | |/ | |||||
| | * | Document obsoletion of 'intangible' and 'point-entered/left' | Eli Zaretskii | 2016-01-13 | 2 | -9/+34 |