aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Improve documentation of 'read-command'Eli Zaretskii2019-04-111-1/+2
| * | | Fix an outdated URL in a commentEli Zaretskii2019-04-111-2/+7
* | | | Bring back dmpstruct.hPaul Eggert2019-04-103-1/+138
* | | | Fix $(MAKE) -C for out-of-tree bootstrapsPaul Eggert2019-04-101-2/+2
* | | | Merge from origin/emacs-26Glenn Morris2019-04-103-4/+10
|\ \ \ \ | |/ / /
| * | | * src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)Eli Zaretskii2019-04-081-2/+3
| * | | Improve documentation of set-window-startEli Zaretskii2019-04-061-1/+6
| * | | ; * src/fontset.c (set-fontset-font): Use uppercase arg in docstringAlexander Gramiak2019-04-041-1/+1
* | | | Remove the need for temacs.inPaul Eggert2019-04-092-58/+20
* | | | Remove assumption of uint64_t etc. in portable codePaul Eggert2019-04-094-64/+41
* | | | Remove dmpstruct.hPaul Eggert2019-04-093-143/+1
* | | | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-0822-78/+76
* | | | ; * src/frame.h (MonitorInfo): Remove const modifierAlexander Gramiak2019-04-071-1/+1
* | | | ; * src/xfns.c (x-display-monitor-attributes-list) Fix typo.Alexander Gramiak2019-04-071-1/+1
* | | | Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak2019-04-073-4/+9
* | | | Simplify fill_gstring_headerPaul Eggert2019-04-071-17/+8
* | | | Help the compiler with byte orderPaul Eggert2019-04-071-2/+2
* | | | * src/buffer.c (Fget_buffer_create): Apply booleans's eta-reductionStefan Monnier2019-04-061-6/+4
* | | | Encode the FILENAME argument of 'file-locked-p'Eli Zaretskii2019-04-061-0/+1
* | | | Don't leave inhibit_buffer_hooks uninitializedBasil L. Contovounesios2019-04-061-0/+2
* | | | ; * src/w32fns.c (Fw32_read_registry): Doc fix.Eli Zaretskii2019-04-061-0/+2
* | | | Minor cleanup in widget.cKonstantin Kharlamov2019-04-051-3/+2
* | | | Minor cleanup in gtkutil.cKonstantin Kharlamov2019-04-051-6/+2
* | | | Improve commentary in 'field_relpos'Eli Zaretskii2019-04-031-1/+11
* | | | Restore process-environment after portable dumpingEli Zaretskii2019-04-031-6/+9
* | | | Allow partial decompression (Bug#33133)Noam Postavsky2019-04-021-5/+17
* | | | * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-021-12/+0
* | | | Make struct Lisp_Objfwd etc. objects read-onlyPaul Eggert2019-04-013-53/+40
* | | | Fix union Lisp_Fwd * alignment bugPaul Eggert2019-04-015-77/+80
* | | | * lisp/subr.el (setq-default): Define as a macroStefan Monnier2019-04-011-31/+0
* | | | Fix a typo in xterm.c and w32term.cEli Zaretskii2019-04-012-2/+2
* | | | 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
* | | | Fix display of sliced images on MS-WindowsEli Zaretskii2019-03-281-10/+28
* | | | 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
* | | | Attempt to fix crashes under GDB on Windows 10Eli Zaretskii2019-03-272-39/+51
* | | | Support native image resizing on cairoYAMAMOTO Mitsuharu2019-03-273-12/+31
* | | | Fix cairo image drawing with boxYAMAMOTO Mitsuharu2019-03-271-20/+35
* | | | 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
* | | | Port recent ngettext stub to non-glibcPaul Eggert2019-03-251-25/+9
* | | | Fix alignment bug with pure bignumsPaul Eggert2019-03-251-4/+9
* | | | * lisp/international/mule-cmds.el (ngettext): Move to editfns.c.Juri Linkov2019-03-251-0/+37