summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix problems with setting system-time-locale on MS-WindowsEli Zaretskii2015-03-212-0/+13
* | Merge from origin/emacs-24Paul Eggert2015-03-182-1/+6
|\ \ | |/
| * Fix --no-bitmap-iconGlenn Morris2015-03-122-1/+6
* | Add classes as run-time descriptors of cl-structs.Stefan Monnier2015-03-182-30/+31
* | Add `predicate' arg to `read-buffer' and use it for erc-iswitchbStefan Monnier2015-03-163-7/+20
* | Fix subtle problems with linum-mode and invisible textEli Zaretskii2015-03-152-19/+48
* | Add --no-x-resources optionDaniel Colascione2015-03-142-0/+8
* | Mention Bug 19482 on 2015-01-06 change.Jan D2015-03-141-1/+2
* | * frame.c (x_get_resource_string) [!USE_GTK]: Don't define.Paul Eggert2015-03-132-1/+3
* | * editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]: Now static.Paul Eggert2015-03-133-3/+5
* | Fix support of scripts in w32font.c (Bug#19993)Eli Zaretskii2015-03-122-15/+99
* | Partially revert the fix for bug #11732Eli Zaretskii2015-03-072-5/+18
* | Work around x86 glibc backtrace bugPaul Eggert2015-03-052-0/+14
* | Fix region extension when scroll bar is on the rightEli Zaretskii2015-03-052-6/+18
* | src/ChangeLog: Fix bad formatting.Eli Zaretskii2015-03-041-0/+1
* | Handle tool bar size changes after x_set_font.Martin Rudalics2015-03-042-1/+7
* | Merge from origin/emacs-24Paul Eggert2015-03-031-4/+0
|\ \ | |/
* | Merge from origin/emacs-24Paul Eggert2015-03-034-11/+46
|\ \ | |/
| * Avoid assertion violations in Rmail due to newline cacheEli Zaretskii2015-02-282-0/+14
| * Avoid erratic behavior of menu-bar tooltips on w32 (Bug#19925)Eli Zaretskii2015-02-232-0/+15
| * * src/fileio.c (Fmake_temp_name): Doc tweaks.Glenn Morris2015-02-192-11/+11
| * Fix assertions in popping up menus on TTY (Bug#19862)Eli Zaretskii2015-02-142-27/+36