summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/fns.c (syms_of_fns): Leave `features' lexically scopedStefan Monnier2016-07-111-0/+3
* Test mapcan...Mario Lang2016-07-111-0/+10
* ; Remove parens from sentence in docstring.Mark Oteiza2016-07-111-1/+1
* Prevent to apply funcall on t...Stefan Monnier2016-07-121-1/+3
* Ignore angle mode while simplifying units...Tino Calancha2016-07-122-7/+17
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2016-07-110-0/+0
|\
| * Fix composition bug caused by off-by-1 typo...Paul Eggert2016-07-111-2/+2
* | Fix display of composed characters...Eli Zaretskii2016-07-111-2/+2
|/
* Dired always read file system...Tino Calancha2016-07-114-5/+48
* * src/macfont.m (mac_font_shape): Make sure that total_advance is increasing.YAMAMOTO Mitsuharu2016-07-111-4/+6
* Avoid 'unused var' 'not left unused var' warnings...Tino Calancha2016-07-112-6/+5
* * lisp/simple.el (shell-command, shell-command-on-region): Fix doc stringsTino Calancha2016-07-111-9/+9
* Add a note how to use `tramp-own-remote-path'...Michael Albinus2016-07-101-11/+14
* Remove App Nap setting from Info.plist (bug#22993)...Alan Third2016-07-101-2/+0
* An efficient built-in mapcan...Mario Lang2016-07-1016-25/+51
* Detect aliases to built-in functions...Tino Calancha2016-07-092-7/+10
* Avoid recursive detection of remote uid and gid in tramp-gvfs.el...Michael Albinus2016-07-092-11/+12
* Wrap around error in coreutil's ls...Jürgen Hötzel2016-07-091-0/+2
* Minor tweaks of copying text properties when padding strings...Eli Zaretskii2016-07-092-3/+27
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMario Lang2016-07-093-51/+83
|\
| * Turn on lexical binding...Mark Oteiza2016-07-081-14/+11
| * Derive secrets-mode from special-mode...Mark Oteiza2016-07-081-18/+15
| * Add a couple cells to lisp-prettify-symbols-alist...Mark Oteiza2016-07-081-1/+4
| * Detect remote uid and gid in tramp-gvfs.el...Michael Albinus2016-07-081-18/+53
* | No need to require the same feature twice....Mario Lang2016-07-091-1/+0
|/
* Yet another fix for copying properties by 'format'...Eli Zaretskii2016-07-084-8/+21
* Allow selecting region with mouse to move point to beginning...Stephen Berman2016-07-083-5/+37
* Fix menu bar breakage...Stephen Berman2016-07-081-10/+10
* Copy buffer names to kill ring...Tino Calancha2016-07-083-0/+22
* Remove just input mark...Tino Calancha2016-07-081-0/+6
* Ibuffer change marks...Tino Calancha2016-07-082-0/+26
* Prevent NS event loop being re-entered (bug#11049)...Alan Third2016-07-071-0/+6
* Fix some deprecated functions...Alan Third2016-07-072-6/+6
* Disable App Nap (bug#22993)...Aaron Jensen2016-07-071-0/+2
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2016-07-073-2/+58
|\