summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ;Partially revert 2649105a...Mark Oteiza2016-07-211-2/+1
* * src/bytecode.c: Fix compilation with BYTE_CODE_SAFE...Stefan Monnier2016-07-211-0/+9
* Ibuffer: Use default output buffer for shell commands...Tino Calancha2016-07-211-2/+1
* Fix failing test...Tino Calancha2016-07-211-3/+7
* Fix use-after-close in connect_network_socket...Paul Eggert2016-07-211-0/+4
* * lisp/net/shr.el (shr-fill-line):...Katsumi Yamaoka2016-07-211-5/+4
* Fix lifetime bug in tzlookup...Paul Eggert2016-07-201-3/+3
* Fix shr.el/image build problem...Lars Ingebrigtsen2016-07-201-0/+1
* Bring the Gnus Cloud package into working order....Ted Zlatanov2016-07-205-1058/+446
* Remove CHECK_FRAME_FONT cruft from bytecode.c...Paul Eggert2016-07-201-15/+0
* Work around GCC bug 54561 in a better way...Paul Eggert2016-07-204-15/+19
* Fix port to glibc 2.24 (pre-release) + ppc64...Paul Eggert2016-07-204-26/+74
* Prevent bar cursor overwriting next glyph (bug#16856)...Alan Third2016-07-191-1/+4
* ; Spelling fixPaul Eggert2016-07-191-1/+1
* Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nil...Eli Zaretskii2016-07-194-4/+153
* Make gif animation work (bug#24004)...Katsumi Yamaoka2016-07-191-3/+4
* * lisp/simple.el (undo-amalgamate-change-group): New function...Stefan Monnier2016-07-184-40/+49
* Keep w32 environment settings internal only...Noam Postavsky2016-07-183-10/+67
* Better documentation for cl-reduce (bug#24014)...Nicolas Petton2016-07-181-0/+10
* ; Revert "Replace eldoc-documentation-function with a hook"...Dmitry Gutov2016-07-183-38/+19
* ; Revert "Use eldoc-documentation-functions"...Dmitry Gutov2016-07-187-27/+23
* Remove separate pool for popup dialogs (bug#23856)...Alan Third2016-07-171-20/+4
* Use eldoc-documentation-functions...Mark Oteiza2016-07-177-23/+27
* Optimize ucs-normalize.el compilation...Noam Postavsky2016-07-161-16/+18
* Add tests for ucs-normalize.el...Noam Postavsky2016-07-164-2/+19067
* Fix cursor display (bug#23993)...Alan Third2016-07-161-1/+1
* Stop worrying about Alliant in bytecode.c...Paul Eggert2016-07-151-5/+3
* Remove BYTE_MAINTAIN_TOP...Paul Eggert2016-07-151-210/+10
* Remove now-inaccurate bytecode comments...Paul Eggert2016-07-151-18/+1
* Port to glibc 2.24 (pre-release) + ppc64...Paul Eggert2016-07-153-26/+26
* Revert "Add a couple cells to lisp-prettify-symbols-alist"...Mark Oteiza2016-07-141-4/+1
* * lisp/simple.el (shell-command): Add save-match-data commentStefan Monnier2016-07-141-0/+2
* CC Mode: correct incorrect invocation of parse-partial-sexp....Alan Mackenzie2016-07-141-5/+6
* Fix configure summary for hybrid malloc configurations...Andreas Schwab2016-07-141-2/+2
* Fix delete-duplicate-lines...Stephen Berman2016-07-141-2/+3
* Remove unused SHEAP_OBJ...Andreas Schwab2016-07-141-1/+0
* * lisp/gnus/mm-decode.el (mm-convert-shr-links):...Katsumi Yamaoka2016-07-141-2/+1
* * lisp/mouse.el (mouse): Consolidate group definition here...Stefan Monnier2016-07-132-8/+5
* Include versioned preloaded libraries in `package--builtin-versions'...Chris Feng2016-07-131-20/+19
* Omit unnecessary #includes from xwidget.c...Paul Eggert2016-07-131-74/+0
* Port xwidget.c to GCC 6 with --enable-gcc-warnings...Paul Eggert2016-07-131-2/+12
* Escape meta chars in commands processed by shell...Tino Calancha2016-07-131-9/+9
* Revert "Cleanup tooltips"...John Wiegley2016-07-1214-319/+304
* * lisp/emacs-lisp/cl-macs.el (cl--prog): New function...Stefan Monnier2016-07-121-0/+21
* * cl-generic.el (cl-defmethod): Make docstring dynamic...Stefan Monnier2016-07-122-16/+47
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2016-07-123-41/+57
|\
| * Amend CC Mode to handle big C++ raw strings correctly....Alan Mackenzie2016-07-123-41/+57
* | Don't install keyboard hook when debugged on MS-Windows...Eli Zaretskii2016-07-121-0/+15
|/
* * lisp/mouse.el (mouse-select-region-move-to-beginning): Add :group.Stephen Berman2016-07-121-2/+3
* Cleanup tooltips...Dmitry Antipov2016-07-1214-304/+319