aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid code duplication between prev_frame and next_frame.Dmitry Antipov2012-12-062-100/+68
* Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris2012-12-053-6/+42
|\
| * Don't pass un-encoded file name to mkstemp.Eli Zaretskii2012-12-052-2/+5
| * Fix one part of bug #13079 with temporary files in call-process-region.Eli Zaretskii2012-12-052-0/+14
| * Fix another instance of bug #12933 with non-ASCII file names on Windows.Eli Zaretskii2012-12-042-4/+25
* | Minor call-process cleanups.Paul Eggert2012-12-052-15/+19
* | * callproc.c (Fcall_process): Fix specpdl nesting for asynchronousAndreas Schwab2012-12-042-1/+6
* | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-049-37/+26
* | Don't let call-process be a zombie factory.Paul Eggert2012-12-037-267/+296
* | * bytecode.c, lisp.h (Qbytecode): Remove.Paul Eggert2012-12-033-5/+5
* | Fix bug #13055 with cursor positioning inside scroll-margin.Eli Zaretskii2012-12-032-0/+34
* | * gtkutil.c (my_log_handler): New function.Jan Djärv2012-12-032-0/+20
* | * lisp.h (modify_region): Rename to...Dmitry Antipov2012-12-036-30/+42
* | * alloc.c (free_save_value): New function.Dmitry Antipov2012-12-034-48/+61
* | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.orgGlenn Morris2012-12-026-7/+40
|\ \ | |/
| * * fileio.c (Vauto_save_list_file_name): Minor doc fix.Chong Yidong2012-12-012-1/+5
| * Fix compilation problems with 64-bit MSVC compiler.Fabrice Popineau2012-11-304-4/+25
| * * src/data.c (Fboundp): Doc fix re lexical-binding.Glenn Morris2012-11-272-2/+4
| * * src/data.c (Fsymbol_value): Doc fix re lexical-binding.Glenn Morris2012-11-272-1/+7
* | Fix xpalloc confusion after memory is exhausted.Paul Eggert2012-12-024-6/+22
* | Use execve to avoid need to munge environ.Paul Eggert2012-12-023-30/+11
* | * xterm.c (x_draw_image_relief): Remove unused locals.Paul Eggert2012-12-012-15/+4
* | Fix drawing of relief rects on X and W32.YAMAMOTO Mitsuharu2012-12-013-28/+45
* | src/doc.c: Fix bug#13034.Juanma Barranquero2012-11-302-0/+13
* | Fix commentary to buffer_shared_and_changed.Eli Zaretskii2012-11-301-2/+2
* | Fix wording of commentary to 'struct face' in dispextern.h.Eli Zaretskii2012-11-291-6/+6
* | * xdisp.c (window_outdated): Remove eassert since it hitsDmitry Antipov2012-11-292-39/+49
* | * callproc.c (Fcall_process): Don't misreport vfork failure.Paul Eggert2012-11-282-0/+7
* | * callproc.c (Fcall_process): Fix vfork portability problems.Paul Eggert2012-11-282-38/+59
* | merge trunkKenichi Handa2012-11-2720-156/+120
|\ \
| * | Assume POSIX 1003.1-1988 or later for grp.h, pwd.h.Paul Eggert2012-11-263-3/+8
| * | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-269-69/+36
| * | Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.caGlenn Morris2012-11-263-1/+15
| |\ \ | | |/
| | * Don't crash if internal-char-font is called on non-GUI frames.Eli Zaretskii2012-11-262-0/+7
| | * Revert recent change for Bug#8855.Paul Eggert2012-11-245-183/+154
| | * Fix assertion violations when clicking on Info bread-crumbs.Eli Zaretskii2012-11-242-1/+10
| | * Fix ChangeLog entries for the last commit.Eli Zaretskii2012-11-241-23/+17
| * | * sysdep.c (sys_subshell): Don't assume pid_t fits in int.Paul Eggert2012-11-242-1/+5
| * | Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10...Ken Brown2012-11-243-38/+8
| * | Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.orgGlenn Morris2012-11-234-3/+24
| |\ \ | | |/
| | * Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-235-145/+240
| | * Fix cursor display when several display strings follow each other.Eli Zaretskii2012-11-232-1/+5
| | * Fix pgx in .gdbinit when CHECK_LISP_OBJECT_TYPE is defined.Eli Zaretskii2012-11-232-1/+8
| | * Fix bug #12930 with vertical-motion through a display string.Eli Zaretskii2012-11-212-1/+13
| * | * frame.h (struct frame): Remove display_preempted memberDmitry Antipov2012-11-236-41/+24
* | | (no commit message)Kenichi Handa2012-11-2325-594/+472
|\ \ \ | |/ /
| * | Fix bug #12955 with building under MSYS Bash.Eli Zaretskii2012-11-232-2/+8
| * | Assume POSIX 1003.1-1988 or later for dirent.h.Paul Eggert2012-11-226-186/+113
| * | * xftfont.c (xftfont_open): Remove duplicate assignment.Chong Yidong2012-11-232-3/+5
| * | * alloc.c (Fgarbage_collect): Unblock input after clearingDmitry Antipov2012-11-229-76/+46