summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the placement of GTK menus on multi-monitor systemsAlexander Gramiak2017-06-102-7/+108
* Clarify documentation of 'face-spec-set'Eli Zaretskii2017-06-102-16/+21
* Fix domain port and handling in tramp-gvfs.elMichael Albinus2017-06-102-58/+54
* Improve documentation of 'face-spec-set-2'Eli Zaretskii2017-06-101-15/+18
* Fix handling of Python/Guile commands with arguments in gdb-mi.elEli Zaretskii2017-06-101-5/+18
* Preserve point in Dired windows under 'dired-auto-revert-buffer'Eli Zaretskii2017-06-101-1/+10
* Give test files a -tests.el suffixPhilipp Stephani2017-06-094-8/+8
* Fix another compiler warning on macOSPhilipp Stephani2017-06-091-3/+2
* Add garbage collection support for module environmentsPhilipp Stephani2017-06-093-0/+19
* Make autogen.sh report relevant environment variablesGlenn Morris2017-06-081-3/+7
* Split variable macro env from function envNoam Postavsky2017-06-071-36/+28
* ; ChangeLog fixesGlenn Morris2017-06-072-2/+2
* * make-dist: Directory modules/mod-test no longer exists.Glenn Morris2017-06-071-10/+2
* More authors.el updatesGlenn Morris2017-06-075-7/+28
* * make-dist: Check a release has a ChangeLog with a release notice.Glenn Morris2017-06-071-0/+15
* * make-dist: Use existing ChangeLog if present.Glenn Morris2017-06-071-4/+10
* * lisp/net/tramp-sh.el (tramp-maybe-open-connection): Fix port handling.Michael Albinus2017-06-071-7/+1
* (url-cookie-host-can-set-p): Protect against zero-length domainsLars Ingebrigtsen2017-06-071-4/+7
* More authors.el updatesGlenn Morris2017-06-061-4/+18
* ; * admin/authors.el (authors-obsolete-files-regexps): Tweak previous.Glenn Morris2017-06-061-1/+1
* More small authors.el updatesGlenn Morris2017-06-064-17/+37
* ; Update some more Maintainer: header commentsGlenn Morris2017-06-0512-12/+12
* ; Update some Maintainer: header commentsGlenn Morris2017-06-058-8/+8
* Make authors.el report names that were ignoredGlenn Morris2017-06-051-10/+24
* * admin/authors.el (authors-aliases): Additions.Glenn Morris2017-06-051-4/+4
* ; Small fixes for some Author: header commentsGlenn Morris2017-06-053-13/+13
* ; ChangeLog fixesGlenn Morris2017-06-057-98/+16
* * test/lisp/subr-tests.el (subr-tests-bug22027): Add test.Tino Calancha2017-06-051-0/+10
* * lisp/subr.el (read-passwd): Don't delete return value (Bug#22027).Noam Postavsky2017-06-051-1/+1
* Enable ElDoc messages after the newline commandDmitry Gutov2017-06-061-1/+1
* Enable eldoc-mode explicitly inside read--expressionDmitry Gutov2017-06-061-0/+1
* Fix check for package-unsigned-archives during retrievalAndy Moreton2017-06-061-1/+1
* Merge etc/emacs-buffer.gdb from emacs-25 to master.Noah Friedman2017-06-051-2/+2
|\
| * (ybuffer-list): $alist must be ptr-unmasked at the end of the loop,Noah Friedman2017-05-081-2/+2
* | Fix undefined behavior in mapbacktracePhilipp Stephani2017-06-051-1/+5
* | Fix emacs-module-tests on MS-WindowsEli Zaretskii2017-06-052-28/+33
* | Use unwind protection to clean up data structures in modulesPhilipp Stephani2017-06-051-19/+26
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2017-06-0515-218/+250
|\ \
| * | Inline module_has_cleanupPhilipp Stephani2017-06-051-7/+1
| * | Add missing dependency to test module source filePhilipp Stephani2017-06-051-1/+1
| * | Omit space that broke ‘make check’Paul Eggert2017-06-051-1/+1
| * | Remove easserts etc. from emacs-module.cPaul Eggert2017-06-041-16/+0
| * | Remove unnecessary checking in emacs-module.cPaul Eggert2017-06-041-6/+3
| * | SCHARS and STRING_BYTES are nonnegativePaul Eggert2017-06-041-4/+8
| * | * lisp/desktop.el (desktop-clear): Skip the daemon's frame (Bug#26912).Noam Postavsky2017-06-051-0/+4
| * | Remove an unused error symbolPhilipp Stephani2017-06-041-5/+0
| * | Support quitting in modulesPhilipp Stephani2017-06-043-1/+22
| * | Use more specific errors for module load failurePhilipp Stephani2017-06-041-4/+32
| * | Remove an unneeded assertionPhilipp Stephani2017-06-041-2/+0
| * | Guard against signed integer overflowsPhilipp Stephani2017-06-041-1/+7