aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of re_set_whitespace_regexpMichal Nazarewicz2016-08-023-25/+30
* Get rid of re_set_syntaxMichal Nazarewicz2016-08-023-7/+29
* Remove dead opcodes in regex bytecodeMichal Nazarewicz2016-08-021-27/+1
* Refactor regex character class parsing in [:name:]Michal Nazarewicz2016-08-023-239/+181
* Split regex glibc test cases into separet testsMichal Nazarewicz2016-08-021-6/+18
* Don’t (require 'cl)Michal Nazarewicz2016-08-021-4/+3
* Fix reading of regex-resources in regex-testsMichal Nazarewicz2016-08-021-6/+5
* Added driver for the regex testsDima Kogan2016-08-021-0/+572
* New regex tests imported from glibc 2.21Dima Kogan2016-08-024-0/+3723
* Fix use-after-close in connect_network_socketPaul Eggert2016-08-021-2/+2
* * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads):Glenn Morris2016-08-011-1/+3
* ; Auto-commit of loaddefs files.Glenn Morris2016-08-011-71/+92
* * lisp/textmodes/rst.el: Major refactoring, minor changes, minor fixesStefan Merten2016-07-311-1214/+1558
* Fix calculation of tool bar width reported by `frame-geometry' (Bug#24107)Martin Rudalics2016-07-302-11/+14
* Fix region display while dragging mouseEli Zaretskii2016-07-301-3/+5
* Copy just non-empty strings to kill-ringTino Calancha2016-07-301-4/+5
* Avoid warnings about undo list while decodingEli Zaretskii2016-07-301-0/+21
* profiler: Add mouse-1 binding for tree expansionNoam Postavsky2016-07-281-0/+1
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsVincent Belaïche2016-07-28335-7705/+32040
|\
| * Prompt to save gnus-cloud-method.Ted Zlatanov2016-07-271-1/+6
| * Fix dired-test-bug22694Ken Brown2016-07-271-0/+2
| * Fix ‘is multibyte’ test regex.c’s mutually_exclusive_p (bug#24020)Michal Nazarewicz2016-07-271-1/+1
| * Remove hook when disabling ibuffer-auto-modeTino Calancha2016-07-271-2/+5
| * ; Spelling fixesTino Calancha2016-07-271-11/+11
| * * lisp/subr.el (cancel-change-group): Reset cell in case of errorStefan Monnier2016-07-261-20/+21
| * Avoid segfaults in compute_motionEli Zaretskii2016-07-261-5/+8
| * Do not sharp-quote lambdasNicolas Petton2016-07-261-22/+22
| * * gnus-cloud.el (gnus-cloud-encode-data): Fix 'base64-gzip encoding.Ted Zlatanov2016-07-251-4/+6
| * Add warning to format-alist docs.Andrew Hyatt2016-07-251-1/+7
| * * lisp/gnus/mm-decode.el (mm-convert-shr-links):Katsumi Yamaoka2016-07-251-2/+0
| * Fix ‘[[:cc:]]*literal’ regex failing to match ‘literal’ (bug#24020)Michal Nazarewicz2016-07-252-116/+185
| * Fix auto-reverting image-mode buffer (bug#21598)Nicolas Petton2016-07-251-0/+3
| * ‘signal’ no longer returnsPaul Eggert2016-07-2513-39/+54
| * Require libgnutls unless --with-gnutls=noPaul Eggert2016-07-242-6/+10
| * Fontify C++ parameter packs.Alan Mackenzie2016-07-232-0/+15
| * Java Mode: Handle strings as case labels correctly.Alan Mackenzie2016-07-231-2/+2
| * Avoid repeated warnings while restoring desktopKaushal Modi2016-07-221-1/+1
| * Fix compilation warning in the MinGW buildEli Zaretskii2016-07-223-13/+5
| * Move read-multiple-choice to subr-x.elLars Ingebrigtsen2016-07-225-166/+168
| * Update define-ibuffer-op doc stringTino Calancha2016-07-221-1/+2
| * Update define-ibuffer-op doc stringTino Calancha2016-07-221-2/+6
| * Fix shell-command[-on-region] doc stringsTino Calancha2016-07-221-6/+1
| * ;Revert ";Partially revert 2649105a"Mark Oteiza2016-07-211-1/+2
| * ;Partially revert 2649105aMark Oteiza2016-07-211-2/+1
| * * src/bytecode.c: Fix compilation with BYTE_CODE_SAFEStefan Monnier2016-07-211-0/+9
| * Ibuffer: Use default output buffer for shell commandsTino Calancha2016-07-211-2/+1
| * Fix failing testTino Calancha2016-07-211-3/+7
| * Fix use-after-close in connect_network_socketPaul Eggert2016-07-211-0/+4
| * * lisp/net/shr.el (shr-fill-line):Katsumi Yamaoka2016-07-211-5/+4
| * Fix lifetime bug in tzlookupPaul Eggert2016-07-201-3/+3