aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * frame.c, frame.h (frame_char_to_pixel_position)Paul Eggert2014-05-281-0/+6
* | Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov2014-05-281-0/+14
* | * xterm.c (x_free_frame_resources): Fix last change.Dmitry Antipov2014-05-281-1/+2
* | On X, always make pointer visible when deleting frame (Bug#17609).Dmitry Antipov2014-05-281-0/+12
* | * lisp/subr.el (zerop): Move from C. Add compiler-macro.Stefan Monnier2014-05-271-4/+17
* | * src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the bytecode wasn'tStefan Monnier2014-05-271-0/+5
* | Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau2014-05-271-0/+32
* | * image.c (imagemagick_load_image): Use MagickRealType for localPaul Eggert2014-05-261-0/+4
* | * xfns.c (Fx_window_property): Remove unused local.Paul Eggert2014-05-261-0/+2
* | Don't kill already-reaped process.Paul Eggert2014-05-261-0/+9
* | Minor fixes for MS-Windows MinGW64 build.Eli Zaretskii2014-05-261-0/+5
* | * src/w32term.c (x_delete_display): Don't free dpyinfo->w32_id_name (see bug#...Ken Brown2014-05-261-0/+5
* | * nsfns.m (Fns_do_applescript): Put code in the wrong place. Here is correct.Jan Djärv2014-05-261-0/+3
* | * nsfns.m (ns_do_applescript): Surround executeAndReturnErrorJan Djärv2014-05-261-0/+10
* | Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-251-0/+49
|\ \ | |/
| * Fix bug #17585 with incorrect vertical motion when linum-mode is on.Eli Zaretskii2014-05-251-0/+6
| * * xdisp.c (safe__call1, safe__eval): Now static.Paul Eggert2014-05-241-0/+4
| * Fix last commits in xdisp.c, which caused a crash at startup on w32.Eli Zaretskii2014-05-241-0/+6
| * Fix bug#17510 with a pointer freed more than once (Cygwin-w32-build).Ken Brown2014-05-241-0/+6
| * * src/xdisp.c: Bind inhibit-quit during pre-redisplay-function.Stefan Monnier2014-05-241-0/+8
| * Fix port to 32-bit AIX.Paul Eggert2014-05-211-0/+7
| * Fix bug #17539 with infinite recursion during scroll commands.Eli Zaretskii2014-05-211-0/+6
| * Fix bug #17524 with crashes in creating a new frame with invalid font.Eli Zaretskii2014-05-201-0/+8
* | Simplify NS font driver draw, merge from Macport.Jan Djärv2014-05-251-0/+11
* | Avoid marking too deep portions of stack in mark_stack.Eli Zaretskii2014-05-241-0/+15
* | * xfns.c (x_window_property_intern): New function (code fromJan Djärv2014-05-241-0/+8
* | Supply malloc and alloc_size attributes for extern allocators.Paul Eggert2014-05-221-0/+12
* | Don't assume that ImageMagick uses a 16-bit quantum.Paul Eggert2014-05-211-0/+6
* | * doc/lispref/sequences.texi (Sequence Functions): Update nreverse.Leo Liu2014-05-211-0/+4
* | * dbusbind.c (xd_signature): Revert last 2 patches.Michael Albinus2014-05-201-0/+4
* | Allow any non-nil value to count as true in bool-vector.Paul Eggert2014-05-191-0/+11
* | * font.c (font_matching_entity): Extract font-entity objectDmitry Antipov2014-05-191-0/+3
* | * src/lisp.h (CHECK_BOOLEAN): New function.Dmitry Antipov2014-05-191-0/+9
* | Assume C99 or later.Paul Eggert2014-05-171-0/+10
* | Always map new memory for buffers after dumping.Fabrice Popineau2014-05-171-0/+5
* | * src/fns.c (Fnreverse): Allow vectors and bool vectors.Dmitry Antipov2014-05-151-0/+1
* | * src/fns.c (Freverse): Allow vectors, bool vectors and strings.Dmitry Antipov2014-05-151-0/+4
* | Minor cleanup for terminal setup.Dmitry Antipov2014-05-141-0/+12
* | * keyboard.c (Qdeactivate_mark): Now static.Paul Eggert2014-05-131-0/+4
* | If available, use Xfixes extension to do pointer blanking.Dmitry Antipov2014-05-131-0/+13
* | * xdisp.c (draw_glyphs): Set clipping to highlight boundaries.YAMAMOTO Mitsuharu2014-05-121-0/+4
* | Merge from emacs-24; up to 2014-05-12T06:15:47Z!rgm@gnu.orgGlenn Morris2014-05-111-0/+9
|\ \ | |/
| * * src/fileio.c (Ffile_executable_p): Doc tweak.Glenn Morris2014-05-101-0/+4
| * * xsettings.c (init_gsettings): Use g_settings_schema_source_lookupJan Djärv2014-05-101-0/+5
* | Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.orgGlenn Morris2014-05-071-0/+26
|\ \ | |/
| * * minibuf.c (read_minibuf): Avoid C99ism in previous patch.Paul Eggert2014-05-071-0/+4
| * Fix initialization of minibuffer history variable, bug #17430.Jarek Czekalski2014-05-071-0/+6
| * * src/keyboard.c (Frecursive_edit): Ensure inc&dec of command_loop_levelSamuel Bronson2014-05-061-0/+5
| * Fix tooltips pulling Emacs window to front on windows-nt, bug #17408.Jarek Czekalski2014-05-061-0/+6
| * * nsselect.m (Fx_selection_exists_p): Just return Qnil if window systemJan Djärv2014-05-051-0/+5