| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs | Alan Mackenzie | 2016-03-10 | 1 | -0/+17 |
| |\ | |||||
| | * | Add new function display-buffer-reuse-mode-window | Nicolas Richard | 2016-03-10 | 1 | -0/+17 |
| * | | Clarify the documentation of nested comments. | Alan Mackenzie | 2016-03-10 | 1 | -7/+8 |
| |/ | |||||
| * | Assume getaddrinfo in C code | Paul Eggert | 2016-03-07 | 1 | -3/+5 |
| * | Remove support for IRIX | Paul Eggert | 2016-03-07 | 1 | -3/+0 |
| * | * doc/lispref/files.texi (File Attributes): Fix typo. | Glenn Morris | 2016-03-04 | 1 | -1/+1 |
| * | Add accessors for `file-attributes' | Lars Ingebrigtsen | 2016-03-04 | 1 | -36/+46 |
| * | Merge from origin/emacs-25 | John Wiegley | 2016-03-03 | 1 | -9/+9 |
| |\ | |||||
| | * | ; * doc/lispref/modes.texi (Font Lock Basics): Minor rewording. | Eli Zaretskii | 2016-02-24 | 1 | -9/+9 |
| * | | Merge from origin/emacs-25 | John Wiegley | 2016-03-03 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | Improve documentation of focus-related hooks | Eli Zaretskii | 2016-02-23 | 1 | -1/+2 |
| * | | Merge from origin/emacs-25 | John Wiegley | 2016-03-03 | 1 | -1/+5 |
| |\ \ | |/ | |||||
| | * | Add `isearch' to `basic-faces' | Lars Ingebrigtsen | 2016-02-23 | 1 | -1/+5 |
| * | | Deterministic build improvements | Paul Eggert | 2016-03-02 | 2 | -1/+12 |
| * | | Allow undoing changes while doing query-replace | Tino Calancha | 2016-02-24 | 1 | -0/+8 |
| * | | Fix `window-configuration-change-hook' and `window-size-change-functions' | Martin Rudalics | 2016-02-23 | 1 | -25/+42 |
| * | | Clean up forgotten text in manual | Lars Ingebrigtsen | 2016-02-22 | 1 | -5/+0 |
| * | | Fix merge conflicts in network-stream-tests.el | Lars Ingebrigtsen | 2016-02-22 | 1 | -2/+27 |
| |\ \ | |||||
| | * | | Mention sentinels in conjunction with :nowait t. | Lars Ingebrigtsen | 2016-02-22 | 1 | -0/+8 |
| | * | | Clarify levels of :nowait t. | Lars Ingebrigtsen | 2016-02-21 | 1 | -4/+12 |
| | * | | Remove some #ifdefs and update documentation | Lars Ingebrigtsen | 2016-02-15 | 1 | -6/+0 |
| | * | | Only do async DNS if requested with :nowait 'dns | Lars Ingebrigtsen | 2016-02-05 | 1 | -2/+8 |
| | * | | Doc fixes and refactorings based on comments from Eli Zaretskii | Lars Ingebrigtsen | 2016-02-03 | 1 | -3/+6 |
| | * | | Clarify :tls-parameters. | Lars Ingebrigtsen | 2016-02-01 | 1 | -1/+2 |
| | * | | Add documentation for :tls-parameters | Lars Ingebrigtsen | 2016-02-01 | 1 | -0/+5 |
| * | | | Rework the image property getter/setters | Lars Ingebrigtsen | 2016-02-22 | 1 | -7/+5 |
| * | | | Use Gnulib filevercmp for version comparison | Paul Eggert | 2016-02-21 | 1 | -14/+6 |
| * | | | Avoid integer overflows in string-numeric-lessp | Lars Ingebrigtsen | 2016-02-21 | 1 | -1/+4 |
| * | | | Add the string-numeric-lessp function | Lars Ingebrigtsen | 2016-02-21 | 1 | -0/+13 |
| * | | | New functions for getting and setting image properties | Lars Ingebrigtsen | 2016-02-20 | 1 | -1/+16 |
| * | | | Add a library for creating and manipulating SVG images | Lars Ingebrigtsen | 2016-02-19 | 1 | -3/+123 |
| * | | | Merge from origin/emacs-25 | John Wiegley | 2016-02-15 | 1 | -3/+1 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Revert "Document EXIF image rotation" | Lars Ingebrigtsen | 2016-02-11 | 1 | -3/+1 |
| | * | | Document EXIF image rotation | Lars Ingebrigtsen | 2016-02-10 | 1 | -1/+3 |
| * | | | * doc/lispref/sequences.texi: Add documentation for seq-map-indexed | Nicolas Petton | 2016-02-14 | 1 | -0/+15 |
| * | | | Document EXIF image rotation | Lars Ingebrigtsen | 2016-02-11 | 1 | -1/+3 |
| * | | | Put a keymap on images created with insert-image and friends | Lars Ingebrigtsen | 2016-02-10 | 1 | -0/+20 |
| * | | | - | Paul Eggert | 2016-02-09 | 1 | -4/+5 |
| |\ \ \ | |/ / | |||||
| | * | | Clarify documentation of key binding conventions | Eli Zaretskii | 2016-02-09 | 1 | -4/+5 |
| | * | | Fix problems caused by new implementation of sub-word mode | Eli Zaretskii | 2016-02-05 | 1 | -12/+48 |
| * | | | Add a mode to list and cancel timers | Lars Ingebrigtsen | 2016-02-09 | 1 | -0/+6 |
| * | | | Automatically scale images up on high-density screens | Lars Ingebrigtsen | 2016-02-08 | 1 | -0/+15 |
| * | | | Make the read-multiple-choice prompt a bit prettier | Lars Ingebrigtsen | 2016-02-05 | 1 | -1/+5 |
| * | | | New function read-multiple-choice | Lars Ingebrigtsen | 2016-02-04 | 1 | -0/+21 |
| * | | | Merge from origin/emacs-25 | John Wiegley | 2016-02-03 | 11 | -57/+84 |
| |\ \ \ | |/ / | |||||
| | * | | Some corrections in Elisp manual | Martin Rudalics | 2016-02-01 | 10 | -47/+67 |
| | * | | Improve elisp “Security Considerations” doc | Paul Eggert | 2016-01-31 | 1 | -10/+17 |
| * | | | - | Paul Eggert | 2016-01-30 | 5 | -60/+193 |
| |\ \ \ | |/ / | |||||
| | * | | Document xwidget commands and functions | Eli Zaretskii | 2016-01-30 | 1 | -0/+113 |
| | * | | c:/emacs-git/next/ChangeLog | Martin Rudalics | 2016-01-29 | 2 | -39/+43 |