summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2014-05-28Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov
2014-05-28* xterm.c (x_free_frame_resources): Fix last change.Dmitry Antipov
2014-05-28On X, always make pointer visible when deleting frame (Bug#17609).Dmitry Antipov
2014-05-27* lisp/subr.el (zerop): Move from C. Add compiler-macro.Stefan Monnier
2014-05-27* src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the bytecode wasn'tStefan Monnier
2014-05-27Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau
2014-05-26* image.c (imagemagick_load_image): Use MagickRealType for localPaul Eggert
2014-05-26* xfns.c (Fx_window_property): Remove unused local.Paul Eggert
2014-05-26Don't kill already-reaped process.Paul Eggert
2014-05-26Minor fixes for MS-Windows MinGW64 build.Eli Zaretskii
2014-05-26Include sources used to create macuvs.h.Paul Eggert
2014-05-26* src/w32term.c (x_delete_display): Don't free dpyinfo->w32_id_name (see bug#...Ken Brown
2014-05-26* nsfns.m (Fns_do_applescript): Put code in the wrong place. Here is correct.Jan Djärv
2014-05-26* nsfns.m (ns_do_applescript): Surround executeAndReturnErrorJan Djärv
2014-05-25Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris
2014-05-25Fix bug #17585 with incorrect vertical motion when linum-mode is on.Eli Zaretskii
2014-05-25Simplify NS font driver draw, merge from Macport.Jan Djärv
2014-05-24* xdisp.c (safe__call1, safe__eval): Now static.Paul Eggert
2014-05-24Fix last commits in xdisp.c, which caused a crash at startup on w32.Eli Zaretskii
2014-05-24Fix bug#17510 with a pointer freed more than once (Cygwin-w32-build).Ken Brown
2014-05-24* src/xdisp.c: Bind inhibit-quit during pre-redisplay-function.Stefan Monnier
2014-05-24Avoid marking too deep portions of stack in mark_stack.Eli Zaretskii
2014-05-24* xfns.c (x_window_property_intern): New function (code fromJan Djärv
2014-05-22Supply malloc and alloc_size attributes for extern allocators.Paul Eggert
2014-05-21Fix port to 32-bit AIX.Paul Eggert
2014-05-21Don't assume that ImageMagick uses a 16-bit quantum.Paul Eggert
2014-05-21Fix bug #17539 with infinite recursion during scroll commands.Eli Zaretskii
2014-05-21* doc/lispref/sequences.texi (Sequence Functions): Update nreverse.Leo Liu
2014-05-20Fix bug #17524 with crashes in creating a new frame with invalid font.Eli Zaretskii
2014-05-20* dbusbind.c (xd_signature): Revert last 2 patches.Michael Albinus
2014-05-19Allow any non-nil value to count as true in bool-vector.Paul Eggert
2014-05-19* font.c (font_matching_entity): Extract font-entity objectDmitry Antipov
2014-05-19* src/lisp.h (CHECK_BOOLEAN): New function.Dmitry Antipov
2014-05-17Assume C99 or later.Paul Eggert
2014-05-17Always map new memory for buffers after dumping.Fabrice Popineau
2014-05-15* src/fns.c (Fnreverse): Allow vectors and bool vectors.Dmitry Antipov
2014-05-15* src/fns.c (Freverse): Allow vectors, bool vectors and strings.Dmitry Antipov
2014-05-14Minor cleanup for terminal setup.Dmitry Antipov
2014-05-13* keyboard.c (Qdeactivate_mark): Now static.Paul Eggert
2014-05-13If available, use Xfixes extension to do pointer blanking.Dmitry Antipov
2014-05-12* xdisp.c (draw_glyphs): Set clipping to highlight boundaries.YAMAMOTO Mitsuharu
2014-05-11Merge from emacs-24; up to 2014-05-12T06:15:47Z!rgm@gnu.orgGlenn Morris
2014-05-10* src/fileio.c (Ffile_executable_p): Doc tweak.Glenn Morris
2014-05-10* xsettings.c (init_gsettings): Use g_settings_schema_source_lookupJan Djärv
2014-05-07Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.orgGlenn Morris
2014-05-07* minibuf.c (read_minibuf): Avoid C99ism in previous patch.Paul Eggert
2014-05-07* image.c: Include <png.h> before <setjmp.h>.Paul Eggert
2014-05-07Fix initialization of minibuffer history variable, bug #17430.Jarek Czekalski
2014-05-06* image.c: Do not use libpng if HAVE_NS, as NS does its own thing.Paul Eggert
2014-05-06* src/keyboard.c (Frecursive_edit): Ensure inc&dec of command_loop_levelSamuel Bronson