aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid crashes due to unreasonably large or small text scalingEli Zaretskii2016-04-101-3/+26
* Improve documentation of 'with-eval-after-load'Eli Zaretskii2016-04-101-1/+2
* Improve handling of non-ASCII characters in Git log messagesEli Zaretskii2016-04-102-15/+62
* Remove undefined behavior in OS X dumper.Philipp Stephani2016-04-091-1/+20
* Fix clipping of xwidgetsJoakim Verona2016-04-091-18/+16
* Improve Lisp-level documentation of tooltipsEli Zaretskii2016-04-094-13/+119
* Faces names should not end in "-face".Glenn Morris2016-04-082-11/+12
* * src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc strings.Paul Eggert2016-04-081-2/+2
* Comint and compile no longer set EMACSPaul Eggert2016-04-084-18/+4
* * lisp/subr.el (read-key): Don't let the prompt linger (bug#22714)Stefan Monnier2016-04-081-0/+4
* Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emacs into emacs-25Eli Zaretskii2016-04-081-1/+8
|\
| * Set locale encoding to UTF-8 when run from OS X GUI.Alan Third2016-04-081-1/+8
* | Allow to customize names of executables used by grep.elEli Zaretskii2016-04-081-16/+32
|/
* Avoid signaling errors in 'M-n' at the 'C-x C-f' promptEli Zaretskii2016-04-081-1/+3
* Avoid infinite loop in 'studlify-word'Marcin Borkowski2016-04-081-4/+4
* Don’t recommend obsolete EMACS env varPaul Eggert2016-04-072-16/+7
* * lisp/emacs-lisp/package.el: Change from a few days ago needs seq.Glenn Morris2016-04-071-0/+1
* * lisp/emacs-lisp/seq.el: Load cl-lib, not cl-extra.Glenn Morris2016-04-071-1/+1
* Fix "Beginning of buffer" error in forward-pageLeo Liu2016-04-071-6/+7
* Add a `transient' project typeDmitry Gutov2016-04-071-2/+8
* Revert "Backport HTTPS proxy fix"Lars Magne Ingebrigtsen2016-04-062-97/+15
* Backport HTTPS proxy fixTao Fang2016-04-062-15/+97
* Fix stability confusion in sort-testsPaul Eggert2016-04-061-2/+4
* Avoid describe-key error with lambdasPaul Eggert2016-04-051-2/+2
* * lisp/emacs-lisp/package.el (package-install-selected-packages):Artur Malabarba2016-04-041-11/+15
* Sync with gnulibPaul Eggert2016-04-033-8/+105
* Fix doc for Universal TimePaul Eggert2016-04-032-11/+7
* ; * src/keyboard.c (read_char): Fix typos in a comment.Eli Zaretskii2016-04-031-1/+1
* Handle Bug#23186Michael Albinus2016-04-032-2/+4
* More format-time-string change fixupsPaul Eggert2016-04-023-6/+8
* make-xwidget unused arg cleanupPaul Eggert2016-04-022-10/+9
* Remove unused arguments from make-xwidgetJoakim Verona2016-04-023-17/+12
* Document incompatible changes in 'format-time-string'Eli Zaretskii2016-04-021-0/+5
* Improve documentation of byte-code objectsEli Zaretskii2016-04-021-7/+18
* Adapt calls to 'format-time-string' to changes in Emacs 25Eli Zaretskii2016-04-022-2/+2
* Improve vc-diff with Git backendEli Zaretskii2016-04-021-3/+6
* (js--continued-expression-p): Special-case unary plus and minusDmitry Gutov2016-04-022-10/+20
* ; * lisp/vc/vc-annotate.el (vc-annotate): Clarify commentary.Eli Zaretskii2016-04-011-4/+5
* Prevent C++ Mode wrongly fontifying some identifiers near templates as typesAlan Mackenzie2016-04-012-17/+31
* Avoid crashes due to insanely large columns in tabulated-list-formatEli Zaretskii2016-04-012-3/+9
* Teach M-x disassemble a default argument.Mark Oteiza2016-03-311-3/+7
* Fix EOL decoding in vc-annotate with SVN back-end on MS-WindowsEli Zaretskii2016-03-311-0/+8
* Fix OS X specific settings in tramp-testsMichael Albinus2016-03-313-16/+30
* Finish fixing a cacheing bug in CC Mode (see 2016-03-09)Alan Mackenzie2016-03-303-142/+158
* Merge branch 'emacs-25' of /home/acm/emacs/emacs.git/emacs-25 into emacs-25Alan Mackenzie2016-03-3087-1222/+1925
|\
| * * doc/lispref/text.texi (Columns): Remove a nonexistent reference.Xue Fuqiao2016-03-301-3/+0
| * * doc/man/emacsclient.1: Document +line:column option.Paul Eggert2016-03-291-1/+11
| * Fix rare problems with echo-area display and multiple framesEli Zaretskii2016-03-291-0/+9
| * In M-%, avoid making buffer-local binding of text-property-default-nonstickyAlan Mackenzie2016-03-291-7/+12
| * Remove prog-indentation-contextDmitry Gutov2016-03-284-181/+12