summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * image.c (x_query_frame_background_color)Dmitry Antipov2014-06-022-1/+11
* src/w32heap.c (init_heap): Fix typos in comments (again).Eli Zaretskii2014-06-021-3/+2
* src/w32heap.c (init_heap): Fix typos in comments.Eli Zaretskii2014-06-021-3/+3
* Minor improvement of sbrk emulation on MS-Windows.Eli Zaretskii2014-06-022-8/+26
* Improve AIX-related merge from emacs-24.Paul Eggert2014-06-013-14/+6
* Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-0110-26/+131
|\
| * * frame.c (x_set_frame_parameters): Don't read uninitialized storage.Paul Eggert2014-06-012-1/+5
| * Make jump scroll work with Gtk+Jan Djärv2014-06-012-4/+6
| * Bring back the changes to GDB-visible symbols, but only on AIX.Paul Eggert2014-06-012-5/+56
| * Hopefully fix bug #16433 with corruption of newline_cache in Rmail.Eli Zaretskii2014-05-312-1/+4
| * Revert revision 2014-05-27T17:31:17Z!eliz@gnu.org, as it breaks debugging wit...Eli Zaretskii2014-05-312-27/+12
| * * src/cmds.c (Fself_insert_command): Allow zero repeat count.Glenn Morris2014-05-302-2/+6
| * Fix port to 32-bit AIX with xlc.Paul Eggert2014-05-304-4/+12
| * Fix bug #17588 with mouse highlight when an X frame is redisplayed frequently.Eli Zaretskii2014-05-292-1/+13
| * Port the GDB-visible symbols to AIX.Paul Eggert2014-05-282-4/+38
| * Include sources used to create macuvs.h.Paul Eggert2014-05-263-9/+9
* | Spelling fix in ChangeLog entry.Paul Eggert2014-06-011-1/+1
* | Port signal-handling to DragonFly BSD.Paul Eggert2014-06-015-26/+32
* | src/callint.c (Ffuncall_interactively): Add usage.Juanma Barranquero2014-06-012-1/+6
* | src/w32heap.c (realloc_before_dump): Improve commentary.Eli Zaretskii2014-06-011-0/+6
* | * 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:18Z!rgm@gnu.orgGlenn 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