aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | * 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
| * | Merge from origin/emacs-24Paul Eggert2015-03-032-0/+6
| |\ \ | | |/
| | * Improve docs of transient-mark-mode (Bug#19841)Eli Zaretskii2015-02-132-0/+5
| * | Merge from origin/emacs-24Paul Eggert2015-03-032-1/+8
| |\ \ | | |/
| | * Fix handling of frame color parameters in TTY sessions (Bug#19802)Eli Zaretskii2015-02-082-1/+7
| * | Merge from origin/emacs-24Paul Eggert2015-03-032-2/+38
| |\ \ | | |/
| | * Fix vertical-motion and posn-at-point when word-wrap is on (Bug#19769)Eli Zaretskii2015-02-052-2/+37
| * | Merge from origin/emacs-24Paul Eggert2015-03-033-16/+49
| |\ \ | | |/
| | * A more thorough fix for bug#19307Eli Zaretskii2015-02-032-16/+21
| | * Fix display of overlay strings with faces after ellipsis (Bug#19307)Eli Zaretskii2015-02-022-1/+10
| | * Fix redrawing of mode lines when exposed (Bug#19721)Eli Zaretskii2015-02-023-0/+16
| * | Rename gc-precise-p to gc-preciseDaniel Colascione2015-03-032-2/+7
| * | * alloc.c (run_finalizers): Omit unused local.Paul Eggert2015-03-033-39/+41
| * | Fix calculation of total window sizes after font size changes (Bug#19972).Martin Rudalics2015-03-032-0/+12
| * | Finalizer documentation, minor improvementsDaniel Colascione2015-03-023-2/+16
| * | Add support for finalizersDaniel Colascione2015-03-024-6/+223
| * | * character.c (alphabeticp, decimalnump): Avoid undefined behaviorPaul Eggert2015-02-282-25/+27
| * | Set can_x_set_window_size and after_make_frame in terminal frames (Bug#19962)Martin Rudalics2015-02-282-0/+12
| * | Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)Eli Zaretskii2015-02-284-6/+70
| * | Adjust offset and border calculations for X.Jan D2015-02-274-9/+44
| * | Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-276-10/+65
| * | Don't use OUTER_TO_INNER macros for plain X and lucid.Jan Djärv2015-02-262-6/+32
| * | Merge from origin/emacs-24Paul Eggert2015-02-254-3/+20
| |\ \ | | |/
| | * src/dispextern.h (FACE_FOR_CHAR): Fix the commentary.Eli Zaretskii2015-01-302-2/+8
| | * Avoid compiler warnings in decode_env_path.Hans Wennborg2015-01-292-1/+6
| | * Improve solution of bug #19701Eli Zaretskii2015-01-292-0/+6
| * | * xfns.c (x_real_pos_and_offsets): Fix pointer signedness.Paul Eggert2015-02-252-9/+14
| * | Redo the whole window offsets and coordinate translation for X.Jan D2015-02-256-59/+121
| * | Backtrace after malloc arena is corruptedPaul Eggert2015-02-243-1/+23
| * | Implement x-frame-geometry for NS.Jan D2015-02-222-0/+87
| * | Spelling fixesPaul Eggert2015-02-212-3/+9
| * | Prefer 'Qfoo' to 'intern ("foo")' in w32 source filesEli Zaretskii2015-02-214-6/+13
| * | Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-2120-49/+68
| * | Avoid endless loop when handling fatal signal.Jan Djärv2015-02-202-1/+7
| * | Simplify binary I/O configurationPaul Eggert2015-02-194-10/+41
| * | Avoid aborts when input-method-function changes this-command-keys (Bug#19774)Eli Zaretskii2015-02-192-0/+10
| * | Fix display of IME window on MS-Windows (Bug#11732)Fujii Hironori2015-02-192-5/+13