| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | Improve and clarify documentation of subprocesses | Eli Zaretskii | 2016-08-24 | 1 | -273/+376 | |
| * | | | | | | | | | | | | | | | | | * doc/lispref/files.texi: Remove @vindex. | Paul Eggert | 2016-09-11 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | Remove unnecessary ref to coreutils manual | Paul Eggert | 2016-09-11 | 1 | -2/+14 | |
| * | | | | | | | | | | | | | | | | | Document file synchronization issues | Paul Eggert | 2016-09-10 | 2 | -0/+30 | |
| * | | | | | | | | | | | | | | | | | Check actual contents before promting about changed file | Stefan Monnier | 2016-09-02 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | ; Spelling and quotation fixes | Paul Eggert | 2016-08-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | In `pop-to-buffer' handle case where `display-buffer' fails (Bug#24332) | Martin Rudalics | 2016-08-30 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | call-shell-region: New defun | Tino Calancha | 2016-08-25 | 1 | -7/+13 | |
| * | | | | | | | | | | | | | | | | | Some fixes around `delete-other-frames' and `next-frame' | Martin Rudalics | 2016-08-25 | 1 | -12/+22 | |
| * | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-08-22 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | ; * doc/lispref/windows.texi (Window Parameters): Grammar tweaks. | Glenn Morris | 2016-08-16 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-08-22 | 4 | -32/+80 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Facultatively ignore margins when splitting and resizing windows (Bug#24193) | Martin Rudalics | 2016-08-16 | 1 | -0/+21 | |
| | * | | | | | | | | | | | | | | | | Document char-script-table's effect on word motion | Noam Postavsky | 2016-08-13 | 1 | -7/+10 | |
| | * | | | | | | | | | | | | | | | | Clarify when 'cursor' property is in effect | Eli Zaretskii | 2016-08-11 | 1 | -6/+8 | |
| | * | | | | | | | | | | | | | | | | * doc/lispref/text.texi (Change Hooks): Minor copyedits. | Eli Zaretskii | 2016-08-10 | 1 | -12/+18 | |
| | * | | | | | | | | | | | | | | | | Clarify documentation of before/after-change-functions | Eli Zaretskii | 2016-08-09 | 1 | -8/+15 | |
| | * | | | | | | | | | | | | | | | | Document use of vectors in keymaps | Noam Postavsky | 2016-08-06 | 1 | -4/+13 | |
| * | | | | | | | | | | | | | | | | | Fix docs on `display-buffer-below-selected' (Bug#24213) | Martin Rudalics | 2016-08-13 | 1 | -3/+10 | |
| * | | | | | | | | | | | | | | | | | Fix display.texi typo | Thomas Fitzsimmons | 2016-08-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Add `make-nearby-temp-file' and `temporary-file-directory' | Michael Albinus | 2016-08-07 | 1 | -0/+46 | |
| * | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-08-05 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | profiler: document prefix arg for tree expansion | Noam Postavsky | 2016-07-28 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-08-05 | 3 | -29/+49 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Document buffer-swap-text+save-excursion interaction | Noam Postavsky | 2016-07-14 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | Improve documentation of search functions | Stephen Berman | 2016-07-12 | 1 | -27/+40 | |
| | * | | | | | | | | | | | | | | | | Update ELisp manual to match 'string-collate-equalp' doc string | Eli Zaretskii | 2016-07-10 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-08-05 | 2 | -3/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Note combine-and-quote-strings doesn't shell quote | Noam Postavsky | 2016-07-03 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | Explain when package-initialize isn't called | Noam Postavsky | 2016-07-03 | 1 | -3/+7 | |
| * | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-08-05 | 1 | -6/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Clarify lexical binding with symbol args behavior | Noam Postavsky | 2016-07-01 | 1 | -6/+8 | |
| * | | | | | | | | | | | | | | | | | Spelling and minor grammar fixes | Paul Eggert | 2016-08-05 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Add warning to format-alist docs. | Andrew Hyatt | 2016-07-25 | 1 | -1/+7 | |
| * | | | | | | | | | | | | | | | | | ; Revert "Replace eldoc-documentation-function with a hook" | Dmitry Gutov | 2016-07-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Replace eldoc-documentation-function with a hook | Mark Oteiza | 2016-07-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | New functions svg-text and svg-remove | Lars Magne Ingebrigtsen | 2016-06-27 | 1 | -0/+22 | |
| * | | | | | | | | | | | | | | | | | Add new function dom-remove-node | Lars Magne Ingebrigtsen | 2016-06-27 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | Add a new function `svg-embed' | Lars Magne Ingebrigtsen | 2016-06-27 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | | | | | Fix 'move-to-window-line' when EOB is on last screen line | Eli Zaretskii | 2016-06-27 | 1 | -6/+8 | |
| * | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-26 | 3 | -13/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Update docs for `customize-mode' | Noam Postavsky | 2016-06-25 | 1 | -4/+3 | |
| | * | | | | | | | | | | | | | | | | Fix documentation of 'assoc-string' and 'compare-strings' | Eli Zaretskii | 2016-06-23 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | Clarify documentation of 'line-spacing' and 'line-height' | Eli Zaretskii | 2016-06-21 | 1 | -7/+10 | |
| * | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-19 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Fix documentation of completion functions | Noam Postavsky | 2016-06-18 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-19 | 8 | -19/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Minor grammar fix (bug#23746) | Stephen Berman | 2016-06-13 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | Doc fixes for grammar and typos (bug#23746) | Stephen Berman | 2016-06-13 | 6 | -13/+13 | |
| | * | | | | | | | | | | | | | | | | * doc/lispref/processes.texi (Process Buffers): Minor rewording. (Bug#23446) | Eli Zaretskii | 2016-06-13 | 1 | -3/+3 | |