aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tweak exec-path in uninstalled caseGlenn Morris2015-04-201-2/+2
* Use bool for boolean in textprop.c, undo.cPaul Eggert2015-04-193-66/+61
* * src/widget.c (set_frame_size): Prefer 'int' to 'unsigned'Paul Eggert2015-04-191-9/+9
* Refactor low-level printing for simplicityPaul Eggert2015-04-193-271/+211
* ; Convert ChangeLog history files to "Bug#NNNN"Paul Eggert2015-04-181-6/+6
* '[:graph:]' now excludes whitespace, not just ' 'Paul Eggert2015-04-152-10/+17
* * src/lread.c (intern_1): Make sure we'd find the symbol we addStefan Monnier2015-04-152-3/+6
* Make [:graph:] act like [:print:] sans spacePaul Eggert2015-04-153-4/+17
* Make [:print:] support non-ASCII characters correctlyEli Zaretskii2015-04-143-3/+23
* Assume C89 offsetof in xterm.c, xlwmenu.cPaul Eggert2015-04-141-2/+2
* 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
* Don't optimized away tool tip redraw, may lead to corrupted text.Jan D2015-04-032-5/+17
* 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