aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * nsfns.m (ns_appkit_version_str): Add os version for Cocoa.Jan Djärv2014-06-012-2/+10
* Enhance error checking in heap allocation routines on MS-Windows.Eli Zaretskii2014-05-302-15/+54
* Debugging facility to check whether 'const char *' points toDmitry Antipov2014-05-304-11/+52
* Don't let SIGINT handling block SIGCHLD indefinitely.Paul Eggert2014-05-295-11/+25
* Remove nt/addsection.c and don't build addsection.exe.Eli Zaretskii2014-05-292-4/+8
* * xmenu.c (xdialog_show): Remove prototype, rename toDmitry Antipov2014-05-293-58/+24
* src/ChangeLog: Fix a recent log entry.Eli Zaretskii2014-05-291-0/+1
* Add diagnostics for using private heap on MS-Windows during dumping.Eli Zaretskii2014-05-294-0/+27
* Don't substitute sigprocmask for pthread_sigmask.Paul Eggert2014-05-292-4/+7
* Fix bug #17622 with crashes in mmap routines.Eli Zaretskii2014-05-294-18/+60
* * alloc.c (Fgarbage_collect): Fix compilation withDmitry Antipov2014-05-292-1/+11
* * frame.c, frame.h (frame_char_to_pixel_position)Paul Eggert2014-05-283-32/+42
* * frame.h (frame_char_to_pixel_position, frame_set_mouse_position):Dmitry Antipov2014-05-281-11/+11
* Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov2014-05-288-76/+52
* * xterm.c (x_free_frame_resources): Fix last change.Dmitry Antipov2014-05-282-2/+4
* On X, always make pointer visible when deleting frame (Bug#17609).Dmitry Antipov2014-05-286-20/+37
* * lisp/subr.el (zerop): Move from C. Add compiler-macro.Stefan Monnier2014-05-273-36/+31
* * src/callint.c (Ffuncall_interactively): New function.Stefan Monnier2014-05-271-21/+41
* * src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the bytecode wasn'tStefan Monnier2014-05-272-0/+9
* Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau2014-05-279-315/+615
* * image.c (imagemagick_load_image): Use MagickRealType for localPaul Eggert2014-05-262-1/+5
* * xfns.c (Fx_window_property): Remove unused local.Paul Eggert2014-05-262-2/+3
* Don't kill already-reaped process.Paul Eggert2014-05-262-20/+24
* Minor fixes for MS-Windows MinGW64 build.Eli Zaretskii2014-05-262-3/+10
* * src/w32term.c (x_delete_display): Don't free dpyinfo->w32_id_name (see bug#...Ken Brown2014-05-262-6/+5
* * nsfns.m (Fns_do_applescript): Put code in the wrong place. Here is correct.Jan Djärv2014-05-262-2/+6
* * nsfns.m (ns_do_applescript): Surround executeAndReturnErrorJan Djärv2014-05-264-7/+33
* Merge from emacs-24; up to 2014-05-26T10:21:[email protected]Glenn Morris2014-05-257-20/+120
|\
| * Fix bug #17585 with incorrect vertical motion when linum-mode is on.Eli Zaretskii2014-05-252-1/+7
| * * xdisp.c (safe__call1, safe__eval): Now static.Paul Eggert2014-05-242-2/+6
| * Fix last commits in xdisp.c, which caused a crash at startup on w32.Eli Zaretskii2014-05-242-8/+23
| * Fix bug#17510 with a pointer freed more than once (Cygwin-w32-build).Ken Brown2014-05-242-0/+10
| * * src/xdisp.c: Bind inhibit-quit during pre-redisplay-function.Stefan Monnier2014-05-242-6/+33
| * Fix port to 32-bit AIX.Paul Eggert2014-05-212-2/+9
| * Fix bug #17539 with infinite recursion during scroll commands.Eli Zaretskii2014-05-212-5/+17
| * Fix bug #17524 with crashes in creating a new frame with invalid font.Eli Zaretskii2014-05-202-1/+21
| * src/lisp.h: Fix typos in a comment.Eli Zaretskii2014-05-191-2/+2
| * * lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled.Stefan Monnier2014-05-181-1/+2
* | Simplify NS font driver draw, merge from Macport.Jan Djärv2014-05-254-96/+101
* | Avoid marking too deep portions of stack in mark_stack.Eli Zaretskii2014-05-242-72/+103
* | * xfns.c (x_window_property_intern): New function (code fromJan Djärv2014-05-242-52/+103
* | Supply malloc and alloc_size attributes for extern allocators.Paul Eggert2014-05-225-14/+41
* | Don't assume that ImageMagick uses a 16-bit quantum.Paul Eggert2014-05-212-3/+10
* | * doc/lispref/sequences.texi (Sequence Functions): Update nreverse.Leo Liu2014-05-212-6/+9
* | * dbusbind.c (xd_signature): Revert last 2 patches.Michael Albinus2014-05-202-2/+6
* | Allow any non-nil value to count as true in bool-vector.Paul Eggert2014-05-195-13/+15
* | * font.c (font_matching_entity): Extract font-entity objectDmitry Antipov2014-05-192-1/+4
* | * src/lisp.h (CHECK_BOOLEAN): New function.Dmitry Antipov2014-05-195-4/+38
* | Assume C99 or later.Paul Eggert2014-05-177-31/+23
* | Always map new memory for buffers after dumping.Fabrice Popineau2014-05-172-10/+16