aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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