summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enhance struct Lisp_Subr to hold the alternative "BC_" function.scratch/accurate-warning-posAlan Mackenzie2019-04-054-13/+70
* Merge branch 'master' into scratch/accurate-warning-posAlan Mackenzie2019-03-302769-26924/+50169
|\
| * Allow a CC Mode derived mode to have strings delimited by single quotes.Alan Mackenzie2019-03-302-21/+43
| * Fix a thinko in a recent commitEli Zaretskii2019-03-301-4/+6
| * Release regexp before signalling overflow errorMattias Engdegård2019-03-301-1/+6
| * Fix spurious regexp reentrancy errorMattias Engdegård2019-03-301-6/+9
| * Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii2019-03-305-31/+31
| * Extend comment about scope of tramp-test05-expand-file-name-relativeMichael Albinus2019-03-291-3/+3
| * Gnus: Automatically render text/calendar in a human-friendly wayStefan Monnier2019-03-292-49/+47
| * Fix (again) regexp bug in CC Mode.Alan Mackenzie2019-03-291-1/+1
| * Use memql instead of memq in pcaseMattias Engdegård2019-03-282-5/+7
| * Initiate gnus-active-hashtb before making ephemeral groupEric Abrahamsen2019-03-281-1/+2
| * Fix display of sliced images on MS-WindowsEli Zaretskii2019-03-281-10/+28
| * * lisp/net/tramp.el (tramp-accept-process-output): Use `push'.Michael Albinus2019-03-281-1/+1
| * Simpler way to export HAVE_X_WINDOWS to GDBPaul Eggert2019-03-272-18/+13
| * Tweak re_registers allocationPaul Eggert2019-03-272-18/+10
| * No need for m_search_regs_saved in thread.hPaul Eggert2019-03-272-16/+5
| * Fix search_regs memory leak when thread destroyedPaul Eggert2019-03-271-0/+12
| * * lisp/frame.el (make-frame-on-monitor): Add default value. (Bug#34516)Juri Linkov2019-03-271-6/+10
| * * lisp/net/tramp.el (tramp-accept-process-output): Let progress reporter run.Michael Albinus2019-03-271-0/+5
| * * test/lisp/mail/rmail-tests.el (rmail-autoload): Fix its doc.Charles A. Roelli2019-03-271-1/+1
| * Tune css-mode regexpPaul Eggert2019-03-271-1/+1
| * Improve documentation of 'alist-get' (Bug#34708)Michael Heerdegen2019-03-271-2/+24
| * Use regexp-opt-charset to improve regexp tweaksPaul Eggert2019-03-273-10/+12
| * Attempt to fix crashes under GDB on Windows 10Eli Zaretskii2019-03-272-39/+51
| * Minor xml.el tweaksPaul Eggert2019-03-271-2/+2
| * Use connection-local setting for tramp-remote-pathMichael Albinus2019-03-272-81/+117
| * Avoid recently obsolete seq-contains in css-modeBasil L. Contovounesios2019-03-271-1/+1
| * * lisp/xml.el (xml-name-char-re): Remove superfluous `-' in regexp.Mattias Engdegård2019-03-271-1/+1
| * Improve C++ raw string fontification.Alan Mackenzie2019-03-275-238/+562
| * * lisp/calc/calc-forms.el (calc-hms-notation): Fix interactiveAndreas Schwab2019-03-271-1/+1
| * * lisp/emacs-lisp/map.el (map-inplace): Fix the message of the error.Nicolas Petton2019-03-271-1/+1
| * Support native image resizing on cairoYAMAMOTO Mitsuharu2019-03-274-15/+34
| * Fix cairo image drawing with boxYAMAMOTO Mitsuharu2019-03-271-20/+35
| * 2019-03-26 regex cleanupPaul Eggert2019-03-2610-27/+34
| * * easy-mmode.el: simplify via custom-current-groupStefan Monnier2019-03-261-6/+0
| * Use cairo image surface instead of pattern for fringe bitmapYAMAMOTO Mitsuharu2019-03-261-16/+8
| * Fix cairo scrolling for left scroll bars caseYAMAMOTO Mitsuharu2019-03-261-3/+2
| * Support tool bar icon image on GTK+ >= 3.10 with cairoYAMAMOTO Mitsuharu2019-03-261-2/+35
| * Simplify cairo image surface creation and destructionYAMAMOTO Mitsuharu2019-03-262-52/+48
| * ; * etc/NEWS: Fix Tabulated List mode nesting.Basil L. Contovounesios2019-03-261-1/+1
| * Port recent ngettext stub to non-glibcPaul Eggert2019-03-251-25/+9
| * Update from Gnulib.Paul Eggert2019-03-2514-268/+195
| * * lisp/vc/vc.el (vc-diff-mergebase, vc-log-mergebase): New commands.Juri Linkov2019-03-254-4/+75
| * Fix alignment bug with pure bignumsPaul Eggert2019-03-251-4/+9
| * * lisp/international/mule-cmds.el (ngettext): Move to editfns.c.Juri Linkov2019-03-252-15/+38
| * Fix text property bug in gnus-group-list-activeEric Abrahamsen2019-03-251-1/+1
| * Don't save Gnus' dummy.group to the .newsrc.eld fileEric Abrahamsen2019-03-251-1/+1
| * Handle multiple possible types for Gnus group namesEric Abrahamsen2019-03-251-3/+6
| * Fix a dns-mode reentrancy bugPaul Eggert2019-03-251-1/+1