summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Assume C89 offsetof in widget.cPaul Eggert2015-04-141-4/+1
| * Fix think-o in previous patchPaul Eggert2015-04-141-8/+10
| * Avoid some int overflows in window.cPaul Eggert2015-04-133-64/+56
| * Collapse successive char deletions in the undo logStefan Monnier2015-04-133-41/+52
| * * src/*.c: Set deactivate_mark buffer-locallyStefan Monnier2015-04-132-2/+2
| * Use bool for boolean in window.cPaul Eggert2015-04-112-266/+258
| * Support GnuTLS v3.4 and later on MS-WindowsChris Zheng2015-04-111-0/+10
| * Respect more keyword args in `make-process'Daiki Ueno2015-04-111-2/+2
| * Fix problems found by --enable-gcc-warningsPaul Eggert2015-04-101-6/+5
| * Add facility to collect stderr of async subprocessDaiki Ueno2015-04-114-15/+305
| * Fix 'recenter' when visual-line-mode is turned onEli Zaretskii2015-04-101-10/+31
| * * src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800Eli Zaretskii2015-04-081-1/+1
| * Rename ChangeLogs for gitlog-to-changelogPaul Eggert2015-04-071-0/+0
| * src/w32proc.c: Fix typos in description of subprocess support.Eli Zaretskii2015-04-061-7/+7
| * Avoid segfaults on MS-Windows when invoking subprocesses (Bug#20264)Koichi Arakawa2015-04-062-10/+17
| * Close a timing hole in selections.Jan D2015-04-042-5/+32
* | Add PBM support for cairo.Jan D2015-04-262-9/+93
* | x_free_cr_resources: Renamed from x_prepare_for_xlibdraw.Jan D2015-04-122-7/+11
* | Handle specified bg in images. Use generic libpng code for PNG:s.Jan D2015-04-123-123/+123
* | Support GIF and Tiff with cairo.Jan D2015-04-112-8/+107
* | Support JPEG with USE_CAIRO.Jan D2015-04-112-2/+46
* | Support RSVG and cairo.Jan D2015-04-053-6/+59
* | Introduce limited Xpm support (32 bit ZPixmap) for Cairo.Jan D2015-04-032-2/+63
* | Tool tips for menus did not show any text.Jan D2015-04-032-0/+6
* | Merge branch 'master' into cairo, fixes tooltips not shown.Jan D2015-04-032-5/+17
|\ \ | |/
| * Don't optimized away tool tip redraw, may lead to corrupted text.Jan D2015-04-032-5/+17
* | Merge branch 'master' into cairoJan D2015-04-0353-487/+2064
|\ \ | |/
| * Avoid crashing with key-chord (Bug#20223)Eli Zaretskii2015-03-312-0/+17
| * Merge from origin/emacs-24Paul Eggert2015-03-294-0/+149
| |\
| | * Fixes: debbugs:19175Jan D2015-03-293-1/+19
| | * src/w32proc.c: Describe in a comment w32 subprocess implementation.Eli Zaretskii2015-03-281-0/+132
| | * Bump version to 24.5 for the release-candidateemacs-24.5-rc1Nicolas Petton2015-03-271-0/+4
| * | Merge from origin/emacs-24Paul Eggert2015-03-292-0/+7
| |\ \ | | |/
| | * Don't round up scroll bar width with GTK3 (Bug#20182).Martin Rudalics2015-03-252-0/+7
| | * ChangeLog fixGlenn Morris2015-03-221-2/+2
| | * Backport 20156 fix (stack corruption)Jan D2015-03-222-2/+7
| * | Don't send bad SM messages.Jan D2015-03-282-24/+27
| * | Fix blocking connections on MS-Windows (Bug#20159)Eli Zaretskii2015-03-282-1/+6
| * | Avoid some core dumps in X session managementPaul Eggert2015-03-272-24/+47
| * | Port user-login-name initialization to Qnil == 0Paul Eggert2015-03-272-2/+8
| * | Assume !BROKEN_NON_BLOCKING_CONNECTPaul Eggert2015-03-272-18/+18
| * | Fix crashes when restoring sub-char-tables from desktop fileEli Zaretskii2015-03-272-2/+10
| * | Fix the bug number of previous commit: should be bug #20159.Eli Zaretskii2015-03-271-1/+1
| * | Support non-blocking connect on MS-Windows (Bug#20207)Eli Zaretskii2015-03-274-22/+204
| * | `save-excursion' does not save&restore the mark any moreStefan Monnier2015-03-252-46/+14
| * | Fix minor ldexp issuesPaul Eggert2015-03-242-5/+12
| * | Make process-running-child-p return foreground process group IDDaniel Colascione2015-03-242-3/+11
| * | Minor refactoring of new Fmake_process codePaul Eggert2015-03-232-36/+38
| * | Generalize start-process with keyword argsDaiki Ueno2015-03-232-43/+140
| * | Fixes: debbugs:20156Jan D2015-03-222-1/+6