summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ; * src/systhread.c [WINDOWSNT]: Fix typos in comments.old-branches/concurrencyconcurrencyEli Zaretskii2015-11-031-5/+5
* Fix the MS-Windows buildEli Zaretskii2015-11-0210-66/+59
* merge from trunkKen Raeburn2015-11-013306-636089/+797014
|\
| * Fix a typo in a macro nameEli Zaretskii2015-10-301-6/+6
| * Add result messages in vc-tests.elMichael Albinus2015-10-301-26/+37
| * * test/automated/faces-tests.el: Add another testArtur Malabarba2015-10-301-0/+3
| * * lisp/faces.el (faces--attribute-at-point): Fix bugArtur Malabarba2015-10-301-6/+7
| * * test/automated/faces-tests.el: New fileArtur Malabarba2015-10-301-0/+51
| * * lisp/faces.el: Refactor common code and fix a bugArtur Malabarba2015-10-301-28/+30
| * * etc/tutorials/TUTORIAL.translators: Fix PL namesPrzemysław Wojnowski2015-10-301-3/+3
| * * lisp/character-fold.el: Provide `character-fold'Juanma Barranquero2015-10-301-0/+2
| * Add more faces for Gnus and ivyTassilo Horn2015-10-301-4/+10
| * Some minor fixes for tramp-gvfs.elMichael Albinus2015-10-301-42/+35
| * * test/automated/character-fold-tests.el: New fileArtur Malabarba2015-10-301-0/+58
| * * test/automated/sort-tests.el: New fileArtur Malabarba2015-10-301-0/+106
| * Describe known problems with pinning Emacs to taskbarEli Zaretskii2015-10-301-0/+30
| * * lisp/isearch.el: Avoid an error that blocks isearchArtur Malabarba2015-10-302-1/+33
| * Fix documentation of 'beginning/end-of-buffer'Phil Sainty2015-10-301-4/+4
| * Add RefTeX feature idea: editing RefTeX TOC buffersTassilo Horn2015-10-301-0/+9
| * More face defs for ivy, swiper, ace-window, eshellTassilo Horn2015-10-301-3/+10
| * * lisp/gnus/auth-source.el: Silence lexical-binding warningsStefan Monnier2015-10-291-103/+94
| * ; lisp/help-fns.el: Fix typos in commentsJuanma Barranquero2015-10-301-2/+2
| * * lisp/dired.el (dired-unmark-all-files-query): Declare.Juri Linkov2015-10-301-1/+6
| * * lisp/ielm.el (ielm-indent-line): Use non-nil arg of comint-bolJuri Linkov2015-10-301-1/+1
| * ; * src/lread.c (syms_of_lread) <load-path>: Improve the doc string.Eli Zaretskii2015-10-291-3/+5
| * ; Improve documentation of 'unhandled-file-name-directory'Eli Zaretskii2015-10-291-6/+6
| * Fix encoding of saving *Help* buffersEli Zaretskii2015-10-291-1/+6
| * * lisp/emacs-lisp/cl-generic.el: Add (major-mode MODE) contextStefan Monnier2015-10-298-37/+86
| * * test/indent/css-mode.css: Add tests for url(...) syntax.Stefan Monnier2015-10-291-1/+3
| * * lisp/emacs-lisp/smie.el: Use `declare' for `pure'Stefan Monnier2015-10-291-4/+4
| * * lisp/emacs-lisp/cl-generic.el: Accomodate future changesStefan Monnier2015-10-293-77/+100
| * * lisp/emacs-lisp/bytecomp.el (compile-defun): Add defvars in scope.Stefan Monnier2015-10-291-1/+4
| * Add "afp" method to TrampMichael Albinus2015-10-293-29/+61
| * Handle negative coordinates in ‘x_calc_absolute_position’Andy Moreton2015-10-291-0/+33
| * (internal--syntax-propertize): Save match-data here (bug#21766)Stefan Monnier2015-10-282-8/+6
| * Don't require default-directory to end with a slashDmitry Gutov2015-10-295-5/+10
| * * lisp/isearch.el: Delete some outdated commentsArtur Malabarba2015-10-291-5/+1
| * Fix eshell/clear not working if the output has a small line countVibhav Pant2015-10-291-3/+2
| * ; * etc/NEWS: Document `search-default-regexp-mode'Artur Malabarba2015-10-281-0/+2
| * * lisp/files.el (write-file): Use vc-refresh-state.Stefan Monnier2015-10-281-1/+1
| * * lisp/autorevert.el (auto-revert-handler): Use vc-refresh-state.Stefan Monnier2015-10-281-1/+1
| * * lisp/vc/pcvs.el (cvs-revert-if-needed): Use vc-refresh-state.Stefan Monnier2015-10-281-1/+1
| * * lisp/emacs-lisp/macroexp.el: Tweak macroexp-if optimizationsStefan Monnier2015-10-281-13/+25
| * Fix bug#21766 and add testJuanma Barranquero2015-10-282-1/+24
| * * doc/lispref/sequences.texi (Sequence Functions): Fix typoArtur Malabarba2015-10-281-1/+1
| * * src/dispnew.c (init_display): Simplify overflow checking.Paul Eggert2015-10-281-2/+2
| * * lisp/character-fold.el (character-fold-to-regexp): Fix caseArtur Malabarba2015-10-281-6/+11
| * * lisp/emacs-lisp/seq.el (seq-mapn): New functionArtur Malabarba2015-10-282-1/+34
| * * lisp/character-fold.el: Make compatible with lax-whitespaceArtur Malabarba2015-10-281-4/+26
| * * lisp/isearch.el: Refactor momentary messagesArtur Malabarba2015-10-281-29/+27